You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Verify that an InferencePool correctly updates its parent-specific status (e.g., Accepted condition) when referenced by HTTPRoutes attached to shared Gateways, and clears parent statuses when no longer referenced.",
Backend: resources.PrimaryModelServerDeploymentName,// Primary because in this test, both primary and secondary httpRoute is backnedRef the primary InferecePool.
111
111
Namespace: resources.AppBackendNamespace,
112
112
},
113
113
)
@@ -139,7 +139,7 @@ var InferencePoolParentStatus = suite.ConformanceTest{
Backend: resources.PrimaryModelServerDeploymentName,// Primary because in this test, both primary and secondary httpRoute is backnedRef the primary InferecePool.
143
143
Namespace: resources.AppBackendNamespace,
144
144
},
145
145
)
@@ -178,7 +178,7 @@ var InferencePoolParentStatus = suite.ConformanceTest{
0 commit comments