diff options
Diffstat (limited to 'bootstrap-hw-tb2.sh')
-rwxr-xr-x | bootstrap-hw-tb2.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap-hw-tb2.sh b/bootstrap-hw-tb2.sh new file mode 100755 index 0000000000..c86a8d3a20 --- /dev/null +++ b/bootstrap-hw-tb2.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +virtualenv env +. env/bin/activate + +echo pip install +pip install -r requirements.txt + +PYTHONPATH=`pwd` pybot -L TRACE \ + -v TOPOLOGY_PATH:topologies/available/lf_testbed2-710-520.yaml \ + -s performance tests/ |