From 61bd48f11fbdb3a73a9e7496cefad8467b84611d Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Wed, 6 Nov 2024 12:24:48 +0100 Subject: [PATCH] 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 --- tests/basics.fmf | 4 ++-- tests/versions.fmf | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/basics.fmf b/tests/basics.fmf index ff6c030..6709795 100644 --- a/tests/basics.fmf +++ b/tests/basics.fmf @@ -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 diff --git a/tests/versions.fmf b/tests/versions.fmf index 8956b9a..95dc37f 100644 --- a/tests/versions.fmf +++ b/tests/versions.fmf @@ -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"