summaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/jmeter_config_guide.rst
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-11-09 18:28:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-09 18:28:46 +0000
commita75b22a451908f7af46fd02800c92dc9143facb4 (patch)
treee3c686a8a9c48091486f73ef805948d8bc4bf7f7 /docs/release/configguide/jmeter_config_guide.rst
parentc0b5d78579ad018fb96bb6c0a66b433e5be4198b (diff)
parente091e9ddb5e3c14cac9491383ccaf371e2ce3b86 (diff)
Merge "Initial commit of visibility services config guide"
Diffstat (limited to 'docs/release/configguide/jmeter_config_guide.rst')
-rw-r--r--docs/release/configguide/jmeter_config_guide.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/release/configguide/jmeter_config_guide.rst b/docs/release/configguide/jmeter_config_guide.rst
index de1d2f5..78858d0 100644
--- a/docs/release/configguide/jmeter_config_guide.rst
+++ b/docs/release/configguide/jmeter_config_guide.rst
@@ -15,7 +15,7 @@ the Clover Gambia release.
Overview
=========
-Apache JMeter is a mature, open source application that supports web client emulation. Its
+`Apache JMeter`_ is a mature, open source application that supports web client emulation. Its
functionality has been integrated into the Clover project to allow various CI validations
and performance tests to be performed. The system under test can either be REST services/APIs
directly or a set of L7 network services. In the latter scenario, Clover nginx servers may
@@ -77,7 +77,7 @@ the command shown below::
$ cloverctl create system validation -t latest
-The Clover CLI will add master/slave pods to the k8s cluster in the default namespace.
+The Clover CLI will add master/slave pods to the k8s cluster in the default namespace.
The JMeter master/slave docker images will automatically be pulled from the OPNFV public
Dockerhub registry. Deployments and respective services will be created with three slave
@@ -147,7 +147,7 @@ Creating a test plan
--------------------
To employ a test plan that can be used against the :ref:`sdc_config_guide` sample, navigate to
- cloverctl yaml directory and use the sample named 'jmeter_testplan.yaml', which is shown below.
+cloverctl yaml directory and use the sample named 'jmeter_testplan.yaml', which is shown below.
.. code-block:: bash
@@ -296,3 +296,5 @@ in the k8s cluster.
$ docker rmi opnfv/clover-jmeter-master
$ docker rmi opnfv/clover-jmeter-slave
$ docker rmi opnfv/clover-controller
+
+.. _Apache JMeter: https://jmeter.apache.org/