All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego]  [PATCH 2/5] Benchmark.Iozone: modify 'TESTS' in spec.
@ 2018-08-22  6:39 zhongl.fnst
  0 siblings, 0 replies; only message in thread
From: zhongl.fnst @ 2018-08-22  6:39 UTC (permalink / raw)
  To: fuego

[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]

Details:

(1)The option '-i 1 -i 2 -i 6 -i 7 -i 8 -i 9' can not be recognized(only '-i 0' can be recognized).

(2)The option"-i x"(x>8) only works with option "-E".



Signed-off-by: Zhong Lu <zhongl.fnst@cn.fujitsu.com<mailto:zhongl.fnst@cn.fujitsu.com>>

---

engine/tests/Benchmark.IOzone/spec.json | 10 +++++-----

1 file changed, 5 insertions(+), 5 deletions(-)



diff --git a/engine/tests/Benchmark.IOzone/spec.json b/engine/tests/Benchmark.IOzone/spec.json

index 05af9b8..86c4a4c 100644

--- a/engine/tests/Benchmark.IOzone/spec.json

+++ b/engine/tests/Benchmark.IOzone/spec.json

@@ -6,31 +6,31 @@

             "MOUNT_BLOCKDEV":"$SATA_DEV",

             "MOUNT_POINT":"$SATA_MP",

             "FILE_SIZE":"2M",

-            "TESTS":"'-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9'"

+            "TESTS":"-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9 -E"

         },

         "mmc": {

             "MOUNT_BLOCKDEV":"$MMC_DEV",

             "MOUNT_POINT":"$MMC_MP",

             "FILE_SIZE":"2M",

-            "TESTS":"'-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9'"

+            "TESTS":"-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9 -E"

         },

         "usb": {

             "MOUNT_BLOCKDEV":"$USB_DEV",

             "MOUNT_POINT":"$USB_MP",

             "FILE_SIZE":"2M",

-            "TESTS":"'-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9'"

+            "TESTS":"-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9 -E"

         },

         "nopread": {

             "MOUNT_BLOCKDEV":"ROOT",

             "MOUNT_POINT":"$BOARD_TESTDIR/work",

             "FILE_SIZE":"2M",

-            "TESTS":"'-i 0 -i 1 -i 2 -i 6 -i 7 -i 8'"

+            "TESTS":"-i 0 -i 1 -i 2 -i 6 -i 7 -i 8"

         },

         "default": {

             "MOUNT_BLOCKDEV":"ROOT",

             "MOUNT_POINT":"$BOARD_TESTDIR/work",

             "FILE_SIZE":"2M",

-            "TESTS":"'-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9'"

+            "TESTS":"-i 0 -i 1 -i 2 -i 6 -i 7 -i 8 -i 9 -E"

         }

     }

}

--

2.7.4






[-- Attachment #2: Type: text/html, Size: 51085 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-22  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22  6:39 [Fuego] [PATCH 2/5] Benchmark.Iozone: modify 'TESTS' in spec zhongl.fnst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.