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