]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Readme Fix
authorShweta P <shpadubi@cisco.com>
Fri, 9 Dec 2011 13:40:16 +0000 (08:40 -0500)
committerShweta P <shpadubi@cisco.com>
Fri, 9 Dec 2011 14:29:18 +0000 (09:29 -0500)
Change-Id: I3bf79cbd591b911e4f6d9329a7bf0c77f811ee8a

quantum/plugins/cisco/README

index 8a417e1340d9257c480707faa7b4141e94d5c60b..ea1d2af7755785c63de908b15beceae970686ae1 100755 (executable)
@@ -412,19 +412,22 @@ result the run_tests.py script.
 3. Specific Plugin unit test (needs environment setup as indicated in the\r
    pre-requisites):\r
 \r
-   ./run_tests.sh -N quantum.plugins.cisco.tests.unit.<name_of_the file>\r
+   ./run_tests.sh -N quantum.plugins.cisco.tests.unit.<name_of_the_module>\r
 \r
    or\r
 \r
-   python run_tests.py quantum.plugins.cisco.tests.unit.<name_of_the file>\r
+   python run_tests.py quantum.plugins.cisco.tests.unit.<name_of_the_module>\r
    E.g.:\r
 \r
    python run_tests.py quantum.plugins.cisco.tests.unit.test_ucs_plugin\r
 \r
    To run specific tests, use the following:\r
    python run_tests.py\r
-    quantum.plugins.cisco.tests.unit.<name_of_the file>:<ClassName>.<funcName>\r
+    quantum.plugins.cisco.tests.unit.<name_of_the_module>:<ClassName>.<funcName>\r
 \r
+   Eg:\r
+   python run_tests.py\r
+    quantum.plugins.cisco.tests.unit.test_ucs_plugin:UCSVICTestPlugin.test_create_port\r
 \r
 4. Testing the Extension API\r
    The script is placed alongwith the other cisco unit tests. The location may\r