test with both centos7 and centos8 images
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
@ -69,7 +69,7 @@ def args(request):
|
||||
return '-t -d'
|
||||
|
||||
|
||||
@pytest.fixture(params=['debian', 'centos', 'fedora'])
|
||||
@pytest.fixture(params=['debian', 'centos7', 'centos', 'fedora'])
|
||||
def tag(request):
|
||||
'''
|
||||
consumed by image to make the test matrix
|
||||
|
Reference in New Issue
Block a user