From: Shweta P Date: Fri, 9 Dec 2011 13:40:16 +0000 (-0500) Subject: Readme Fix X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f8152805b1eb54d9560702e9537dc526dee1966c;p=openstack-build%2Fneutron-build.git Readme Fix Change-Id: I3bf79cbd591b911e4f6d9329a7bf0c77f811ee8a --- diff --git a/quantum/plugins/cisco/README b/quantum/plugins/cisco/README index 8a417e134..ea1d2af77 100755 --- a/quantum/plugins/cisco/README +++ b/quantum/plugins/cisco/README @@ -412,19 +412,22 @@ result the run_tests.py script. 3. Specific Plugin unit test (needs environment setup as indicated in the pre-requisites): - ./run_tests.sh -N quantum.plugins.cisco.tests.unit. + ./run_tests.sh -N quantum.plugins.cisco.tests.unit. or - python run_tests.py quantum.plugins.cisco.tests.unit. + python run_tests.py quantum.plugins.cisco.tests.unit. E.g.: python run_tests.py quantum.plugins.cisco.tests.unit.test_ucs_plugin To run specific tests, use the following: python run_tests.py - quantum.plugins.cisco.tests.unit.:. + quantum.plugins.cisco.tests.unit.:. + Eg: + python run_tests.py + quantum.plugins.cisco.tests.unit.test_ucs_plugin:UCSVICTestPlugin.test_create_port 4. Testing the Extension API The script is placed alongwith the other cisco unit tests. The location may