From bfae451749ac25255798d2e49ad5c43b43bf1246 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 30 May 2020 12:31:27 +0000 Subject: [PATCH] Fix kernel module name for unit tests --- tools/qemu-debian-img/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qemu-debian-img/bootstrap.sh b/tools/qemu-debian-img/bootstrap.sh index 483ebc4..4d191f9 100755 --- a/tools/qemu-debian-img/bootstrap.sh +++ b/tools/qemu-debian-img/bootstrap.sh @@ -6,4 +6,4 @@ docker run --privileged -v $(pwd):/shared -t gen-ubuntu2004-image RUN="docker run -v $(pwd):/shared -t gen-ubuntu2004-image" $RUN sh -c 'chmod 644 /boot/vmlinuz && cp /boot/vmlinuz /shared/ubuntu2004.vmlinuz' $RUN sh -c 'cp /boot/initrd.img /shared/ubuntu2004.initrd' -$RUN sh -c 'cp $(find /lib/modules -name test_static_key_base.ko) /shared/ubuntu2004.ko' +$RUN sh -c 'cp $(find /lib/modules -name test_bpf.ko) /shared/ubuntu2004.ko'