Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Gather more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed May 7, 2019
1 parent 51f3508 commit 435ca29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ done
## Execute test
ansible-playbook --version
ansible-playbook -vvv tests/playbooks/all.yml
RETVAL=$?

## Gather debug info
minishift status
minishift logs
minishift ssh 'ps auxw; docker ps -a; free -m; df -h'

for i in pvcs vmis vms pods; do
oc get $i --all-namespaces
done

exit $RETVAL

0 comments on commit 435ca29

Please sign in to comment.