Files
rally/doc/samples/tasks/soft-reboot.json
Boris Pavlovic a8e489fc5c Get rid of fuel-ostf-tests
As this verification doesn't work
+ I didn't like this approach from start.

I am really happy to remove this sh** from Rally code.

Soon we will use tempest to verify that cloud work.

bp remove-fuel-ostf-tests

Change-Id: If941d37fd128a4e86032cf2f973b3b67a29dd638
2013-12-23 16:09:09 +04:00

12 lines
332 B
JSON

{
"NovaServers.boot_and_bounce_server": [
{
"args": {"flavor_id": 2,
"image_id": "539ccae5-5982-4868-b176-23c41ff1195e",
"actions": [{"soft_reboot": 4}]},
"execution": "continuous",
"config": {"times": 3, "active_users": 2}
}
]
}