diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-02 14:02:24 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-03 18:06:44 -0500 |
commit | 8191c6abea9ee2370c88bc6aad5c032e36c824cd (patch) | |
tree | 381062d7ed8d11b6e3007e7e0cd54b19bd9c6069 /csit/tests/actuator/actuator.robot | |
parent | c2a98631112128093d4f601284bb30928539f242 (diff) |
Investigate csit failuremr/879/126934/9
Issue-ID: CPS-879
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ia9799f4ae3265cf47e46329d014055feb8b35e74
Diffstat (limited to 'csit/tests/actuator/actuator.robot')
-rw-r--r-- | csit/tests/actuator/actuator.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/actuator/actuator.robot b/csit/tests/actuator/actuator.robot index 55ff40e076..2ee575e406 100644 --- a/csit/tests/actuator/actuator.robot +++ b/csit/tests/actuator/actuator.robot @@ -23,7 +23,7 @@ Documentation CPS - Actuator endpoints Library Collections Library RequestsLibrary -Suite Setup Create Session MANAGEMENT_URL http://${CPS_HOST}:${MANAGEMENT_PORT}/manage +Suite Setup Create Session MANAGEMENT_URL http://${CPS_CORE_HOST}:${CPS_CORE_MANAGEMENT_PORT}/manage *** Variables *** |