Merge "Fix oslo_debug_helper not running"
diff --git a/tox.ini b/tox.ini
index 0c893f2..85314b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,7 @@
   sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
 
 [testenv:debug]
-commands = oslo_debug_helper {posargs}
+commands = oslo_debug_helper -t patrole_tempest_plugin/tests {posargs}
 
 [flake8]
 # E123, E125 skipped as they are invalid PEP-8.