From: Andreas Geissler Date: Sun, 12 Nov 2023 13:04:21 +0000 (+0100) Subject: [ROBOT] Correct CPS port names X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=47a31c445b94005e897f94058a095c07358100e9;p=integration%2Fxtesting.git [ROBOT] Correct CPS port names Fix to use the updated CPS ports after patch https://gerrit.onap.org/r/c/cps/+/136315 Issue-ID: CPS-1923 Change-Id: I7ef655ecb1c5a52ddfa56c5d4d336f29c5baa47e Signed-off-by: Andreas Geissler --- diff --git a/smoke-usecases-robot-py3/docker/testcases.yaml b/smoke-usecases-robot-py3/docker/testcases.yaml index 6d4eef8..425516b 100644 --- a/smoke-usecases-robot-py3/docker/testcases.yaml +++ b/smoke-usecases-robot-py3/docker/testcases.yaml @@ -164,7 +164,7 @@ tiers: - '/share/config/robot_properties.py' variable: - CPS_CORE_HOST:cps-core - - CPS_CORE_MANAGEMENT_PORT:8081 + - CPS_CORE_PORT:8081 - case_name: cps-temporal-healthcheck @@ -204,4 +204,4 @@ tiers: - '/share/config/robot_properties.py' variable: - DMI_HOST:ncmp-dmi-plugin - - DMI_MANAGEMENT_PORT:8081 + - DMI_PORT:8081