Skip to content

Commit 119dc4b

Browse files
authored
test: promote OpenAI HTTP QA coverage (#97369)
1 parent 69af58b commit 119dc4b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/qa-lab/src/scenario-catalog.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ describe("qa scenario catalog", () => {
235235
it("loads folded HTTP API script scenarios with primary taxonomy coverage", () => {
236236
expect(readQaScenarioById("openai-compatible-chat-tools").coverage?.primary).toStrictEqual([
237237
"gateway.openai-compatible-apis",
238+
"runtime.hosted-tool-use",
238239
]);
239240
expect(readQaScenarioById("openai-web-search-minimal").coverage?.primary).toStrictEqual([
240241
"runtime.reasoning-and-cache-controls",
@@ -244,6 +245,7 @@ describe("qa scenario catalog", () => {
244245
).toStrictEqual(["web-search.openai-native-web-search", "plugins.web-search-and-fetch"]);
245246
expect(readQaScenarioById("openwebui-openai-compatible").coverage?.primary).toStrictEqual([
246247
"gateway.openai-compatible-apis",
248+
"runtime.hosted-provider-turns",
247249
]);
248250
});
249251

qa/scenarios/runtime/openai-compatible-chat-tools.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ scenario:
66
coverage:
77
primary:
88
- gateway.openai-compatible-apis
9-
secondary:
109
- runtime.hosted-tool-use
1110
objective: Verify the OpenAI-compatible chat-completions client and Docker lane preserve strict tool-call API behavior.
1211
successCriteria:

qa/scenarios/runtime/openwebui-openai-compatible.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ scenario:
66
coverage:
77
primary:
88
- gateway.openai-compatible-apis
9-
secondary:
109
- runtime.hosted-provider-turns
10+
secondary:
1111
- runtime.provider-specific-model-options
1212
objective: Verify the OpenWebUI E2E probe exercises OpenClaw through OpenWebUI's OpenAI-compatible model and chat APIs.
1313
successCriteria:

0 commit comments

Comments
 (0)