Merge "Some tests for transportpce-common"
[transportpce.git] / tox.ini
1 [tox]
2 minversion = 1.6
3 envlist = py3
4     docs
5     docs-linkcheck
6 skipsdist = true
7 setupdir = tests/
8
9 [testenv]
10 passenv = USE_LIGHTY http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
11 usedevelop = True
12 basepython = python3
13 deps =
14   -r{toxinidir}/tests/requirements.txt
15   -r{toxinidir}/tests/test-requirements.txt
16 whitelist_externals = sh
17                       sudo
18 changedir={toxinidir}/tests
19 commands =
20 #install maven and JDK11 on the Gate since they are not there by default
21   {py3,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otntopology,olm221,tapi221,end2end221,gnpy}: - sh -c "if [ ! `which mvn` ]; then ./installMavenCentOS.sh  ; fi"
22 #install honeynode simulators
23   {py3,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otntopology,olm221,tapi221,end2end221,gnpy}: - sh -c "./install_honeynode.sh"
24 #patch OLM constant to speed up tests, unnecessary for PCE
25   {py3,portmapping,topoPortMapping,rspn,topology,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otn-topology,olm221,end2end221,tapi221}: - sh -c "sed -i'_' 's@=.*//#FUNCTESTVAL=@=@g' ../olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java"
26 #build controller, source JDK_JAVA_OPTIONS to remove illegal reflective acces warnings introduced by Java11
27   {py3,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otntopology,olm221,tapi221,end2end221,gnpy}: - sh -c ". $PWD/reflectwarn.sh && cd .. && mvn clean install -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true -Dodlparent.spotbugs.skip -Dodlparent.checkstyle.skip"
28   {py3,portmapping,topoPortMapping,rspn,topology,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otn-topology,olm221,end2end221,tapi221}: - sh -c "mv  ../olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java_  ../olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java"
29 #patch Karaf exec for the same reason at runtime
30   {py3,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otntopology,olm221,tapi221,end2end221,gnpy}: - sh -c "sed -i'_' 's@!/bin/sh@!/bin/sh\'$'\n. $(dirname $0)/../../../../tests/reflectwarn.sh@' ../karaf/target/assembly/bin/karaf"
31   # the following command would be the straight and right way to support both BSD and GNU sed versions
32   # sh -c "sed -i'_' '1 a\'$'\n. \$(dirname \$0)/\.\./\.\./\.\./\.\./tests/reflectwarn.sh\n' ../karaf/target/assembly/bin/karaf"
33   # but tox reinterprets the quotes as
34   # sh -c 'sed -i'"'"'_'"'"' '"'"'1 a\'"'"'$'"'"'\n. \$(dirname \$0)/\.\./\.\./\.\./\.\./tests/reflectwarn.sh\n'"'"' ../karaf/target/assembly/bin/karaf'
35   # ,what results in an unexpected different formating (with a $ on the second line and the dot on the third)
36 #build Lighty if needed
37   {py3,portmapping,topoPortMapping,rspn,topology,pce,olm,end2end,portmapping221,rspn221,otnrenderer,topology221,otntopology,olm221,tapi221,end2end221,gnpy}: - sh -c 'if [ "$USE_LIGHTY" = "True" ]; then (cd ../lighty && ./build.sh); fi'
38 #run 1.2.1 functional tests
39   {py3,portmapping}: nosetests --with-xunit transportpce_tests/1.2.1/test_portmapping.py
40   {py3,topoPortMapping}: nosetests --with-xunit transportpce_tests/1.2.1/test_topoPortMapping.py
41   {py3,topology}: nosetests --with-xunit transportpce_tests/1.2.1/test_topology.py
42   {py3,rspn}: nosetests --with-xunit transportpce_tests/1.2.1/test_renderer_service_path_nominal.py
43   {py3,pce}: nosetests --with-xunit transportpce_tests/1.2.1/test_pce.py
44   {py3,olm}: nosetests --with-xunit transportpce_tests/1.2.1/test_olm.py
45   #E2E 1.2.1 moved at the end before 2.2.1 E2E
46 #run 2.2.1 functional tests
47   {py3,portmapping221}: nosetests --with-xunit transportpce_tests/2.2.1/test_portmapping.py
48   {py3,topology221}: nosetests --with-xunit transportpce_tests/2.2.1/test_topology.py
49   {otntopology}: nosetests --with-xunit transportpce_tests/2.2.1/test_otn_topology.py
50   {py3,rspn221}: nosetests --with-xunit transportpce_tests/2.2.1/test_renderer_service_path_nominal.py
51   {py3,otnrenderer}: nosetests --with-xunit transportpce_tests/2.2.1/test_otn_renderer.py
52   {py3,olm221}: nosetests --with-xunit transportpce_tests/2.2.1/test_olm.py
53   {py3,tapi221}: nosetests --with-xunit transportpce_tests/2.2.1/test_tapi.py
54   {py3,end2end}: - nosetests --with-xunit transportpce_tests/1.2.1/test_end2end.py
55   {py3,end2end221}: - nosetests --with-xunit transportpce_tests/2.2.1/test_end2end.py
56   #{gnpy}: - sudo docker pull atriki/gnpyrest:v1.2
57   {gnpy}: - sudo docker run -d -p 8008:5000 --name gnpy_tpce_rest1 atriki/gnpyrest:v1.2
58   {gnpy}: nosetests --with-xunit transportpce_tests/1.2.1/test_gnpy.py
59   {gnpy}: - sudo docker container rm -f gnpy_tpce_rest1
60
61 [testenv:docs]
62 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
63 basepython = python3
64 deps = -rdocs/requirements.txt
65 commands =
66     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/html
67
68 [testenv:docs-linkcheck]
69 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
70 basepython = python3
71 deps = -rdocs/requirements.txt
72 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/linkcheck
73
74 [testenv:autopep8]
75 basepython = python3
76 deps = autopep8
77 commands =
78     autopep8 --max-line-length 120 --in-place --recursive transportpce_tests/
79
80 [testenv:pylint]
81 basepython = python3
82 deps = pylint
83 whitelist_externals = find
84 commands =
85     find transportpce_tests/ -name *.py -exec pylint --max-line-length=120 --disable=missing-docstring  --reports=y --score=y  --output-format=colorized  \{\} +