diff options
author | Jiffin Tony Thottan <jthottan@redhat.com> | 2015-03-30 16:03:24 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-04-09 09:54:15 +0000 |
commit | 9df5fdb357da74de38cb4e8c2cea776023641164 (patch) | |
tree | 9518c754a4f237298de050134024f1039b43029d /tests/include.rc | |
parent | 3ed7d6de25cba5e24351fd4771e84c7182436916 (diff) |
tests : modifcation in mount-auth-nfs.t
In the previous test script, for every change in export/netgroup file
the volume is restarted to accodomate those changes. New changes will
avoid those restarts.
Change-Id: I2a6052075637f8e833096c6b3fcc01139dea85e4
BUG: 1143880
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Reviewed-on: http://review.gluster.org/10047
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.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 26bf2ec4ad9..ed1fef0ae11 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -62,6 +62,7 @@ MARKER_UPDATE_TIMEOUT=20 JANITOR_TIMEOUT=60 UMOUNT_TIMEOUT=5 CONFIG_UPDATE_TIMEOUT=5 +AUTH_REFRESH_INTERVAL=10 statedumpdir=`gluster --print-statedumpdir`; # Default directory for statedump |