From 947f1bf0147c40971fdae36feecd477ab3caf3b8 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 22 Jun 2018 09:26:36 +0200 Subject: Making the results file a proper json file The results.json file is currently not a properly formated json file, but contains one json structure per line/testcase. Whit this change, all test results are being collected at runtime and then written to a properly formated json file at the end of a test run. Moreover, this patch introduces 'mandatory' and 'optional' sections to the test suites definition files in order to clearly indicate if a test is part of the corresponding test scope. The web portal needs to be adapted accordingly to be able to read the new results file. JIRA: DOVETAIL-672 Change-Id: Id0706c7e82622fc9c2c2fece26b2d6c07c1580be Signed-off-by: Georg Kunz --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c8fbc812..12eb926f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dovetail -version = 1.0.0 +version = 2018.08.0 home-page = https://wiki.opnfv.org/display/dovetail [files] -- cgit 1.2.3-korg