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=6abd625d69887f74e4c34f1905425fa5c6d2d524;hb=0eb37372a837a16225f5788895638b00da52ce43;hp=d4fe625cc45068bc9a127dd0eb2fdf85d6957271;hpb=5592b6267f4801163873f8fd734c9ab9adb2f368;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 d4fe625c..6abd625d 100644 --- a/smo-install/test/pythonsdk/src/orantests/configuration/settings.py +++ b/smo-install/test/pythonsdk/src/orantests/configuration/settings.py @@ -80,3 +80,10 @@ POLICY_PAP_URL = "https://"+subprocess.run("kubectl get services policy-pap -n o POLICY_API_URL = "https://"+subprocess.run("kubectl get services policy-api -n onap |grep policy-api | awk '{print $3}'", shell=True, check=True, stdout=subprocess.PIPE).stdout.decode('utf-8').strip()+":6969" SDNC_URL = "http://"+subprocess.run("kubectl get services sdnc-oam -n onap |grep sdnc-oam | awk '{print $3}'", shell=True, check=True, stdout=subprocess.PIPE).stdout.decode('utf-8').strip()+":8282" +### Network simulators topology +NETWORK_SIMULATORS_RU_LIST = ["o-ru-11211","o-ru-11221","o-ru-11222","o-ru-11223"] +NETWORK_SIMULATORS_DU_LIST = ["o-du-1121","o-du-1122"] +NETWORK_SIMULATORS_TOPOLOGY_SERVER = ["topology-server"] +NETWORK_SIMULATOR_DEVICES_LIST = NETWORK_SIMULATORS_RU_LIST + NETWORK_SIMULATORS_DU_LIST + NETWORK_SIMULATORS_TOPOLOGY_SERVER +DMAAP_GROUP = "o1test" +DMAAP_USER = "o1test"