[functional-tests] simplify (thin create devices-in-reverse-order)
This commit is contained in:
parent
0d4fdcc687
commit
2aa6c05c4b
@ -599,9 +599,8 @@
|
||||
"Keep adding a key that's lower than any in the tree."
|
||||
(with-default-pool (pool)
|
||||
(from-to (n 300 0 -1)
|
||||
(unless (zero? n)
|
||||
(create-thin pool n)
|
||||
(with-thin (thin pool n (gig 1)) #t))))) ; activate to check it's there
|
||||
(create-thin pool n)
|
||||
(with-thin (thin pool n (gig 1)) #t)))) ; activate to check it's there
|
||||
|
||||
;;;-----------------------------------------------------------
|
||||
;;; Thin deletion scenarios
|
||||
|
Loading…
Reference in New Issue
Block a user