summaryrefslogtreecommitdiff
path: root/test/runner/lib/executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner/lib/executor.py')
-rw-r--r--test/runner/lib/executor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/runner/lib/executor.py b/test/runner/lib/executor.py
index eb8c2bd14a..6c530a4f83 100644
--- a/test/runner/lib/executor.py
+++ b/test/runner/lib/executor.py
@@ -681,8 +681,6 @@ def command_integration_role(args, target, start_at_task):
inventory = args.inventory or 'inventory.networking'
hosts = target.name[:target.name.find('_')]
gather_facts = False
- if hosts == 'net':
- hosts = 'all'
else:
inventory = 'inventory'
hosts = 'testhost'