Towards release 1.0.0 (for O-RAN A)
[ric-plt/a1.git] / tox-integration.ini
index fb005a0..08f5482 100644 (file)
@@ -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/a1-p/policytypes/20000/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