aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/scripts/teardown-onap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/scripts/teardown-onap.sh')
-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