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)
commitb17fa72fb145e1d261759f0c3504ee34c8f58c3b
tree6b56d567bf32d12a026dc08f955c24f45268142f
parent19eed1bf95c656b7b8c30e98689c22c43df4258c
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