File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments