Check nova v2.2 in gates

V2.2 microversion extends keypairs in Nova. This patch check that this
microversion works.

Change-Id: Ifaa7826f100bb918f53a7cac451ba577d3d29b69
This commit is contained in:
Andrey Kurilin 2015-10-19 16:00:46 +03:00
parent f252b1adfa
commit 779f04758c

View File

@ -579,6 +579,23 @@
sla:
failure_rate:
max: 0
-
args:
key_type: "x509"
runner:
type: "constant"
times: 4
concurrency: 4
context:
users:
tenants: 3
users_per_tenant: 2
api_versions:
nova:
version: 2.2
sla:
failure_rate:
max: 0
NovaKeypair.create_and_list_keypairs:
-
@ -614,6 +631,29 @@
sla:
failure_rate:
max: 0
-
args:
flavor:
name: "m1.tiny"
image:
name: {{image_name}}
key_type: "x509"
runner:
type: "constant"
times: 2
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2
network:
start_cidr: "10.2.0.0/24"
api_versions:
nova:
version: 2.2
sla:
failure_rate:
max: 0
NovaServers.boot_and_delete_multiple_servers:
-