Files
podman/test/e2e/quadlet/subnet-trio.multiple.network
Ygal Blum fc25a3a5fc Quadlet - prefer "param val" over "param=val" to allow env expansion
When possible use a generic function to add strings and booleans
Adjust tests

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
2024-10-01 18:01:05 -04:00

12 lines
410 B
SYSTEMD

## assert-podman-final-args systemd-subnet-trio.multiple
## assert-podman-args "--subnet" "192.168.1.0/24" "--gateway" "192.168.1.1" "--ip-range" "192.168.1.0/32"
## assert-podman-args "--subnet" "192.168.2.0/24" "--gateway" "192.168.2.1" "--ip-range" "192.168.2.0/32"
[Network]
Subnet=192.168.1.0/24
Subnet=192.168.2.0/24
Gateway=192.168.1.1
Gateway=192.168.2.1
IPRange=192.168.1.0/32
IPRange=192.168.2.0/32