galera tests
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls
new file mode 100644
index 0000000..209654a
--- /dev/null
+++ b/tests/pillar/master_cluster.sls
@@ -0,0 +1,27 @@
+  galera:
+    master:
+      enabled: true
+      name: galeracluster
+      bind:
+        address: 127.0.0.1
+        port: 3306
+      maintenance_password: password
+      admin:
+        user: user
+        password: password
+      members:
+      - host: 127.0.0.1
+        port: 4567
+      - host: 127.0.0.1
+        port: 4567
+      - host: 127.0.0.1
+        port: 4567
+  mysql:
+    server:
+      users:
+      - name: haproxy
+        host: localhost
+      - name: haproxy
+        host: '%'
+      - name: haproxy
+        host: 127.0.0.1
\ No newline at end of file