commit | 548c43c26564d74dba97a4495ecb29a1bde9ed17 | [log] [tgz] |
---|---|---|
author | Ian Wienand <iwienand@redhat.com> | Tue Dec 05 14:16:32 2017 +1100 |
committer | Ian Wienand <iwienand@redhat.com> | Tue Dec 05 14:25:07 2017 +1100 |
tree | 39c36b1ccbbf145c213c0f8f6f2deb7a1bab5fca | |
parent | 5ede2fa3df5414b380b82b4a73621f15518508a7 [diff] |
Update playbook paths with extension These playbook paths were missing ".yaml" extentions which fails when implied matching goes away (Ie2519f2b4144761b8e4d17ec3299cf4238e16f08). Change-Id: Iff04d894fffdcec0a0861d2460635b4c44a15ae4
diff --git a/tests/unit/test_v3.py b/tests/unit/test_v3.py index 54cf111..b9c9b32 100755 --- a/tests/unit/test_v3.py +++ b/tests/unit/test_v3.py
@@ -1935,8 +1935,8 @@ name: parent roles: - zuul: bare-role - pre-run: playbooks/parent-pre - post-run: playbooks/parent-post + pre-run: playbooks/parent-pre.yaml + post-run: playbooks/parent-post.yaml - job: name: project-test