diff options
author | Mike Gerdts <mike.gerdts@joyent.com> | 2019-07-20 10:05:14 +0000 |
---|---|---|
committer | Mike Gerdts <mike.gerdts@joyent.com> | 2019-07-24 14:36:23 +0000 |
commit | d0efab8443fcce33c336a009d253617419db9909 (patch) | |
tree | a1f9e29df0f391b9d76d5fd3c8e1bc85d740d530 /usr/src/pkg/manifests/system-test-zfstest.mf | |
parent | fa937d7ca7fa117ca364764ffd044419022b3fbd (diff) | |
download | illumos-joyent-d0efab8443fcce33c336a009d253617419db9909.tar.gz |
OS-7895 make zfs create dryrun options from OS-7867 public
Reviewed by: Kody Kantor <kody.kantor@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@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 22be5b30f2..d2f1f7e94f 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.mf +++ b/usr/src/pkg/manifests/system-test-zfstest.mf @@ -826,9 +826,14 @@ file \ file \ path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_crypt_combos \ mode=0555 +file path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_dryrun \ + mode=0555 file \ path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_encrypted \ mode=0555 +file \ + path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_verbose \ + mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/cleanup \ mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/setup mode=0555 |