From 2a82e1fec106b7c3b19e26efd737cd86f341dbda Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 18 Nov 2020 23:29:08 +0000 Subject: [PATCH] Nothing to see here. I just forgot a page. Signed-off-by: Adam Warner --- test/test_000_build_containers.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/test_000_build_containers.py b/test/test_000_build_containers.py index dfaba1ac..3033249f 100644 --- a/test/test_000_build_containers.py +++ b/test/test_000_build_containers.py @@ -8,12 +8,10 @@ run_local = testinfra.get_backend( @pytest.mark.parametrize("image,tag", [ - ('test/debian.Dockerfile', 'pytest_pihole:debian'), ('test/debian_9.Dockerfile', 'pytest_pihole:debian_9'), ('test/debian_10.Dockerfile', 'pytest_pihole:debian_10'), - ('test/centos7.Dockerfile', 'pytest_pihole:centos7'), - ('test/centos.Dockerfile', 'pytest_pihole:centos'), - ('test/fedora.Dockerfile', 'pytest_pihole:fedora'), + ('test/centos_7.Dockerfile', 'pytest_pihole:centos_7'), + ('test/centos_8.Dockerfile', 'pytest_pihole:centos_8'), ('test/fedora_31.Dockerfile', 'pytest_pihole:fedora_31'), ('test/fedora_32.Dockerfile', 'pytest_pihole:fedora_32'), ('test/ubuntu_16.Dockerfile', 'pytest_pihole:ubuntu_16'),