aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide/testusage.rst
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2016-02-19 09:07:20 -0500
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-02-21 19:21:47 +0000
commit3456f7b0aebd7509c0de4a2e850572cbf0e8d600 (patch)
treed00a7709a23ea5ceea925aa985a2e9af9db9ae06 /docs/userguide/testusage.rst
parent888805eb639705b420c430727c2443189fcf8ab1 (diff)
docs: Fixing typo in testusage.rst for port name example.
JIRA: VSPERF-222 Signed-off-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'docs/userguide/testusage.rst')
-rwxr-xr-xdocs/userguide/testusage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/testusage.rst b/docs/userguide/testusage.rst
index c509d5e8..06583d83 100755
--- a/docs/userguide/testusage.rst
+++ b/docs/userguide/testusage.rst
@@ -194,7 +194,7 @@ for Vanilla OVS:
.. code-block:: console
VSWITCH = 'OvsVanilla'
- VSWITCH_VANILLA_PHY_PORT_NAMES = ['$PORT1', '$PORT1']
+ VSWITCH_VANILLA_PHY_PORT_NAMES = ['$PORT1', '$PORT2']
Where $PORT1 and $PORT2 are the Linux interfaces you'd like to bind
to the vswitch.