Add playbooks for all test jobs

A subsequent change will expect a playbook to exist for every job
that is run, including tests.  Satisfy that by making noop playbooks
for all current test jobs.

Change-Id: Ic19ad8d124ba34fcde0b2056da70f950f841cf17
diff --git a/tests/print_layout.py b/tests/print_layout.py
index 9afd379..a295886 100644
--- a/tests/print_layout.py
+++ b/tests/print_layout.py
@@ -16,9 +16,9 @@
 import os
 import sys
 
-import tests.base
-
-CONFIG_DIR = os.path.join(tests.base.FIXTURE_DIR, 'config')
+FIXTURE_DIR = os.path.join(os.path.dirname(__file__),
+                           'fixtures')
+CONFIG_DIR = os.path.join(FIXTURE_DIR, 'config')
 
 
 def print_file(title, path):