RETIRED, Tempest Plugin for Congress project
Go to file
Eric K 872218ce6a re-enable skipped HA test after workaround
An import cycle issue in eventlet caused failure when launching
replica congress instance for HA test. The HA test was skipped.

Now that we have a work-around, re-enable the HA test.

Related-Bug: 1746136
Closes-Bug: 1745112

Depends-On: I72c349e81dfc02136b22637c707ad4908c9f269e
Change-Id: Ieeb8db6e1b40192c4b877b556718d12f6254b399
2018-02-08 20:28:26 +00:00
congress_tempest_plugin re-enable skipped HA test after workaround 2018-02-08 20:28:26 +00:00
doc/source Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
releasenotes Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
.gitignore Initial setup changes of congress-tempest-plugin 2018-01-04 11:31:41 +00:00
.gitreview Initial setup changes of congress-tempest-plugin 2018-01-04 11:31:41 +00:00
.zuul.yaml Merge "Enable HA and py35 mysql jobs" 2018-01-30 22:03:15 +00:00
CONTRIBUTING.rst Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
HACKING.rst Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
LICENSE Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
README.rst Update README.rst 2018-01-09 14:22:18 +05:30
__init__.py Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00
babel.cfg Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
requirements.txt Updated from global requirements 2018-01-16 03:19:48 +00:00
setup.cfg Initial setup changes of congress-tempest-plugin 2018-01-04 11:31:41 +00:00
setup.py Updated from global requirements 2018-01-08 12:48:07 +00:00
test-requirements.txt Updated from global requirements 2018-01-24 00:51:10 +00:00
tox.ini Initial CookieCutter commit 2017-12-04 11:06:55 +05:30

README.rst

congress-tempest-plugin

Tempest Plugin for Congress project. This project covers Tempest tests for Congress project.

Tempest Integration

To list all Congress tempest cases, go to tempest directory, then run:

$ testr list-tests congress

To run congress tempest plugin tests using tox, go to tempest directory, then run:

$ tox -eall-plugin congress

And, to run a specific test:

$ tox -eall-plugin congress_tempest_plugin.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op