Problem statement
Once a kernel is built, a developer/janitor may want to boot the kernel for various reasons, such as performing simple boot test or running tests and workloads from user space or simply playing around in a shell. However, an easy to use and a descriptive tool to perform those tasks doesn't exist to our knowledge.
We talked to kernel developers and were told to have a look at the following resources:
- tools/testing/ktest/ktest.pl
- http://ltsi.linuxfoundation.org/ltsi-test-project
- http://fuegotest.org/wiki/FrontPage
- https://elinux.org/Testing
- https://en.wikipedia.org/wiki/User-mode_Linux
- https://media.ccc.de/v/1416-rapido-quick-kernel-testing-from-source
- https://media.ccc.de/v/1416-rapido-quick-kernel-testing-from-source
- https://gitlab.com/mcgrof/kvm-boot
The approach
We plan to address this issue in the upcoming Hackweek. Our idea is to leverage LinuxKit as a driver to boot a given kernel image in different environments (qemu, Hyper-V, VMware and public clouds). As linuxkit is container-based, it is trivial to boot the kernel with various rootfs-images of all kinds of distributions. Note that it's easy to create custom rootfs images.
The tool we seek to implement should wrap everything up into something useful for developers and CI systems to use from the command line as well as from configuration files. The benefits of using a container-based infrastructure include:
Reproducibility: We bundle kernel images with the desired rootfs together and store them for a given amount of time. Re-running and re-creating those becomes trivial and easy.
Declarative approach: All steps to create the desired image are baked into configuration files. The benefits are again reproducibility and documentation.
Flexibility: In theory, we can bundle any kernel image with any rootfs and add as many files, binaries and directories on top as we please. Supporting different kinds of environments, including public clouds, makes the tool attractive for a broader audience.
Looking for hackers with the skills:
This project is part of:
Hack Week 16
Activity
Comments
-
about 6 years ago by metan | Reply
FYI there is also the 0day framework from intel that more or less does this. But it works only on Debian, etc. See:
https://01.org/lkp/documentation https://github.com/intel/lkp-tests
Similar Projects
Avahi Integration and Network Connection by vojha
Avahi Integration and Network Connection
...
Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil
Join the Gitter channel! [https://gitter.im/uy...
Generic text file preprocessor using custom syntax for define include ifdef by mdati
Project Description
Scope of this project...
Extract generic testing framework from Linux Test Project code base by acervesato
Project Description
The Linux Test Projec...
Authenticated hashes for BTRFS by dsterba
Project Description
Implement a checksum ...
Model checking the BPF verifier by shunghsiyu
Project Description
BPF verifier plays a ...
Authenticated hashes for BTRFS by dsterba
Project Description
Implement a checksum ...
early stage kdump support by mbrugger
[comment]: # (Please use the project descriptio...
Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil
Join the Gitter channel! [https://gitter.im/uy...
Extract generic testing framework from Linux Test Project code base by acervesato
Project Description
The Linux Test Projec...
Installation server setup utility - continued by csalmond
Project Description
Create a utility that...
Cluster-Tester for SAP HANA System Replication Cluster by fmherschel
[comment]: # (Please use the project descriptio...
Hangar: tool for mirror container images & generate rancher image lists. by StarryWang
Project Description
Hangar is a tool for ...
Predefined app security policy template for NeuVector by feih
Project Description
Idea is to predefin...
Forklift - Text based GUI utility for dealing with containers by andreabenini
[comment]: # (Please use the project descriptio...
Package MONAI Machine Learning Models for Medical Applications by jordimassaguerpla
Project Description
MONAI Deploy aims to ...
Exploring DPDK within containers by paolodepa
Project Description
Containerization is h...