X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftox.ini;h=9b324a1d8c7ac1ad4687041f9ac88d22dc289afe;hb=refs%2Fchanges%2F61%2F73561%2F14;hp=87d7bc589c8e9f89bc6af630867965abaf1f347e;hpb=0c65e4dc6476c3817b8873db69603d5e2ef0cacd;p=transportpce.git diff --git a/tests/tox.ini b/tests/tox.ini index 87d7bc589..9b324a1d8 100644 --- a/tests/tox.ini +++ b/tests/tox.ini @@ -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