95f09eecfcf84a5a8e02852affda3e568d57603c
[csit.git] / docs / report / vpp_functional_tests / csit_release_notes.rst
1 CSIT Release Notes
2 ==================
3
4 Changes in CSIT |release|
5 -------------------------
6
7 #. VPP functional test framework changes:
8
9    - Upgrade of tb4-virl3 host;
10
11      - OS version to Ubuntu 16.04.02;
12
13      - VIRL version to Mitaka;
14
15 #. Code updates and optimizations in CSIT functional framework:
16
17    - Traffic scripts adapted to ignore received unexpected ICMPv6 Neighbor
18      Discovery - Neighbor Solicitation packets;
19
20    - Refactor of L1 robot keywords - Python libraries;
21
22 Known Issues
23 ------------
24
25 Here is the list of known issues in CSIT |release| for VPP functional tests in VIRL:
26
27 +---+-------------------------------------------------+----------+------------------------------------------------------+
28 | # | Issue                                           | Jira ID  | Description                                          |
29 +---+-------------------------------------------------+----------+------------------------------------------------------+
30 | 1 | DHCPv4 client: Client responses to DHCPv4 OFFER | CSIT-129 | Client replies with DHCPv4 REQUEST message when      |
31 |   | sent with different XID.                        |          | received DHCPv4 OFFER message with different (wrong) |
32 |   |                                                 |          | XID.                                                 |
33 +---+-------------------------------------------------+----------+------------------------------------------------------+
34 | 2 | Softwire - MAP-E: Incorrect calculation of IPv6 | CSIT-398 | IPv6 destination address is wrongly calculated in    |
35 |   | destination address when IPv4 prefix is 0.      |          | case that IPv4 prefix is equal to 0 and IPv6 prefix  |
36 |   |                                                 |          | is less than 40.                                     |
37 +---+-------------------------------------------------+----------+------------------------------------------------------+
38 | 3 | Softwire - MAP-E: Map domain is created when    | CSIT-399 | Map domain is created in case that the sum of suffix |
39 |   | incorrect parameters provided.                  |          | length of IPv4 prefix and PSID length is greater     |
40 |   |                                                 |          | than EA bits length. IPv6 destination address        |
41 |   |                                                 |          | contains bits writen with PSID over the EA-bit       |
42 |   |                                                 |          | length when IPv4 packet is sent.                     |
43 +---+-------------------------------------------------+----------+------------------------------------------------------+
44 | 4 | IPv6 RA: Incorrect IPv6 destination address in  | CSIT-409 | Wrong IPv6 destination address (ff02::1) is used in  |
45 |   | response to ICMPv6 Router Solicitation.         |          | ICMPv6 Router Advertisement packet sent as a         |
46 |   |                                                 |          | response to received  ICMPv6 Router Solicitation     |
47 |   |                                                 |          | packet.                                              |
48 +---+-------------------------------------------------+----------+------------------------------------------------------+
49 | 5 | Vhost-user: QEMU reconnect does not work.       | CSIT-565 | Using QEMU 2.5.0 that does not support vhost-user    |
50 |   |                                                 |          | reconnect. It requires moving CSIT VIRL environment  |
51 |   |                                                 |          | to QEMU 2.7.0.                                       |
52 +---+-------------------------------------------------+----------+------------------------------------------------------+
53 | 6 | IPSEC: Tests cover old crypto code path         | CSIT-733 | There are used default conf settings so IPSEC tests  |
54 |   |                                                 |          | use old security code not the new Crypto SW code.    |
55 +---+-------------------------------------------------+----------+------------------------------------------------------+