From f19af6cdc68e32ac5f9c9b226f7497e4fe3c71e5 Mon Sep 17 00:00:00 2001 From: Otto Sabart Date: Thu, 14 Nov 2024 16:39:21 +0100 Subject: [PATCH] Support ssl-verify option in the reportportal schema --- tmt/schemas/report/reportportal.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmt/schemas/report/reportportal.yaml b/tmt/schemas/report/reportportal.yaml index fef9cc0a6e..16f7fe41d5 100644 --- a/tmt/schemas/report/reportportal.yaml +++ b/tmt/schemas/report/reportportal.yaml @@ -64,6 +64,9 @@ properties: api-version: type: string + ssl-verify: + type: boolean + required: - how - project