X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftox.ini;h=de53fcdfe54ec411baa5b808eb56e16d217a9ba5;hb=refs%2Fchanges%2F45%2F77145%2F1;hp=2c3b5636f2f550303632168b5ca9d92c6a5243f9;hpb=3e6ab29693d1cce9c1d035ab4882b43e51f33f9d;p=transportpce.git diff --git a/tests/tox.ini b/tests/tox.ini index 2c3b5636f..de53fcdfe 100644 --- a/tests/tox.ini +++ b/tests/tox.ini @@ -9,13 +9,14 @@ deps = -r{toxinidir}/test-requirements.txt whitelist_externals = bash commands = - {py27,portmapping,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)" + {py27,portmapping,topoPortMapping,rspn,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)" {py27,topology,topoPortMapping}: ./buildTesttool.sh - {py27,portmapping}: ./buildHoneynode.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