From f8af5bf9990febf114573b4672cae78a50005efb Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 27 Mar 2019 18:21:29 +0200 Subject: Update VID in docker-compose to 4.0-STAGING-latest Added AAI simulator for new enrichCloudConfigurationWithCloudOwner feature: - Add AAI response - Update Dockerfile with FROM python, and parametrized config - Add aai-simulator to docker-compose file BTW, modified SO.py to log to stdio. This enable running `docker logs so-simulator` to see the rolling output. Issue-ID: VID-453 Change-Id: Icd1ee2dd51d404261c3e0484b22a4d32b8e4aad8 Signed-off-by: Ittay Stern --- plans/vid/healthCheck/setup.sh | 2 +- plans/vid/healthCheck/teardown.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plans') diff --git a/plans/vid/healthCheck/setup.sh b/plans/vid/healthCheck/setup.sh index 584a640a..50a28b6b 100644 --- a/plans/vid/healthCheck/setup.sh +++ b/plans/vid/healthCheck/setup.sh @@ -25,7 +25,7 @@ source ${SCRIPTS}/common_functions.sh source ${WORKSPACE}/scripts/vid/clone_and_setup_vid_data.sh source ${WORKSPACE}/scripts/vid/start_vid_containers.sh -echo `Obtaining ip of VID server...` +echo "Obtaining ip of VID server..." VID_IP=`get-instance-ip.sh vid-server` SO_SIMULATOR_IP=`get-instance-ip.sh so-simulator` diff --git a/plans/vid/healthCheck/teardown.sh b/plans/vid/healthCheck/teardown.sh index 8f168679..e5e5140a 100644 --- a/plans/vid/healthCheck/teardown.sh +++ b/plans/vid/healthCheck/teardown.sh @@ -18,6 +18,5 @@ # source ${WORKSPACE}/scripts/vid/kill_containers_and_remove_dataFolders.sh -docker kill so-simulator # $WORKSPACE/archives/clamp-clone deleted with archives folder when tests starts so we keep it at the end for debugging -- cgit 1.2.3-korg