Added Kitchen and Travis
diff --git a/tests/pillar/openssh_client.sls b/tests/pillar/openssh_client.sls
index 6f20eba..da4099b 100644
--- a/tests/pillar/openssh_client.sls
+++ b/tests/pillar/openssh_client.sls
@@ -3,7 +3,7 @@
enabled: true
user:
test:
- enabled: true
+ enabled: false
name: test
user:
enabled: true
diff --git a/tests/pillar/openssh_server.sls b/tests/pillar/openssh_server.sls
index 415f50d..d5e18ac 100644
--- a/tests/pillar/openssh_server.sls
+++ b/tests/pillar/openssh_server.sls
@@ -14,4 +14,6 @@
home: /home/test
public_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCts9Ry.........
-
+ bind:
+ address: 0.0.0.0
+ port: 8000
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 3f42101..df9d84b 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -18,7 +18,7 @@
SALT_CONFIG_DIR=${SALT_CONFIG_DIR:-${BUILDDIR}/salt}
SALT_CACHE_DIR=${SALT_CACHE_DIR:-${SALT_CONFIG_DIR}/cache}
-SALT_OPTS="${SALT_OPTS} --retcode-passthrough --local -c ${SALT_CONFIG_DIR}"
+SALT_OPTS="${SALT_OPTS} --retcode-passthrough --local --output-file=${VENV_DIR}/salt_output -c ${SALT_CONFIG_DIR}"
if [ "x${SALT_VERSION}" != "x" ]; then
PIP_SALT_VERSION="==${SALT_VERSION}"