Correcting minor typos
Change-Id: I7c8398d76c305e9f70be9a1a3737d1fe32b2268e
This commit is contained in:
@@ -71,7 +71,7 @@ Accordingly, the user may specify the names and parameters of benchmark scenario
|
|||||||
|
|
||||||
In this example, the task configuration file specifies two benchmarks to be run, namely **"NovaServers.boot_server"** and **"CinderVolumes.create_volume"** (benchmark name = *ScenarioClassName.method_name*). Each benchmark scenario may be started several times with different parameters. In our example, that's the case with **"NovaServers.boot_server"**, which is used to test booting servers from different images & flavors.
|
In this example, the task configuration file specifies two benchmarks to be run, namely **"NovaServers.boot_server"** and **"CinderVolumes.create_volume"** (benchmark name = *ScenarioClassName.method_name*). Each benchmark scenario may be started several times with different parameters. In our example, that's the case with **"NovaServers.boot_server"**, which is used to test booting servers from different images & flavors.
|
||||||
|
|
||||||
Note that inside each scenario configuration, the benchmark scenario is actually launched **3 times** (that is specified in the **"runner"** field). It can be specified in **"runner"** in more detail how exactly the benchmark scenario should be launched; we elaborate on that in the *"Sceario Runners"* section below.
|
Note that inside each scenario configuration, the benchmark scenario is actually launched **3 times** (that is specified in the **"runner"** field). It can be specified in **"runner"** in more detail how exactly the benchmark scenario should be launched; we elaborate on that in the *"Scenario Runners"* section below.
|
||||||
|
|
||||||
|
|
||||||
.. _ScenariosDevelopment:
|
.. _ScenariosDevelopment:
|
||||||
|
@@ -346,7 +346,7 @@ class NovaScenario(base.Scenario):
|
|||||||
**kwargs)
|
**kwargs)
|
||||||
# NOTE(msdubov): Nova python client returns only one server even when
|
# NOTE(msdubov): Nova python client returns only one server even when
|
||||||
# min_count > 1, so we have to rediscover all the
|
# min_count > 1, so we have to rediscover all the
|
||||||
# created servers manyally.
|
# created servers manually.
|
||||||
servers = filter(lambda server: server.name.startswith(name_prefix),
|
servers = filter(lambda server: server.name.startswith(name_prefix),
|
||||||
self.clients("nova").servers.list())
|
self.clients("nova").servers.list())
|
||||||
time.sleep(CONF.benchmark.nova_server_boot_prepoll_delay)
|
time.sleep(CONF.benchmark.nova_server_boot_prepoll_delay)
|
||||||
|
Reference in New Issue
Block a user