Remove rteval -s as a gating test
Resolves: RHEL-131402 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
f55a27617b
commit
38c0e61dba
@ -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
|
||||
|
||||
@ -17,10 +17,4 @@ if [[ $? != 0 ]]; then
|
||||
exit 2
|
||||
fi
|
||||
|
||||
sudo rteval -s
|
||||
|
||||
if [[ $? != 0 ]]; then
|
||||
exit 3
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user