aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-07-01 18:26:06 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2021-07-01 18:26:53 +0530
commit9aef8b7e4606161bb2046f68a436213cbd1b8961 (patch)
tree0a89115a372d25d477a3fdd67356fce2dd7ae316
parent7413f29635922d9864802aed2ff8024c782bfcac (diff)
DOCS: Update references to vineperf
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: Ia3db6ad77804fc9d28d950696635cbefc053b281
-rw-r--r--docs/index.rst2
-rw-r--r--docs/release/release-notes/index.rst2
-rw-r--r--docs/testing/developer/devguide/design/vswitchperf_design.rst2
-rw-r--r--docs/testing/user/configguide/installation.rst4
-rw-r--r--docs/testing/user/userguide/testusage.rst2
-rw-r--r--docs/testing/user/userguide/yardstick.rst2
6 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3323e43d..81115082 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,4 @@
-.. _vswitchperf:
+.. _vineperf:
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst
index bb7a2105..dcae1a4a 100644
--- a/docs/release/release-notes/index.rst
+++ b/docs/release/release-notes/index.rst
@@ -2,7 +2,7 @@
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, Intel Corporation and others.
-.. _vswitchperf-releasenotes:
+.. _vineperf-releasenotes:
==================================================
ViNePerf Release Notes
diff --git a/docs/testing/developer/devguide/design/vswitchperf_design.rst b/docs/testing/developer/devguide/design/vswitchperf_design.rst
index f0f9401d..384fd5b4 100644
--- a/docs/testing/developer/devguide/design/vswitchperf_design.rst
+++ b/docs/testing/developer/devguide/design/vswitchperf_design.rst
@@ -112,7 +112,7 @@ Configuration of PATHS dictionary
---------------------------------
ViNePerf uses external tools like Open vSwitch and Qemu for execution of testcases. These
-tools may be downloaded and built automatically (see :ref:`vsperf-installation-script`)
+tools may be downloaded and built automatically (see :ref:`vineperf-installation-script`)
or installed manually by user from binary packages. It is also possible to use a combination
of both approaches, but it is essential to correctly set paths to all required tools.
These paths are stored within a PATHS dictionary, which is evaluated before execution
diff --git a/docs/testing/user/configguide/installation.rst b/docs/testing/user/configguide/installation.rst
index 4665c9e9..24d6bfea 100644
--- a/docs/testing/user/configguide/installation.rst
+++ b/docs/testing/user/configguide/installation.rst
@@ -2,7 +2,7 @@
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, Intel Corporation, AT&T and others.
-.. _vsperf-installation:
+.. _vineperf-installation:
======================
Installing ViNePerf
@@ -130,7 +130,7 @@ Changelog of vloop-vnf:
* version with development tools required for build of DPDK and l2fwd
-.. _vsperf-installation-script:
+.. _vineperf-installation-script:
Installation
------------
diff --git a/docs/testing/user/userguide/testusage.rst b/docs/testing/user/userguide/testusage.rst
index a16fd326..f7b43c08 100644
--- a/docs/testing/user/userguide/testusage.rst
+++ b/docs/testing/user/userguide/testusage.rst
@@ -30,7 +30,7 @@ ViNePerf Installation
^^^^^^^^^^^^^^^^^^^^^
To see the supported Operating Systems, vSwitches and system requirements,
-please follow the `installation instructions <vsperf-installation>`.
+please follow the `installation instructions <vineperf-installation>`.
Traffic Generator Setup
^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/docs/testing/user/userguide/yardstick.rst b/docs/testing/user/userguide/yardstick.rst
index 35dfd1c9..29b99bb7 100644
--- a/docs/testing/user/userguide/yardstick.rst
+++ b/docs/testing/user/userguide/yardstick.rst
@@ -68,7 +68,7 @@ a base image for ViNePerf. One of the possibilities is to modify vloop-vnf
image, which can be downloaded from `<http://artifacts.opnfv.org/vswitchperf.html/>`__
(see :ref:`vloop-vnf`).
-Please follow the :ref:`vsperf-installation` to
+Please follow the :ref:`vineperf-installation` to
install ViNePerf inside vloop-vnf image. As ViNePerf will be run in
trafficgen mode, it is possible to skip installation and compilation of OVS,
QEMU and DPDK to keep image size smaller.