1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# Copyright 2022 Oxide Computer Company 13 14[DEFAULT] 15pre = 16verbose = False 17quiet = False 18timeout = 60 19post = 20outputdir = /var/tmp/test_results 21 22[/opt/bhyve-tests/tests/vmm] 23user = root 24tests = [ 25 'auto_destruct', 26 'cpuid_ioctl', 27 'default_capabs', 28 'drv_hold', 29 'fpu_getset', 30 'interface_version', 31 'legacy_destruct', 32 'mem_devmem', 33 'mem_partial', 34 'mem_seg_map', 35 'self_destruct' 36 ] 37 38[/opt/bhyve-tests/tests/kdev] 39user = root 40tests = [ 41 'vatpit_freq', 42 'vhpet_freq', 43 'vlapic_freq', 44 'vlapic_freq_periodic', 45 'vlapic_mmio_access', 46 'vlapic_msr_access', 47 'vpmtmr_freq' 48 ] 49 50[/opt/bhyve-tests/tests/inst_emul] 51user = root 52tests = [ 53 'cpuid', 54 'rdmsr', 55 'wrmsr', 56 'triple_fault', 57 'exit_paging' 58 ] 59 60[/opt/bhyve-tests/tests/viona] 61user = root 62tests = [ 63 'interface_version' 64 ] 65 66# Tests of userspace mevent system, built from cmd/bhyve 67[/opt/bhyve-tests/tests/mevent] 68tests = ['lists_delete', 'read_disable', 'read_pause', 'read_requeue', 69 'vnode_file'] 70 71[/opt/bhyve-tests/tests/mevent/vnode_zvol] 72user = root 73 74