mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
tests: remote: Show dev/apdev for hwsim
In case the hwsim wrapper is used in remote tests, show also which device will be used as apdev - hostapd dev - wpa_supplicant Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
This commit is contained in:
parent
0de85869a8
commit
876785aeba
@ -278,9 +278,15 @@ def main():
|
||||
|
||||
# now run test cases
|
||||
for dut in duts:
|
||||
logger.warning("DUT: " + str(dut))
|
||||
if len(requested_hwsim_tests) > 0:
|
||||
logger.warning("DUT (apdev): " + str(dut))
|
||||
else:
|
||||
logger.warning("DUT: " + str(dut))
|
||||
for ref in refs:
|
||||
logger.warning("REF: " + str(ref))
|
||||
if len(requested_hwsim_tests) > 0:
|
||||
logger.warning("REF (dev): " + str(ref))
|
||||
else:
|
||||
logger.warning("REF: " + str(ref))
|
||||
for monitor in monitors:
|
||||
logger.warning("MON: " + str(monitor))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user