X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fci%2Fclean_images.sh;h=832ade25279d81e1b6f993dcb651f9edb8d0a72f;hb=7411096e94f7e30f03c73cc0b8d66dbd076fc37e;hp=b3363cb126d0155f82238e967c0e4c63321d9e83;hpb=a2176af5514fc55ad8421635ad70ce4f26890ed6;p=yardstick.git diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh index b3363cb12..832ade252 100755 --- a/tests/ci/clean_images.sh +++ b/tests/ci/clean_images.sh @@ -25,7 +25,7 @@ cleanup() return fi - for image in $(openstack ${SECURE} image list | grep -e cirros-0.3.5 -e yardstick-image -e Ubuntu-16.04 \ + for image in $(openstack ${SECURE} image list | grep -e cirros-0.3.5 -e cirros-d161201 -e yardstick-image -e Ubuntu-16.04 \ | awk '{print $2}'); do echo "Deleting image $image..." openstack ${SECURE} image delete $image || true