--cap-add=ALL test

Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
This commit is contained in:
pvogt09 2020-12-27 20:57:10 +01:00
parent cf24044bb6
commit c465461ed4

View file

@ -66,7 +66,7 @@ def args(request):
'''
-t became required when tput began being used
'''
return '-t -d --cap-add=NET_ADMIN'
return '-t -d --cap-add=ALL'
@pytest.fixture(params=['debian', 'centos', 'fedora'])