diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-02-19 09:36:58 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-23 14:21:17 +0000 |
commit | d86efcabfab8b561e43a6e04b28dcf5664c059a2 (patch) | |
tree | 145ce7e0568b046987dd976eb1c594e6e517028e /bootstrap-hw-tb2.sh | |
parent | c8d76a16533edac586a98d2842932804709fea30 (diff) |
Bootstrap for performance suite
Change-Id: I9ac58cd12b439c95b2c6aeb0efdcbd6f97d4c1ab
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
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/ |