Files
testing/scenarios/onebox-basic-lifecycle/readme.md
T

13 lines
559 B
Markdown
Raw Normal View History

2026-04-29 01:30:21 +00:00
# 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.