X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=f095042413abab3b4d819a7582e8077d3d40ba93;hb=324d1320943252f4373b0bb1f1f3b33737fe080c;hp=da2e28de6fe2fff316b42c4af65e545dd8e29b03;hpb=045da9b463386be1f8e75d51bd0fde0626e53edf;p=transportpce.git diff --git a/tox.ini b/tox.ini index da2e28de6..f09504241 100644 --- a/tox.ini +++ b/tox.ini @@ -15,10 +15,10 @@ deps = whitelist_externals = bash changedir={toxinidir}/tests commands = - {py27,portmapping,topoPortMapping,rspn,topology,pce,olm}: - bash -c "if [ ! `which mvn` ]; then ./installMavenCentOS.sh ; fi" - {py27,portmapping,topoPortMapping,rspn,topology,pce,olm}: - bash -c "(cd .. && mvn clean install -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true)" + {py27,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end}: - bash -c "if [ ! `which mvn` ]; then ./installMavenCentOS.sh ; fi" + {py27,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end}: - bash -c "(cd .. && mvn clean install -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true)" {py27,topology,topoPortMapping}: - ./buildTesttool.sh - {py27,portmapping,rspn,olm}: - ./buildHoneynode.sh + {py27,portmapping,rspn,olm,end2end}: - ./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 @@ -26,8 +26,9 @@ commands = {py27,rspn}: - nosetests --with-xunit transportpce_tests/test_renderer_service_path_nominal.py {py27,pce}: - nosetests --with-xunit transportpce_tests/test_pce.py {py27,olm}: - nosetests --with-xunit transportpce_tests/test_olm.py - {py27,servicehandler}: - ./SH_func_tests.sh - {py27,servicehandler}: - nosetests --with-xunit transportpce_tests/test_servicehandler.py + {servicehandler}: - ./SH_func_tests.sh + {servicehandler}: - nosetests --with-xunit transportpce_tests/test_servicehandler.py + {py27,end2end}: - nosetests --with-xunit transportpce_tests/test_end2end.py [testenv:docs]