-
Hi all, That may seem trivial, sorry in advance. Which gives the following output stating that nothing got executed on platforms:
Here is an extract of the the testcase.yaml which already has qemu_x86 as integration platform:
I then thought running the same command with integration param would help: I'm running this on windows 11. But I got the same output, I cannot get the test configuration to actually be executed on platforms. Am I missing something? Any url, link, couple of words, much appreciated. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
did you ever figure this out? I have the same issue. What's weird is running the app with west runs fine on the qemu_cortex_m3 west build -b qemu_cortex_m3 -t run but not via twister, it skips them just like it does for you. |
Beta Was this translation helpful? Give feedback.
-
For me, it seems to work as exptected.
Do you have QEmu installed? What if you add |
Beta Was this translation helpful? Give feedback.
-
On windows: Other platform: |
Beta Was this translation helpful? Give feedback.
On windows:
Execution with Qemu (i.e running directly with west) works fine, it's running with twister and capturing the output that does not.
Other platform:
All seem to work as espected