From 13e7970afb3eeac69f82df833f030711e5cf12ec Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Mar 2026 22:39:06 +0200 Subject: internal: embed BPF object into ior binary --- integrationtests/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'integrationtests/README.md') diff --git a/integrationtests/README.md b/integrationtests/README.md index 99a3fc0..be65499 100644 --- a/integrationtests/README.md +++ b/integrationtests/README.md @@ -6,9 +6,12 @@ harness asserts the captured `.ior.zst` output matches expectations. ## Prerequisites -- Built `ior` binary and `ior.bpf.o` (`mage all`) +- Built `ior` binary (`mage all`) - Root privileges or `CAP_BPF` (required for BPF tracepoint attachment) +The binary embeds its default BPF object. Set `IOR_BPF_OBJECT=/path/to/ior.bpf.o` +only when you explicitly want to override the embedded object during testing. + ## Running ```bash -- cgit v1.2.3