13 lines
559 B
Markdown
13 lines
559 B
Markdown
# 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.
|