aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/honeycomb_functional_tests/test_environment.rst
diff options
context:
space:
mode:
authorMaciek Konstantynowicz <mkonstan@cisco.com>2017-02-05 16:33:28 +0000
committerMaciek Konstantynowicz <mkonstan@cisco.com>2017-02-06 16:27:37 +0000
commitda2aa127ee071e37bc4d6060dd39476179e65365 (patch)
treeea4fa5cd56fc6219efa290ba2b93288bc84ebe7e /docs/report/honeycomb_functional_tests/test_environment.rst
parenta1d482fcf9c221cda2f13429810bca945d9f09f4 (diff)
csit rls1701 report edits:
- simplified section structure for clarity and readability, - updated overview sections, - moved not rls related content from rls_notes to overview sections, - removed section title suffixes: HW, VIRL. - completed vpp_unit_tests and vpp_unittest_results sections. - updated all documentation sections. - updated rls_notes sections for vpp performance and vpp functional. Change-Id: Id2c2abbf9d3531ec9f63ecd353f385a0b55ae1ba Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> Signed-off-by: pmikus <pmikus@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> Signed-off-by: pmikus <pmikus@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'docs/report/honeycomb_functional_tests/test_environment.rst')
-rw-r--r--docs/report/honeycomb_functional_tests/test_environment.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/report/honeycomb_functional_tests/test_environment.rst b/docs/report/honeycomb_functional_tests/test_environment.rst
new file mode 100644
index 0000000000..e706aa5573
--- /dev/null
+++ b/docs/report/honeycomb_functional_tests/test_environment.rst
@@ -0,0 +1,33 @@
+Test Environment
+================
+
+CSIT Honeycomb tests are currently executed in VIRL, as mentioned above. The
+physical VIRL testbed infrastructure consists of three identical VIRL hosts,
+each host being a Cisco UCS C240-M4 (2x Intel(R) Xeon(R) CPU E5-2699 v3 @
+2.30GHz, 18c, 512GB RAM) running Ubuntu 14.04.3 and the following VIRL software
+versions:
+
+ STD server version 0.10.24.7
+ UWM server version 0.10.24.7
+
+Current VPP tests have been executed on a single VM operating system and
+version only, as described in the following paragraphs.
+
+In CSIT terminology, the VM operating system for both SUTs and TG that VPP 17.01
+has been tested with, is the following:
+
+ ubuntu-14.04.4_2016-10-07_1.3
+
+which implies Ubuntu 14.04.3 LTS, current as of 2016/10/07 (that is, package
+versions are those that would have been installed by a "apt-get update",
+"apt-get upgrade" on October 7), produced by CSIT disk image build scripts
+version 1.6.
+
+The exact list of installed packages and their versions (including the Linux
+kernel package version) are included in CSIT source repository:
+
+ resources/tools/disk-image-builder/ubuntu/lists/ubuntu-14.04.4_2016-10-07_1.3
+
+A replica of this VM image can be built by running the "build.sh" script in CSIT
+repository resources/tools/disk-image-builder/.
+