From abb576afae304e487c010c5bc8e92c6ffae85332 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 1 May 2015 11:01:15 +0530 Subject: tests: Check aux umount is unmounted for quota tests Change-Id: If57d08f3446755ea41f66ca258efcc8ea5a89063 BUG: 1218593 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/10480 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur Signed-off-by: Sachin Pandit Reviewed-on: http://review.gluster.org/10575 --- tests/basic/quota-nfs.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/basic/quota-nfs.t') diff --git a/tests/basic/quota-nfs.t b/tests/basic/quota-nfs.t index ea1fce93a3e..db73debef58 100755 --- a/tests/basic/quota-nfs.t +++ b/tests/basic/quota-nfs.t @@ -1,6 +1,7 @@ #!/bin/bash . $(dirname $0)/../include.rc +. $(dirname $0)/../volume.rc . $(dirname $0)/../nfs.rc function usage() @@ -49,4 +50,6 @@ TEST rm -f $N0/$deep/newfile_2 ## Before killing daemon to avoid deadlocks umount_nfs $N0 +TEST $CLI volume stop $V0 +EXPECT "1" get_aux cleanup; -- cgit