summaryrefslogtreecommitdiffstats
path: root/tests/basic/volume-snapshot.t
diff options
context:
space:
mode:
authorAvra Sengupta <asengupt@redhat.com>2014-03-04 00:45:48 +0000
committerRajesh Joseph <rjoseph@redhat.com>2014-03-07 04:33:26 -0800
commit586e1cabf850211b9e6856fcb8c42c696de6d484 (patch)
treea8cec3dcd660db98c0bc13adee32af8a4c70d062 /tests/basic/volume-snapshot.t
parent96968a916336f70bfc77a353c6b31d4dedd91167 (diff)
glusterd/mgmt_v3 locks. Testcase for mgmt_v3 locks.
Ported upstream volume-locks.t as mgmt-v3-locks.t Change-Id: Id4824716cde4ac54efbf1c1dd9a5f530b0324e39 Signed-off-by: Avra Sengupta <asengupt@redhat.com> Reviewed-on: http://review.gluster.org/7190 Reviewed-by: Rajesh Joseph <rjoseph@redhat.com> Tested-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'tests/basic/volume-snapshot.t')
-rwxr-xr-xtests/basic/volume-snapshot.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic/volume-snapshot.t b/tests/basic/volume-snapshot.t
index bea11e215..35c748372 100755
--- a/tests/basic/volume-snapshot.t
+++ b/tests/basic/volume-snapshot.t
@@ -56,8 +56,8 @@ EXPECT 'Started' volinfo_field $V1 'Status';
#Snapshot Operations
create_snapshots
-TEST snapshot_exists ${V0}_snap
-TEST snapshot_exists ${V1}_snap
+TEST snapshot_exists $V0 ${V0}_snap
+TEST snapshot_exists $V1 ${V1}_snap
TEST $CLI_1 snapshot config $V0 snap-max-hard-limit 100
TEST $CLI_1 snapshot config $V1 snap-max-hard-limit 100
@@ -69,8 +69,8 @@ TEST umount -f $M0
#Clean up
delete_snapshots
-TEST ! snapshot_exists ${V0}_snap
-TEST ! snapshot_exists ${V1}_snap
+TEST ! snapshot_exists $V0 ${V0}_snap
+TEST ! snapshot_exists $V1 ${V1}_snap
stop_force_volumes 2
EXPECT 'Stopped' volinfo_field $V0 'Status';