mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01: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:
parent
b5c3fc1222
commit
52189d99f6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user