test with both centos7 and centos8 images

Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
bcambl 2020-08-08 11:15:49 -06:00 committed by Adam Warner
parent 5aab68ab41
commit 2c461460db
No known key found for this signature in database
GPG key ID: 872950F3ECF2B173
6 changed files with 24 additions and 6 deletions

View file

@ -9,6 +9,7 @@ run_local = testinfra.get_backend(
@pytest.mark.parametrize("image,tag", [
('test/debian.Dockerfile', 'pytest_pihole:debian'),
('test/centos7.Dockerfile', 'pytest_pihole:centos7'),
('test/centos.Dockerfile', 'pytest_pihole:centos'),
('test/fedora.Dockerfile', 'pytest_pihole:fedora'),
])