summaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-08-26 08:16:03 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-08-26 08:16:03 +0000
commit753bce9a5fd3a4d1ae2e2c7268f689bd81b970bd (patch)
tree0ccb0a83ac2cf7923c2a718638a0e5d7981af4cf /docs/installation.rst
parent91bc210a11e44eb9e377c18b5ae0e95dce159409 (diff)
parentbf378f2973e129527f2abde54094799303db0d07 (diff)
Merge "Support of configurable background load and implementation of LTD.CPU.RFC2544.0PacketLoss and LTD.Memory.RFC2544.0PacketLoss"
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index e9a3d115..90de7a0a 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -1,5 +1,5 @@
-Installing toit
-===============
+Installing vswitchperf
+======================
The test suite requires Python 3.3 and relies on a number of other
packages. These need to be installed for the test suite to function. To
@@ -18,6 +18,14 @@ Enable Software Collections (SCL)
yum -y install scl-utils
yum -y install https://www.softwarecollections.org/en/scls/rhscl/python33/epel-7-x86_64/download/rhscl-python33-epel-7-x86_64.noarch.rpm
+(Optional) Enable Repoforge (for stress)
+----------------------------------------
+Allows optional installation of stress tool, which is required by load tests.
+
+ .. code-block:: console
+
+ yum -y install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
+
System packages
-----------------
There are a number of packages that must be installed using `yum`. These can be installed like so:
@@ -26,6 +34,11 @@ There are a number of packages that must be installed using `yum`. These can be
yum -y --exclude=python33-mod_wsgi* install python33-* pciutils
+Optional installation of stress tool
+
+ .. code-block:: console
+
+ yum -y install stress
Python 3 Packages
-----------------