X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftest_a1.tavern.yaml;h=bdd8d45a3b19cb443d2f101f5ccca843381b20d1;hb=102b89592db01d8361a754c11a85699e5d2e965c;hp=a025643ca2faa31085ec6e2bdb0fe3bbc598e39d;hpb=9d5ad7161f64346c17e9c466bf1992e4257e9bde;p=ric-plt%2Fa1.git diff --git a/integration_tests/test_a1.tavern.yaml b/integration_tests/test_a1.tavern.yaml index a025643..bdd8d45 100644 --- a/integration_tests/test_a1.tavern.yaml +++ b/integration_tests/test_a1.tavern.yaml @@ -540,10 +540,11 @@ stages: body: [qt1, qt2] # after the query, a1 should send, query receiver should send back, and the policy should be in effect - + # sometimes in kubernetes, this test takes a long time to work because of an k8s issue + # empirically we find that the si95 rmr finally "detects" failure after about 75 seconds, retries, and then works. - name: test the query status get - max_retries: 3 - delay_before: 6 # give it a few seconds for rmr ; delay reciever sleeps for 5 seconds by default + max_retries: 100 + delay_before: 1 request: url: http://localhost:10000/a1-p/policytypes/1006001/policies/qt1/status method: GET @@ -554,8 +555,8 @@ stages: has_been_deleted: False - name: test the query status get 2 - max_retries: 3 - delay_before: 6 # give it a few seconds for rmr ; delay reciever sleeps for 5 seconds by default + max_retries: 100 + delay_before: 1 request: url: http://localhost:10000/a1-p/policytypes/1006001/policies/qt2/status method: GET