Functional tests for the topology init
[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   {p27,portmapping,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
13   {py27,portmapping}: ./build.sh
14   {topology}: ./buildTesttool.sh
15   {p27,servicehandler}: ./SH_func_tests.sh
16   py27: nosetests --with-xunit transportpce_tests/
17   portmapping: nosetests --with-xunit transportpce_tests/test_portmapping.py
18   topology: nosetests --with-xunit transportpce_tests/test_topology.py
19   pce: nosetests --with-xunit transportpce_tests/test_pce.py
20   servicehandler: nosetests --with-xunit transportpce_tests/test_servicehandler.py