CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

docker daemon timeout check #156

Open langston-barrett opened 8 years ago

langston-barrett commented 8 years ago

adds a new check that examines whether or not the docker daemon is responding

adds a utility function, CommandTimeout. All Docker command line calls now use this function, as to not hang when Docker hangs.

langston-barrett commented 8 years ago

rebased for ci build