From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: venkata.pyla@toshiba-tsip.com Date: Sun, 18 Jul 2021 16:40:08 +0530 Message-Id: <20210718111012.21407-4-venkata.pyla@toshiba-tsip.com> In-Reply-To: <20210718111012.21407-1-venkata.pyla@toshiba-tsip.com> References: <20210718111012.21407-1-venkata.pyla@toshiba-tsip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Fuego] [fuego-core 3/7] testplan_smoketest.json: ftc fails to add job for tesplan_smoketest List-Id: Mailing list for the Fuego test framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tim.bird@sony.com Cc: fuego@lists.linuxfoundation.org From: yoshida toshiko add missing comma after Benchmark.dbench4 e.g: ftc add-jobs -b local -p testplan_smoketest Signed-off-by: venkata pyla --- overlays/testplans/testplan_smoketest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/testplans/testplan_smoketest.json b/overlays/testplans/testplan_smoketest.json index 8c856c1..4bbbe4f 100644 --- a/overlays/testplans/testplan_smoketest.json +++ b/overlays/testplans/testplan_smoketest.json @@ -12,7 +12,7 @@ "testName": "Benchmark.Dhrystone" }, { - "testName": "Benchmark.dbench4" + "testName": "Benchmark.dbench4", "timeout": "40m" }, { -- 2.20.1