summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_config/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/mgmt_config/test_config.py')
-rw-r--r--tests/topotests/mgmt_config/test_config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/topotests/mgmt_config/test_config.py b/tests/topotests/mgmt_config/test_config.py
index b07ed8f..1d73222 100644
--- a/tests/topotests/mgmt_config/test_config.py
+++ b/tests/topotests/mgmt_config/test_config.py
@@ -61,8 +61,7 @@ import pytest
from lib.common_config import retry, step
from lib.topogen import Topogen, TopoRouter
-# pytestmark = [pytest.mark.staticd, pytest.mark.mgmtd]
-pytestmark = [pytest.mark.staticd]
+pytestmark = [pytest.mark.staticd, pytest.mark.mgmtd]
@retry(retry_timeout=1, initial_wait=0.1)