Update to later rmr-python
[ric-plt/a1.git] / tox-integration.ini
index b3a9183..fb996d1 100644 (file)
@@ -31,7 +31,7 @@ changedir=integration_tests
 commands_pre=
     helm install --devel testreceiver -n testreceiver
     helm install --devel a1mediator/ -n a1
-    sleep 10
+    sleep 20
     ./portforward.sh
     sleep 2
 commands=
@@ -40,7 +40,7 @@ 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