brozzler/vagrant/run-tests.sh

15 lines
428 B
Bash
Raw Normal View History

#!/bin/bash
2016-10-14 13:47:54 -07:00
cd $(dirname "${BASH_SOURCE[0]}")
echo service status:
vagrant ssh -- 'status warcprox ;
status Xvnc ;
status brozzler-worker ;
status brozzler-webconsole ;
status vnc-websock'
echo
2016-10-14 13:47:54 -07:00
vagrant ssh -- 'source /opt/brozzler-ve34/bin/activate && pip install pytest'
vagrant ssh -- 'source /opt/brozzler-ve34/bin/activate && py.test -v -s /brozzler/tests'