qa: move snap-hierarchy out of snaps workunits

The snapshot hierarchy it leaves behind can't be cleaned up by `rm -rf` which
breaks workunit cleanup. So, don't run this as part of normal snaps test.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2018-05-03 15:07:21 -07:00
parent 0b466cb2e6
commit 4d37b0ee8d
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB
3 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ tasks:
cleanup: false
clients:
client.0:
- fs/snaps/snap-hierarchy.sh
- fs/snap-hierarchy.sh
- print: "**** done snap hierarchy"

View File

@ -6,5 +6,5 @@ tasks:
VERIFY: verify
clients:
client.0:
- fs/snaps/snap-hierarchy.sh
- fs/snap-hierarchy.sh
- print: "**** done verify snap hierarchy"