congress/congress_tempest_tests/tests
Anusha Ramineni 602a157214 Minor change in HA test
As replica server seems to sync faster than primary due
to diff in sync intervals, changed the code to check for
replica first instead of waiting for primary to sync.

Change-Id: If8ab4e7c42fea01d77afe47359743f70e94c9f58
2016-11-16 11:38:00 +05:30
..
api Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00
scenario Minor change in HA test 2016-11-16 11:38:00 +05:30
README.rst Update readme on tox commands to run tempest tests 2015-11-19 12:18:09 +05:30
__init__.py Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Congress project.

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

$ testr list-tests congress

To run only these tests in tempest, go to tempest directory, then run:

$ ./run_tempest.sh -N -- congress

To run a single test case, go to tempest directory, then run with test case name, e.g.:

$ ./run_tempest.sh -N -- congress_tempest_tests.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op

Alternatively, 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_tests.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op