e2e: Enhance the e2e testing of the ai-proxy plugin based on the LLM mock server (#1713)

This commit is contained in:
韩贤涛
2025-02-05 10:14:25 +08:00
committed by GitHub
parent fac2c3e7a3
commit 1431ff9cfe
7 changed files with 564 additions and 95 deletions

View File

@@ -136,6 +136,7 @@ func New(s Options) *ConformanceTestSuite {
"base/nacos.yaml",
"base/dubbo.yaml",
"base/opa.yaml",
"base/llm-mock.yaml",
}
}
@@ -173,6 +174,7 @@ func (suite *ConformanceTestSuite) Setup(t *testing.T) {
"higress-conformance-infra",
"higress-conformance-app-backend",
"higress-conformance-web-backend",
"higress-conformance-ai-backend",
}
kubernetes.NamespacesMustBeAccepted(t, suite.Client, suite.TimeoutConfig, namespaces)