summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/system-bhyve-tests.p5m
blob: 9c98c3496910351f93449513d635857f17fdc2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#
# CDDL HEADER START
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# CDDL HEADER END
#

#
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2022 Oxide Computer Company
#

set name=pkg.fmri value=pkg:/system/bhyve/tests@$(PKGVERS)
set name=pkg.summary value="BSD hypervisor tests"
set name=pkg.description value="BSD hypervisor tests"
set name=info.classification \
    value=org.opensolaris.category.2008:System/Virtualization
set name=variant.arch value=i386
dir  path=opt/bhyve-tests
dir  path=opt/bhyve-tests/bin
file path=opt/bhyve-tests/bin/bhyvetest mode=0555
dir  path=opt/bhyve-tests/runfiles
file path=opt/bhyve-tests/runfiles/default.run mode=0444
dir  path=opt/bhyve-tests/tests
dir  path=opt/bhyve-tests/tests/inst_emul
file path=opt/bhyve-tests/tests/inst_emul/cpuid mode=0555
file path=opt/bhyve-tests/tests/inst_emul/exit_paging mode=0555
file path=opt/bhyve-tests/tests/inst_emul/imul mode=0555
file path=opt/bhyve-tests/tests/inst_emul/rdmsr mode=0555
file path=opt/bhyve-tests/tests/inst_emul/triple_fault mode=0555
file path=opt/bhyve-tests/tests/inst_emul/wrmsr mode=0555
dir  path=opt/bhyve-tests/tests/kdev
file path=opt/bhyve-tests/tests/kdev/vatpit_freq mode=0555
file path=opt/bhyve-tests/tests/kdev/vhpet_freq mode=0555
file path=opt/bhyve-tests/tests/kdev/vlapic_freq mode=0555
file path=opt/bhyve-tests/tests/kdev/vlapic_freq_periodic mode=0555
file path=opt/bhyve-tests/tests/kdev/vlapic_mmio_access mode=0555
file path=opt/bhyve-tests/tests/kdev/vlapic_msr_access mode=0555
file path=opt/bhyve-tests/tests/kdev/vpmtmr_freq mode=0555
dir  path=opt/bhyve-tests/tests/mevent
file path=opt/bhyve-tests/tests/mevent/lists_delete mode=0555
file path=opt/bhyve-tests/tests/mevent/read_disable mode=0555
file path=opt/bhyve-tests/tests/mevent/read_pause mode=0555
file path=opt/bhyve-tests/tests/mevent/read_requeue mode=0555
file path=opt/bhyve-tests/tests/mevent/vnode_file mode=0555
file path=opt/bhyve-tests/tests/mevent/vnode_zvol mode=0555
dir  path=opt/bhyve-tests/tests/viona
file path=opt/bhyve-tests/tests/viona/interface_version mode=0555
dir  path=opt/bhyve-tests/tests/vmm
file path=opt/bhyve-tests/tests/vmm/auto_destruct mode=0555
file path=opt/bhyve-tests/tests/vmm/check_iommu mode=0555
file path=opt/bhyve-tests/tests/vmm/cpuid_ioctl mode=0555
file path=opt/bhyve-tests/tests/vmm/datarw_constraints mode=0555
file path=opt/bhyve-tests/tests/vmm/default_capabs mode=0555
file path=opt/bhyve-tests/tests/vmm/drv_hold mode=0555
file path=opt/bhyve-tests/tests/vmm/fpu_getset mode=0555
file path=opt/bhyve-tests/tests/vmm/interface_version mode=0555
file path=opt/bhyve-tests/tests/vmm/legacy_destruct mode=0555
file path=opt/bhyve-tests/tests/vmm/mem_devmem mode=0555
file path=opt/bhyve-tests/tests/vmm/mem_partial mode=0555
file path=opt/bhyve-tests/tests/vmm/mem_seg_map mode=0555
file path=opt/bhyve-tests/tests/vmm/pause_resume mode=0555
file path=opt/bhyve-tests/tests/vmm/self_destruct mode=0555
dir  path=usr/kernel/drv group=sys
dir  path=usr/kernel/drv/$(ARCH64) group=sys
file path=usr/kernel/drv/$(ARCH64)/vmm_drv_test
file path=usr/kernel/drv/vmm_drv_test.conf
driver name=vmm_drv_test perms="* 0666 root sys" \
    policy="read_priv_set=sys_devices write_priv_set=sys_devices"
license lic_CDDL license=lic_CDDL
depend type=require fmri=system/bhyve
depend type=require fmri=system/test/testrunner