Update git submodules
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 26 Apr 2018 07:34:43 +0000 (07:34 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 30 Apr 2018 13:27:00 +0000 (13:27 +0000)
commit24a051953bfd86b0ccd4386d525d9523a9155d78
tree91812154246c9e1401e2a111b5a3a65715dc3d99
parentdb9516b1ab0231ef95249a592088d9e91ad2c890
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Extend web portal to show if API exemption was used during a test run

    JIRA: DOVETAIL-634

    The OVP web port needs to read from the test results if the strict API
    response validation exemption was used or not and show it
    correspondingly.

    Detailed description:

        As discussed on the Dovetail call on 2018-04-11, the web portal should
    show if API response validation was enabled or disabled. The information
    if API response validation was enabled or disabled is to be determined
    based on the dovetail.log file. If API response validation was
    disabled,** the log file contains the line "Strict API response
    validation DISABLED.". Upon uploading a result tar-package, the web
    portal should extract this information from the log file, store it in
    the database, and display it as follows:

        This indication shall be displayed along with the test summary on the
    Test Run Results page as either:

        "API response validation enabled"   or
        "API response validation disabled"

        For clarification: API response validation is enabled by default. API
    response validation is disabled only if  the --no-api-validation command
    line option is given.

    Change-Id: Ifacb1eb2127cc8dc6364c98dead1217aeedfd359
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
docs/submodules/dovetail