diff options
Diffstat (limited to 'docs/userguides/quickstart.rst')
-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 |