Skip to content

Commit 7d1ba83

Browse files
committed
[Doc] Fix tox command option to run smoke tests
This commit fixes the tox command option to run the smoke tests. The original arguments fail with the error[1], and `-efull` and `tempest.scenario.test_network_basic_ops` are not for the smoke tests. [1] $ tox -efull tempest.scenario.test_network_basic_ops ... tempest run: error: unrecognized arguments: tempest.scenario.test_network_basic_ops Change-Id: I9c3dd9fb4f64bf856c5cab88a2aeaae355c84a65
1 parent ace4e8a commit 7d1ba83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ tests can be run as follows:
636636
::
637637

638638
$ cd /opt/stack/tempest
639-
$ tox -efull tempest.scenario.test_network_basic_ops
639+
$ tox -e smoke
640640

641641
By default tempest is downloaded and the config file is generated, but the
642642
tempest package is not installed in the system's global site-packages (the

0 commit comments

Comments
 (0)