From f186434ec270e91bcf9590bd99bf13bddfbe6137 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Mon, 18 Feb 2019 19:24:14 +0000 Subject: [PATCH] ocf/test: update integrity test for multicore case Change integrity test with FIO to use multicore configuration. Change-Id: I0527d9e7832c1a686b9b4fb20cb317ed17acb051 Signed-off-by: Vitaliy Mysak Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/445098 Tested-by: SPDK CI Jenkins Reviewed-by: Darek Stojaczyk Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- test/ocf/integrity/mallocs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ocf/integrity/mallocs.conf b/test/ocf/integrity/mallocs.conf index a26acc6e2..67fb13117 100644 --- a/test/ocf/integrity/mallocs.conf +++ b/test/ocf/integrity/mallocs.conf @@ -1,9 +1,9 @@ [Malloc] - NumberOfLuns 4 + NumberOfLuns 3 LunSizeInMB 300 BlockSize 512 [OCF] OCF MalCache1 wt Malloc0 Malloc1 - OCF MalCache2 pt Malloc2 Malloc3 + OCF MalCache2 pt Malloc0 Malloc2