Merge "NONRTRIC-946: Servicemanager - add Kong data plane and control plane"
[nonrtric/plt/sme.git] / servicemanager / internal / providermanagement / providermanagement_test.go
index 3d07f90..9b8d1b9 100644 (file)
@@ -116,9 +116,10 @@ func setupTest() error {
                MockedConfig: map[string]string{
                        "KONG_DOMAIN":             "kong",
                        "KONG_PROTOCOL":           "http",
-                       "KONG_IPV4":               mockKongHost,
+                       "KONG_CONTROL_PLANE_IPV4":  mockKongHost,
+                       "KONG_CONTROL_PLANE_PORT":  mockKongControlPlanePort,
+                       "KONG_DATA_PLANE_IPV4":    "10.101.1.101",
                        "KONG_DATA_PLANE_PORT":    "32080",
-                       "KONG_CONTROL_PLANE_PORT": mockKongControlPlanePort,
                        "CAPIF_PROTOCOL":          "http",
                        "CAPIF_IPV4":              capifHost,
                        "CAPIF_PORT":              capifPort,