test: minimize Parallels smoke agent turns

This commit is contained in:
Peter Steinberger
2026-05-01 10:17:51 +01:00
parent bfd3c2a450
commit 8abf2977f4
5 changed files with 27 additions and 9 deletions

View File

@@ -695,11 +695,12 @@ rm -rf /root/.openclaw/test-bad-plugin`);
"true",
"--strict-json",
]);
this.guestExec(["openclaw", "config", "set", "tools.profile", '"minimal"', "--strict-json"]);
this.prepareAgentWorkspace();
this.guestBash(
`exec /usr/bin/env ${shellQuote(`${this.auth.apiKeyEnv}=${this.auth.apiKeyValue}`)} openclaw agent --local --agent main --session-id parallels-linux-smoke --message ${shellQuote(
"Reply with exact ASCII text OK only.",
)} --timeout 0 --json`,
)} --thinking minimal --json`,
);
}