You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this test case use : ./zephyr/scripts/twister --device-testing --device-serial /dev/ttyACM0 -W -p frdm_k64f -T zephyr/tests/drivers/uart/uart_basic_api/ --west-flash --west-runner=pyocd -v --verbose
And the log show :
INFO - Building initial testsuite list...
DEBUG - frdm_k64f tests/drivers/uart/uart_basic_api/drivers.uart.basic_api SKIPPED: Not runnable on device
DEBUG - frdm_k64f tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.poll SKIPPED: Not runnable on device
DEBUG - frdm_k64f tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.shell SKIPPED: Not runnable on device
DEBUG - frdm_k64f tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.cdc_acm SKIPPED: Not runnable on device
I want this test case to run. And how could I setup this "keyboard" harness? Thanks lot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I want to figure out how to setup harness "keyboard" and make test cases about it to work.
Project
zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
source code:
Steps
I run this test case use :
./zephyr/scripts/twister --device-testing --device-serial /dev/ttyACM0 -W -p frdm_k64f -T zephyr/tests/drivers/uart/uart_basic_api/ --west-flash --west-runner=pyocd -v --verbose
And the log show :
I want this test case to run. And how could I setup this "keyboard" harness? Thanks lot.
Beta Was this translation helpful? Give feedback.
All reactions