diff options
Diffstat (limited to 'integrationtests/helpers_test.go')
| -rw-r--r-- | integrationtests/helpers_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integrationtests/helpers_test.go b/integrationtests/helpers_test.go index feb7a55..6ef7ba7 100644 --- a/integrationtests/helpers_test.go +++ b/integrationtests/helpers_test.go @@ -9,7 +9,6 @@ import ( const ( iorBinaryDefault = "../ior" workloadBinaryDefault = "../ioworkload" - bpfObjectDefault = "../ior.bpf.o" defaultDuration = 10 parallelEnvVar = "IOR_INTEGRATION_PARALLEL" ) @@ -23,7 +22,6 @@ func newTestHarness(t *testing.T) TestHarness { return TestHarness{ IorBinary: absPath(t, iorBinaryDefault), WorkloadBinary: absPath(t, workloadBinaryDefault), - BpfObject: absPath(t, bpfObjectDefault), OutputDir: t.TempDir(), } } |
