X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=servicemanager%2Fmain_test.go;h=ac65fb05163643f864934b1841d56ef82c932f71;hb=refs%2Fchanges%2F63%2F12763%2F4;hp=20353bd4a0d06fdd0a91eedc187eea71f30d395b;hpb=0558c62d57835be1025dc192eff40bac3fe35492;p=nonrtric%2Fplt%2Fsme.git diff --git a/servicemanager/main_test.go b/servicemanager/main_test.go index 20353bd..ac65fb0 100644 --- a/servicemanager/main_test.go +++ b/servicemanager/main_test.go @@ -102,9 +102,10 @@ func setupTest() error { MockedConfig: map[string]string{ "KONG_DOMAIN": "kong", "KONG_PROTOCOL": "http", - "KONG_IPV4": mockKongHost, - "KONG_DATA_PLANE_PORT": "32080", + "KONG_CONTROL_PLANE_IPV4": mockKongHost, "KONG_CONTROL_PLANE_PORT": mockKongControlPlanePort, + "KONG_DATA_PLANE_IPV4": "10.101.1.101", + "KONG_DATA_PLANE_PORT": "32080", "CAPIF_PROTOCOL": "http", "CAPIF_IPV4": capifHost, "CAPIF_PORT": capifPort,