summaryrefslogtreecommitdiff
path: root/rally-jobs
diff options
context:
space:
mode:
authorchenhb <chen.haibing1@zte.com.cn>2017-03-08 15:47:08 +0800
committerchenhb <chen.haibing1@zte.com.cn>2017-04-11 16:11:50 +0800
commit87d0ca0d0ff7d843f02d48fc3ffc0ff922da8a9e (patch)
tree810d79d2b042403fb8ea07e100c68823621e5673 /rally-jobs
parent3ecfc460b3a98fee2fc293cd80ad1ae4f78235b2 (diff)
downloadcinder-87d0ca0d0ff7d843f02d48fc3ffc0ff922da8a9e.tar.gz
Fix rally job gate-rally-dsvm-cinder-ubuntu-xenial-nv
1.Rally job is often failed, the error is related with image not found. Lets change image name and try to fix it. 2.The volume_type argument should specify type, True/False has not been allowed in CinderVolumes.create_snapshot_and_attach_volume scenario. Change-Id: Icba98641716e1bce3dbd28fe8b4551d21c49a216
Diffstat (limited to 'rally-jobs')
-rw-r--r--rally-jobs/cinder.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/rally-jobs/cinder.yaml b/rally-jobs/cinder.yaml
index d0f9156be..663401728 100644
--- a/rally-jobs/cinder.yaml
+++ b/rally-jobs/cinder.yaml
@@ -1,4 +1,4 @@
-{% set image_name = "^cirros.*uec$" %}
+{% set image_name = "^(cirros.*-disk|TestVM)$" %}
---
Authenticate.validate_cinder:
-
@@ -333,7 +333,6 @@
CinderVolumes.create_snapshot_and_attach_volume:
-
args:
- volume_type: false
size:
min: 1
max: 1
@@ -361,7 +360,7 @@
-
args:
- volume_type: true
+ volume_type: "test"
size:
min: 1
max: 1
@@ -379,6 +378,8 @@
flavor:
name: "m1.tiny"
servers_per_tenant: 1
+ volume_types:
+ - "test"
api_versions:
cinder:
version: 2