vmcheck/test.sh: output reboot details to log

Clean up the output of vmcheck a bit by printing out ssh debug details
and rpm-ostree status output to the log file. This will help make it
easier to quickly see which tests failed (as well as helping satisfy my
OCD for a nice output).

Closes: #645
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-02-23 23:38:26 -05:00 committed by Atomic Bot
parent 88548f2e1a
commit a3ee87d67d

View File

@ -115,7 +115,7 @@ for tf in $(find . -name 'test-*.sh' | sort); do
echo "Restoring vmcheck commit" >> ${LOG}
vm_cmd ostree commit -b vmcheck --tree=ref=vmcheck_orig &>> ${LOG}
vm_cmd ostree admin deploy vmcheck &>> ${LOG}
vm_reboot
vm_reboot &>> ${LOG}
fi
done