diff --git a/quantum/plugins/cisco/README b/quantum/plugins/cisco/README index 8a417e1340..ea1d2af775 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