Update git submodules
authorGeorg Kunz <georg.kunz@ericsson.com>
Fri, 22 Jun 2018 07:26:36 +0000 (09:26 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 25 Jul 2018 07:01:06 +0000 (07:01 +0000)
commitbb692f91f0f71e2870ff1145e4d6a84e74ee52f1
treece6d65ac2ca9548a2a572157b57c7c7568cb3d14
parentf5b8d662a6f11b36afecc7dc8ef4df438ccd986a
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - 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 <georg.kunz@ericsson.com>
docs/submodules/dovetail