diff --git a/python/samba/tests/__init__.py b/python/samba/tests/__init__.py index 9b30d2efa1e..a3f0652750d 100644 --- a/python/samba/tests/__init__.py +++ b/python/samba/tests/__init__.py @@ -385,7 +385,7 @@ class BlackboxTestCase(TestCaseInTempDir): cmd = parts[0] exe = os.path.join(BINDIR, cmd) if os.path.exists(exe): - python_cmds = ["samba-tool", "samba_dnsupdate"] + python_cmds = ["samba-tool", "samba_dnsupdate", "script/traffic_replay"] parts[0] = exe if cmd in python_cmds and os.getenv("PYTHON", None): parts.insert(0, os.environ["PYTHON"])