From f9b4738d59c9416893918228041de8d1f810dd89 Mon Sep 17 00:00:00 2001 From: Kui Shi Date: Fri, 2 Aug 2013 05:53:58 +0800 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a47fc3b71..8bca977b2c 100644 --- a/README.md +++ b/README.md @@ -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