Skip to content

Commit 92799fe

Browse files
committed
clean up test
1 parent 3c68844 commit 92799fe

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

conformance/tests/basic/inferencepool_httproute_port_validation.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ var InferencePoolHTTPRoutePortValidation = suite.ConformanceTest{
4949
},
5050
Test: func(t *testing.T, s *suite.ConformanceTestSuite) {
5151
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"
5756
backendDeploymentName = "infra-backend-deployment-port-test"
5857
)
5958

@@ -77,7 +76,7 @@ var InferencePoolHTTPRoutePortValidation = suite.ConformanceTest{
7776
gatewayAddr,
7877
hostname,
7978
path,
80-
backendDeploymentName, // Use the correct Deployment name here
79+
backendDeploymentName,
8180
appBackendNamespace,
8281
)
8382
})
@@ -97,7 +96,7 @@ var InferencePoolHTTPRoutePortValidation = suite.ConformanceTest{
9796
gatewayAddr,
9897
hostname,
9998
path,
100-
backendDeploymentName, // Use the correct Deployment name here
99+
backendDeploymentName,
101100
appBackendNamespace,
102101
)
103102
})

0 commit comments

Comments
 (0)