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