Skip to content

Commit a730e8a

Browse files
Merge pull request #1194 from alebedev87/4-18-idle-connection-policy-e2e
[release-4.18] OCPBUGS-48377: Add e2e tests for IdleConnectionTerminationPolicy
2 parents e7d1214 + f16a8ee commit a730e8a

File tree

3 files changed

+671
-18
lines changed

3 files changed

+671
-18
lines changed

test/e2e/all_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ func TestAll(t *testing.T) {
8888
t.Run("TestUnmanagedAWSLBSubnets", TestUnmanagedAWSLBSubnets)
8989
t.Run("TestAWSEIPAllocationsForNLB", TestAWSEIPAllocationsForNLB)
9090
t.Run("TestUnmanagedAWSEIPAllocations", TestUnmanagedAWSEIPAllocations)
91+
t.Run("Test_IdleConnectionTerminationPolicyImmediate", Test_IdleConnectionTerminationPolicyImmediate)
92+
t.Run("Test_IdleConnectionTerminationPolicyDeferred", Test_IdleConnectionTerminationPolicyDeferred)
9193
})
9294

9395
t.Run("serial", func(t *testing.T) {

0 commit comments

Comments
 (0)