summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-03-21 01:24:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-21 01:24:16 +0000
commit4eacd85d78a0fbc1fee8224777634df84e7bce34 (patch)
tree1441195ef0c8d552b8628224f2a3f4033375faa0 /tests
parentd742db328b70415c726ae9ed0aa7f16d79d7c852 (diff)
parent14172bb39e8e30f37ec5bb80be6b187ab6858e88 (diff)
Merge "Bugfix: remove vivid as it is EOL"
Diffstat (limited to 'tests')
-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 fa4a54df6..3579909c5 100755
--- a/tests/ci/clean_images.sh
+++ b/tests/ci/clean_images.sh
@@ -20,7 +20,7 @@ cleanup()
fi
for image in $(openstack image list | grep -e cirros-0.3.3 -e yardstick-image -e Ubuntu-14.04 \
- -e yardstick-vivid-kernel | awk '{print $2}'); do
+ | awk '{print $2}'); do
echo "Deleting image $image..."
openstack image delete $image || true
done