summaryrefslogtreecommitdiffstats
path: root/tests/ci/clean_images.sh
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2016-11-24 02:24:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-24 02:24:10 +0000
commiteec370bc52caee7fe1633ae9f3ec8ac85ac50119 (patch)
tree9d7d1cb394c8af1880b46c3b920eef78134114a5 /tests/ci/clean_images.sh
parent0e23c697e6329a57ba168cc57886b436ea87cdc4 (diff)
parent791868bdaabb08237fadae957a19c496a1892905 (diff)
Merge "Upgrade yardstick VM image from Ubuntu 14.04 to 16.04"
Diffstat (limited to 'tests/ci/clean_images.sh')
-rwxr-xr-xtests/ci/clean_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh
index 05f68a7ed..b1942160b 100755
--- a/tests/ci/clean_images.sh
+++ b/tests/ci/clean_images.sh
@@ -19,7 +19,7 @@ cleanup()
return
fi
- for image in $(glance image-list | grep -e cirros-0.3.3 -e yardstick-trusty-server -e Ubuntu-14.04 \
+ for image in $(glance image-list | grep -e cirros-0.3.3 -e yardstick-image -e Ubuntu-14.04 \
-e yardstick-vivid-kernel | awk '{print $2}'); do
echo "Deleting image $image..."
glance image-delete $image || true