diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-03-23 07:53:10 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-03-25 00:43:24 +0000 |
commit | 0691766d310e00d7f1cec763427db271076b5633 (patch) | |
tree | 5840532a200ff2fb3501022464d9594b95d7bd6b /tests/ci/clean_images.sh | |
parent | 91aefe442153517a35c87e1fc02a30c2917c3783 (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>
Diffstat (limited to 'tests/ci/clean_images.sh')
-rwxr-xr-x | tests/ci/clean_images.sh | 1 |
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() |