From c6cf6795143be999ec7813fa48612b736b1cb7f7 Mon Sep 17 00:00:00 2001 From: Amol Kahat Date: Fri, 13 Mar 2020 16:02:33 +0530 Subject: [PATCH] Added Mistral service type workflowv2 Tempest Mistrial tests are skipping in undercloud deployment. Mistrial service type 'workflowv2' was missing. In tempest.conf mistrial_service available is set to false and mistrial tests got skipped. Adding it fixes the issue. Closes-Bug: #1867332 Story: 2007428 Task: 39055 Change-Id: Iaa4719ef935cb5ded9d85c7aeb853d46d90b7260 Signed-off-by: Amol Kahat --- config_tempest/services/workflowv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_tempest/services/workflowv2.py b/config_tempest/services/workflowv2.py index 51cb35c4..386c6409 100644 --- a/config_tempest/services/workflowv2.py +++ b/config_tempest/services/workflowv2.py @@ -20,7 +20,7 @@ class Workflowv2Service(Service): @staticmethod def get_service_type(): - return ['workflow'] + return ['workflow', 'workflowv2'] @staticmethod def get_codename():