d1ff14a7cb
We need to use 'fake-hardware' driver instead of removed 'fake' (Ica2b466a1a22ca2e5d1362377692cc39ef53ce2c) to continue checking ironic plugins. Change-Id: Ic37616668ba9094c5c6740d4a355097c723cd2fc
37 lines
930 B
YAML
37 lines
930 B
YAML
---
|
|
version: 2
|
|
title: Task for gate-rally-dsvm-ironic-rally-nv job
|
|
description: >
|
|
This task contains various scenarios for testing ironic plugins
|
|
subtasks:
|
|
-
|
|
title: IronicNodes.create_and_list_node tests
|
|
scenario:
|
|
IronicNodes.create_and_list_node:
|
|
driver: "fake-hardware"
|
|
properties:
|
|
capabilities: "boot_option:local"
|
|
runner:
|
|
constant:
|
|
times: 100
|
|
concurrency: 20
|
|
contexts:
|
|
users:
|
|
tenants: 5
|
|
users_per_tenant: 1
|
|
-
|
|
title: IronicNodes.create_and_delete_node tests
|
|
scenario:
|
|
IronicNodes.create_and_delete_node:
|
|
driver: "fake-hardware"
|
|
properties:
|
|
capabilities: "boot_option:local"
|
|
runner:
|
|
constant:
|
|
times: 100
|
|
concurrency: 20
|
|
contexts:
|
|
users:
|
|
tenants: 5
|
|
users_per_tenant: 1
|