Fix the gating tests of libbpf tools

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

Related: RHEL-65850

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
This commit is contained in:
Jerome Marchand 2024-11-06 12:24:48 +01:00
parent b9aebde8c7
commit 61bd48f11f
2 changed files with 2 additions and 10 deletions

View File

@ -40,7 +40,7 @@
/filetop:
summary: basic tracing
test: "bpf-filetop 1 1"
test: "TERM=xterm bpf-filetop 1 1"
/fsdist:
summary: basic tracing
@ -90,7 +90,7 @@
/slabratetop:
summary: basic tracing
test: "bpf-slabratetop 1 1"
test: "TERM=xterm bpf-slabratetop 1 1"
/softirqs:
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"