Add tests

Change-Id: I50f8fb88d3d9610612f92766782bde0feaccca87
diff --git a/tests/pillar/config.sls b/tests/pillar/config.sls
new file mode 100644
index 0000000..4fde973
--- /dev/null
+++ b/tests/pillar/config.sls
@@ -0,0 +1,27 @@
+devops_portal:
+  config:
+    enabled: true
+    service:
+      elasticsearch:
+        configure_proxy: true
+        endpoint:
+          address: 10.20.0.4
+          port: 9200
+          https: false
+      jenkins:
+        endpoint:
+          address: 10.20.0.3
+          port: 8282
+          https: false
+      pushkin:
+        configure_proxy: true
+        endpoint:
+          address: 10.20.0.2
+          port: 8887
+          https: false
+      rundeck:
+        configure_proxy: true
+        endpoint:
+          address: 10.20.0.1
+          port: 4440
+          https: false