Files
rally/doc/samples/tasks/boot-and-delete-periodic.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
331 B
JSON

{
"NovaServers.boot_and_delete_server": [
{
"args": {"flavor_id": 1,
"image_id": "73257560-c59b-4275-a1ec-ab140e5b9979"},
"execution": "periodic",
"config": {"times": 10, "period": 2, "tenants": 3,
"users_per_tenant": 2}
}
]
}