Is there a way to do this? I haven’t found anything in the test spec or source files for this.
I ask because ts-validation-io-kernel.exe needs user input but still runs with rtems-test (which leads to a timeout).
Is there a way to do this? I haven’t found anything in the test spec or source files for this.
I ask because ts-validation-io-kernel.exe needs user input but still runs with rtems-test (which leads to a timeout).
Tests are marked user-input via expected test states. An example is fileio in the samples testsuite. The default values for the expected test states exist in spec/build/bsps/tst.yml
Ah thank you, looking more into it the test does not actually requires user-input. For some reason my BSP_poll_char implementation was blocking until something was received. I will fix that instead.