diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-05-05 08:31:39 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-05 02:17:19 -0700 |
commit | 9ddea81a3b6f557c899c90ec84ac8463616e0bc5 (patch) | |
tree | 159a7765682e4c374e1924cadec304ed15ebf509 /tests/bugs/quota/bug-1202244-support-inode-quota.t | |
parent | 98b69412e92742e0638ef8bd76223671386f5a39 (diff) |
tests: Unmount aux quota mount
Change-Id: Ie4ec40230e6b92d2e694b804a991246050b5fa51
BUG: 1202244
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/10539
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System
Reviewed-by: Sachin Pandit <spandit@redhat.com>
Diffstat (limited to 'tests/bugs/quota/bug-1202244-support-inode-quota.t')
-rw-r--r-- | tests/bugs/quota/bug-1202244-support-inode-quota.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/quota/bug-1202244-support-inode-quota.t b/tests/bugs/quota/bug-1202244-support-inode-quota.t index cd8fa94b643..da781cc14b2 100644 --- a/tests/bugs/quota/bug-1202244-support-inode-quota.t +++ b/tests/bugs/quota/bug-1202244-support-inode-quota.t @@ -37,5 +37,7 @@ EXPECT "" get_quota_value "list" "/dir" TEST $CLI volume quota $V0 remove-objects /dir; EXPECT "" get_quota_value "list-objects" "/dir" +TEST $CLI volume stop $V0 +EXPECT "1" get_aux cleanup; |