diff options
Diffstat (limited to 'docs/report/vpp_functional_tests')
-rw-r--r-- | docs/report/vpp_functional_tests/csit_release_notes.rst | 15 | ||||
-rw-r--r-- | docs/report/vpp_functional_tests/test_environment.rst | 9 |
2 files changed, 8 insertions, 16 deletions
diff --git a/docs/report/vpp_functional_tests/csit_release_notes.rst b/docs/report/vpp_functional_tests/csit_release_notes.rst index 95f09eecfc..1eb3b9705f 100644 --- a/docs/report/vpp_functional_tests/csit_release_notes.rst +++ b/docs/report/vpp_functional_tests/csit_release_notes.rst @@ -6,18 +6,12 @@ Changes in CSIT |release| #. VPP functional test framework changes: - - Upgrade of tb4-virl3 host; - - - OS version to Ubuntu 16.04.02; - - - VIRL version to Mitaka; + - improved stability of tests with nested-VM and QEMU; #. Code updates and optimizations in CSIT functional framework: - - Traffic scripts adapted to ignore received unexpected ICMPv6 Neighbor - Discovery - Neighbor Solicitation packets; - - - Refactor of L1 robot keywords - Python libraries; + - IPSecSW tests - Software based IPSec encryption with CBC-SHA1 and + CBC-SHA ciphers, in combination with IPv4 routed-forwarding; Known Issues ------------ @@ -50,6 +44,3 @@ Here is the list of known issues in CSIT |release| for VPP functional tests in V | | | | reconnect. It requires moving CSIT VIRL environment | | | | | to QEMU 2.7.0. | +---+-------------------------------------------------+----------+------------------------------------------------------+ -| 6 | IPSEC: Tests cover old crypto code path | CSIT-733 | There are used default conf settings so IPSEC tests | -| | | | use old security code not the new Crypto SW code. | -+---+-------------------------------------------------+----------+------------------------------------------------------+ diff --git a/docs/report/vpp_functional_tests/test_environment.rst b/docs/report/vpp_functional_tests/test_environment.rst index a4209ed7ae..5b29b2d80b 100644 --- a/docs/report/vpp_functional_tests/test_environment.rst +++ b/docs/report/vpp_functional_tests/test_environment.rst @@ -6,6 +6,7 @@ VIRL testbed infrastructure consists of three VIRL hosts: - All hosts are Cisco UCS C240-M4 (2x Intel(R) Xeon(R) CPU E5-2699 v3 @2.30GHz,
18c, 512GB RAM)
+
- tb4-virl1:
- Status: Production
@@ -22,10 +23,10 @@ VIRL testbed infrastructure consists of three VIRL hosts: - tb4-virl3:
- - Status: Production
- - OS: Ubuntu 14.04.3
- - STD server version 0.10.24.7
- - UWM server version 0.10.24.7
+ - Status: Testing
+ - OS: Ubuntu 16.04.2
+ - STD server version 0.10.32.19
+ - UWM server version 0.10.32.19
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
|