[CI] Move to v2 format: senlin, watcher, zaqar
sahara job file was removed, because we don't test sahara Change-Id: I9d534b76f54c947624baf48cd2992cbebe355246
This commit is contained in:
parent
470f42f34f
commit
3ffd65380b
@ -1,15 +1,21 @@
|
|||||||
---
|
---
|
||||||
SenlinClusters.create_and_delete_cluster:
|
version: 2
|
||||||
|
title: Task for gate-rally-dsvm-senlin-rally-ubuntu-xenial-nv job
|
||||||
|
description: >
|
||||||
|
This task contains various scenarios for testing senlin plugins
|
||||||
|
subtasks:
|
||||||
-
|
-
|
||||||
args:
|
title: SenlinClusters.create_and_delete_cluster tests
|
||||||
desired_capacity: 3
|
scenario:
|
||||||
min_size: 0
|
SenlinClusters.create_and_delete_cluster:
|
||||||
max_size: 5
|
desired_capacity: 3
|
||||||
|
min_size: 0
|
||||||
|
max_size: 5
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
constant:
|
||||||
times: 3
|
times: 3
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
contexts:
|
||||||
users:
|
users:
|
||||||
tenants: 2
|
tenants: 2
|
||||||
users_per_tenant: 2
|
users_per_tenant: 2
|
||||||
@ -22,6 +28,3 @@
|
|||||||
image: "cirros-0.3.5-x86_64-disk"
|
image: "cirros-0.3.5-x86_64-disk"
|
||||||
networks:
|
networks:
|
||||||
- network: private
|
- network: private
|
||||||
sla:
|
|
||||||
failure_rate:
|
|
||||||
max: 0
|
|
||||||
|
@ -1,11 +1,18 @@
|
|||||||
---
|
---
|
||||||
Watcher.create_audit_and_delete:
|
version: 2
|
||||||
|
title: Task for gate-rally-dsvm-watcher-rally-ubuntu-xenial-nv job
|
||||||
|
description: >
|
||||||
|
This task contains various scenarios for testing watcher plugins
|
||||||
|
subtasks:
|
||||||
-
|
-
|
||||||
|
title: Watcher.create_audit_and_delete tests
|
||||||
|
scenario:
|
||||||
|
Watcher.create_audit_and_delete: {}
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
constant:
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
contexts:
|
||||||
users:
|
users:
|
||||||
tenants: 2
|
tenants: 2
|
||||||
users_per_tenant: 2
|
users_per_tenant: 2
|
||||||
@ -17,32 +24,27 @@
|
|||||||
name: "dummy"
|
name: "dummy"
|
||||||
strategy:
|
strategy:
|
||||||
name: "dummy"
|
name: "dummy"
|
||||||
sla:
|
|
||||||
failure_rate:
|
|
||||||
max: 0
|
|
||||||
|
|
||||||
Watcher.create_audit_template_and_delete:
|
|
||||||
-
|
-
|
||||||
args:
|
title: Watcher.create_audit_template_and_delete tests
|
||||||
goal:
|
scenario:
|
||||||
name: "dummy"
|
Watcher.create_audit_template_and_delete:
|
||||||
strategy:
|
goal:
|
||||||
name: "dummy"
|
name: "dummy"
|
||||||
|
strategy:
|
||||||
|
name: "dummy"
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
constant:
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
sla:
|
|
||||||
failure_rate:
|
|
||||||
max: 0
|
|
||||||
|
|
||||||
Watcher.list_audit_templates:
|
|
||||||
-
|
-
|
||||||
|
title: Watcher.list_audit_templates tests
|
||||||
|
scenario:
|
||||||
|
Watcher.list_audit_templates: {}
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
constant:
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
contexts:
|
||||||
users:
|
users:
|
||||||
tenants: 2
|
tenants: 2
|
||||||
users_per_tenant: 2
|
users_per_tenant: 2
|
||||||
@ -58,6 +60,3 @@
|
|||||||
name: "dummy"
|
name: "dummy"
|
||||||
strategy:
|
strategy:
|
||||||
name: "dummy"
|
name: "dummy"
|
||||||
sla:
|
|
||||||
failure_rate:
|
|
||||||
max: 0
|
|
@ -1,24 +1,24 @@
|
|||||||
---
|
---
|
||||||
ZaqarBasic.create_queue:
|
version: 2
|
||||||
|
title: Task for gate-rally-dsvm-zaqar-rally-ubuntu-xenial-nv job
|
||||||
|
description: >
|
||||||
|
This task contains various scenarios for testing zaqar plugins
|
||||||
|
subtasks:
|
||||||
-
|
-
|
||||||
args: {}
|
title: ZaqarBasic.create_queue test
|
||||||
|
scenario:
|
||||||
|
ZaqarBasic.create_queue: {}
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
constant:
|
||||||
times: 100
|
times: 100
|
||||||
concurrency: 10
|
concurrency: 10
|
||||||
sla:
|
|
||||||
failure_rate:
|
|
||||||
max: 0
|
|
||||||
|
|
||||||
ZaqarBasic.producer_consumer:
|
|
||||||
-
|
-
|
||||||
args:
|
title: ZaqarBasic.producer_consumer test
|
||||||
min_msg_count: 50
|
scenario:
|
||||||
max_msg_count: 200
|
ZaqarBasic.producer_consumer:
|
||||||
|
min_msg_count: 50
|
||||||
|
max_msg_count: 200
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
constant:
|
||||||
times: 100
|
times: 100
|
||||||
concurrency: 10
|
concurrency: 10
|
||||||
sla:
|
|
||||||
failure_rate:
|
|
||||||
max: 0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user