Tempest Plugin for Blazar project
Go to file
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
blazar_tempest_plugin Use waiter method to check server status 2018-01-04 22:11:09 +05:30
doc/source Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
releasenotes Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.coveragerc Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.gitignore Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.gitreview Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.mailmap Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.stestr.conf Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
CONTRIBUTING.rst Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
HACKING.rst Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
LICENSE Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
README.rst Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
babel.cfg Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
requirements.txt Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
setup.cfg Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
setup.py Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
test-requirements.txt Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
tox.ini Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30

README.rst

Blazar Tempest Plugin

Tempest plugin for Blazar Project

It contains the tempest plugin for the functional testing of Blazar Project.