diff options
author | tragait <rahul.tyagi@est.tech> | 2021-10-19 16:46:21 +0100 |
---|---|---|
committer | tragait <rahul.tyagi@est.tech> | 2021-10-21 13:10:47 +0100 |
commit | dd6021e12851eb89e6674d5f4c03ffae4d08e230 (patch) | |
tree | e1ca0b75eb97a790b3a4a613eed67af78260b668 /csit/tests/ncmp-passthrough/ncmp-passthrough.robot | |
parent | 5e575237b404faee1fd71fa81dbad0b1b4d6017b (diff) |
fix docker-compose for ncmp
Issue-ID: CPS-725
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: Ibd646c225b4b9b205fdc34012f10a627e7827513
Diffstat (limited to 'csit/tests/ncmp-passthrough/ncmp-passthrough.robot')
-rw-r--r-- | csit/tests/ncmp-passthrough/ncmp-passthrough.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot index 3b68c335f5..c23fa085b8 100644 --- a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot +++ b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot @@ -26,7 +26,7 @@ Library OperatingSystem Library RequestsLibrary Library BuiltIn -Suite Setup Create Session CPS_URL http://${CPS_HOST}:${CPS_PORT} +Suite Setup Create Session CPS_URL http://${CPS_CORE_HOST}:${CPS_CORE_PORT} *** Variables *** |