Fix DSL schema in test workbook

Change-Id: I671f3b02271fffb8b2f48ca9c1229b849f9fa1e1
Closes-Bug: #1433231
This commit is contained in:
Anastasia Kuznetsova 2015-03-17 20:53:06 +04:00
parent d650ddc98e
commit 5c08f14285
5 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
---
version: 2.0
version: '2.0'
name: action_collection
workflows:

View File

@ -1,5 +1,5 @@
---
version: 2.0
version: '2.0'
name: test
workflows:

View File

@ -28,7 +28,7 @@ cfg.CONF.set_default('auth_enable', False, group='pecan')
WF_FULL_JOIN = """
---
version: 2.0
version: '2.0'
wf:
type: direct
@ -61,7 +61,7 @@ wf:
WF_FULL_JOIN_WITH_ERRORS = """
---
version: 2.0
version: '2.0'
wf:
type: direct
@ -91,7 +91,7 @@ wf:
WF_FULL_JOIN_WITH_CONDITIONS = """
---
version: 2.0
version: '2.0'
wf:
type: direct
@ -129,7 +129,7 @@ wf:
WF_PARTIAL_JOIN = """
---
version: 2.0
version: '2.0'
wf:
type: direct
@ -173,7 +173,7 @@ wf:
WF_PARTIAL_JOIN_TRIGGERS_ONCE = """
---
version: 2.0
version: '2.0'
wf:
type: direct
@ -221,7 +221,7 @@ wf:
WF_DISCRIMINATOR = """
---
version: 2.0
version: '2.0'
wf:
type: direct
@ -429,7 +429,7 @@ class JoinEngineTest(base.EngineTestCase):
def test_full_join_parallel_published_vars(self):
wfs_tasks_join_complex = """---
version: 2.0
version: '2.0'
main:
type: direct

View File

@ -1,5 +1,5 @@
---
version: 2.0
version: '2.0'
std.wait_ssh:
description: Simple SSH command.

View File

@ -1,5 +1,5 @@
---
version: 2.0
version: '2.0'
std.create_instance:
type: direct