initial commit

Change-Id: I3ef2ec17155991b83f34344a96f9c543f47d2f29
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls
new file mode 100644
index 0000000..d97ee54
--- /dev/null
+++ b/tests/pillar/client.sls
@@ -0,0 +1,16 @@
+xtrabackup:
+  client:
+    enabled: true
+    full_backups_to_keep: 3
+    hours_before_full: 48
+    hours_before_incr: 12
+    compression: true
+    compression_threads: 2
+    database:
+      user: user
+      password: password
+    target:
+      host: host01
+    qpress:
+      source: tar
+      name: url
\ No newline at end of file