twister: print dut name when testing on hardware
When using the hardware map and testing on device, print out the name of the dut (from the hardware map) on the script and report it in the json output as well. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b48c3cd3e3
commit
b28b6a0687
4 changed files with 7 additions and 0 deletions
|
@ -273,6 +273,8 @@ class Reporting:
|
|||
|
||||
suite['retries'] = instance.retries
|
||||
|
||||
if instance.dut:
|
||||
suite["dut"] = instance.dut
|
||||
if available_ram:
|
||||
suite["available_ram"] = available_ram
|
||||
if available_rom:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue