From c465461ed4074b42e55525ae5f3c8b74de0adcfc Mon Sep 17 00:00:00 2001 From: pvogt09 <50047961+pvogt09@users.noreply.github.com> Date: Sun, 27 Dec 2020 20:57:10 +0100 Subject: [PATCH] --cap-add=ALL test Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com> --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index febcc876..9bda397b 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -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'])