aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2017-05-18 13:40:08 -0400
committerChristian Trautman <ctrautma@redhat.com>2017-05-18 13:40:08 -0400
commite71e24ec001cfc06e27ce12c081ba749948b4599 (patch)
treed4f43f307598f3da16663d31fbd67bab1c087aab /docs/testing
parent6139a65e7100a46a557a70a077e04cffdbb54223 (diff)
vpp_doc_fix: Modify VPP documentation to be current
Update VPP installation documentation and add note for issue seen with some installs. Change-Id: Ib1a2bb5f7b6bb07ddff2ea5c7d2ca9f9100250dd Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'docs/testing')
-rw-r--r--docs/testing/user/configguide/installation.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/testing/user/configguide/installation.rst b/docs/testing/user/configguide/installation.rst
index 1965a8f5..f5b0b7a4 100644
--- a/docs/testing/user/configguide/installation.rst
+++ b/docs/testing/user/configguide/installation.rst
@@ -170,16 +170,16 @@ OVS Vanilla for binary package usage.
VPP installation
================
-Currently vswitchperf installation scripts do not support automatic build
-of VPP. In order to execute tests with VPP, it is required to install it
-manually. Please refer to the official documentation of `fd.io`_ project to
-install VPP from `packages`_ or from the `sources`_.
+VPP installation is now included as part of the VSPerf installation scripts.
-See details about :ref:`vpp-test`.
+In case of an error message about a missing file such as
+"Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7" you can resolve this
+issue by simply downloading the file.
+
+ .. code:: bash
+
+ $ wget https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
-.. _fd.io: https://fd.io/
-.. _packages: https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages
-.. _sources: https://wiki.fd.io/view/VPP/Build,_install,_and_test_images
Using vswitchperf
-----------------