summaryrefslogtreecommitdiff
path: root/integrationtests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/README.md')
-rw-r--r--integrationtests/README.md5
1 files changed, 4 insertions, 1 deletions
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