diff options
author | selias <samelias@cisco.com> | 2017-10-26 12:14:48 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-10-26 11:00:41 +0000 |
commit | 4c1ef1193f02bfdb518341e632ee09ddd6ecc2d3 (patch) | |
tree | cc4de1b4f39d99a5211eeab6437f60300b715095 /docs/report/honeycomb_functional_tests | |
parent | 8af81c02ec9dd32cbaac12a2afb0642ea08ecd95 (diff) |
Update static report content - Honeycomb
Change-Id: I9f6612a4495df62f3a43c19457864a4eeff64a3d
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'docs/report/honeycomb_functional_tests')
3 files changed, 22 insertions, 22 deletions
diff --git a/docs/report/honeycomb_functional_tests/csit_release_notes.rst b/docs/report/honeycomb_functional_tests/csit_release_notes.rst index 38ec001418..7509ca5dd2 100644 --- a/docs/report/honeycomb_functional_tests/csit_release_notes.rst +++ b/docs/report/honeycomb_functional_tests/csit_release_notes.rst @@ -4,15 +4,15 @@ CSIT Release Notes Changes in CSIT |release|
-------------------------
-#. Added Honeycomb functional tests for the following features:
+#. Added Honeycomb functional tests for the following areas:
- - Policer
+ - LISP GPE
+ - Honeycomb northbound interfaces over IPv6
+ - Honeycomb implementation of ODL BGP
#. Improved test coverage for the following features:
- - Interface Management
- - Vlan
- - Port Mirroring
+ - Vlan sub-interfaces
Known Issues
------------
@@ -27,17 +27,7 @@ tests in VIRL: | | | | VPP refuses the configuration but returns code 200:OK. This can cause |
| | | | desync between Honeycomb's config and operational data. |
+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
-| 2 | Removal of ACP-plugin interface assignment | HC2VPP-173 | Attempting to remove all ACLs from an interface responds with OK but does |
-| | | | not remove the assignments. |
+| 2 | VxLAN GPE configuration crashes VPP | VPP-875 | Specific VxLAN GPE configurations cause VPP to crash and restart. |
+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
-| 3 | VxLAN GPE configuration crashes VPP | VPP-875 | Specific VxLAN GPE configurations cause VPP to crash and restart. |
-+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
-| 4 | Policer traffic test failure | CSIT- | Traffic test has begun to fail, likely due to VPP changes. There is more |
-| | | | information available yet. |
-+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
-| 5 | SPAN traffic test failure | CSIT- | Traffic test has begun to fail, likely due to VPP changes. There is more |
-| | | | information available yet. |
-+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
-| 6 | Unnumbered interface VIRL issue | CSIT- | CRUD for unnumbered interface appears to fail in VIRL, but not in local |
-| | | | test runs. Investigation pending. |
+| 3 | Operational data for IPv6 special routes | HC2VPP-228 | Special hop routes are misidentified as regular routes in operational data.|
+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
diff --git a/docs/report/honeycomb_functional_tests/overview.rst b/docs/report/honeycomb_functional_tests/overview.rst index a0491b17ed..493499aea5 100644 --- a/docs/report/honeycomb_functional_tests/overview.rst +++ b/docs/report/honeycomb_functional_tests/overview.rst @@ -105,7 +105,12 @@ with results listed in this report: - Configure and delete Lisp mapping as local and remote. - Configure and delete Lisp adjacency mapping - Configure and delete Lisp map resolver, proxy ITR. - - Test case count: 16 + - Test case count: 18 +- **LISP GPE** - CRUD for LISP GPE mappings. + - Toggle Lisp GPE feature status. + - Configure Lisp GPE mappings. + - Traffic test verifying encapsulation. + - Test case count: 12 - **NAT** - CRD for NAT entries, interface assignment. - Configure and delete up to two NAT entries. - Assign NAT entries to a physical interface. @@ -146,11 +151,16 @@ with results listed in this report: - Configure Policing rules. - Assign to interface. - Test case count: 6 +- **Border Gateway Protocol** - CRUD and functional tests for BGP. + - Configure peers and routes + - Check interactions with another BGP peer. + - Test case count: 9 - **Honeycomb Infractructure** - configuration persistence, - Netconf notifications for interface events, - Netconf negative tests aimed at specific issues + - Netconf/Restconf northbound over IPv6 -Total 173 Honeycomb functional tests in the CSIT |release|. +Total 217 Honeycomb functional tests in the CSIT |release|. Operational data in Honeycomb should mirror configuration data at all times. Because of this, test cases follow this general pattern: diff --git a/docs/report/honeycomb_functional_tests/test_environment.rst b/docs/report/honeycomb_functional_tests/test_environment.rst index b55bfad602..7982a085a1 100644 --- a/docs/report/honeycomb_functional_tests/test_environment.rst +++ b/docs/report/honeycomb_functional_tests/test_environment.rst @@ -7,10 +7,10 @@ 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
+ - STD server version 0.10.32.16
+ - UWM server version 0.10.32.16
-Current VPP tests have been executed on a single VM operating system and
+Current Honeycomb 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 DUTs and TG that
|