From b4a8446204526721256f40f837ccf51706495c82 Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Fri, 18 Aug 2017 16:49:16 -0400 Subject: [AAI-158] Remove hard-coded ip Change-Id: I9068dc94719b9af0edb808519301af3626ae46ef Signed-off-by: Daniel Silverthorn --- test/csit/plans/aai/search-data-service/setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/csit/plans/aai') diff --git a/test/csit/plans/aai/search-data-service/setup.sh b/test/csit/plans/aai/search-data-service/setup.sh index df50fed16..60703b657 100644 --- a/test/csit/plans/aai/search-data-service/setup.sh +++ b/test/csit/plans/aai/search-data-service/setup.sh @@ -32,3 +32,6 @@ docker-compose -f docker-compose.yml up -d aai.searchservice.simpledemo.openecom echo sleeping for 10 seconds while services start up sleep 10 + +ROBOT_VARIABLES="-v HOST_IP:`ip addr show docker0 | head -3 | tail -1 | cut -d' ' -f6 | cut -d'/' -f1`" + -- cgit 1.2.3-korg