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 <anas.nashif@intel.com>
This commit is contained in:
parent
7a83d4fe02
commit
0313c5ce6f
1 changed files with 1 additions and 1 deletions
|
@ -1105,7 +1105,7 @@ def main():
|
||||||
# If the platform does not exist in the hardware map, just skip it.
|
# If the platform does not exist in the hardware map, just skip it.
|
||||||
connected_list = []
|
connected_list = []
|
||||||
if not options.platform:
|
if not options.platform:
|
||||||
for connected in hwm.connected_hardware:
|
for connected in hwm.duts:
|
||||||
if connected['connected']:
|
if connected['connected']:
|
||||||
connected_list.append(connected['platform'])
|
connected_list.append(connected['platform'])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue