From dcd383104a390480e8b841bbbc81b6d476d2c8c6 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Tue, 9 Jan 2018 14:22:18 +0530 Subject: [PATCH] Update README.rst Change-Id: Id7ed78ce35ad4f31977e7727600fbff6560c321a --- README.rst | 20 +++++++++++++++---- congress_tempest_plugin/tests/README.rst | 25 ------------------------ 2 files changed, 16 insertions(+), 29 deletions(-) delete mode 100644 congress_tempest_plugin/tests/README.rst diff --git a/README.rst b/README.rst index 3954ef4..3149f78 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,26 @@ congress-tempest-plugin =============================== -Tempest Plugin for Congress project +Tempest Plugin for Congress project. +This project covers Tempest tests for Congress project. * Free software: Apache license * Documentation: https://docs.openstack.org/congress-tempest-plugin/latest * Source: https://git.openstack.org/cgit/openstack/congress-tempest-plugin * Bugs: https://bugs.launchpad.net/congress -Features --------- +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 -* TODO diff --git a/congress_tempest_plugin/tests/README.rst b/congress_tempest_plugin/tests/README.rst deleted file mode 100644 index 5571c3f..0000000 --- a/congress_tempest_plugin/tests/README.rst +++ /dev/null @@ -1,25 +0,0 @@ -==================== -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_plugin.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_plugin.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op