-remove duplicate OS dockerfiles

+rename centos->centos_8, centos7 -> centos_7
+update centos/fedora test script

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2020-11-16 22:39:50 +00:00
parent bd982c6f94
commit f7982dfbe1
No known key found for this signature in database
GPG key ID: 872950F3ECF2B173
7 changed files with 20 additions and 56 deletions

View file

@ -70,12 +70,10 @@ def args(request):
@pytest.fixture(params=[
'debian',
'debian_9',
'debian_10',
'centos7',
'centos',
'fedora',
'centos_7',
'centos_8',
'fedora_31',
'fedora_32',
'ubuntu_16',