diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-01-19 17:11:25 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-01-25 09:01:16 +0000 |
commit | d0b875e3b99dcc5632d40898050847b1b9d6c450 (patch) | |
tree | 7a2be70cf8f41e18dcde8eef1dd30d2b94281468 /docs/userguides | |
parent | e9e3bc022f50b246dfe290e77b596835c5dbcd9d (diff) |
docs: fix links in the quickstart guide.
Fix installation and Traffic gen guide links in
http://artifacts.opnfv.org/vswitchperf/docs/userguides/quickstart.html
to
http://artifacts.opnfv.org/vswitchperf/docs/userguides/installation.html
and
http://artifacts.opnfv.org/vswitchperf/docs/userguides/trafficgen.html.
Also added where vloop_vnf can be downloaded from.
JIRA: VSPERF-186
Change-Id: I585367b1c717fdbb0b56b7f0312fe9c70f51594f
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Dino Simeon Madarang <dino.simeonx.madarang@intel.com>
(cherry picked from commit a844a969d48f2294e639350f5eca82bf8ef81623)
Diffstat (limited to 'docs/userguides')
-rwxr-xr-x | docs/userguides/quickstart.rst | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/userguides/quickstart.rst b/docs/userguides/quickstart.rst index e93a040f..a49aa709 100755 --- a/docs/userguides/quickstart.rst +++ b/docs/userguides/quickstart.rst @@ -16,7 +16,7 @@ support in VSPERF includes: If you want to use another traffic generator, please select the Dummy generator option as shown in `Traffic generator instructions -<http://artifacts.opnfv.org/vswitchperf/docs/docs/guides/trafficgen.html>`__ +<http://artifacts.opnfv.org/vswitchperf/docs/userguides/trafficgen.html>`__ Supported OSes include: @@ -36,13 +36,13 @@ VSPERF Installation -------------------- Follow the `installation instructions -<http://artifacts.opnfv.org/vswitchperf/docs/docs/guides/index.html>`__ to +<http://artifacts.opnfv.org/vswitchperf/docs/userguides/installation.html>`__ to install. Traffic Generator Setup ----------------------- Follow the `Traffic generator instructions -<http://artifacts.opnfv.org/vswitchperf/docs/docs/guides/trafficgen.html>`__ to +<http://artifacts.opnfv.org/vswitchperf/docs/userguides/trafficgen.html>`__ to install and configure a suitable traffic generator. Cloning and building src dependencies @@ -130,6 +130,18 @@ described like so (1 = max priority): 2. Environment variables 3. Configuration file(s) +vloop_vnf +--------- +vsperf uses a VM called vloop_vnf for looping traffic in the PVP and PVVP +deployment scenarios. The image can be downloaded from +`<http://artifacts.opnfv.org/>`__. + +.. code-block:: console + + $ wget http://artifacts.opnfv.org/vswitchperf/vloop-vnf-ubuntu-14.04_20151216.qcow2 + +Alternatively you can use your own QEMU image. + -------------- Executing tests |