aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-10-25 14:26:05 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-10-26 05:53:02 +0000
commitf1f0063a9c0337dc4431bd650975e3e8bb4d29c2 (patch)
tree2f47a23a38003b0d9254b2418a3443997baeeffe
parent0d0612d973d2d0c4eadee06b9ce22893fa708263 (diff)
[CPS] Align CPS variables for testing
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
-rw-r--r--smoke-usecases-robot-py3/docker/testcases.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke-usecases-robot-py3/docker/testcases.yaml b/smoke-usecases-robot-py3/docker/testcases.yaml
index bbff4a6..9992d97 100644
--- a/smoke-usecases-robot-py3/docker/testcases.yaml
+++ b/smoke-usecases-robot-py3/docker/testcases.yaml
@@ -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