diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-05-01 11:01:15 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-04 01:23:28 -0700 |
commit | 7759748915485d6c740a7fed831376f298eb90bb (patch) | |
tree | 6279197354efd67013080537466fa9d586b80efc /tests/basic/quota.t | |
parent | c7bf5633276ee78e32ff79e5c0815b3f51e39500 (diff) | |
download | glusterfs-7759748915485d6c740a7fed831376f298eb90bb.tar.gz glusterfs-7759748915485d6c740a7fed831376f298eb90bb.tar.xz glusterfs-7759748915485d6c740a7fed831376f298eb90bb.zip |
tests: Check aux umount is unmounted for quota tests
Change-Id: If57d08f3446755ea41f66ca258efcc8ea5a89063
BUG: 1217701
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/10480
Tested-by: NetBSD Build System
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/basic/quota.t')
-rwxr-xr-x | tests/basic/quota.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/quota.t b/tests/basic/quota.t index 9fcd0a7ea1..7a3aaee2bc 100755 --- a/tests/basic/quota.t +++ b/tests/basic/quota.t @@ -188,6 +188,7 @@ EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0 TEST $CLI volume quota $V0 disable TEST $CLI volume stop $V0; +EXPECT "1" get_aux EXPECT 'Stopped' volinfo_field $V0 'Status'; TEST $CLI volume delete $V0; |