aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hw-tb2.sh
diff options
context:
space:
mode:
authorMiroslav Miklus <mmiklus@cisco.com>2016-03-01 16:11:34 +0100
committerGerrit Code Review <gerrit@fd.io>2016-03-07 13:23:58 +0000
commitcdf3213528f5f560d8d8b92c642f655cef706745 (patch)
treee72dd9ae8580cf5417340c6f379b0bf9b0c4595c /bootstrap-hw-tb2.sh
parent3ea531a687827454360659f91aaa026001e75d4e (diff)
Performance suite reorg, v4 tests
- perf suite splitted to 1.xconnect 2.bridge-domain 3.IPv4 - IPv4 perf tests implemented - renamed perf tests prefix 2core -> 1core Change-Id: I9ef2dbdfcfdcb36e8865989e6255d69ced33269c Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-hw-tb2.sh')
-rwxr-xr-xbootstrap-hw-tb2.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap-hw-tb2.sh b/bootstrap-hw-tb2.sh
index c86a8d3a20..bb5afcaac3 100755
--- a/bootstrap-hw-tb2.sh
+++ b/bootstrap-hw-tb2.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+set -x
+
+sudo apt-get -y update
+sudo apt-get -y install libpython2.7-dev python-virtualenv
+
virtualenv env
. env/bin/activate