From 39ba69cf65899c3cc794fd9fa30e6d31a555867c Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Wed, 15 May 2024 13:33:31 +0100 Subject: [PATCH] test: test trace module operation Switch to NFS nfsv4 instead of xfs module as it seems it's builtin on the actuated Ubuntu arm Signed-off-by: Djalal Harouni --- pkg/sensors/tracing/kprobe_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sensors/tracing/kprobe_test.go b/pkg/sensors/tracing/kprobe_test.go index 38c503d0e7d..3a05b126ab3 100644 --- a/pkg/sensors/tracing/kprobe_test.go +++ b/pkg/sensors/tracing/kprobe_test.go @@ -6026,7 +6026,7 @@ spec: observertesthelper.LoopEvents(ctx, t, &doneWG, &readyWG, obs) readyWG.Wait() - module := "xfs" + module := "nfsv4" var stdout, stderr bytes.Buffer testCmd := exec.CommandContext(ctx, "/usr/sbin/modprobe", module) testCmd.Stdout = &stdout