aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Konstantynowicz <mkonstan@cisco.com>2018-08-17 13:22:02 +0100
committerMaciek Konstantynowicz <mkonstan@cisco.com>2018-08-17 12:38:25 +0000
commitb3c872cf783cff7868d9aa5fef45b7d1d314a5f0 (patch)
tree199a6575a7f4f7ee6cb88ff83fd4c9f168b917cc
parentdb6c242b137c2e81fd5d37491a492f64e0d50fbe (diff)
report 18.07: reformatted known issues tables in rls notes sections.
Change-Id: I2e6c6910542ec06ffd68a95d66c427fe2589c833 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit ca0944a9746c9f6cbad696469861516b22b92a02)
-rw-r--r--docs/report/dmm_functional_tests/csit_release_notes.rst12
-rw-r--r--docs/report/dpdk_performance_tests/csit_release_notes.rst8
-rw-r--r--docs/report/honeycomb_functional_tests/csit_release_notes.rst41
-rw-r--r--docs/report/vpp_functional_tests/csit_release_notes.rst52
-rw-r--r--docs/report/vpp_performance_tests/csit_release_notes.rst2
5 files changed, 55 insertions, 60 deletions
diff --git a/docs/report/dmm_functional_tests/csit_release_notes.rst b/docs/report/dmm_functional_tests/csit_release_notes.rst
index 1987e218a5..28c5b63936 100644
--- a/docs/report/dmm_functional_tests/csit_release_notes.rst
+++ b/docs/report/dmm_functional_tests/csit_release_notes.rst
@@ -14,9 +14,9 @@ Known Issues
Here is the list of known issues in |csit-release| for DMM functional tests in
VIRL:
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| # | Issue | Jira ID | Description |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| 1 | DMM CentOs job disabled | DMM-17 | DPDK version and relative kernel version issue, |
-| | | | CentOS job is temporarily disabled. |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
++---+-----------------------------------------+-------------------------------------------------------------------------------------+
+| # | JiraID | Issue Description |
++===+=========================================+=====================================================================================+
+| 1 | `DMM-17 | DMM CentOs job disabled. |
+| | <https://jira.fd.io/browse/DMM-17>`_ | DPDK version and relative kernel version issue, CentOS job is temporarily disabled. |
++---+-----------------------------------------+-------------------------------------------------------------------------------------+
diff --git a/docs/report/dpdk_performance_tests/csit_release_notes.rst b/docs/report/dpdk_performance_tests/csit_release_notes.rst
index 6965195e19..9fe1ce3c50 100644
--- a/docs/report/dpdk_performance_tests/csit_release_notes.rst
+++ b/docs/report/dpdk_performance_tests/csit_release_notes.rst
@@ -153,10 +153,4 @@ CSV and pretty ASCII formats:
Known Issues
------------
-Here is the list of known issues in |csit-release| for Testpmd performance tests:
-
-+---+---------------------------------------------------+------------+-----------------------------------------------------------------+
-| # | Issue | Jira ID | Description |
-+---+---------------------------------------------------+------------+-----------------------------------------------------------------+
-| | No known issues | | |
-+---+---------------------------------------------------+------------+-----------------------------------------------------------------+
+No known issues.
diff --git a/docs/report/honeycomb_functional_tests/csit_release_notes.rst b/docs/report/honeycomb_functional_tests/csit_release_notes.rst
index 21a1c1ffe1..c8bf8a16b8 100644
--- a/docs/report/honeycomb_functional_tests/csit_release_notes.rst
+++ b/docs/report/honeycomb_functional_tests/csit_release_notes.rst
@@ -12,23 +12,24 @@ Known Issues
Here is the list of known issues in |csit-release| for Honeycomb functional
tests in VIRL:
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| # | Issue | Jira ID | Description |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| 1 | IPv6 BGP route configuration | HONEYCOMB-403 | Configuring Ipv6 route results in missing writer |
-| | | | for IPv6Route and IPv6NextHop exception. |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| 2 | IP address subnet validation | VPP-649 | When configuring two IP addresses from the same subnet on an interface, |
-| | | | VPP refuses the configuration but returns code 200:OK. This can cause |
-| | | | desync between Honeycomb's config and operational data. |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| 3 | VxLAN GPE configuration crashes VPP | VPP-875 | Specific VxLAN GPE configurations cause VPP to crash and restart. |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| 4 | Operational data for IPv6 special routes | HC2VPP-254 | Special hop routes are misidentified as regular routes |
-| | | | in operational data. |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| 5 | LISP PITR feature configuration | HC2VPP-263 | Locator set reference in operational data is incorrect. |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
-| 6 | Unnumbered interface configuration | CSIT-1210 | VPP does not send IP addresses for unnumbered interfaces anymore. |
-| | | | HC CSIT tests were relying on that. |
-+---+--------------------------------------------+---------------+-------------------------------------------------------------------------+
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
+| # | JiraID | Issue Description |
++===+==============================================+========================================================================================================+
+| 1 | `HONEYCOMB-403 | IPv6 BGP route configuration. |
+| | <https://jira.fd.io/browse/HONEYCOMB-403>`_ | Configuring IPv6 route results in missing writer for IPv6Route and IPv6NextHop exception. |
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
+| 2 | `VPP-649 | When configuring two IP addresses from the same subnet on an interface, VPP refuses the configuration, |
+| | <https://jira.fd.io/browse/VPP-649>`_ | but returns code 200:OK. This can cause desync between Honeycomb's config and operational data. |
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
+| 3 | `VPP-875 | VxLAN GPE configuration crashes VPP. |
+| | <https://jira.fd.io/browse/VPP-875>`_ | Specific VxLAN GPE configurations cause VPP to crash and restart. |
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
+| 4 | `HC2VPP-254 | Operational data for IPv6 special routes. |
+| | <https://jira.fd.io/browse/HC2VPP-254>`_ | Special hop routes are misidentified as regular routes in operational data. |
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
+| 5 | `HC2VPP-263 | LISP PITR feature configuration. |
+| | <https://jira.fd.io/browse/HC2VPP-263>`_ | Locator set reference in operational data is incorrect. |
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
+| 6 | `CSIT-1210 | Unnumbered interface configuration. |
+| | <https://jira.fd.io/browse/CSIT-1210>`_ | VPP does not send IP addresses for unnumbered interfaces anymore. HC CSIT tests were relying on that. |
++---+----------------------------------------------+--------------------------------------------------------------------------------------------------------+
diff --git a/docs/report/vpp_functional_tests/csit_release_notes.rst b/docs/report/vpp_functional_tests/csit_release_notes.rst
index 84cb3b671a..8eda865348 100644
--- a/docs/report/vpp_functional_tests/csit_release_notes.rst
+++ b/docs/report/vpp_functional_tests/csit_release_notes.rst
@@ -23,29 +23,29 @@ Known Issues
List of known issues in |csit-release| for VPP functional tests in VIRL:
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| # | .. centered:: Issue | Jira ID | .. centered:: Description |
-+===+=================================================+==========+======================================================+
-| 1 | DHCPv4 client: Client responses to DHCPv4 OFFER | CSIT-129 | Client replies with DHCPv4 REQUEST message when |
-| | sent with different XID. | VPP-99 | received DHCPv4 OFFER message with different (wrong) |
-| | | | XID. |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| 2 | Softwire - MAP-E: Incorrect calculation of IPv6 | CSIT-398 | IPv6 destination address is wrongly calculated in |
-| | destination address when IPv4 prefix is 0. | VPP-380 | case that IPv4 prefix is equal to 0 and IPv6 prefix |
-| | | | is less than 40. |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| 3 | Softwire - MAP-E: Map domain is created when | CSIT-399 | Map domain is created in case that the sum of suffix |
-| | incorrect parameters provided. | VPP-435 | length of IPv4 prefix and PSID length is greater |
-| | | | than EA bits length. IPv6 destination address |
-| | | | contains bits writen with PSID over the EA-bit |
-| | | | length when IPv4 packet is sent. |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| 4 | IPv6 RA: Incorrect IPv6 destination address in | CSIT-409 | Wrong IPv6 destination address (ff02::1) is used in |
-| | response to ICMPv6 Router Solicitation. | VPP-406 | ICMPv6 Router Advertisement packet sent as a |
-| | | | response to received ICMPv6 Router Solicitation |
-| | | | packet. |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
-| 5 | Vhost-user: QEMU reconnect does not work. | CSIT-565 | Used QEMU 2.5.0 does not support vhost-user |
-| | | | reconnect. Requires upgrading CSIT VIRL environment |
-| | | | to QEMU 2.7.0. |
-+---+-------------------------------------------------+----------+------------------------------------------------------+
++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| # | JiraID | Issue Description |
++===+========================================+=========================================================================================================================+
+| 1 | `CSIT-129 | DHCPv4 client: Client responses to DHCPv4 OFFER sent with different XID. |
+| | <https://jira.fd.io/browse/CSIT-129>`_ | Client replies with DHCPv4 REQUEST message when received DHCPv4 OFFER message with different (wrong) XID. |
+| | `VPP-99 | |
+| | <https://jira.fd.io/browse/VPP-99>`_ | |
++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 2 | `CSIT-398 | Softwire - MAP-E: Incorrect calculation of IPv6 destination address when IPv4 prefix is 0. |
+| | <https://jira.fd.io/browse/CSIT-398>`_ | IPv6 destination address is wrongly calculated in case that IPv4 prefix is equal to 0 and IPv6 prefix is less than 40. |
+| | `VPP-380 | |
+| | <https://jira.fd.io/browse/VPP-380>`_ | |
++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 3 | `CSIT-399 | Softwire - MAP-E: Map domain is created when incorrect parameters provided. |
+| | <https://jira.fd.io/browse/CSIT-399>`_ | Map domain is created in case that the sum of suffix length of IPv4 prefix and PSID length is greater than EA bits |
+| | `VPP-435 | length. IPv6 destination address contains bits writen with PSID over the EA-bit length when IPv4 packet is sent. |
+| | <https://jira.fd.io/browse/VPP-435>`_ | |
++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 4 | `CSIT-409 | IPv6 RA: Incorrect IPv6 destination address in response to ICMPv6 Router Solicitation. |
+| | <https://jira.fd.io/browse/CSIT-409>`_ | Wrong IPv6 destination address (ff02::1) is used in ICMPv6 Router Advertisement packet sent as a response to received |
+| | `VPP-406 | ICMPv6 Router Solicitation packet. |
+| | <https://jira.fd.io/browse/VPP-406>`_ | |
++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
+| 5 | `CSIT-565 | Vhost-user: QEMU reconnect does not work. |
+| | <https://jira.fd.io/browse/CSIT-565>`_ | QEMU 2.5.0 used in CSIT does not support vhost-user reconnect. Requires upgrading CSIT VIRL environment to QEMU 2.7.0. |
++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+
diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst
index 2c5b40bd42..97abc21cae 100644
--- a/docs/report/vpp_performance_tests/csit_release_notes.rst
+++ b/docs/report/vpp_performance_tests/csit_release_notes.rst
@@ -217,7 +217,7 @@ Known Issues
List of known issues in |csit-release| for VPP performance tests:
+---+-----------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
-| # | JiraID | Description |
+| # | JiraID | Issue Description |
+===+=========================================+=================================================================================================================================+
| 1 | `CSIT-570 | Sporadic (1 in 200) NDR discovery test failures on x520. DPDK reporting rx-errors, indicating L1 issue. |
| | <https://jira.fd.io/browse/CSIT-570>`_ | Suspected issue with HW combination of X710-X520 in LF testbeds. Not observed outside of LF testbeds. |