3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

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

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()