summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2018-03-26 19:25:30 +0530
committerAtin Mukherjee <amukherj@redhat.com>2018-03-26 19:28:25 +0530
commita6116794281a6046e05bc87ab7fb39410dfc6a9f (patch)
tree09a405244a2c1cac981d5469b25c1fc91f64e5e8 /tests
parentde0e7efead9be4a6070bcc64e36870b63a991517 (diff)
tests: fix nl-cache.t failure
commit fef9293 changed network.inode-lru-limit from 50000 to 200000 in nl-cache group profile but the test wasn't changed to reflect it accordingly. Change-Id: Ibb5fb0a387f160f6b726246b161a9a7b33135755 fixes: bz#1560589 Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/basic/nl-cache.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/nl-cache.t b/tests/basic/nl-cache.t
index 2979a9be0d4..141fb75d5c8 100755
--- a/tests/basic/nl-cache.t
+++ b/tests/basic/nl-cache.t
@@ -15,7 +15,7 @@ EXPECT '600' volinfo_field $V0 'performance.nl-cache-timeout'
EXPECT 'on' volinfo_field $V0 'performance.nl-cache'
EXPECT '600' volinfo_field $V0 'features.cache-invalidation-timeout'
EXPECT 'on' volinfo_field $V0 'features.cache-invalidation'
-EXPECT '50000' volinfo_field $V0 'network.inode-lru-limit'
+EXPECT '200000' volinfo_field $V0 'network.inode-lru-limit'
TEST $CLI volume set $V0 nl-cache-positive-entry on
TEST $CLI volume start $V0;