RETIRED, Tempest Plugin for Congress project
Go to file
Xing Zhang dd3bbcb9b0
Fix skipping of tests
The plugin defines a 'congress' option in the '[service_available]' group
but does not respect it, so if the plugin is installed but
[service_available]/congress=false, the tests will still run unless
blacklisted. This patch corrects the issue by defining the tempest
skip_checks class method.

Change-Id: I8b00f4274afcc22400a3ead9ebd7340b629454b7
2020-01-15 14:37:46 +08:00
congress_tempest_plugin Fix skipping of tests 2020-01-15 14:37:46 +08:00
doc/source Bump the openstackdocstheme extension to 1.20 2019-09-25 21:12:22 +00:00
playbooks/legacy Changes for url transition to OpenDev 2019-04-24 09:47:25 +05:30
releasenotes Bump the openstackdocstheme extension to 1.20 2019-09-25 21:12:22 +00:00
.gitignore Initial setup changes of congress-tempest-plugin 2018-01-04 11:31:41 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:30:03 +00:00
.stestr.conf Fix unit tests for Train PTI add .stestr.conf 2019-09-24 00:57:12 -07:00
.zuul.yaml add check jobs for stable/stein and stable/train 2019-10-09 23:59:57 -07:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-06-18 23:08:51 +08:00
HACKING.rst Sync Sphinx requirement 2019-06-18 23:08:51 +08:00
LICENSE Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
README.rst Sync Sphinx requirement 2019-06-18 23:08:51 +08:00
__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-03-25 22:20:10 +00:00
setup.cfg Add Python 3 Train unit tests 2019-09-24 01:01:53 -07:00
setup.py Updated from global requirements 2018-01-08 12:48:07 +00:00
test-requirements.txt Bump the openstackdocstheme extension to 1.20 2019-09-25 21:12:22 +00:00
tox.ini Add Python 3 Train unit tests 2019-09-24 01:01:53 -07:00

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