diff options
author | Jason King <jason.brian.king@gmail.com> | 2021-11-05 09:48:07 -0500 |
---|---|---|
committer | Jason King <jason.brian.king@gmail.com> | 2021-11-19 15:27:15 -0600 |
commit | d8f839f91e21bea2f5200f95df55608cbecdeeb9 (patch) | |
tree | e346867b613449eeb87674a39fc76497eb3f3bd9 /usr/src/pkg | |
parent | 705b6680745618ebbf67feb254ce9a62511084a5 (diff) | |
download | illumos-joyent-d8f839f91e21bea2f5200f95df55608cbecdeeb9.tar.gz |
14223 Add change key zfs channel program
Portions contributed by: Alex Wilson <alex@cooperi.net>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Mike Zeller <mike.zeller@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-test-zfstest.p5m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-zfstest.p5m b/usr/src/pkg/manifests/system-test-zfstest.p5m index fa831d7628..fdd6705d42 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.p5m +++ b/usr/src/pkg/manifests/system-test-zfstest.p5m @@ -15,6 +15,7 @@ # Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2020 Joyent, Inc. # Copyright (c) 2018 Datto Inc. +# Copyright 2021 Jason King # set name=pkg.fmri value=pkg:/system/test/zfstest@$(PKGVERS) @@ -411,11 +412,17 @@ file \ path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.timeout.zcp \ mode=0444 dir path=opt/zfs-tests/tests/functional/channel_program/synctask_core +file \ + path=opt/zfs-tests/tests/functional/channel_program/synctask_core/change_key.exe \ + mode=0555 file path=opt/zfs-tests/tests/functional/channel_program/synctask_core/cleanup \ mode=0555 file path=opt/zfs-tests/tests/functional/channel_program/synctask_core/setup \ mode=0555 file \ + path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.change_key \ + mode=0555 +file \ path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.destroy_fs \ mode=0555 file \ |