report 1807: introduction section editorial nit-picking.
[csit.git] / docs / report / vpp_functional_tests / csit_release_notes.rst
1 Release Notes
2 =============
3
4 Changes in |csit-release|
5 -------------------------
6
7 #. Code updates in CSIT functional framework:
8
9    - few test case bug fixes.
10
11 #. VPP_Path:
12
13    - Implementation of new VPP-make_test VPP integration tests for functional
14      acceptance of VPP feature path(s) driven by use case(s).
15
16    - All VIRL P0 tests (`CSIT_VIRL migration progress
17      <https://docs.google.com/spreadsheets/d/1PciV8XN9v1qHbIRUpFJoqyES29_vik7lcFDl73G1usc/edit?usp=sharing>`_)
18      migrated to VPP_Path using VPP make test.
19
20 Known Issues
21 ------------
22
23 List of known issues in |csit-release| for VPP functional tests in VIRL:
24
25 +---+-------------------------------------------------+----------+------------------------------------------------------+
26 | # | .. centered:: Issue                             | Jira ID  | .. centered:: Description                            |
27 +===+=================================================+==========+======================================================+
28 | 1 | DHCPv4 client: Client responses to DHCPv4 OFFER | CSIT-129 | Client replies with DHCPv4 REQUEST message when      |
29 |   | sent with different XID.                        | VPP-99   | received DHCPv4 OFFER message with different (wrong) |
30 |   |                                                 |          | XID.                                                 |
31 +---+-------------------------------------------------+----------+------------------------------------------------------+
32 | 2 | Softwire - MAP-E: Incorrect calculation of IPv6 | CSIT-398 | IPv6 destination address is wrongly calculated in    |
33 |   | destination address when IPv4 prefix is 0.      | VPP-380  | case that IPv4 prefix is equal to 0 and IPv6 prefix  |
34 |   |                                                 |          | is less than 40.                                     |
35 +---+-------------------------------------------------+----------+------------------------------------------------------+
36 | 3 | Softwire - MAP-E: Map domain is created when    | CSIT-399 | Map domain is created in case that the sum of suffix |
37 |   | incorrect parameters provided.                  | VPP-435  | length of IPv4 prefix and PSID length is greater     |
38 |   |                                                 |          | than EA bits length. IPv6 destination address        |
39 |   |                                                 |          | contains bits writen with PSID over the EA-bit       |
40 |   |                                                 |          | length when IPv4 packet is sent.                     |
41 +---+-------------------------------------------------+----------+------------------------------------------------------+
42 | 4 | IPv6 RA: Incorrect IPv6 destination address in  | CSIT-409 | Wrong IPv6 destination address (ff02::1) is used in  |
43 |   | response to ICMPv6 Router Solicitation.         | VPP-406  | ICMPv6 Router Advertisement packet sent as a         |
44 |   |                                                 |          | response to received  ICMPv6 Router Solicitation     |
45 |   |                                                 |          | packet.                                              |
46 +---+-------------------------------------------------+----------+------------------------------------------------------+
47 | 5 | Vhost-user: QEMU reconnect does not work.       | CSIT-565 | Used QEMU 2.5.0 does not support vhost-user          |
48 |   |                                                 |          | reconnect. Requires upgrading CSIT VIRL environment  |
49 |   |                                                 |          | to QEMU 2.7.0.                                       |
50 +---+-------------------------------------------------+----------+------------------------------------------------------+