hackedteam/test-av2

View on GitHub
AVMaster/Old/Batch/update_and_test.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

cd /home/avmonitor/AVTest/AVMaster/

echo "Clean Targets"
/usr/bin/python lib/agent.py clean -b rcs-minotauro -f rcs-teseo
echo "Revert all VMs"
/usr/bin/python /home/avmonitor/AVTest/AVMaster/master.py --pool 8 revert -m all
echo "Updating VMs"
/usr/bin/python /home/avmonitor/AVTest/AVMaster/master.py --pool 8 update  -v -m all
echo "Executing tests"
/usr/bin/python /home/avmonitor/AVTest/AVMaster/master.py --pool 8 dispatch -k all -v -m all