Additional users
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls
index 7257ce4..a12e7d7 100644
--- a/tests/pillar/master_cluster.sls
+++ b/tests/pillar/master_cluster.sls
@@ -25,3 +25,19 @@
         host: '%'
       - name: haproxy
         host: 127.0.0.1
+      - name: clustercheck
+        #host: localhost
+        password: clustercheck
+        database: '*.*'
+        grants: PROCESS
+        grant_option: False
+      - name: inspector
+        host: 127.0.0.1
+        password: password
+        databases:
+          mydb:
+            - database: mydb
+            - table: mytable
+            - grant_option: False
+            - grants:
+              - all privileges