mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 23:00:18 +00:00
test with both centos7 and centos8 images
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
parent
5aab68ab41
commit
2c461460db
6 changed files with 24 additions and 6 deletions
|
@ -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'),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue