Bug correction in topoPortMapping tests
[transportpce.git] / tests / tox.ini
index 9b324a1d8c7ac1ad4687041f9ac88d22dc289afe..de53fcdfe54ec411baa5b808eb56e16d217a9ba5 100644 (file)
@@ -9,10 +9,14 @@ deps =
   -r{toxinidir}/test-requirements.txt
 whitelist_externals = bash
 commands =
-  {p27,portmapping,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
-  {py27,portmapping}: ./build.sh
-  {p27,servicehandler}: ./SH_func_tests.sh
-  py27: nosetests --with-xunit transportpce_tests/
-  portmapping: nosetests --with-xunit transportpce_tests/test_portmapping.py
-  servicehandler: nosetests --with-xunit transportpce_tests/test_servicehandler.py
-  pce: nosetests --with-xunit transportpce_tests/test_pce.py
+  {py27,portmapping,topoPortMapping,rspn,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
+  {py27,topology,topoPortMapping}: ./buildTesttool.sh
+  {py27,portmapping,rspn}: ./buildHoneynode.sh
+  #py27: nosetests --with-xunit transportpce_tests/
+  {py27,portmapping}: nosetests --with-xunit transportpce_tests/test_portmapping.py
+  {py27,topoPortMapping}: nosetests --with-xunit transportpce_tests/test_topoPortMapping.py
+  {py27,topology}: nosetests --with-xunit transportpce_tests/test_topology.py
+  {py27,rspn}: nosetests --with-xunit transportpce_tests/test_renderer_service_path_nominal.py
+  {py27,pce}: nosetests --with-xunit transportpce_tests/test_pce.py
+  {py27,servicehandler}: ./SH_func_tests.sh
+  {py27,servicehandler}: nosetests --with-xunit transportpce_tests/test_servicehandler.py