blob: a3004688459342b34c8c361d7f069cc8614aa731 [file] [log] [blame]
gstepanovcddbe3b2015-03-26 19:05:48 +02001SSH_PASS=$(sshpass)
2export SSH_OPTS="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
3
4if [ -z SSH_PASS ]; then
5 sudo apt-get install sshpass
6 echo 'All dependencies has been installed'
7fi
8
9DEBS=`download_debs`
10echo "Debs has been downloaded"
11
gstepanovb65b9a82015-03-28 18:09:17 +020012bash run_test.sh 172.16.52.108 172.16.55.2 disk_io_perf.pem file_to_test.dat result.txt
13bash run_test.sh 172.16.52.108 172.16.55.2 disk_io_perf.pem file_to_test.dat result.txt
14bash run_test.sh 172.16.52.108 172.16.55.2 disk_io_perf.pem file_to_test.dat result.txt
15bash run_test.sh 172.16.52.108 172.16.55.2 disk_io_perf.pem file_to_test.dat result.txt