This repository contains a set of tools that are used to test various LINBIT projects concurrently in many VMs efficiently.
For more information please browse through the presentation or read it in raw format
This project consists of 3 parts:
This extracts a docker container to the file system, effectively generating a chroot.
This in the end starts a VM based on a given distribution and kernel. It contains lots of nice magic that layers ZFS snapshots in order to provide spearated per VM clones efficiently.
This basically takes as input two configuration files, one that defines the tests, and one that defines the set of VMs. Then it executes tests concurrently and collects the result and if desired prepares output that can be used in jenkins