diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-06 17:31:04 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-06 18:11:15 -0800 |
commit | 374498a7796e1755086579c8160206feb2375079 (patch) | |
tree | cd3c5281f31fb2d630ae05106ba66c8fe246725d /test/ete/scripts/teardown-onap.sh | |
parent | 7b94e0a63c3598eea5e1eed18bb5cd1cd0b0beb2 (diff) |
Add config for ATT TLAB
Change-Id: I31387cbb17db19cd602cc9d4da59a55223996583
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/scripts/teardown-onap.sh')
-rwxr-xr-x | test/ete/scripts/teardown-onap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/teardown-onap.sh b/test/ete/scripts/teardown-onap.sh index 60bfa638f..37f72c010 100755 --- a/test/ete/scripts/teardown-onap.sh +++ b/test/ete/scripts/teardown-onap.sh @@ -39,7 +39,7 @@ openstack port delete $(openstack port list -f value -c ID) openstack volume delete $(openstack volume list -f value -c ID) # delete all except "default" security group -SECURITY_GROUPS=$(openstack security group list -c Name -f value | grep -v default) +SECURITY_GROUPS=$(openstack security group list -c Name -f ID | grep -v default) openstack security group delete $SECURITY_GROUPS sleep 1 |