aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-10-25 02:13:01 +0000
committerJingLu5 <lvjing5@huawei.com>2017-10-25 02:13:01 +0000
commit255d5a579ce0ce4acabd971b94f36fe288fe7489 (patch)
tree5674a993ffbe037fea063e3d8a2ebad4981d7703 /docs/testing/developer/devguide
parent1ca9d52152d54b51b4d9dcd6c429f114ad4fe24c (diff)
Removing trailing whitespace
Change-Id: I0380deec3e41a6dc02571ed9c4fa16e304f7f85e Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'docs/testing/developer/devguide')
-rwxr-xr-xdocs/testing/developer/devguide/devguide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/developer/devguide/devguide.rst b/docs/testing/developer/devguide/devguide.rst
index 3b54ad6e9..da7629add 100755
--- a/docs/testing/developer/devguide/devguide.rst
+++ b/docs/testing/developer/devguide/devguide.rst
@@ -150,14 +150,14 @@ In this Yaml file, you can easily find it consists of two sections. One is “Sc
{% endif %}
-"Contexts" section is the description of pre-condition of testing. As ping.yaml shown, you can configure the image, flavor , name ,affinity and network of Test VM(servers), with this section, you will get a pre-condition env for Testing.
+"Contexts" section is the description of pre-condition of testing. As ping.yaml shown, you can configure the image, flavor , name ,affinity and network of Test VM(servers), with this section, you will get a pre-condition env for Testing.
Yardstick will automatic setup the stack which are described in this section.
In fact, yardstick use convert this section to heat template and setup the VMs by heat-client (Meanwhile, yardstick can support to convert this section to Kubernetes template to setup containers).
Two Test VMs(athena and ares) are configured by keyword "servers".
"flavor" will determine how many vCPU, how much memory for test VMs.
As "yardstick-flavor" is a basic flavor which will be automatically created when you run command "yardstick env prepare". "yardstick-flavor" is "1 vCPU 1G RAM,3G Disk".
-"image" is the image name of test VMs. if you use cirros.3.5.0, you need fill the username of this image into "user". the "policy" of placement of Test VMs have two values (affinity and availability).
+"image" is the image name of test VMs. if you use cirros.3.5.0, you need fill the username of this image into "user". the "policy" of placement of Test VMs have two values (affinity and availability).
"availability" means anti-affinity. In "network" section, you can configure which provide network and physical_network you want Test VMs use.
you may need to configure segmentation_id when your network is vlan.
@@ -192,7 +192,7 @@ For TC002, We only have one step , that is Ping from host VM to target VM. In th
If you want to get this detail implement , you can check with the scenario.py file. For Ping scenario, you can find it in yardstick repo ( yardstick / yardstick / benchmark / scenarios / networking / ping.py)
-after you select the type of scenario( such as Ping), you will select one type of runner, there are 4 types of runner. Usually, we use the "Iteration" and "Duration". and Default is "Iteration".
+after you select the type of scenario( such as Ping), you will select one type of runner, there are 4 types of runner. Usually, we use the "Iteration" and "Duration". and Default is "Iteration".
For Iteration, you can specify the iteration number and interval of iteration. ::
runner: