myslq tests
diff --git a/tests/pillar/replication_master.sls b/tests/pillar/replication_master.sls
new file mode 100644
index 0000000..892e23b
--- /dev/null
+++ b/tests/pillar/replication_master.sls
@@ -0,0 +1,27 @@
+mysql:
+  server:
+    enabled: true
+    version: '5.5'
+    force_encoding: utf8
+    replication:
+      role: master
+      user: admin
+      password: password
+    server_id: 1
+    ssl:
+      enabled: true
+      authority: Org_CA
+      certificate: name_of_service
+      client_certificate: name_of_client_cert
+    admin:
+      user: user
+      password: password
+    bind:
+      address: 0.0.0.0
+      port: 3306
+      protocol: tcp
+salt:
+  minion:
+    mine:
+      module:
+        mysql.get_master_status: []
\ No newline at end of file