diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-09 10:59:46 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-09 11:01:40 -0800 |
commit | f5fef8ba321fe1a0fd974f634f72a0646baeffe7 (patch) | |
tree | ecf9eda8eb7119f1b377167d14d7ce9d73d468ac /test/ete/scripts/install_openstack_cli.sh | |
parent | e8ac9b5c3bcef7a4f9737beaecca703fff95394a (diff) |
Add wait loops for stack delete/create completion
Change-Id: If61d54b01e5f90dc75f3f8ec29914b7b506f3c51
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/scripts/install_openstack_cli.sh')
-rwxr-xr-x | test/ete/scripts/install_openstack_cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index ec5ad1f76..a6a0438f9 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -38,7 +38,7 @@ if [ -z "$ONAP_WORKDIR" ]; then fi echo "ONAP_WORKDIR=${ONAP_WORKDIR}" if [ ! -d ${ONAP_WORKDIR}/demo ]; then - git clone http://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo + git clone https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo else pushd ${ONAP_WORKDIR}/demo git pull |