0f5993fafc
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>
18 lines
341 B
YAML
18 lines
341 B
YAML
---
|
|
NovaServers.boot_and_associate_floating_ip:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "m1.tiny"
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
network: {}
|