diff --git a/rteval.spec b/rteval.spec index f0c3744..2208296 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -83,6 +83,10 @@ install -m 0644 rteval.conf %{buildroot}%{_sysconfdir}/rteval.conf %{_bindir}/rteval %changelog +* Wed Nov 26 2025 John Kacur - 3.10-2 +- Remove rteval -s as a gating test +Resolves: RHEL-131402 + * Fri Nov 14 2025 John Kacur - 3.10-1 - Update to rteval-3.10 - set rtla timerlat dma latency to 0 to be more consistent with cyclictest diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index f9672cf..9a2c9df 100644 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -17,10 +17,4 @@ if [[ $? != 0 ]]; then exit 2 fi -sudo rteval -s - -if [[ $? != 0 ]]; then - exit 3 -fi - exit 0