From d86efcabfab8b561e43a6e04b28dcf5664c059a2 Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Fri, 19 Feb 2016 09:36:58 +0100 Subject: [PATCH] Bootstrap for performance suite Change-Id: I9ac58cd12b439c95b2c6aeb0efdcbd6f97d4c1ab Signed-off-by: Miroslav Miklus --- bootstrap-hw-tb2.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bootstrap-hw-tb2.sh 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/ -- 2.16.6