From b1915f13e3b69c72e3e4c1f2a32d022b6a20d347 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Mon, 2 Nov 2020 10:13:44 +0300 Subject: [PATCH] LU-14104 tests: sanity/123* shouldn't fail performance checks running in VMs as CPU resource isn't strictly guaranteed usually. Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: Ieec4a89b921f7ccc198eb10513d4980ad3a20b51 Reviewed-on: https://review.whamcloud.com/40512 Reviewed-by: Andreas Dilger Reviewed-by: James Nunez Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 33096bd..ad77e79 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12875,6 +12875,7 @@ test_123a_base() { # was test 123, statahead(bug 11401) log "testing UP system. Performance may be lower than expected." SLOWOK=1 fi + running_in_vm && SLOWOK=1 rm -rf $DIR/$tdir test_mkdir $DIR/$tdir -- 1.8.3.1