mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
fix: tests
Signed-off-by: Benjamin Vouillaume <benjamin.m.vouillaume@gmail.com>
This commit is contained in:
parent
ed22d92477
commit
074b9c6c55
3 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ class TestPodmanBuildModule:
|
|||
({"name": "myimage", "file": "/tmp/Containerfile"}, True),
|
||||
# Valid minimal parameters
|
||||
({"name": "myimage", "set_working_directory": "/tmp/build"}, True),
|
||||
# Valid parameters with tag
|
||||
({"name": "myimage", "file": "/tmp/Containerfile", "tag": "1.0"}, True),
|
||||
# Valid parameters with all image states
|
||||
({"name": "myimage", "file": "/tmp/Containerfile", "state": "quadlet"}, True),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue