X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox-integration.ini;h=fb996d1acc97fdb1d9db0877cf61ce0217b54c2d;hb=refs%2Fchanges%2F11%2F711%2F1;hp=fb005a08dbb936e29544baebb36ef7c23891d2b6;hpb=09edf28fd47faf808e053d6ede06315c3926fa45;p=ric-plt%2Fa1.git diff --git a/tox-integration.ini b/tox-integration.ini index fb005a0..fb996d1 100644 --- a/tox-integration.ini +++ b/tox-integration.ini @@ -30,9 +30,8 @@ deps = changedir=integration_tests commands_pre= helm install --devel testreceiver -n testreceiver - helm install --devel delayreceiver -n delayreceiver helm install --devel a1mediator/ -n a1 - sleep 10 + sleep 20 ./portforward.sh sleep 2 commands= @@ -41,12 +40,10 @@ commands= echo "running tavern" pytest echo "running ab" - ab -n 100 -c 10 -u putdata -T application/json http://localhost:10000/ric/policies/control_admission_time + ab -n 100 -c 10 -u putdata -T application/json http://localhost:10000/ric/policies/admission_control_policy commands_post= helm delete testreceiver helm del --purge testreceiver - helm delete delayreceiver - helm del --purge delayreceiver helm delete a1 helm del --purge a1 pkill -9 kubectl