rally-openstack/samples/tasks/scenarios/nova/boot-and-rebuild.yaml
Roman Vasilets 0f5993fafc Add functional test for task samples
It would be nice if there is a functional test to confirm
all the task samples are good for out-of-box testing. So
here we go.

Also Fix nova/boot-lock-unlock-and-delete scenario flavor,
nova/boot-and-associate-floating-ip flavor, nova/boot-and-rebuild.
Change flavor value from apsent on gate to regexp.

Change-Id: I033135828b960da4cc3fd35b96ee69f700815a35
Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com>
Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
2015-05-19 18:15:30 +03:00

18 lines
295 B
YAML

---
NovaServers.boot_and_rebuild_server:
- args:
flavor:
name: "m1.tiny"
from_image:
name: "^cirros.*uec$"
to_image:
name: "^cirros.*uec$"
runner:
type: constant
times: 5
concurrency: 2
context:
users:
tenants: 1
users_per_tenant: 1