RETIRED, Tempest Plugin for Congress project
Go to file
Andreas Jaeger e0a0125a01 Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: I171eb7efc0e34b4451a1b3539ae6655f81dd2312
2019-07-30 19:39:41 +02:00
congress_tempest_plugin Update api-ref location 2019-07-30 19:39:41 +02:00
doc/source Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
playbooks/legacy Changes for url transition to OpenDev 2019-04-24 09:47:25 +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 OpenDev Migration Patch 2019-04-19 19:30:03 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:30:03 +00: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 Changes for url transition to OpenDev 2019-04-24 09:47:25 +05:30
setup.py Updated from global requirements 2018-01-08 12:48:07 +00:00
test-requirements.txt Sync Sphinx requirement 2019-06-18 23:08:51 +08:00
tox.ini Changes for url transition to OpenDev 2019-04-24 09:47:25 +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