From b17fa72fb145e1d261759f0c3504ee34c8f58c3b Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Thu, 26 Apr 2018 07:34:43 +0000 Subject: 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 --- docs/submodules/dovetail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail index cb02bccde..67de42416 160000 --- a/docs/submodules/dovetail +++ b/docs/submodules/dovetail @@ -1 +1 @@ -Subproject commit cb02bccdef30575bb46080475ca13fdf8b6b4b2f +Subproject commit 67de42416576c952ec0d6a159a0d57fc4cabc414 -- cgit 1.2.3-korg