diff options
author | Ian Wienand <iwienand@redhat.com> | 2017-12-05 14:16:32 +1100 |
---|---|---|
committer | Ian Wienand <iwienand@redhat.com> | 2017-12-05 14:25:07 +1100 |
commit | 548c43c26564d74dba97a4495ecb29a1bde9ed17 (patch) | |
tree | 39c36b1ccbbf145c213c0f8f6f2deb7a1bab5fca /tests/unit | |
parent | 5ede2fa3df5414b380b82b4a73621f15518508a7 (diff) | |
download | zuul-548c43c26564d74dba97a4495ecb29a1bde9ed17.tar.gz |
Update playbook paths with extension
These playbook paths were missing ".yaml" extentions which fails when
implied matching goes away (Ie2519f2b4144761b8e4d17ec3299cf4238e16f08).
Change-Id: Iff04d894fffdcec0a0861d2460635b4c44a15ae4
Diffstat (limited to 'tests/unit')
-rwxr-xr-x | tests/unit/test_v3.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_v3.py b/tests/unit/test_v3.py index 54cf1116b..b9c9b3253 100755 --- a/tests/unit/test_v3.py +++ b/tests/unit/test_v3.py @@ -1935,8 +1935,8 @@ class TestRoles(RoleTestCase): 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 |