add formula tests
diff --git a/tests/pillar/sensu_client.sls b/tests/pillar/sensu_client.sls
new file mode 100644
index 0000000..289304b
--- /dev/null
+++ b/tests/pillar/sensu_client.sls
@@ -0,0 +1,14 @@
+sensu:
+  client:
+    enabled: true
+    plugin:
+      monitoring_for_openstack:
+        enabled: true
+    message_queue:
+      engine: rabbitmq
+      host: rabbitmq
+      port: 5672
+      user: monitor
+      password: pwd
+      virtual_host: '/monitor'
+