Browse code

Update tempest test sample in devstack/README.md

As part of bp:tempest-repo-restructure, the scenario directory is added and
scenario tests are moved there. The tempest test sample should be updated
in README.md.

Fixes bug #1207109

Change-Id: I25067e4b42697985e8f4b808fad5eb801c805f9f

Kui Shi authored on 2013/08/02 06:53:58
Showing 1 changed files
... ...
@@ -179,7 +179,7 @@ The above will default in devstack to using the OVS on each compute host. To cha
179 179
 If tempest has been successfully configured, a basic set of smoke tests can be run as follows:
180 180
 
181 181
     $ cd /opt/stack/tempest
182
-    $ nosetests tempest/tests/network/test_network_basic_ops.py
182
+    $ nosetests tempest/scenario/test_network_basic_ops.py
183 183
 
184 184
 # Multi-Node Setup
185 185