Merge "Improving test vm data collection"

This commit is contained in:
Zuul 2019-04-08 23:18:50 +00:00 committed by Gerrit Code Review
commit 295245f9e8
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ fi
sudo vbmc list &> ${LOG_LOCATION}/vbmc.txt
sudo virsh list --all &> ${LOG_LOCATION}/virsh-list.txt
TEST_VM=$(sudo virsh list --all --name | head -1)
sudo virsh dumpxml ${TEST_VM} > ${LOG_LOCATION}/${TEST_VM}_dump.xml
ps auxf &> ${LOG_LOCATION}/ps.txt
sudo chown -R $USER ${LOG_LOCATION}