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
This commit is contained in:
parent
3ecfc460b3
commit
87d0ca0d0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user