From f885a63507215efcf3fdf81bc90a96a5c630c990 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 6 Feb 2017 10:10:03 -0800 Subject: [PATCH] Add playbooks needed by merge tests This test was recently re-enabled, but written before the change which required playbooks for all tests. Add them. Change-Id: I7b0d0caa4e8a3380b6bc1ff7dfc7f88c5b9f679c --- .../merges/git/common-config/playbooks/project-merge.yaml | 2 ++ .../merges/git/common-config/playbooks/project-test1.yaml | 2 ++ .../merges/git/common-config/playbooks/project-test2.yaml | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 tests/fixtures/config/merges/git/common-config/playbooks/project-merge.yaml create mode 100644 tests/fixtures/config/merges/git/common-config/playbooks/project-test1.yaml create mode 100644 tests/fixtures/config/merges/git/common-config/playbooks/project-test2.yaml diff --git a/tests/fixtures/config/merges/git/common-config/playbooks/project-merge.yaml b/tests/fixtures/config/merges/git/common-config/playbooks/project-merge.yaml new file mode 100644 index 0000000000..f679dceaef --- /dev/null +++ b/tests/fixtures/config/merges/git/common-config/playbooks/project-merge.yaml @@ -0,0 +1,2 @@ +- hosts: all + tasks: [] diff --git a/tests/fixtures/config/merges/git/common-config/playbooks/project-test1.yaml b/tests/fixtures/config/merges/git/common-config/playbooks/project-test1.yaml new file mode 100644 index 0000000000..f679dceaef --- /dev/null +++ b/tests/fixtures/config/merges/git/common-config/playbooks/project-test1.yaml @@ -0,0 +1,2 @@ +- hosts: all + tasks: [] diff --git a/tests/fixtures/config/merges/git/common-config/playbooks/project-test2.yaml b/tests/fixtures/config/merges/git/common-config/playbooks/project-test2.yaml new file mode 100644 index 0000000000..f679dceaef --- /dev/null +++ b/tests/fixtures/config/merges/git/common-config/playbooks/project-test2.yaml @@ -0,0 +1,2 @@ +- hosts: all + tasks: []