ZTS: test clearing pool and vdev userprops

Confirming that clearing pool and vdev userprops produce the same
result: an empty value, with default source.

Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
Closes #16887
This commit is contained in:
Rob Norris
2024-12-19 20:11:54 +11:00
committed by Brian Behlendorf
parent 03b7cfdef3
commit c4e5fa5e17
4 changed files with 85 additions and 3 deletions
+2 -1
View File
@@ -544,7 +544,8 @@ tags = ['functional', 'cli_root', 'zpool_scrub']
[tests/functional/cli_root/zpool_set]
tests = ['zpool_set_001_pos', 'zpool_set_002_neg', 'zpool_set_003_neg',
'zpool_set_ashift', 'zpool_set_features', 'vdev_set_001_pos',
'user_property_001_pos', 'user_property_002_neg']
'user_property_001_pos', 'user_property_002_neg',
'zpool_set_clear_userprop']
tags = ['functional', 'cli_root', 'zpool_set']
[tests/functional/cli_root/zpool_split]