diff options
author | наб <[email protected]> | 2021-04-12 14:08:33 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-19 15:12:45 -0700 |
commit | 15d3470c2e4d66b926cab047b403948cb95d91fa (patch) | |
tree | 1e96dbe8fd0ba6c39a2c08873c5b9c5620c5ec8f /tests/runfiles | |
parent | 55cf5a255a4b65bc898e5287fa9d939768997dff (diff) |
ZTS: add zed_fd_spill to verify the fds ZEDLETs inherit
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11891
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 4952f3013..c6d4f5f6d 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -90,7 +90,7 @@ tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos'] tags = ['functional', 'devices'] [tests/functional/events:Linux] -tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter'] +tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill'] tags = ['functional', 'events'] [tests/functional/fallocate:Linux] |