summaryrefslogtreecommitdiff
path: root/tests/topotests/conftest.py
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2025-01-08 11:11:43 -0500
committerChristian Hopps <chopps@labn.net>2025-01-13 23:40:52 -0500
commit7f8088509952931f16f024d92763f98a736ab6c9 (patch)
treeb7116d3e074231376922a49c301d175320856719 /tests/topotests/conftest.py
parent255026c2cef831e38539a0f044c39d45cc0d41bd (diff)
tests: add datastore notification test
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/conftest.py')
-rwxr-xr-xtests/topotests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/conftest.py b/tests/topotests/conftest.py
index dafd19c283..117ff74e43 100755
--- a/tests/topotests/conftest.py
+++ b/tests/topotests/conftest.py
@@ -31,7 +31,7 @@ from lib import topolog, topotest
try:
# Used by munet native tests
- from munet.testing.fixtures import unet # pylint: disable=all # noqa
+ from munet.testing.fixtures import stepf, unet # pylint: disable=all # noqa
@pytest.fixture(scope="module")
def rundir_module(pytestconfig):