From 0313c5ce6feebf68f253e8a0502ea7490cf12f2e Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 9 May 2022 12:43:32 -0400 Subject: [PATCH] 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 --- scripts/twister | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/twister b/scripts/twister index 3ba2ea96460..647c8cc05f1 100755 --- a/scripts/twister +++ b/scripts/twister @@ -1105,7 +1105,7 @@ def main(): # If the platform does not exist in the hardware map, just skip it. connected_list = [] if not options.platform: - for connected in hwm.connected_hardware: + for connected in hwm.duts: if connected['connected']: connected_list.append(connected['platform'])