mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 02:01:25 +00:00
Extend timeout for podman container test.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
a7504441de
commit
49987a5e41
@ -20,7 +20,7 @@ sub run {
|
|||||||
# create a Dockerfile
|
# create a Dockerfile
|
||||||
assert_script_run 'printf \'FROM registry.fedoraproject.org/fedora:latest\nRUN /usr/bin/dnf install -y httpd\nEXPOSE 80\nCMD ["-D", "FOREGROUND"]\nENTRYPOINT ["/usr/sbin/httpd"]\n\' > Dockerfile';
|
assert_script_run 'printf \'FROM registry.fedoraproject.org/fedora:latest\nRUN /usr/bin/dnf install -y httpd\nEXPOSE 80\nCMD ["-D", "FOREGROUND"]\nENTRYPOINT ["/usr/sbin/httpd"]\n\' > Dockerfile';
|
||||||
# Build an image
|
# Build an image
|
||||||
assert_script_run 'podman build -t fedora-httpd $(pwd)', 120;
|
assert_script_run 'podman build -t fedora-httpd $(pwd)', 180;
|
||||||
# Verify the image
|
# Verify the image
|
||||||
validate_script_output "podman images", sub { m/fedora-httpd/ };
|
validate_script_output "podman images", sub { m/fedora-httpd/ };
|
||||||
# Run the container
|
# Run the container
|
||||||
|
Loading…
Reference in New Issue
Block a user