Skip to content

Commit 592bb17

Browse files
committed
ISSUE 540: Disable ready state check in test when process cannot start without bootstrap.
1 parent b4421e3 commit 592bb17

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

test/shpec/operation_shpec.sh

+1-11
Original file line numberDiff line numberDiff line change
@@ -1087,17 +1087,7 @@ function test_custom_ssh_configuration ()
10871087
jdeathe/centos-ssh:latest \
10881088
&> /dev/null
10891089

1090-
if ! __is_container_ready \
1091-
ssh.pool-1.1.1 \
1092-
${STARTUP_TIME} \
1093-
"/usr/sbin/sshd " \
1094-
"grep \
1095-
'^Server listening on 0\.0\.0\.0 port 22\.' \
1096-
/var/log/secure"
1097-
then
1098-
#TODO This will fail to start since sshd no longer auto generates host keys.
1099-
:
1100-
fi
1090+
sleep ${STARTUP_TIME}
11011091

11021092
it "Can disable sshd-bootstrap."
11031093
docker logs ssh.pool-1.1.1 \

0 commit comments

Comments
 (0)