diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-27 21:59:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-27 21:59:48 +0000 |
commit | 41b95c46a6847971127efd0328d8abaa67b5925c (patch) | |
tree | 0796921be1ff8b95a46246da9c39070ae87738a7 /plans | |
parent | a525142e100f3bf3dd6f151aeab3ae1e2614e124 (diff) | |
parent | f8af5bf9990febf114573b4672cae78a50005efb (diff) |
Merge "Update VID in docker-compose to 4.0-STAGING-latest"
Diffstat (limited to 'plans')
-rw-r--r-- | plans/vid/healthCheck/setup.sh | 2 | ||||
-rw-r--r-- | plans/vid/healthCheck/teardown.sh | 1 |
2 files changed, 1 insertions, 2 deletions
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 |