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 <amolkahat@gmail.com>
This commit is contained in:
parent
2722268479
commit
c6cf679514
@ -20,7 +20,7 @@ class Workflowv2Service(Service):
|
||||
|
||||
@staticmethod
|
||||
def get_service_type():
|
||||
return ['workflow']
|
||||
return ['workflow', 'workflowv2']
|
||||
|
||||
@staticmethod
|
||||
def get_codename():
|
||||
|
Loading…
x
Reference in New Issue
Block a user