Files
openclaw/qa/scenarios/runtime/docker-agents-delete-shared-workspace.yaml
Dallin Romney fd3f354f46 test(qa): expand docker lane adapter (#97937)
* test(qa): expand docker lane adapter

* Extract QA Docker lane fixture
2026-06-29 17:08:43 -07:00

29 lines
1.1 KiB
YAML

title: Docker agents delete shared workspace
scenario:
id: docker-agents-delete-shared-workspace
surface: docker-podman-hosting
category: docker-podman-hosting.agent-sandbox-and-tooling
coverage:
primary:
- docker.backed-agent-sandbox-support
objective: Verify Docker-hosted agent workspace deletion keeps shared workspace state safe while running against the package-installed image.
successCriteria:
- The Docker lane starts from an empty OpenClaw state.
- The in-container CLI resolves from the installed app image.
- "`openclaw agents delete --force --json` preserves the configured shared workspace."
- The fixture assertion validates the JSON result and workspace state.
docsRefs:
- docs/install/docker.md
- docs/help/testing.md
codeRefs:
- scripts/e2e/agents-delete-shared-workspace-docker.sh
- scripts/e2e/lib/fixture.mjs
execution:
kind: script
path: test/e2e/qa-lab/runtime/docker-e2e-lane.ts
summary: Runs the existing agents-delete-shared-workspace Docker E2E lane for Docker-hosted agent workspace safety coverage.
args:
- --lane
- agents-delete-shared-workspace