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:
parent
7a118f6d1c
commit
1ff88e82e5
5
bcc.spec
5
bcc.spec
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: bcc
|
Name: bcc
|
||||||
Version: 0.30.0
|
Version: 0.30.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: BPF Compiler Collection (BCC)
|
Summary: BPF Compiler Collection (BCC)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/iovisor/bcc
|
URL: https://github.com/iovisor/bcc
|
||||||
@ -265,6 +265,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 05 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-8
|
||||||
- Explicitely disable blazesym support (RHEL-49640)
|
- Explicitely disable blazesym support (RHEL-49640)
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
/filetop:
|
/filetop:
|
||||||
summary: basic tracing
|
summary: basic tracing
|
||||||
test: "bpf-filetop 1 1"
|
test: "TERM=xterm bpf-filetop 1 1"
|
||||||
|
|
||||||
/fsdist:
|
/fsdist:
|
||||||
summary: basic tracing
|
summary: basic tracing
|
||||||
@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
/slabratetop:
|
/slabratetop:
|
||||||
summary: basic tracing
|
summary: basic tracing
|
||||||
test: "bpf-slabratetop 1 1"
|
test: "TERM=xterm bpf-slabratetop 1 1"
|
||||||
|
|
||||||
/softirqs:
|
/softirqs:
|
||||||
summary: basic tracing
|
summary: basic tracing
|
||||||
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
/tcptop:
|
/tcptop:
|
||||||
summary: basic tracing
|
summary: basic tracing
|
||||||
test: "bpf-tcptop 1 1"
|
test: "TERM=xterm bpf-tcptop 1 1"
|
||||||
|
|
||||||
/tcpsynbl:
|
/tcpsynbl:
|
||||||
summary: basic tracing
|
summary: basic tracing
|
||||||
|
@ -22,14 +22,6 @@
|
|||||||
summary: get version
|
summary: get version
|
||||||
test: "bpf-bitesize -V"
|
test: "bpf-bitesize -V"
|
||||||
|
|
||||||
/btrfsdist:
|
|
||||||
summary: get version
|
|
||||||
test: "bpf-btrfsdist -V"
|
|
||||||
|
|
||||||
/btrfsslower:
|
|
||||||
summary: get version
|
|
||||||
test: "bpf-btrfsslower -V"
|
|
||||||
|
|
||||||
/cachestat:
|
/cachestat:
|
||||||
summary: get version
|
summary: get version
|
||||||
test: "bpf-cachestat -V"
|
test: "bpf-cachestat -V"
|
||||||
|
Loading…
Reference in New Issue
Block a user