mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
32 lines
615 B
YAML
32 lines
615 B
YAML
---
|
|
|
|
- name: Container basic
|
|
case: basic/test.py
|
|
|
|
- name: Container enabled/disabled
|
|
case: enabled/test.py
|
|
|
|
- name: Container environment variables
|
|
case: environment/test.py
|
|
|
|
- name: Container with bridge network
|
|
case: bridge/test.py
|
|
|
|
- name: Container with physical interface
|
|
case: phys/test.py
|
|
|
|
- name: Container with VETH pair
|
|
case: veth/test.py
|
|
|
|
- name: Container Volume Persistence
|
|
case: volume/test.py
|
|
|
|
- name: Container Upgrade
|
|
case: upgrade/test.py
|
|
|
|
- name: Basic Firewall Container
|
|
case: firewall_basic/test.py
|
|
|
|
- name: Host Command Execution from Container
|
|
case: host_commands/test.py
|