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:
Hongbin Lu 2019-02-28 03:35:21 +00:00
parent 4db0f5b9a8
commit 1b7feac66a

View File

@ -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