diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-01-11 22:54:51 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2022-01-11 22:54:51 -0500 |
commit | d3983e7f69d3e2990945f3c0b3777178ad3a331a (patch) | |
tree | 28d97f52b69c61e76293e936bc13cb8aad291f45 /usr/src/pkg | |
parent | 887313198a57b7ad36078c4cb41a45f1256b9317 (diff) | |
parent | c12f119108dcac3bfe73ac01ce1bbc643a733ca2 (diff) | |
download | illumos-joyent-d3983e7f69d3e2990945f3c0b3777178ad3a331a.tar.gz |
[illumos-gate merge]
commit c12f119108dcac3bfe73ac01ce1bbc643a733ca2
14390 av1394: build errors with gcc 11
commit 7daa540591d7332190b10fc3a818bfd5e7d536fe
14367 bhyve gpt mishandles small mappings
commit 7ca35597a3c3894e7222816a3f7ed2be2a0686e8
14373 ppt driver maps BAR to wrong ddi register
commit 123e0aa39ff14433d916a870ec23b74c77097914
14345 Manual titles should be upper case
commit 8c2e120d86add3ec9062486352618e0fc4a2161c
14381 libstmf: build error with gcc 11
commit f02e918df953cc4861bad053ba1e39dab00c3787
14383 cfgadm_plugins: build errors with gcc 11
commit a34c59af58bf4fa531da3415d71025642c449143
14387 i86pc: writing 1 byte into a region of size 0
commit 3cff04e70c85c3630e534a8583132f191d2fca92
14379 libast: build errors with gcc 11
commit 19f828dfeb540cb7af7e68528aa8711911d3ed39
14378 cmd-inet: build errors with gcc 11
commit 6a9d71e52548eedf5ce59148e7e6b8ce5f61a4a0
14377 nsmb: 'find_mech' accessing 32 bytes in a region of size ...
commit eba274b9392a53f991f6ca04d624533172d46fd4
14376 smbsrv: 'find_mech' accessing 32 bytes in a region of size ...
commit 2966a4e8bbd82f7bd6a8909e7c10b98f18fe7e84
14375 dmu_zfetch: don't leak unreferenced stream when zfetch is freed
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 |