aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-22 13:48:50 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-25 10:46:10 -0700
commit81836d273402c46688d5dc90cccebb4562ac564b (patch)
treee293ae8e1d85a54768ea03df871bd9a0ca67899b /test/ete
parent7657b0e2cb4a8b1833b10bc6c91297981d376a5b (diff)
Support testing of gerrit changes to manifest
Change-Id: I4a928c562cb56847f500d2b44eb8284caf3df550 Issue-ID: INT-532 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete')
-rwxr-xr-xtest/ete/scripts/teardown-onap.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/ete/scripts/teardown-onap.sh b/test/ete/scripts/teardown-onap.sh
index 3a40cfac8..9080e20ac 100755
--- a/test/ete/scripts/teardown-onap.sh
+++ b/test/ete/scripts/teardown-onap.sh
@@ -6,20 +6,6 @@ fi
source $WORKSPACE/test/ete/scripts/install_openstack_cli.sh
-# skip use of multi-vim APIs for now
-# delete all Proxy Designate DNS records; do this first since we rely on multi-vim for this
-# $WORKSPACE/test/ete/scripts/dns-zones/delete-dns-zones.sh $OS_PROJECT_NAME
-# sleep 1
-
-# delete all Desigate DNS zones belonging to this project
-ZONES=$(openstack zone list -c "id" -f value)
-for ZONE in ${ZONES}; do
- ZONE_PROJECT_ID=$(openstack zone show $ZONE -f json | jq -r '.project_id')
- if [ "$OS_PROJECT_ID" == "$ZONE_PROJECT_ID" ]; then
- openstack zone delete $ZONE
- fi
-done
-
# delete all instances
openstack server delete $(openstack server list -c ID -f value)
sleep 1