Skip to content

Commit

Permalink
Add e2e test for IdleConnectionTerminationPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Nov 19, 2024
1 parent aa00d7a commit a7dea46
Show file tree
Hide file tree
Showing 3 changed files with 856 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ func TestAll(t *testing.T) {
t.Run("TestRouteHardStopAfterEnableOnIngressControllerHasPriorityOverIngressConfig", TestRouteHardStopAfterEnableOnIngressControllerHasPriorityOverIngressConfig)
t.Run("TestHostNetworkPortBinding", TestHostNetworkPortBinding)
t.Run("TestDashboardCreation", TestDashboardCreation)
t.Run("Test_IdleConnectionTerminationPolicy", Test_IdleConnectionTerminationPolicy)
})
}
Loading

0 comments on commit a7dea46

Please sign in to comment.