diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-08-02 11:34:42 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-08-02 12:37:32 +0200 |
commit | bbcaa22c4425c32c3e3d2bcde434cdefc6b9a992 (patch) | |
tree | 79744d45bf4b5cb937f57d93fc9982605ded1e91 /docs/report/vpp_functional_tests/test_environment.rst | |
parent | 1a65bb060fb464ea0113ec082af66fce481c7773 (diff) |
CSIT-744 Update report content for proper parsing
Follow the good practices for formatting. Update the content of release
report RST files to use the proper directives like :cite:, :footnote:,
:abbr:, :captions: etc.With these markings we will be able to format
output in proper way and style it in various sphinx output builders.
Change-Id: Ibbb538d43c3bd364a6acdcc990097a477f49de00
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'docs/report/vpp_functional_tests/test_environment.rst')
-rw-r--r-- | docs/report/vpp_functional_tests/test_environment.rst | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/report/vpp_functional_tests/test_environment.rst b/docs/report/vpp_functional_tests/test_environment.rst index 15c27ec708..a4209ed7ae 100644 --- a/docs/report/vpp_functional_tests/test_environment.rst +++ b/docs/report/vpp_functional_tests/test_environment.rst @@ -30,14 +30,14 @@ VIRL testbed infrastructure consists of three VIRL hosts: Whenever a patch is submitted to gerrit for review, parallel VIRL simulations
are started to reduce the time of execution of all functional tests. The number
of parallel VIRL simulations is equal to number of test groups defined by
-TEST_GROUPS variable in csit/bootstrap.sh file. The VIRL host to run VIRL
-simulation is selected based on least load algorithm per VIRL simulation.
+TEST_GROUPS variable in :file:`csit/bootstrap.sh` file. The VIRL host to run
+VIRL simulation is selected based on least load algorithm per VIRL simulation.
Every VIRL simulation uses the same three-node - Traffic Generator (TG node) and
two Systems Under Test (SUT1 and SUT2) - "double-ring" topology. The appropriate
pre-built VPP packages built by Jenkins for the patch under review are then
-installed on the two SUTs, along with their /etc/vpp/startup.conf file, in all
-VIRL simulations.
+installed on the two SUTs, along with their :file:`/etc/vpp/startup.conf` file,
+in all VIRL simulations.
SUT Configuration - VIRL Guest VM
---------------------------------
@@ -66,26 +66,26 @@ been tested with, is the following: #. **Ubuntu VIRL image**
This image implies Ubuntu 16.04.1 LTS, current as of yyyy-mm-dd (that is,
- package versions are those that would have been installed by a "apt-get
- update", "apt-get upgrade" on that day), produced by CSIT disk image build
- scripts.
-
+ package versions are those that would have been installed by a
+ :command:`apt-get update`, :command:`apt-get upgrade` on that day), produced
+ by CSIT disk image build scripts.
+
The exact list of installed packages and their versions (including the Linux
kernel package version) are included in `VIRL images lists`_.
-
- A replica of this VM image can be built by running the "build.sh" script in
- CSIT repository.
+
+ A replica of this VM image can be built by running the :command:`build.sh`
+ script in CSIT repository.
#. **CentOS VIRL image**
The Centos7.3 image is ready to be used but no tests running on it now.
Corresponding Jenkins jobs are under preparation.
-
+
The exact list of installed packages and their versions (including the Linux
kernel package version) are included in `VIRL images lists`_.
-
- A replica of this VM image can be built by running the "build.sh" script in
- CSIT repository.
+
+ A replica of this VM image can be built by running the :command:`build.sh`
+ script in CSIT repository.
#. **Nested VM image**
|