mehrdadh commented on a change in pull request #7804:
URL: https://github.com/apache/tvm/pull/7804#discussion_r609902563



##########
File path: tests/micro/zephyr/test_zephyr.py
##########
@@ -59,7 +66,7 @@ def _make_sess_from_op(model, zephyr_board, west_cmd, 
op_name, sched, arg_bufs):
 
 
 def _make_session(model, target, zephyr_board, west_cmd, mod):
-    test_name = f"{os.path.splitext(os.path.abspath(__file__))[0]}_{model}"
+    test_name = 
f"{os.path.splitext(os.path.abspath(__file__))[0]}_{zephyr_board}"

Review comment:
       @areusch  so we distinguish the test based on the zephyr_board. For ex. 
qemu_x86, qemu_riscv32 and qemu_riscv64 all use the same `model` which is 
`host`, but they have different zephyr_board. zephyr_board will always be 
unique.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to