diff options
author | Pu Lehui <pulehui@huawei.com> | 2024-09-05 10:13:56 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2024-09-05 22:13:40 +0200 |
commit | 2294073dce32af8535e9d4a32e1efdeea35c1786 (patch) | |
tree | ee4ca3dad20d358ed85ae6515b0c9c18a1326edb /tools/testing/selftests/bpf/README.rst | |
parent | selftests/bpf: Limit URLS parsing logic to actual scope in vmtest (diff) | |
download | linux-2294073dce32af8535e9d4a32e1efdeea35c1786.tar.xz linux-2294073dce32af8535e9d4a32e1efdeea35c1786.zip |
selftests/bpf: Support local rootfs image for vmtest
Support vmtest to use local rootfs image generated by [0] that is
consistent with BPF CI. Now we can specify the local rootfs image
through the `-l` parameter like as follows:
vmtest.sh -l ./libbpf-vmtest-rootfs-2024.08.22-noble-amd64.tar.zst -- ./test_progs
Meanwhile, some descriptions have been flushed.
Link: https://github.com/libbpf/ci/blob/main/rootfs/mkrootfs_debian.sh [0]
Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Pu Lehui <pulehui@huawei.com>
Link: https://lore.kernel.org/r/20240905081401.1894789-6-pulehui@huaweicloud.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/README.rst')
-rw-r--r-- | tools/testing/selftests/bpf/README.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/bpf/README.rst b/tools/testing/selftests/bpf/README.rst index 9b974e425af3..4a1e74b17109 100644 --- a/tools/testing/selftests/bpf/README.rst +++ b/tools/testing/selftests/bpf/README.rst @@ -85,8 +85,6 @@ In case of linker errors when running selftests, try using static linking: If you want to change pahole and llvm, you can change `PATH` environment variable in the beginning of script. -.. note:: The script currently only supports x86_64 and s390x architectures. - Additional information about selftest failures are documented here. |