mirror of
https://github.com/containers/podman.git
synced 2026-03-27 11:03:09 -04:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
[Pod]
|
|
## assert-podman-pre-args "--add-host" "my-host-name:192.168.10.10"
|
|
AddHost=my-host-name:192.168.10.10
|
|
## assert-podman-pre-args "--add-host" "my-second-host-name:192.168.10.11"
|
|
AddHost=my-second-host-name:192.168.10.11
|