1
0
Forkuj 0
out-of-tree/qemu/test.config.go

11 wiersze
462 B
Go

// 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"