aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-10-20 11:35:27 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-10-20 11:35:49 -0700
commit74c2176823913f09821ea2671c9008e5c74954b8 (patch)
treea64dd57f8e4e97e83c881725bb95c8cc7e037cc4 /docs/testing/user/userguide
parentcca247fe1bc5b98192609ecb61148ae0667cb345 (diff)
Fix Malformed Table in User Guide docs
Change-Id: I2f98b75e9bbcd3d0cd4666c097a3280dd89eb02a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r--docs/testing/user/userguide/opnfv_yardstick_tc083.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/opnfv_yardstick_tc083.rst b/docs/testing/user/userguide/opnfv_yardstick_tc083.rst
index dc00ac67a..7f80e2d98 100644
--- a/docs/testing/user/userguide/opnfv_yardstick_tc083.rst
+++ b/docs/testing/user/userguide/opnfv_yardstick_tc083.rst
@@ -10,11 +10,11 @@ Yardstick Test Case Description TC083
.. _netperf: http://www.netperf.org/netperf/training/Netperf.html
+-----------------------------------------------------------------------------+
-|Throughput per VM test |
+|Throughput per VM test |
| |
+--------------+--------------------------------------------------------------+
|test case id | OPNFV_YARDSTICK_TC083_Network latency and throughput between |
-| | VMs |
+| | VMs |
| | |
+--------------+--------------------------------------------------------------+
|metric | Network latency and throughput |
ccompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- # Sample benchmark task config file # measure memory read latency and memory bandwidth using lmbench schema: "yardstick:task:0.1" scenarios: - type: Lmbench options: test_type: "latency" stop_size: 32.0 host: demeter.demo runner: type: Arithmetic iterators: - name: stride start: 64 stop: 128 step: 64 sla: max_latency: 35 action: monitor - type: Lmbench options: test_type: "bandwidth" benchmark: "wr" host: demeter.demo runner: type: Arithmetic iterators: - name: size start: 500 stop: 2000 step: 500 sla: min_bandwidth: 10000 action: monitor context: name: demo image: yardstick-image flavor: yardstick-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: demeter: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24'