RETIRED, Tempest Plugin for Congress project
Go to file
Eric K 6c2fadc4ed Neutron driver test use admin
In current test setup, congress neutron driver uses admin credential
but the corresponding tempest test uses non-admin credential. As a
result, the driver and the test verifying the driver's data sometimes
see different data, causing false test failure.

This patch makes the test use admin credentials.

Change-Id: I6116e8027f5dfcceb6dd835de055cc3f8040d45c
2019-01-29 12:11:32 -08:00
congress_tempest_plugin Neutron driver test use admin 2019-01-29 12:11:32 -08:00
doc/source Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
playbooks/legacy/congress-devstack-py35-api-mysql-queens Fix queens py35 job 2019-01-15 05:41:34 +00:00
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 "Fix queens py35 job" 2019-01-15 20:14:35 +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 Add release notes link to README 2018-06-13 02:12:51 -07: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 Removed older version of python added 3.5 2018-09-29 15:34:27 +08:00
setup.py Updated from global requirements 2018-01-08 12:48:07 +00:00
test-requirements.txt update hacking requirement to conform to conrgess repo 2018-04-16 22:03:04 +00:00
tox.ini Add python 3.6 for test and remove pypy in tox 2018-10-22 13:18:46 -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