mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
tests: move C test helpers into test cmd
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13259
This commit is contained in:
@@ -640,7 +640,9 @@ tests = ['history_001_pos', 'history_002_pos', 'history_003_pos',
|
||||
tags = ['functional', 'history']
|
||||
|
||||
[tests/functional/hkdf]
|
||||
tests = ['run_hkdf_test']
|
||||
pre =
|
||||
post =
|
||||
tests = ['hkdf_test']
|
||||
tags = ['functional', 'hkdf']
|
||||
|
||||
[tests/functional/inheritance]
|
||||
|
||||
@@ -438,7 +438,9 @@ tests = ['history_004_pos', 'history_005_neg', 'history_007_pos',
|
||||
tags = ['functional', 'history']
|
||||
|
||||
[tests/functional/hkdf]
|
||||
tests = ['run_hkdf_test']
|
||||
pre =
|
||||
post =
|
||||
tests = ['hkdf_test']
|
||||
tags = ['functional', 'hkdf']
|
||||
|
||||
[tests/functional/inuse]
|
||||
|
||||
Reference in New Issue
Block a user