Functional Tests for servicehandler
[transportpce.git] / tests / tox.ini
index 87d7bc589c8e9f89bc6af630867965abaf1f347e..9b324a1d8c7ac1ad4687041f9ac88d22dc289afe 100644 (file)
@@ -9,8 +9,9 @@ deps =
   -r{toxinidir}/test-requirements.txt
 whitelist_externals = bash
 commands =
-  bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
+  {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