Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
(from parent 2:
3da2c95
)
Merge "Get daisy installer IP"
author
Jose Lausuch
<jalausuch@suse.com>
Mon, 16 Oct 2017 09:14:23 +0000
(09:14 +0000)
committer
Gerrit Code Review
<gerrit@opnfv.org>
Mon, 16 Oct 2017 09:14:23 +0000
(09:14 +0000)
jjb/bottlenecks/bottlenecks-run-suite.sh
patch
|
blob
|
history
diff --git
a/jjb/bottlenecks/bottlenecks-run-suite.sh
b/jjb/bottlenecks/bottlenecks-run-suite.sh
index
c349062
..
0e325e1
100644
(file)
--- a/
jjb/bottlenecks/bottlenecks-run-suite.sh
+++ b/
jjb/bottlenecks/bottlenecks-run-suite.sh
@@
-77,8
+77,8
@@
if [[ $SUITE_NAME == *posca* ]]; then
cd ${RELENG_REPO}/modules
sudo virtualenv venv
source venv/bin/activate
- sudo pip install -e ./ >/dev/null
- sudo pip install netaddr
+ sudo
-H
pip install -e ./ >/dev/null
+ sudo
-H
pip install netaddr
if [[ ${INSTALLER_TYPE} == compass ]]; then
options="-u root -p root"