diff --git a/test/docs/testplans/conntrack.md b/test/docs/testplans/conntrack.md index 80bd09372..c05a748c4 100644 --- a/test/docs/testplans/conntrack.md +++ b/test/docs/testplans/conntrack.md @@ -56,10 +56,12 @@ Test cases are automated: | # | Test case | Test Class.Method | --- | --- | --- -| 1 | Standard ageing (fully correct TCP session). | - -| 2 | Standard ageing (fully correct UDP session). | - -| 3 | Open TCP session but no data and no FIN | - -| 4 | TCP session started from the middle (no SYN packet) | - +| 1 | Standard ageing (fully correct TCP session, session dropped immediately). | - +| 2 | Standard ageing (fully correct UDP session, session dropped after timeout). | - +| 3 | Custom ageing (fully correct TCP session). | - +| 4 | Custom ageing (fully correct UDP session). | - +| 5 | Open TCP session but no data and no FIN. | - +| 6 | TCP session started from the middle (no SYN packet). | - ## Integration diff --git a/test/docs/testplans/vnet.md b/test/docs/testplans/vnet.md index 77efa8c42..7db867660 100644 --- a/test/docs/testplans/vnet.md +++ b/test/docs/testplans/vnet.md @@ -95,8 +95,7 @@ Original table [link](https://github.com/Azure/DASH/blob/main/documentation/gene | # | Test case | Test Class.Method | --- | --- | --- | 1 | VNET2VNET routing with PA validation entry PERMIT.
SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP_PA_VALIDATE
SAI_PA_VALIDATION_ENTRY_ACTION_PERMIT| Vnet2VnetInboundTest.
vnet2VnetInboundPaValidatePermitTest -| 2 | Direction lookup DENY action | Vnet2VnetInboundTest.
vnet2VnetInboundDenyVniTest -| 3 | VNET2VNET routing without PA validation entry
SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP | - +| 2 | VNET2VNET routing without PA validation entry
SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP | - ### **Integration**