Fix the gating tests of libbpf tools

Set TERM envar for *top tools and remove btrfs* tests.

Related: RHEL-49640

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
This commit is contained in:
Jerome Marchand 2024-11-06 12:24:48 +01:00
parent 7a118f6d1c
commit 1ff88e82e5
3 changed files with 7 additions and 12 deletions

View File

@ -25,7 +25,7 @@
Name: bcc
Version: 0.30.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: BPF Compiler Collection (BCC)
License: ASL 2.0
URL: https://github.com/iovisor/bcc
@ -265,6 +265,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/
%endif
%changelog
* Wed Nov 06 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-9
- Fix gating tests of libbpf gating.
* Tue Nov 05 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-8
- Explicitely disable blazesym support (RHEL-49640)

View File

@ -39,7 +39,7 @@
/filetop:
summary: basic tracing
test: "bpf-filetop 1 1"
test: "TERM=xterm bpf-filetop 1 1"
/fsdist:
summary: basic tracing
@ -89,7 +89,7 @@
/slabratetop:
summary: basic tracing
test: "bpf-slabratetop 1 1"
test: "TERM=xterm bpf-slabratetop 1 1"
/softirqs:
summary: basic tracing
@ -105,7 +105,7 @@
/tcptop:
summary: basic tracing
test: "bpf-tcptop 1 1"
test: "TERM=xterm bpf-tcptop 1 1"
/tcpsynbl:
summary: basic tracing

View File

@ -22,14 +22,6 @@
summary: get version
test: "bpf-bitesize -V"
/btrfsdist:
summary: get version
test: "bpf-btrfsdist -V"
/btrfsslower:
summary: get version
test: "bpf-btrfsslower -V"
/cachestat:
summary: get version
test: "bpf-cachestat -V"