diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2014-06-16 19:08:18 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-20 03:34:24 -0700 |
commit | 9d2b7cd3e8161f557390b5b434464362a0ba7a16 (patch) | |
tree | e313407ccf7cc3cc7a83b66d8c8a2c2f09367235 /tests/basic/uss.t | |
parent | 78e9180ca24f15e1366eb3d51cbb5e4576af91a2 (diff) |
tests: changes to some of the uss testcases
Made the below changes
tests/basic/uss.t: removed the older way of getting the list of snapshots
bugs/bug/bug-1109770.t: added uss disable test also to check snapd behavior
Change-Id: I57b6bc8fa82bcaa544f483ad382e1bb4d11ef122
BUG: 1092850
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.org/8081
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/basic/uss.t')
-rw-r--r-- | tests/basic/uss.t | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/basic/uss.t b/tests/basic/uss.t index 5f48ad2e9e5..23a6bf33125 100644 --- a/tests/basic/uss.t +++ b/tests/basic/uss.t @@ -42,14 +42,6 @@ for i in {11..20} ; do echo "foo" > $M0/dir2/foo$i ; done TEST $CLI snapshot create snap4 $V0; -UUIDS=$($CLI snapshot info | grep -i snap | grep -i Volume | grep -i Name | cut -d':' -f 2); - -echo $UUIDS > /tmp/tmp-snap-uuids; - -NAMES=$($CLI snapshot info | grep Snapshot | cut -d':' -f 2); - -echo $NAMES > /tmp/tmp-snap_names; - TEST $CLI volume set $V0 features.uss enable; TEST umount $M0; @@ -251,7 +243,4 @@ TEST fd_close $fd1; TEST fd_close $fd2; TEST fd_close $fd3; -rm -f /tmp/tmp-snap-uuids; -rm -f /tmp/tmp-snap_names; - cleanup; |