[functional-tests] thin_delta tests

This commit is contained in:
Joe Thornber
2017-08-30 10:39:58 +01:00
parent e0bab67bd8
commit 8c251018c6
3 changed files with 56 additions and 63 deletions

View File

@@ -5,6 +5,7 @@
thin-restore-outfile-too-small-text
thin-restore-help
thin-rmap-help
thin-delta-help
cache-check-help
cache-restore-help
@@ -54,6 +55,16 @@ Where:
<block range> is of the form <begin>..<one-past-the-end>
for example 5..45 denotes blocks 5 to 44 inclusive, but not block 45")
(define thin-delta-help
"Usage: thin_delta [options] <device or file>
Options:
{--thin1, --snap1}
{--thin2, --snap2}
{-m, --metadata-snap} [block#]
{--verbose}
{-h|--help}
{-V|--version}")
(define cache-check-help
"Usage: cache_check [options] {device|file}
Options:
@@ -105,4 +116,5 @@ Options:
These all relate to the size of the fast device (eg, SSD), rather
than the whole cached device.")
)