From d3fbee8c75a77cd6c66edb8717f6a975160bc556 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 26a47bcfd4..ce152c4cc2 100644 --- a/tmt/schemas/report/reportportal.yaml +++ b/tmt/schemas/report/reportportal.yaml @@ -70,6 +70,9 @@ properties: traceback-size-limit: type: integer + ssl-verify: + type: boolean + required: - how - project