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