From 13c21f2972e5f303f420065b494c8d206b3bf16f Mon Sep 17 00:00:00 2001 From: "juhyun.park" Date: Tue, 8 Oct 2019 10:12:21 +0900 Subject: [PATCH] we don't have to run completely the same test. There are 2 workloads in CinderVolumes.create_and_restore_volume_backup tests. However the 2 scenarios are the same. we don't have to run tests if the tests are completely the same. In 1st test, we will delete volume_backup. so do_delete property(line 631) should be set as True. On the other hand, we will not delete volume_backup. so do_delete property(line 644) should be set as False. Change-Id: I2f269faef4118a87fff1ebb5c27ac4957585f49d --- rally-jobs/cinder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally-jobs/cinder.yaml b/rally-jobs/cinder.yaml index 210b5892..482dfa7c 100755 --- a/rally-jobs/cinder.yaml +++ b/rally-jobs/cinder.yaml @@ -641,7 +641,7 @@ scenario: CinderVolumes.create_and_restore_volume_backup: size: 1 - do_delete: True + do_delete: False runner: constant: times: 2