X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fvpp_functional_tests%2Fcsit_release_notes.rst;h=8eda86534825aa996b90663b69a93d5abcc9bb2d;hp=08fe87053d4cd43d2823c854616a129639710b8d;hb=ca0944a9746c9f6cbad696469861516b22b92a02;hpb=61407a72649b7b355472350c2186aa36bf8182e7 diff --git a/docs/report/vpp_functional_tests/csit_release_notes.rst b/docs/report/vpp_functional_tests/csit_release_notes.rst index 08fe87053d..8eda865348 100644 --- a/docs/report/vpp_functional_tests/csit_release_notes.rst +++ b/docs/report/vpp_functional_tests/csit_release_notes.rst @@ -1,73 +1,51 @@ -CSIT Release Notes -================== +Release Notes +============= -Changes in CSIT |release| +Changes in |csit-release| ------------------------- -#. VPP functional test framework changes: +#. **CSIT Framework** - - Upgrade of tb4-virl1 and tb4-virl2 hosts; + - Few test case bug fixes. - - OS version to Ubuntu 16.04.02; +#. **Test Case Porting to VPP_make_test** - - VIRL version to Mitaka; + - Implementation of VIRL functional integration tests in + VPP_make_test. - - Implemented load balance mechanism for VIRL hosts; - - - Implemented waiting mechanism on VIRL host if there is not enough resources - available to successfully start simulation; - -#. Code updates and optimizations in CSIT functional framework: - - - Complete CSIT framework code revision and optimizations as descried - on CSIT wiki page - `Design_Optimizations `_; - - - For more detail see the CSIT Framework Design section in this - report; + - All VIRL tests identified by FD.io VPP and CSIT projects as + Priority-0 ported to VPP_make_test. + Ref. `CSIT_VIRL migration progress + `_. Known Issues ------------ -Here is the list of known issues in CSIT |release| for VPP functional tests in VIRL: - -+---+-------------------------------------------------+----------+------------------------------------------------------+ -| # | Issue | Jira ID | Description | -+---+-------------------------------------------------+----------+------------------------------------------------------+ -| 1 | DHCPv4 client: Client responses to DHCPv4 OFFER | CSIT-129 | Client replies with DHCPv4 REQUEST message when | -| | sent with different XID. | | 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. | | 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. | | 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. | | ICMPv6 Router Advertisement packet sent as a | -| | | | response to received ICMPv6 Router Solicitation | -| | | | packet. | -+---+-------------------------------------------------+----------+------------------------------------------------------+ -| 5 | Vhost-user: QEMU reconnect does not work. | CSIT-565 | Using QEMU 2.5.0 that does not support vhost-user | -| | | | reconnect. It requires moving CSIT VIRL environment | -| | | | to QEMU 2.7.0. | -+---+-------------------------------------------------+----------+------------------------------------------------------+ -| 6 | Centos7: LISP and VXLAN sporadic test failures. | CSIT-566 | Observing sporadic crashes of DUT1 VM during LISP | -| | | | and VXLAN test executions, what leads to failure of | -| | | | all other tests in the suite. NOTE: After upgrading | -| | | | one of the VIRL servers host from Ubuntu14.04 to | -| | | | 16.04, DUT1 VM stops crashing, but tests keep | -| | | | failing sporadically 1-in-100. Possible root cause | -| | | | identified - unexpected IPv6 RA packets upsetting | -| | | | some test component. Currently suspecting | -| | | | environment or CSIT issue, but can not exclude VPP, | -| | | | further troubleshooting in progress. | -+---+-------------------------------------------------+----------+------------------------------------------------------+ -| 7 | IPSEC: Tests cover old crypto code path | -- | There are used default conf settings so IPSEC tests | -| | | | use old security code not the new Crypto SW code. | -+---+-------------------------------------------------+----------+------------------------------------------------------+ +List of known issues in |csit-release| for VPP functional tests in VIRL: + ++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| # | JiraID | Issue Description | ++===+========================================+=========================================================================================================================+ +| 1 | `CSIT-129 | DHCPv4 client: Client responses to DHCPv4 OFFER sent with different XID. | +| | `_ | Client replies with DHCPv4 REQUEST message when received DHCPv4 OFFER message with different (wrong) XID. | +| | `VPP-99 | | +| | `_ | | ++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| 2 | `CSIT-398 | Softwire - MAP-E: Incorrect calculation of IPv6 destination address when IPv4 prefix is 0. | +| | `_ | IPv6 destination address is wrongly calculated in case that IPv4 prefix is equal to 0 and IPv6 prefix is less than 40. | +| | `VPP-380 | | +| | `_ | | ++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| 3 | `CSIT-399 | Softwire - MAP-E: Map domain is created when incorrect parameters provided. | +| | `_ | 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. | +| | `_ | | ++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| 4 | `CSIT-409 | IPv6 RA: Incorrect IPv6 destination address in response to ICMPv6 Router Solicitation. | +| | `_ | 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. | +| | `_ | | ++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| 5 | `CSIT-565 | Vhost-user: QEMU reconnect does not work. | +| | `_ | QEMU 2.5.0 used in CSIT does not support vhost-user reconnect. Requires upgrading CSIT VIRL environment to QEMU 2.7.0. | ++---+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------+