Fix DSL schema in test workbook
Change-Id: I671f3b02271fffb8b2f48ca9c1229b849f9fa1e1 Closes-Bug: #1433231
This commit is contained in:
parent
d650ddc98e
commit
5c08f14285
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
name: action_collection
|
name: action_collection
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
name: test
|
name: test
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
@ -28,7 +28,7 @@ cfg.CONF.set_default('auth_enable', False, group='pecan')
|
|||||||
|
|
||||||
WF_FULL_JOIN = """
|
WF_FULL_JOIN = """
|
||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
wf:
|
wf:
|
||||||
type: direct
|
type: direct
|
||||||
@ -61,7 +61,7 @@ wf:
|
|||||||
|
|
||||||
WF_FULL_JOIN_WITH_ERRORS = """
|
WF_FULL_JOIN_WITH_ERRORS = """
|
||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
wf:
|
wf:
|
||||||
type: direct
|
type: direct
|
||||||
@ -91,7 +91,7 @@ wf:
|
|||||||
|
|
||||||
WF_FULL_JOIN_WITH_CONDITIONS = """
|
WF_FULL_JOIN_WITH_CONDITIONS = """
|
||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
wf:
|
wf:
|
||||||
type: direct
|
type: direct
|
||||||
@ -129,7 +129,7 @@ wf:
|
|||||||
|
|
||||||
WF_PARTIAL_JOIN = """
|
WF_PARTIAL_JOIN = """
|
||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
wf:
|
wf:
|
||||||
type: direct
|
type: direct
|
||||||
@ -173,7 +173,7 @@ wf:
|
|||||||
|
|
||||||
WF_PARTIAL_JOIN_TRIGGERS_ONCE = """
|
WF_PARTIAL_JOIN_TRIGGERS_ONCE = """
|
||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
wf:
|
wf:
|
||||||
type: direct
|
type: direct
|
||||||
@ -221,7 +221,7 @@ wf:
|
|||||||
|
|
||||||
WF_DISCRIMINATOR = """
|
WF_DISCRIMINATOR = """
|
||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
wf:
|
wf:
|
||||||
type: direct
|
type: direct
|
||||||
@ -429,7 +429,7 @@ class JoinEngineTest(base.EngineTestCase):
|
|||||||
|
|
||||||
def test_full_join_parallel_published_vars(self):
|
def test_full_join_parallel_published_vars(self):
|
||||||
wfs_tasks_join_complex = """---
|
wfs_tasks_join_complex = """---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
main:
|
main:
|
||||||
type: direct
|
type: direct
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
std.wait_ssh:
|
std.wait_ssh:
|
||||||
description: Simple SSH command.
|
description: Simple SSH command.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
version: 2.0
|
version: '2.0'
|
||||||
|
|
||||||
std.create_instance:
|
std.create_instance:
|
||||||
type: direct
|
type: direct
|
||||||
|
Loading…
Reference in New Issue
Block a user