commit | 95710dd970fa2b7db22c837597fdf6970ddb0592 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Jul 18 11:42:38 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Jul 18 11:42:38 2018 +0200 |
tree | 20353bf61d48640e2f6bd24f85c007557d8c1273 | |
parent | 304ad8a91676e032e24457b048386b8e762d8e4b [diff] [blame] |
Add unit tests Change-Id: I76d0e10ea31e222a743e9d11bcf7a53453ff2054
diff --git a/tests/pillar/server.sls b/tests/pillar/server.sls new file mode 100644 index 0000000..c1b18bb --- /dev/null +++ b/tests/pillar/server.sls
@@ -0,0 +1,7 @@ +redis: + server: + enabled: true + bind: + address: 0.0.0.0 + port: 6379 + protocol: tcp \ No newline at end of file