Skip to content

Commit 0313c5c

Browse files
committed
twister: hwm: rename forgotten connected_hardware -> duts
This was forgotten from an early overhaul, fix this as connected_hardware attribute does not exist anymore. Signed-off-by: Anas Nashif <[email protected]>
1 parent 7a83d4f commit 0313c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/twister

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ def main():
11051105
# If the platform does not exist in the hardware map, just skip it.
11061106
connected_list = []
11071107
if not options.platform:
1108-
for connected in hwm.connected_hardware:
1108+
for connected in hwm.duts:
11091109
if connected['connected']:
11101110
connected_list.append(connected['platform'])
11111111

0 commit comments

Comments
 (0)