Bug correction in topoPortMapping tests
[transportpce.git] / tests / tox.ini
1 [tox]
2 envlist = py27
3
4 [testenv]
5 usedevelop = True
6 basepython = python2.7
7 deps =
8   -r{toxinidir}/requirements.txt
9   -r{toxinidir}/test-requirements.txt
10 whitelist_externals = bash
11 commands =
12   {py27,portmapping,topoPortMapping,rspn,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
13   {py27,topology,topoPortMapping}: ./buildTesttool.sh
14   {py27,portmapping,rspn}: ./buildHoneynode.sh
15   #py27: nosetests --with-xunit transportpce_tests/
16   {py27,portmapping}: nosetests --with-xunit transportpce_tests/test_portmapping.py
17   {py27,topoPortMapping}: nosetests --with-xunit transportpce_tests/test_topoPortMapping.py
18   {py27,topology}: nosetests --with-xunit transportpce_tests/test_topology.py
19   {py27,rspn}: nosetests --with-xunit transportpce_tests/test_renderer_service_path_nominal.py
20   {py27,pce}: nosetests --with-xunit transportpce_tests/test_pce.py
21   {py27,servicehandler}: ./SH_func_tests.sh
22   {py27,servicehandler}: nosetests --with-xunit transportpce_tests/test_servicehandler.py