areusch commented on a change in pull request #8990: URL: https://github.com/apache/tvm/pull/8990#discussion_r719513626
########## File path: apps/microtvm/reference-vm/zephyr/base-box/base_box_test.sh ########## @@ -37,3 +37,5 @@ if [ $board == "stm32f746g_disco" ] || [ $board == "nucleo_f746zg" ]; then else pytest tests/micro/zephyr/test_zephyr_aot.py --zephyr-board=${board} fi + +pytest tests/micro/zephyr/test_zephyr_armv7m.py --zephyr-board=${board} Review comment: we discussed offline and have decided to proceed with local testing in this PR. in a follow-on, we will add support for Corstone 300 tests. -- 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. To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org