fix minor bugs in portmapping
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index da2e28de6fe2fff316b42c4af65e545dd8e29b03..f095042413abab3b4d819a7582e8077d3d40ba93 100644 (file)
--- 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]