X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Forantests%2Fconfiguration%2Fsettings.py;fp=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Forantests%2Fconfiguration%2Fsettings.py;h=ec8df2215cee81ce6fef833b2ff2410381c0843f;hb=a8414e7e44dea72da6f4f235e14f7fef59b4e266;hp=4ce3ac3dce6c254ae2e078abe7424c60788ff0b1;hpb=6c7e3c3c5e51182a891a2a21676f1cc2646ba484;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 4ce3ac3d..ec8df221 100644 --- a/smo-install/test/pythonsdk/src/orantests/configuration/settings.py +++ b/smo-install/test/pythonsdk/src/orantests/configuration/settings.py @@ -68,7 +68,7 @@ DMAAP_URL = "http://192.168.1.39:3904" NBI_URL = "https://nbi.api.simpledemo.onap.org:30274" NBI_API_VERSION = "/nbi/api/v4" -POLICY_BASICAUTH = { 'username': 'healthcheck', 'password': 'zb!XztG34' } +POLICY_BASICAUTH = { 'username': 'policyadmin', 'password': 'zb!XztG34' } SDNC_BASICAUTH = { 'username': 'admin', 'password': 'Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U' } DMAAP_URL = "http://"+subprocess.run("kubectl get services message-router -n onap |grep message-router | awk '{print $3}'", shell=True, check=True, stdout=subprocess.PIPE).stdout.decode('utf-8').strip()+":3904"