mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
31 lines
925 B
Plaintext
31 lines
925 B
Plaintext
=== Container Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/containers/basic]
|
|
|
|
==== Description
|
|
|
|
Verify that a simple web server container can be configured to run
|
|
with host networking, on port 80. Operation is verified using a
|
|
simple GET request for index.html and checking for a key phrase.
|
|
|
|
The RPC actions: stop + start, and restart are also verified.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Container Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Set hostname to 'container-host'
|
|
. Create container 'web' from bundled OCI image
|
|
. Verify container 'web' has started
|
|
. Verify container 'web' is reachable on http://container-host.local:91
|
|
. Verify resource constraints and usage are available
|
|
. Stop container 'web'
|
|
. Verify container 'web' is stopped
|
|
. Restart container 'web'
|
|
. Verify container 'web' is reachable on http://container-host.local:91
|
|
|
|
|