cyclictest: Make the default scheduling policy SCHED_FIFO

The default scheduling policy if unspecified should be SCHED_FIFO.

Before the change for example.
 sudo ./cyclictest
 policy: other: loadavg: 0.05 0.04 0.05 1/331 22367

 T: 0 (22367) P: 0 I:1000 C:   1321 Min:     14 Act:   89 Avg:   77 Max:     942

After the change
 sudo ./cyclictest
 defaulting realtime priority to 2
 policy: fifo: loadavg: 0.03 0.04 0.05 2/331 22387

 T: 0 (22387) P: 2 I:1000 C:    713 Min:     17 Act:   41 Avg:   81 Max:     161

Signed-off-by: John Kacur <jkacur@redhat.com>
1 file changed
tree: 694454530bc730618f400d0e35e019bccd5293a8
  1. doc/
  2. scripts/
  3. src/
  4. .gitignore
  5. COPYING
  6. Makefile
  7. rt-tests.spec-in