From 0691766d310e00d7f1cec763427db271076b5633 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Thu, 23 Mar 2017 07:53:10 +0000 Subject: 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 --- tests/ci/clean_images.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ci/clean_images.sh') 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() -- cgit 1.2.3-korg