summaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/jmeter_config_guide.rst
diff options
context:
space:
mode:
authorearrage <eddie.arrage@huawei.com>2018-11-08 23:15:13 -0800
committerearrage <eddie.arrage@huawei.com>2018-11-09 00:00:04 -0800
commite091e9ddb5e3c14cac9491383ccaf371e2ce3b86 (patch)
tree343ef105f89f27af5c5abfc8c1bf2bca00459ca4 /docs/release/configguide/jmeter_config_guide.rst
parent1d248bc553cf9ed8350d215ec2c3272bf91ac44c (diff)
Initial commit of visibility services config guide
- Updates to jmeter validation and controller services guides - Image for jmeter guide Change-Id: I175c4052f005d6fbebde8afbcb2bda1df4a4d6d9 Signed-off-by: earrage <eddie.arrage@huawei.com>
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/