diff options
author | Gvozden Neskovic <neskovic@gmail.com> | 2020-06-01 06:10:07 -0600 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-06-01 15:05:58 -0600 |
commit | e86372a01d2d16a5dd4a64e144ed978ba17fe7dd (patch) | |
tree | bc899b99b0409baebbf09e9e392997a7a8596543 /usr/src/pkg/manifests/system-test-zfstest.mf | |
parent | 82049ff560eed6fbdf4cf222d894467f5809f9b3 (diff) | |
download | illumos-joyent-e86372a01d2d16a5dd4a64e144ed978ba17fe7dd.tar.gz |
12668 ZFS support for vectorized algorithms on x86 (initial support)
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Jason King <jason.king@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg/manifests/system-test-zfstest.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-test-zfstest.mf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-zfstest.mf b/usr/src/pkg/manifests/system-test-zfstest.mf index 3a4d20d9bf..40629ff671 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.mf +++ b/usr/src/pkg/manifests/system-test-zfstest.mf @@ -143,6 +143,7 @@ dir path=opt/zfs-tests/tests/functional/poolversion dir path=opt/zfs-tests/tests/functional/privilege dir path=opt/zfs-tests/tests/functional/projectquota dir path=opt/zfs-tests/tests/functional/quota +dir path=opt/zfs-tests/tests/functional/raidz dir path=opt/zfs-tests/tests/functional/redundancy dir path=opt/zfs-tests/tests/functional/refquota dir path=opt/zfs-tests/tests/functional/refreserv @@ -2798,6 +2799,10 @@ file path=opt/zfs-tests/tests/functional/quota/quota_004_pos mode=0555 file path=opt/zfs-tests/tests/functional/quota/quota_005_pos mode=0555 file path=opt/zfs-tests/tests/functional/quota/quota_006_neg mode=0555 file path=opt/zfs-tests/tests/functional/quota/setup mode=0555 +file path=opt/zfs-tests/tests/functional/raidz/cleanup mode=0555 +file path=opt/zfs-tests/tests/functional/raidz/raidz_001_neg mode=0555 +file path=opt/zfs-tests/tests/functional/raidz/raidz_002_pos mode=0555 +file path=opt/zfs-tests/tests/functional/raidz/setup mode=0555 file path=opt/zfs-tests/tests/functional/redundancy/cleanup mode=0555 file path=opt/zfs-tests/tests/functional/redundancy/redundancy.cfg mode=0444 file path=opt/zfs-tests/tests/functional/redundancy/redundancy.kshlib \ |