mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
Rename test directories in infix_containers/ to remove the redundant 'container_' prefix since they already live under infix_containers/: container_basic -> basic container_bridge -> bridge container_enabled -> enabled container_environment -> environment container_firewall_basic -> firewall_basic container_host_commands -> host_commands container_phys -> phys container_veth -> veth container_volume -> volume Also update references in all.yaml and Readme.adoc files. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
49 lines
960 B
Plaintext
49 lines
960 B
Plaintext
:testgroup:
|
|
== infix-containers
|
|
|
|
Tests verifying Infix Docker container support:
|
|
|
|
- Basic web server container running in host network mode
|
|
- Container enable/disable functionality via configuration
|
|
- Container environment variable configuration and access
|
|
- Common setup with docker0 bridge and automatic VETH pairs
|
|
- Connecting containers with VETH pairs to standard Linux bridges
|
|
- Assigning physical Ethernet interfaces to containers
|
|
- Container upgrades with persistent volume data
|
|
- Container upgrade using RPC with cleanup of old image
|
|
- Firewall container running in host network mode with full privileges
|
|
|
|
include::basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::enabled/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::environment/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::bridge/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::phys/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::veth/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::volume/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::firewall_basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::host_commands/Readme.adoc[]
|