Commit Graph

27 Commits

Author SHA1 Message Date
Eder Zulian
bb0922120b Strip o+rx permissions from the cyclictest executable 2024-04-27 04:31:00 +00:00
John Kacur
c51c054c1a Fix specfile to apply all patches
Resolves: RHEL-23909
Signed-off-by: John Kacur <jkacur@redhat.com>
2024-02-05 15:17:06 -05:00
John Kacur
62d150d0fa oslat: correct spelling of Mhz to MHz
oslat: Fix conversion to nanoseconds for 1us bucket
Resolves: RHEL-23909
Signed-off-by: John Kacur <jkacur@redhat.com>
2024-02-05 12:22:30 -05:00
Crystal Wood
16571e3daa cyclics histogram bugfixes
Fix issues with using --json without --histogram (both cyclictest and
cyclicdeadline), and using --histogram without --quiet in cyclicdeadline.

Resolves: RHEL-9910

Signed-off-by: Crystal Wood <crwood@redhat.com>
2024-01-26 13:38:29 -06:00
Crystal Wood
c89852f80c cyclicdeadline histogram support
Make the cyclictest histogram work as a library, and make it work with
cyclicdeadline

Resolves: RHEL-9910

Signed-off-by: Crystal Wood <crwood@redhat.com>
2024-01-11 18:13:18 -06:00
John Kacur
4ba335d293 Update to latest rt-tests upstream v2.6
Resolves: RHEL-7860
Signed-off-by: John Kacur <jkacur@redhat.com>
2023-10-27 16:18:21 -04:00
John Kacur
5d84c9bb74 Remove aarch64 from ExcludeArch to allow internal arm builds
Resolves: rhbz#2222437
Signed-off-by: John Kacur <jkacur@redhat.com>
2023-07-12 15:22:55 -04:00
John Kacur
c6d2ee3a89 Update to latest rt-tests upstream v2.5
- update to lateset rt-tests upstream - v2.5
- Remove unnecessary patches

Resolves: rhbz#2162779
Signed-off-by: John Kacur <jkacur@redhat.com>
2023-01-24 16:26:42 -05:00
Crystal Wood
38b1c10fab oslat: Add command line option for bucket width
Resolves: rhbz#2041637
Signed-off-by: Crystal Wood <swood@redhat.com>
2022-12-14 11:30:35 -06:00
Leah Leshchinsky
edf57d7dee
hwlatdetect: Convert to fstrings
- hwlatdetect: Convert to fstrings
- hwlatdetect: Update to integer division
- hwlatdetect: Fix incorrect comment about test duration

Resolves: rhbz#2121150

Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com>
2022-11-14 10:55:51 -05:00
John Kacur
5463623d28 Fix a few compiler warnings in hackbench
- Add error checking in hackbench to connect and getsockname
- Fix compile warnings in hackbench because of comparison of different signs
- Fix compile warnings in hackbench because of warnings about fall through

Resolves: rhbz#bz2115067

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-11-02 15:40:50 -04:00
John Kacur
d0cd60ed8c Remove arbitrary limits on number of threads
Remove the arbitrary limit on the number of threads for the following
programs

pmqtest, ptsematest, sigwaittest, svsematest

Resolves: rhbz#2129891
Signed-off-by: John Kacur <jkacur@redhat.com>
2022-10-07 14:51:17 -04:00
John Kacur
ac5c4e6a3d Add an rpminspect.yaml file
Resolves: rhbz#2106464
Signed-off-by: John Kacur <jkacur@redhat.com>
2022-07-12 15:08:13 -04:00
John Kacur
5d522a6c15
Update to the latest version of rt-tests upstream - v2.4
Update to the latest version of rt-tests upstream - v2.4

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-07-08 12:11:33 -04:00
John Kacur
f9262dd997 realtime-tests: Do not build unsupported i686
Do not build unsupported i686

Resolves: rhbz#2050375

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-02-04 16:43:05 -05:00
John Kacur
c9b4cf7736 rt-tests: cyclictest: Ignore inherited affinity when applying new affinity
cyclictest: Ignore inherited affinity when applying new affinity

- Fix parsing of affinity
- Ignore the runtime cpumask if a new cpumask is requested

Resolves: rhbz#2050244

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-02-03 11:09:26 -05:00
Leah Leshchinsky
52d9dd381b Update to latest upstream 2.3
- Update to latest upstream 2.3
- Correct the comment of numa_initialize()
- oslat.8: Remove the argument of --bias

Resolves: rhbz#2012297
Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com>
2022-01-13 13:07:01 -05:00
John Kacur
0b76b07cde rt-tests: Fix potential double mount of cgroups
This fixes a potential double mount of cgroups in both
deadline_test
and cyclicdeadline_test

Resolves: rhbz#2011415
Signed-off-by: John Kacur <jkacur@redhat.com>
2021-11-18 15:48:52 -05:00
John Kacur
6e0fb96303 rt-tests: deadline_tests: Null check to prevent floating point exception
Resolves:rhbz#2023501
Signed-off-by: John Kacur <jkacur@redhat.com>
2021-11-18 14:40:09 -05:00
Leah Leshchinsky
4e89185f8c rt-tests: Add missing option -F to optstring
Resolves: rhbz#2007021
Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com>
2021-11-02 16:03:18 -04:00
Mohan Boddu
a93c13064d Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:35:22 +00:00
John Kacur
6aa7c32eae sched_deadline: Changes for HRTICK
- Take into account the rename of the sched_features file for HRTICK
- Use HRTICK_DL if available

Resolves: rhbz#1973083
Signed-off-by: John Kacur <jkacur@redhat.com>
2021-07-23 15:29:37 -04:00
John Kacur
f9afb08aae Update to latest upstream 2021-06-30 13:35:16 +00:00
Mike Stowell
f0fe39b7ad initial gating.yaml for c9s OSCI gating - Resolves: rhbz#1966707
Resolves: rhbz#1966707
Signed-off-by: Mike Stowell <mstowell@redhat.com>
2021-06-02 09:12:22 -04:00
Mohan Boddu
03510e58b6 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 05:08:12 +00:00
DistroBaker
6c63e96637 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/realtime-tests.git#df761eddf517e50ed859d90947c84a57a9b7540b
2021-02-22 12:27:47 +01:00
Release Configuration Management
bf6146131e New branch setup 2021-02-22 11:16:31 +00:00