how to run -s command in twister #63595
Unanswered
carriegong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
dumb question maybe i am doing this wrong..
my testcase.yaml looks like this
so if i were to run unit.test scenario it would look something like
./scripts/twister -s path/to/unit.test
i am getting
File "/opt/nordic/ncs/v2.4.0/zephyr/scripts/pylib/twister/twisterlib/testplan.py", line 172, in discover
raise TwisterRuntimeError("No test cases found at the specified location...")
twisterlib.error.TwisterRuntimeError: No test cases found at the specified location...
runs fine with -T command...
Beta Was this translation helpful? Give feedback.
All reactions