test: remove redundant container_ prefix from test directories
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>
@@ -13,36 +13,36 @@ Tests verifying Infix Docker container support:
|
||||
- Container upgrade using RPC with cleanup of old image
|
||||
- Firewall container running in host network mode with full privileges
|
||||
|
||||
include::container_basic/Readme.adoc[]
|
||||
include::basic/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_enabled/Readme.adoc[]
|
||||
include::enabled/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_environment/Readme.adoc[]
|
||||
include::environment/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_bridge/Readme.adoc[]
|
||||
include::bridge/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_phys/Readme.adoc[]
|
||||
include::phys/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_veth/Readme.adoc[]
|
||||
include::veth/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_volume/Readme.adoc[]
|
||||
include::volume/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_firewall_basic/Readme.adoc[]
|
||||
include::firewall_basic/Readme.adoc[]
|
||||
|
||||
<<<
|
||||
|
||||
include::container_host_commands/Readme.adoc[]
|
||||
include::host_commands/Readme.adoc[]
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
---
|
||||
|
||||
- name: Container basic
|
||||
case: container_basic/test.py
|
||||
case: basic/test.py
|
||||
|
||||
- name: Container enabled/disabled
|
||||
case: container_enabled/test.py
|
||||
case: enabled/test.py
|
||||
|
||||
- name: Container environment variables
|
||||
case: container_environment/test.py
|
||||
case: environment/test.py
|
||||
|
||||
- name: Container with bridge network
|
||||
case: container_bridge/test.py
|
||||
case: bridge/test.py
|
||||
|
||||
- name: Container with physical interface
|
||||
case: container_phys/test.py
|
||||
case: phys/test.py
|
||||
|
||||
- name: Container with VETH pair
|
||||
case: container_veth/test.py
|
||||
case: veth/test.py
|
||||
|
||||
- name: Container Volume Persistence
|
||||
case: container_volume/test.py
|
||||
case: volume/test.py
|
||||
|
||||
- name: Container Upgrade
|
||||
case: upgrade/test.py
|
||||
|
||||
- name: Basic Firewall Container
|
||||
case: container_firewall_basic/test.py
|
||||
case: firewall_basic/test.py
|
||||
|
||||
- name: Host Command Execution from Container
|
||||
case: container_host_commands/test.py
|
||||
case: host_commands/test.py
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
=== Container basic
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_basic]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/basic]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Container with bridge network
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_bridge]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/bridge]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1 +0,0 @@
|
||||
../container_bridge/topology.dot
|
||||
@@ -1 +0,0 @@
|
||||
../container_bridge/topology.dot
|
||||
@@ -1,6 +1,6 @@
|
||||
=== Container enabled/disabled
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_enabled]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/enabled]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Container environment variables
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_environment]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/environment]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Basic Firewall Container
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_firewall_basic]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/firewall_basic]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Host Command Execution from Container
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_host_commands]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/host_commands]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Container with physical interface
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_phys]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/phys]
|
||||
|
||||
==== Description
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../bridge/topology.dot
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Container with VETH pair
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_veth]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/veth]
|
||||
|
||||
==== Description
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../bridge/topology.dot
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,6 +1,6 @@
|
||||
=== Container Volume Persistence
|
||||
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/container_volume]
|
||||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_containers/volume]
|
||||
|
||||
==== Description
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |