From 9480f8aa40e555e0194170a2271967a0cd467102 Mon Sep 17 00:00:00 2001 From: Almog Laktivi Date: Thu, 23 Nov 2017 14:09:16 +0200 Subject: Add VVP integration tests Add VVP engagement manager container to integration tests (full flow) Change-Id: Iad7297f199b34f429005e8778d23c3c65b688e4d Issue-ID: VVP-31 Signed-off-by: Almog Laktivi --- test/csit/tests/vvp/sanity/test1.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/csit/tests') diff --git a/test/csit/tests/vvp/sanity/test1.robot b/test/csit/tests/vvp/sanity/test1.robot index 21e1b5e7a..27612fdb8 100644 --- a/test/csit/tests/vvp/sanity/test1.robot +++ b/test/csit/tests/vvp/sanity/test1.robot @@ -4,13 +4,13 @@ Library OperatingSystem Library RequestsLibrary Library json -# http://localhost:8000/vvp/v1/engmgr/vendors +# http://localhost:9090/vvp/v1/engmgr/vendors # vvp-engagementmgr *** Test Cases *** Get Requests health check ok [Tags] get - CreateSession vvp-engagementmgr http://localhost:8000 + CreateSession vvp-engagementmgr http://localhost:9090 ${headers}= Create Dictionary Accept=application/json Content-Type=application/json ${resp}= Get Request vvp-engagementmgr /vvp/v1/engmgr/vendors headers=&{headers} Should Be Equal As Strings ${resp.status_code} 200 -- cgit 1.2.3-korg