summaryrefslogtreecommitdiff
path: root/integrationtests/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-12 22:39:06 +0200
committerPaul Buetow <paul@buetow.org>2026-03-12 22:39:06 +0200
commit13e7970afb3eeac69f82df833f030711e5cf12ec (patch)
tree098c4fb8c5a8c8f27547f03f40c9fee0be63fe35 /integrationtests/README.md
parent1b21e818a69bf73fde3ca60f89d2dc82a79fd605 (diff)
internal: embed BPF object into ior binary
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