[haproxy] Added test for stats page.
diff --git a/tests/pillar/stats.sls b/tests/pillar/stats.sls
new file mode 100644
index 0000000..aa2c086
--- /dev/null
+++ b/tests/pillar/stats.sls
@@ -0,0 +1,12 @@
+haproxy:
+  proxy:
+    enabled: true
+    listen:
+      admin_page:
+        type: admin
+        check: false
+        binds:
+        - address: '0.0.0.0'
+          port: 9600
+        user: admin
+        password: password
\ No newline at end of file