Remove rteval -s as a gating test

Resolves: RHEL-131402
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-11-26 17:06:44 -05:00
parent f55a27617b
commit 38c0e61dba
2 changed files with 5 additions and 7 deletions

View File

@ -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 <jkacur@redhat.com> - 3.10-2
- Remove rteval -s as a gating test
Resolves: RHEL-131402
* Fri Nov 14 2025 John Kacur <jkacur@redhat.com> - 3.10-1
- Update to rteval-3.10
- set rtla timerlat dma latency to 0 to be more consistent with cyclictest

View File

@ -17,10 +17,4 @@ if [[ $? != 0 ]]; then
exit 2
fi
sudo rteval -s
if [[ $? != 0 ]]; then
exit 3
fi
exit 0