1# 2# CDDL HEADER START 3# 4# This file and its contents are supplied under the terms of the 5# Common Development and Distribution License ("CDDL"), version 1.0. 6# You may only use this file in accordance with the terms of version 7# 1.0 of the CDDL. 8# 9# A full copy of the text of the CDDL should have accompanied this 10# source. A copy of the CDDL is also available via the Internet at 11# http://www.illumos.org/license/CDDL. 12# 13# CDDL HEADER END 14# 15 16# 17# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. 18# Copyright 2022 Oxide Computer Company 19# 20 21set name=pkg.fmri value=pkg:/system/bhyve/tests@$(PKGVERS) 22set name=pkg.summary value="BSD hypervisor tests" 23set name=pkg.description value="BSD hypervisor tests" 24set name=info.classification \ 25 value=org.opensolaris.category.2008:System/Virtualization 26set name=variant.arch value=i386 27dir path=opt/bhyve-tests 28dir path=opt/bhyve-tests/bin 29file path=opt/bhyve-tests/bin/bhyvetest mode=0555 30dir path=opt/bhyve-tests/runfiles 31file path=opt/bhyve-tests/runfiles/default.run mode=0444 32dir path=opt/bhyve-tests/tests 33dir path=opt/bhyve-tests/tests/mevent 34file path=opt/bhyve-tests/tests/mevent/lists_delete mode=0555 35file path=opt/bhyve-tests/tests/mevent/read_disable mode=0555 36file path=opt/bhyve-tests/tests/mevent/read_pause mode=0555 37file path=opt/bhyve-tests/tests/mevent/read_requeue mode=0555 38file path=opt/bhyve-tests/tests/mevent/vnode_file mode=0555 39file path=opt/bhyve-tests/tests/mevent/vnode_zvol mode=0555 40dir path=opt/bhyve-tests/tests/vmm 41file path=opt/bhyve-tests/tests/vmm/fpu_getset mode=0555 42file path=opt/bhyve-tests/tests/vmm/mem_devmem mode=0555 43file path=opt/bhyve-tests/tests/vmm/mem_partial mode=0555 44file path=opt/bhyve-tests/tests/vmm/mem_seg_map mode=0555 45license lic_CDDL license=lic_CDDL 46depend type=require fmri=system/bhyve 47depend type=require fmri=system/test/testrunner 48