Skip to content

Commit

Permalink
Updated test plans.
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
aputriax committed Sep 29, 2022
1 parent 5a648a9 commit 001146d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions test/docs/testplans/conntrack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions test/docs/testplans/vnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP_PA_VALIDATE<br>SAI_PA_VALIDATION_ENTRY_ACTION_PERMIT| Vnet2VnetInboundTest.<br>vnet2VnetInboundPaValidatePermitTest
| 2 | Direction lookup DENY action | Vnet2VnetInboundTest.<br/>vnet2VnetInboundDenyVniTest
| 3 | VNET2VNET routing without PA validation entry<br>SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP | -
| 2 | VNET2VNET routing without PA validation entry<br>SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP | -


### **Integration**
Expand Down

0 comments on commit 001146d

Please sign in to comment.