test-runner: don't reset dbus object on reset()

Doing this is redundant since the dbus object is initialized
anyways when a new test starts.
This commit is contained in:
James Prestwood 2021-07-29 15:21:51 -07:00 committed by Denis Kenzior
parent b5c3fc1222
commit 52189d99f6
1 changed files with 0 additions and 3 deletions

View File

@ -593,9 +593,6 @@ class Namespace:
self.radios = []
if self.name == "root":
self._bus = dbus.bus.BusConnection(address_or_type=self.dbus_address)
for p in list(self.processes):
print("Killing process %s" % p.name)
p.kill()