Added docker testing framework.

This commit is contained in:
Joe Testa
2019-08-22 16:04:46 -04:00
parent 7a06b872f9
commit 4f138d7f82
33 changed files with 1391 additions and 0 deletions

9
test/docker/debug.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# This script is run on in docker container. It will enable logging for sshd in
# /var/log/auth.log.
/etc/init.d/rsyslog start
sleep 1
/openssh/sshd-5.6p1 -o LogLevel=DEBUG3 -f /etc/ssh/sshd_config-5.6p1_test1
/bin/bash