Skip to content

Commit 075b75b

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

File tree

2 files changed

+598
-23
lines changed

2 files changed

+598
-23
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)