Skip to content

Commit

Permalink
e2e: Enhance the e2e testing of the ai-proxy plugin based on the LLM …
Browse files Browse the repository at this point in the history
…mock server (alibaba#1742)
  • Loading branch information
hanxiantao authored Feb 11, 2025
1 parent 512385d commit 477e44b
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 3 deletions.
1 change: 1 addition & 0 deletions plugins/wasm-go/extensions/ai-proxy/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0-alpha
2 changes: 1 addition & 1 deletion test/e2e/conformance/base/llm-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
spec:
containers:
- name: llm-mock
image: registry.cn-hangzhou.aliyuncs.com/hxt/llm-mock:latest
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/llm-mock:latest
ports:
- containerPort: 3000
---
Expand Down
Loading

0 comments on commit 477e44b

Please sign in to comment.