mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-19 11:09:25 +01:00
test: Update paths in list-devices
This commit is contained in:
parent
dd2677402a
commit
0b34371253
@ -21,7 +21,8 @@ for path in objects:
|
||||
node = node.children[subpath]
|
||||
node.interfaces.update(objects[path])
|
||||
|
||||
for path, phy in tree.children.items():
|
||||
root = tree.children['/net'].children['/net/connman'].children['/net/connman/iwd']
|
||||
for path, phy in root.children.items():
|
||||
if 'net.connman.iwd.Adapter' not in phy.interfaces:
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user