From 9d2b7cd3e8161f557390b5b434464362a0ba7a16 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 16 Jun 2014 19:08:18 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/8081 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/basic/uss.t | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/basic/uss.t') 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; -- cgit