aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/clean_images.sh
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-03-23 07:53:10 +0000
committerJing Lu <lvjing5@huawei.com>2017-03-28 03:31:35 +0000
commitaf004096fa17c9e29c663fc013228a9c82bd174d (patch)
treeb939cc80c2b91f5fda2c71f94f28bd35eec840e7 /tests/ci/clean_images.sh
parentfd51e9fe3f4c31be2cfd541f23c3bb5a7ba08291 (diff)
Bugfix:add storperf flavor for TC074
JIRA: YARDSTICK-604 the storperf container now uses a flavor called "storperf", if this flavor is absent, stack creating process will fail. also the openstack variables that passed to the storperf container also needs a update Change-Id: Iab4be6491cc9b24526948e5571f0476ec885a93d Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 0691766d310e00d7f1cec763427db271076b5633)
Diffstat (limited to 'tests/ci/clean_images.sh')
-rwxr-xr-xtests/ci/clean_images.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh
index 3579909c5..2d0db83bd 100755
--- a/tests/ci/clean_images.sh
+++ b/tests/ci/clean_images.sh
@@ -26,6 +26,7 @@ cleanup()
done
openstack flavor delete yardstick-flavor &> /dev/null || true
+ openstack flavor delete storperf &> /dev/null || true
}
main()