File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,10 @@ var InferencePoolHTTPRoutePortValidation = suite.ConformanceTest{
49
49
},
50
50
Test : func (t * testing.T , s * suite.ConformanceTestSuite ) {
51
51
const (
52
- appBackendNamespace = "gateway-conformance-app-backend"
53
- infraNamespace = "gateway-conformance-infra"
54
- gatewayName = "conformance-gateway"
55
- poolName = "target-pool-port-validation"
56
- // backendDeploymentName should be the metadata.name of the Deployment in the YAML.
52
+ appBackendNamespace = "gateway-conformance-app-backend"
53
+ infraNamespace = "gateway-conformance-infra"
54
+ gatewayName = "conformance-gateway"
55
+ poolName = "target-pool-port-validation"
57
56
backendDeploymentName = "infra-backend-deployment-port-test"
58
57
)
59
58
@@ -77,7 +76,7 @@ var InferencePoolHTTPRoutePortValidation = suite.ConformanceTest{
77
76
gatewayAddr ,
78
77
hostname ,
79
78
path ,
80
- backendDeploymentName , // Use the correct Deployment name here
79
+ backendDeploymentName ,
81
80
appBackendNamespace ,
82
81
)
83
82
})
@@ -97,7 +96,7 @@ var InferencePoolHTTPRoutePortValidation = suite.ConformanceTest{
97
96
gatewayAddr ,
98
97
hostname ,
99
98
path ,
100
- backendDeploymentName , // Use the correct Deployment name here
99
+ backendDeploymentName ,
101
100
appBackendNamespace ,
102
101
)
103
102
})
You can’t perform that action at this time.
0 commit comments