diff options
author | Patrick Mooney <pmooney@pfmooney.com> | 2022-01-05 22:42:23 +0000 |
---|---|---|
committer | Patrick Mooney <pmooney@oxide.computer> | 2022-01-11 20:49:23 +0000 |
commit | 7daa540591d7332190b10fc3a818bfd5e7d536fe (patch) | |
tree | 3e8b42622adf298849af37c12a092f21591864f0 /usr/src/pkg | |
parent | 7ca35597a3c3894e7222816a3f7ed2be2a0686e8 (diff) | |
download | illumos-joyent-7daa540591d7332190b10fc3a818bfd5e7d536fe.tar.gz |
14367 bhyve gpt mishandles small mappings
Reviewed by: Dan Cross <cross@oxidecomputer.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-bhyve-tests.p5m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-bhyve-tests.p5m b/usr/src/pkg/manifests/system-bhyve-tests.p5m index d582b61df1..64dc7a7d98 100644 --- a/usr/src/pkg/manifests/system-bhyve-tests.p5m +++ b/usr/src/pkg/manifests/system-bhyve-tests.p5m @@ -15,6 +15,7 @@ # # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2022 Oxide Computer Company # set name=pkg.fmri value=pkg:/system/bhyve/tests@$(PKGVERS) @@ -23,6 +24,13 @@ 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 +file path=opt/bhyve-tests/tests/memmap mode=0555 dir path=opt/bhyvetest dir path=opt/bhyvetest/bin file path=opt/bhyvetest/bin/bhyvetest mode=0555 @@ -33,3 +41,5 @@ file path=opt/bhyvetest/tst/mevent/read.disable.exe mode=0555 file path=opt/bhyvetest/tst/mevent/read.pause.exe mode=0555 file path=opt/bhyvetest/tst/mevent/read.requeue.exe mode=0555 license lic_CDDL license=lic_CDDL +depend type=require fmri=system/bhyve +depend type=require fmri=system/test/testrunner |