diff options
Diffstat (limited to 'tests/bugs/bug-1087203.t')
-rw-r--r-- | tests/bugs/bug-1087203.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/bug-1087203.t b/tests/bugs/bug-1087203.t index 0c4ee01cba5..acbb826013d 100644 --- a/tests/bugs/bug-1087203.t +++ b/tests/bugs/bug-1087203.t @@ -32,6 +32,8 @@ TEST ! $CLI snapshot config snap-max-soft-limit 0111 TEST ! $CLI snapshot config snap-max-hard-limit OXA TEST ! $CLI snapshot config snap-max-hard-limit 11.11 TEST ! $CLI snapshot config snap-max-soft-limit 50% +TEST ! $CLI snapshot config snap-max-hard-limit -100 +TEST ! $CLI snapshot config snap-max-soft-limit -90 # Soft limit cannot be assigned to volume TEST ! $CLI snapshot config $V0 snap-max-soft-limit 10 |