blazar-tempest-plugin/blazar_tempest_plugin
Chandan Kumar cdce28e5bf Use waiter method to check server status
The status of an instance could be 'ACTIVE' right after a lease ends,
since the task of deleting the instance is still in progress.

This patch replaces the assertion to check whether the instance is
terminated with a waiter method. The method periodically checks for the
existance of the specified instance until the instance is deleted.

* Code sync from https://review.openstack.org/#/c/527874/

Change-Id: I32f2ef3ddbb30da8061ccc035aae0428e6dd5450
2018-01-04 22:11:09 +05:30
..
services Refactored blazar tempest plugin 2017-12-15 15:37:55 +09:00
tests Use waiter method to check server status 2018-01-04 22:11:09 +05:30
README.rst Refactored blazar tempest plugin 2017-12-15 15:37:55 +09:00
__init__.py Refactored blazar tempest plugin 2017-12-15 15:37:55 +09:00
config.py Refactored blazar tempest plugin 2017-12-15 15:37:55 +09:00
plugin.py Refactored blazar tempest plugin 2017-12-15 15:37:55 +09:00

README.rst

Tempest Integration of blazar

This directory contains Tempest tests to cover the blazar project