Skip to content

Commit e9f05c6

Browse files
Add comprehensive E2E tests for Gateway with OpenShift OAuth authentication
Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
1 parent c9e651e commit e9f05c6

File tree

2 files changed

+589
-28
lines changed

2 files changed

+589
-28
lines changed

tests/e2e/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var (
138138
scenarios: map[string]TestFn{
139139
serviceApi.MonitoringServiceName: monitoringTestSuite,
140140
serviceApi.AuthServiceName: authControllerTestSuite,
141-
// serviceApi.GatewayServiceName: gatewayTestSuite,
141+
serviceApi.GatewayServiceName: gatewayTestSuite,
142142
},
143143
}
144144
)

0 commit comments

Comments
 (0)