Update tests_containers (#412)

last docker version no more use docker -d  sounds better to check dockerd
This commit is contained in:
superpoussin22 2017-07-10 15:24:09 +02:00 committed by Michael Boelen
parent 3b66a22f39
commit 29f5dc7e53
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
# Description : Checking Docker daemon status and basic information for later tests
Register --test-no CONT-8102 --weight L --network NO --category security --description "Checking Docker status and information"
if [ ${SKIPTEST} -eq 0 ]; then
IsRunning "docker -d"
IsRunning "dockerd"
if [ ${RUNNING} -eq 1 ]; then
LogText "Result: found Docker daemon running"
Report "docker_daemon_running=1"