// Copyright 2018 Mikhail Klementev. All rights reserved. // Use of this source code is governed by a AGPLv3 license // (or later) that can be found in the LICENSE file. package qemu const testConfigVmlinuz = "../tools/qemu-debian-img/ubuntu2004.vmlinuz" const testConfigInitrd = "../tools/qemu-debian-img/ubuntu2004.initrd" const testConfigRootfs = "../tools/qemu-debian-img/ubuntu2004.img" const testConfigSampleKo = "../tools/qemu-debian-img/ubuntu2004.ko"