[Fuego] [PATCH 02/30] testplan: dbench4 does not have a testdir spec anymore

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Mon Jun 4 07:17:36 UTC 2018


Use default instead

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/overlays/testplans/testplan_docker.json | 3 +--
 engine/overlays/testplans/testplan_lava.json   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/engine/overlays/testplans/testplan_docker.json b/engine/overlays/testplans/testplan_docker.json
index 673a26d..f43a5ec 100644
--- a/engine/overlays/testplans/testplan_docker.json
+++ b/engine/overlays/testplans/testplan_docker.json
@@ -8,8 +8,7 @@
             "spec": "100M"
         },
         {
-            "testName": "Benchmark.dbench4",
-            "spec": "testdir"
+            "testName": "Benchmark.dbench4"
         },
         {
             "testName": "Benchmark.hackbench"
diff --git a/engine/overlays/testplans/testplan_lava.json b/engine/overlays/testplans/testplan_lava.json
index dd63784..02a6abc 100644
--- a/engine/overlays/testplans/testplan_lava.json
+++ b/engine/overlays/testplans/testplan_lava.json
@@ -8,8 +8,7 @@
             "spec": "100M"
         },
         {
-            "testName": "Benchmark.dbench4",
-            "spec": "testdir"
+            "testName": "Benchmark.dbench4"
         },
         {
             "testName": "Benchmark.hackbench"
-- 
2.7.4




More information about the Fuego mailing list