kmod-project / kmod

kmod - Linux kernel module handling
GNU Lesser General Public License v2.1
42 stars 34 forks source link

testsuite: Allow to run tests under a vm #50

Open lucasdemarchi opened 2 months ago

lucasdemarchi commented 2 months ago

Instead o mocking the kernel side, allow to run the tests with a real kernel under a vm. This means removing the LD_PRELOAD where needed and integrate the VM setup to be executed under qemu.

evelikov commented 2 weeks ago

Bit of a brain dump, since I am looking through the tests.