platformtest: add zfsGet bookmark handling & replicationCursor tests

This encodes the observation made in issue #230 :
In the ZFS version shipped in Ubuntu 16.04 where
`zfs get someprop a#bookmark` does not work.
This commit is contained in:
Christian Schwarz
2019-10-14 17:46:14 +02:00
parent 0ba4b5eda6
commit b9933f6cb2
4 changed files with 77 additions and 1 deletions
+1
View File
@@ -17,4 +17,5 @@ var Cases = []Case{
BatchDestroy,
UndestroyableSnapshotParsing,
GetNonexistent,
ReplicationCursor,
}