rt-tests icon indicating copy to clipboard operation
rt-tests copied to clipboard

Public tracking Clark Williams' rt-tests suite

Results 8 rt-tests issues
Sort by recently updated
recently updated
newest added

Currently, the help string specifies the long option for priority with `--prio`. However, when processing the command line options in the `process_options` method, it looks for `--priority`. This PR fixes...

Hello! Can I use cyclictest for RT-Thread?

rt-migrate-test and cyclic test now can use SCHED_DEADLINE(with option -y dl). The runtime and period calculation are still rough and could be revised.

Hey, I had need for some RT testing utils recently, and found these somewhat bitrotted but still quite valuable. I got them to compile with a modern kernel and dropped...

I have been running cyclic test to measure latency across different CPU cores. On two devices I have 12 Core and 4 core when isolcpus is applied cyclic test does...

> As a role of thumb, the thread interval should be set to a value twice as long as the expected worst-case latency. If at the end of such a...

I am trying to build rt-test on Fedora 42 with gcc 15. The build fails with the following error message: ``` In file included from src/lib/rt-utils.c:28: src/include/rt-sched.h:45:8: error: redefinition of...