[CPS] Change default port 91/124491/3
authormorganrol <morgan.richomme@orange.com>
Mon, 27 Sep 2021 09:38:20 +0000 (11:38 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 27 Sep 2021 10:17:18 +0000 (10:17 +0000)
A refactoring is planned for Jakarta
Meanwhile specifiy the 2 env variables directly in the testcases.yaml
- CPS_HOST: cps-core
- MANAGEMENT_PORT: 8081 instead of 8080

Issue-ID: CPS-654

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

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

index 7ab2048..52d15b1 100644 (file)
@@ -162,3 +162,6 @@ tiers:
                             - /cps/csit/tests/actuator/actuator.robot
                         variablefile:
                             - '/share/config/robot_properties.py'
+                        variable:
+                            - CPS_HOST:'cps-core'
+                            - MANAGEMENT_PORT:'8081'