xref: /illumos-gate/usr/src/pkg/manifests/system-bhyve-tests.p5m (revision 5aaf65b1581c191cf1ecb7151a3ad599f33f45f9)
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 2018 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
33file path=opt/bhyve-tests/tests/memmap mode=0555
34dir  path=opt/bhyve-tests/tests/mevent
35file path=opt/bhyve-tests/tests/mevent/lists_delete mode=0555
36file path=opt/bhyve-tests/tests/mevent/read_disable mode=0555
37file path=opt/bhyve-tests/tests/mevent/read_pause mode=0555
38file path=opt/bhyve-tests/tests/mevent/read_requeue mode=0555
39license lic_CDDL license=lic_CDDL
40depend type=require fmri=system/bhyve
41depend type=require fmri=system/test/testrunner
42