Merge "fix more javadocs warnings"
[transportpce.git] / tests / tox.ini
index 36bec9de0fc88d42f9a1885c4173a9043a5583a0..e20c076266114636a5a8a8e4689e93cbd3ae51b8 100644 (file)
@@ -9,8 +9,13 @@ deps =
   -r{toxinidir}/test-requirements.txt
 whitelist_externals = bash
 commands =
-  bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
+  {py27,portmapping,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
   {py27,portmapping}: ./build.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
+  {topology,topoPortMapping}: ./buildTesttool.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,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