drgn/tests
Omar Sandoval 4431b4f918 vmtest: enable kernel modules
We currently build with CONFIG_MODULES=n for simplicity. However, this
means that we don't test kernel module support at all. Let's enable
module support. This requires changing how we distribute kernels. Now,
the /lib/modules/$(uname -r) directory (including the vmlinux and
vmlinuz) is bundled up as a tarball. We extract it, then mount it with
VirtFS, and do some extra setup for device nodes. (We lose the ability
to run kernel builds directly, but I've never actually used that
functionality.)

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2020-10-18 01:13:01 -07:00
..
helpers vmtest: enable kernel modules 2020-10-18 01:13:01 -07:00
__init__.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
dwarf.py Add DW_LANG to generated dwarf.py 2020-02-26 19:55:42 -08:00
dwarfwriter.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
elf.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
elfwriter.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
libdrgn.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_docs.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_dwarf.py libdrgn: add support for objects in C++ namespaces 2020-09-02 17:13:16 -07:00
test_language_c.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_lexer.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_object.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_path.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_platform.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_program.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_python.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_serialize.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_type.py libdrgn: fix comparison of types with anonymous members 2020-10-08 17:32:46 -07:00
test_util.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00