Doc: run tempest tests without tox
It looks we cannot run Zun tempest tests in tox environment anymore. This commit updates the document to switch to non-tox command to run tests. Change-Id: I737a8554c0d1fea6ff5309b36f070de897145975
This commit is contained in:
parent
4db0f5b9a8
commit
1b7feac66a
@ -60,8 +60,8 @@ Navigate to tempest directory::
|
||||
|
||||
Run this command::
|
||||
|
||||
tox -eall-plugin -- zun_tempest_plugin.tests.tempest.api
|
||||
tempest run --regex zun_tempest_plugin.tests.tempest.api
|
||||
|
||||
To run a single test case, run with the test case name, for example::
|
||||
|
||||
tox -e all-plugin -- zun_tempest_plugin.tests.tempest.api.test_containers.TestContainer.test_list_containers
|
||||
tempest run --regex zun_tempest_plugin.tests.tempest.api.test_containers.TestContainer.test_list_containers
|
||||
|
Loading…
Reference in New Issue
Block a user