[CPS] Align CPS variables for testing 25/125325/2
authormorganrol <morgan.richomme@orange.com>
Mon, 25 Oct 2021 12:26:05 +0000 (14:26 +0200)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Tue, 26 Oct 2021 05:53:02 +0000 (05:53 +0000)
CPS changed the name of the variable in the robot tests
they are now following the good syntax
but they shall be modified in the xtesting docker

Issue-ID: TEST-371

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Id5e3d0c80c47f5e351bfe6ce1d44660a8a9106c3

smoke-usecases-robot-py3/docker/testcases.yaml

index bbff4a6..9992d97 100644 (file)
@@ -163,5 +163,5 @@ tiers:
                         variablefile:
                             - '/share/config/robot_properties.py'
                         variable:
-                            - CPS_HOST:cps-core
-                            - MANAGEMENT_PORT:8081
+                            - CPS_CORE_HOST:cps-core
+                            - CPS_CORE_MANAGEMENT_PORT:8081