X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Forantests%2Fconfiguration%2Fsettings.py;h=78077b184d7d4efb30fdb173ba06dad8a903c847;hb=645e0e6d5d5df3fbe91a14b4965f4de6cb84ca35;hp=3de374b2d2dd0dbfd059b891892a22a648e8bfb8;hpb=397cc164dbbee967d227df897859e55ac807349f;p=it%2Fdep.git diff --git a/smo-install/test/pythonsdk/src/orantests/configuration/settings.py b/smo-install/test/pythonsdk/src/orantests/configuration/settings.py index 3de374b2..78077b18 100644 --- a/smo-install/test/pythonsdk/src/orantests/configuration/settings.py +++ b/smo-install/test/pythonsdk/src/orantests/configuration/settings.py @@ -93,9 +93,9 @@ DMAAP_USER = "o1test" DMAAP_CL_GROUP = "cltest" DMAAP_CL_USER = "cltest" DMAAP_TOPIC_PNFREG = "unauthenticated.VES_PNFREG_OUTPUT" -DMAAP_TOPIC_PNFREG_JSON = '{"topicName": "' + DMAAP_TOPIC_PNFREG + '"}' +DMAAP_TOPIC_PNFREG_JSON = '{"topicName": "' + DMAAP_TOPIC_PNFREG + '", "replicationCount": 1}' DMAAP_TOPIC_FAULT = "unauthenticated.SEC_FAULT_OUTPUT" -DMAAP_TOPIC_FAULT_JSON = '{"topicName": "' + DMAAP_TOPIC_FAULT + '"}' +DMAAP_TOPIC_FAULT_JSON = '{"topicName": "' + DMAAP_TOPIC_FAULT + '", "replicationCount": 1}' ### Number of pods left in completed state for ONAP namespace ONAP_PODS_WHEN_READY = 9