Skip to content
Snippets Groups Projects
Commit 27a42682 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Check relevant logging mechanism in the gate"

parents 7af0ab9b c25002c3
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,11 @@ function check_failure {
docker logs --tail all ${failed}
done
journalctl --no-pager -u docker.service
cat /var/log/upstart/docker.log
if [[ -x "$(command -v journalctl)" ]]; then
journalctl --no-pager -u docker.service
else
cat /var/log/upstart/docker.log
fi
nova service-list
neutron agent-list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment