feat: add onebox basic lifecycle scenario

This commit is contained in:
2026-04-29 01:30:21 +00:00
parent 733b56398c
commit 3f01f3ebdc
5 changed files with 303 additions and 4 deletions
@@ -0,0 +1,12 @@
# onebox-basic-lifecycle
This scenario verifies Onebox's basic single-server lifecycle.
Assertions:
- Onebox initializes its database, Docker integration, reverse proxy, registry, and platform services.
- The core reverse proxy platform service is exposed as `smartproxy`.
- A workload service can be deployed on the Onebox overlay network.
- HTTP and HTTPS ingress route to the workload through the reverse proxy.
- The workload can be removed and its Docker service is cleaned up.
- Onebox shutdown stops the reverse proxy and built-in registry cleanly.