Advanced Testing using UserModeLinux
UserModeLinux (UML) is the dinosaur of Linux virtualization, it was one of first methods to run multiple Linux systems on the same host.Over the last years KVM mostly superseded UML, but UML can be st …
Talk Title | Advanced Testing using UserModeLinux |
Speakers | Richard Weinberger (Co-Founder, sigma star gmbh) |
Conference | Open Source Summit + ELC Europe |
Conf Tag | |
Location | Lyon, France |
Date | Oct 27-Nov 1, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
UserModeLinux (UML) is the dinosaur of Linux virtualization, it was one of first methods to run multiple Linux systems on the same host.Over the last years KVM mostly superseded UML, but UML can be still useful for building complex tests for both kernel and userspace application since the kernel runs as regular process on the host side.In this talk Richard will present in detail on how UML can be (ab)used to build tests which are not possible with hypervisor-based virtualization. This includes an overview of how UML works internally and test examples.