X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftox.ini;h=e20c076266114636a5a8a8e4689e93cbd3ae51b8;hb=9fb4c9462ba0d1dcd3c5da34e997249ac0bd6e7a;hp=4732e8baf22ca93859140b8aad0e4f0275db1981;hpb=a49745a3ce295d0c3a536288ed19f4a106bc7d8e;p=transportpce.git diff --git a/tests/tox.ini b/tests/tox.ini index 4732e8baf..e20c07626 100644 --- a/tests/tox.ini +++ b/tests/tox.ini @@ -3,11 +3,19 @@ envlist = py27 [testenv] usedevelop = True +basepython = python2.7 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = bash commands = - bash -c "(cd .. && mvn clean install -DskipTests)" - ./build.sh - nosetests --with-xunit transportpce_tests + {py27,portmapping,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)" + {py27,portmapping}: ./build.sh + {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