X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=e27e15d450e76b80716693563cd84efa2ef04233;hb=868107297d275a6f50790a5e6d3de6c65cbd4a3e;hp=ba5b8d21643ae3c11dc7d87db6eed9e8be821dea;hpb=e9f743a0db7d3a024e868a671f95cbb96cd0632d;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index ba5b8d2..e27e15d 100644 --- a/tox.ini +++ b/tox.ini @@ -38,9 +38,9 @@ commands = ; from the previous tests. The first pytest shall not have the 'append' since the it is supposed to erase previous coverage data ; from earlier tox run. pytest --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 \ - {toxinidir}/near-rt-ric-simulator/tests/OSC_2.1.0/test_osc_2_1_0.py + {toxinidir}/near-rt-ric-simulator/tests/test_osc_2_1_0.py pytest --cov-append --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html \ - --cov-fail-under=70 {toxinidir}/near-rt-ric-simulator/tests/STD_1.1.3/test_std_1_1_3.py + --cov-fail-under=70 {toxinidir}/near-rt-ric-simulator/tests/test_std_1_1_3.py coverage xml -i # doc jobs