I am working on project in zephyr using visual studio code on windows OS. I am working on the unit tests.
I have placed all my unit tests in the project folder lie rtos forr now.
C:\Main_Development _Folder\Project_Name\tests\rtos
and all my library thing folder like zephyr, nrf, nrfxlib all are here
C:\Main_Development _Folder\
so the issue is when i am trying to run the command using twister it does nothing for example i have tested these commands
************
../zephyr/scripts/twister --list-tests -T tests/
************
../zephyr/scripts/twister --list-tests -T tests/rtos/
************
../zephyr/scripts/twister --device-testing --device-serial COM9 -p nrf9160dk_nrf9160_ns -T tests/rtos/ --board-root ./boards
************
../zephyr/scripts/twister --device-testing --device-serial COM9 -device -serial-baud 115200 -p nrf9160dk_nrf9160_ns -T tests/rtos/
I have tried all this commands but it doesn't show or display anything just move on to the next input .
I have attached a snippet of command terminal of visual studio code .
Kindly can anyone tell what is the issue . is the issue regarding the twister runing in window os or is it something else.
my
test_case.yml :
-------------------------
kindly reply