Skip to content

Commit 001146d

Browse files
committed
Updated test plans.
- Removed one dirrection lookup test based on PR #238. - Added connection tracking tests for the custom ageing timeout. Signed-off-by: Anton Putria <[email protected]>
1 parent 5a648a9 commit 001146d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

test/docs/testplans/conntrack.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ Test cases are automated:
5656

5757
| # | Test case | Test Class.Method
5858
| --- | --- | ---
59-
| 1 | Standard ageing (fully correct TCP session). | -
60-
| 2 | Standard ageing (fully correct UDP session). | -
61-
| 3 | Open TCP session but no data and no FIN | -
62-
| 4 | TCP session started from the middle (no SYN packet) | -
59+
| 1 | Standard ageing (fully correct TCP session, session dropped immediately). | -
60+
| 2 | Standard ageing (fully correct UDP session, session dropped after timeout). | -
61+
| 3 | Custom ageing (fully correct TCP session). | -
62+
| 4 | Custom ageing (fully correct UDP session). | -
63+
| 5 | Open TCP session but no data and no FIN. | -
64+
| 6 | TCP session started from the middle (no SYN packet). | -
6365

6466
## Integration
6567

test/docs/testplans/vnet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Original table [link](https://github.com/Azure/DASH/blob/main/documentation/gene
9595
| # | Test case | Test Class.Method
9696
| --- | --- | ---
9797
| 1 | VNET2VNET routing with PA validation entry PERMIT.<br>SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP_PA_VALIDATE<br>SAI_PA_VALIDATION_ENTRY_ACTION_PERMIT| Vnet2VnetInboundTest.<br>vnet2VnetInboundPaValidatePermitTest
98-
| 2 | Direction lookup DENY action | Vnet2VnetInboundTest.<br/>vnet2VnetInboundDenyVniTest
99-
| 3 | VNET2VNET routing without PA validation entry<br>SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP | -
98+
| 2 | VNET2VNET routing without PA validation entry<br>SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP | -
10099

101100

102101
### **Integration**

0 commit comments

Comments
 (0)