// 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/ubuntu1804.vmlinuz" const testConfigInitrd = "../tools/qemu-debian-img/ubuntu1804.initrd" const testConfigRootfs = "../tools/qemu-debian-img/ubuntu1804.img" const testConfigSampleKo = "../tools/qemu-debian-img/ubuntu1804.ko"