Updates Kuryr tempest README

Updates the steps and commands for running the kuryr-tempest-plugin
tests.

Change-Id: I171a2ddd58626717e1c35ebf4134f11be1942c7e
This commit is contained in:
Tabitha 2021-02-05 09:36:01 +01:00
parent a9114ee09a
commit e38e432306
1 changed files with 9 additions and 4 deletions

View File

@ -42,14 +42,19 @@ Clone this repository and call from the repo::
Running the tests
-----------------
To run all the tests from this plugin, call from the tempest repo::
To verify the functionality of Kuryr by running tests from this plugin;
From the tempest repo, initialize stestr::
$ tox -e all -- kuryr_tempest_plugin
$ stestr init
Then, to run all the tests from this plugin, call::
$ tempest run -r 'kuryr_tempest_plugin.*'
To run a single test case, call with full path, for example::
$ tox -e all -- kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping
$ tempest run -r 'kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping*'
To retrieve a list of all tempest tests, run::
$ testr list-tests
$ tempest run -l