sergey-grovety commented on a change in pull request #8990: URL: https://github.com/apache/tvm/pull/8990#discussion_r717705052
########## 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: It seems moving to tests/scripts/task_python_microtvm.sh make no sense. The only supported platform there is qemu_x86 for now. We don't run our test with it. And mps2_an521 disabled. BTW, all tests in tests/micro/zephyr must be called, isn't it? -- 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