Home
last modified time | relevance | path

Searched refs:bpf_test_dir (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py35 bpf_test_dir = os.path.dirname(os.path.realpath(__file__)) variable
212 args = "prog load %s %s" % (os.path.join(bpf_test_dir, sample), file_name)
238 def bpf_obj(name, sec=".text", path=bpf_test_dir,):
789 ret, out = cmd("ls %s/%s" % (bpf_test_dir, s), fail=False)
791 (bpf_test_dir, s))