diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2014-06-15 08:40:49 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-16 11:11:28 -0700 |
commit | d3bd3319afb208acfa905696fb0be5545f5883f6 (patch) | |
tree | bfc753e888912b084d7fba56d0bbfe8f2e98d906 /tests/include.rc | |
parent | 6e33d855815726bd8ebf1c7cdc3cf233ff7ac231 (diff) |
tests: Avoid sleep
Change-Id: I7169be3532232754b9461c4e1b27bf6bc857f7a6
BUG: 1092850
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/8083
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/include.rc')
-rw-r--r-- | tests/include.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc index 5dbbc7c7336..5cdc503e29d 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -1,5 +1,6 @@ M0=${M0:=/mnt/glusterfs/0}; # 0th mount point for FUSE M1=${M1:=/mnt/glusterfs/1}; # 1st mount point for FUSE +M2=${M1:=/mnt/glusterfs/2}; # 2nd mount point for FUSE N0=${N0:=/mnt/nfs/0}; # 0th mount point for NFS N1=${N1:=/mnt/nfs/1}; # 1st mount point for NFS V0=${V0:=patchy}; # volume name to use in tests |