mirror of
https://github.com/alibaba/higress.git
synced 2026-05-30 23:57:28 +08:00
e2e: Enhance the e2e testing of the ai-proxy plugin based on the LLM mock server (#1713)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user