Jump to: navigation, search

Rally/BenchmarkScenarios

< Rally
Revision as of 17:51, 14 October 2013 by Mikhail Dubov (talk | contribs) (Added configuration examples)

Available Benchmark Scenarios

Nova

NovaServers

This scenario class contains procedures concentrated on calling the Nova servers API.


boot_and_delete_server

Boots and deletes one server.

Configuration example
   {
       "NovaServers.boot_and_delete_server": [
         {"args": {"flavor_id": 1, "image_id": "498c94c1-2547-4ddd-bea2-c5fc881b989f"},
          "times": 50, "concurrent": 10}
       ]
   }


snapshot_server

Boots a server, makes its snapshot, then deletes the server and tries to boot it again from the saved snapshot. Finally deletes both the server and its snapshot.

Configuration example
   {
       "NovaServers.snapshot_server": [
         {"args": {"flavor_id": 1, "image_id": "498c94c1-2547-4ddd-bea2-c5fc881b989f"},
          "times": 50, "concurrent": 10}
       ]
   }