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
This commit is contained in:
Kui Shi 2013-08-02 05:53:58 +08:00
parent ffc7fab1a0
commit f9b4738d59

View File

@ -179,7 +179,7 @@ The above will default in devstack to using the OVS on each compute host. To cha
If tempest has been successfully configured, a basic set of smoke tests can be run as follows:
$ cd /opt/stack/tempest
$ nosetests tempest/tests/network/test_network_basic_ops.py
$ nosetests tempest/scenario/test_network_basic_ops.py
# Multi-Node Setup