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:03 +0000 |
commit | a844a969d48f2294e639350f5eca82bf8ef81623 (patch) | |
tree | 44560e4e62780a4ae9fbeb78ef3219c94079d5a0 /docs | |
parent | 6939daddfab40bff5d4606eb823a34f4cd3dddf1 (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>
Diffstat (limited to 'docs')
-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 fa951e0e..c6a94996 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 |