Skip to content

Commit

Permalink
test: test trace module operation
Browse files Browse the repository at this point in the history
Switch to NFS nfsv4 instead of xfs module as it seems it's builtin on
the actuated Ubuntu arm

Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
  • Loading branch information
tixxdz committed May 15, 2024
1 parent f0087bc commit 8e62a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sensors/tracing/kprobe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e62a63

Please sign in to comment.