commit | 658544f6e68d00f50ba5f6d8b96122e7bd372aba | [log] [tgz] |
---|---|---|
author | yan.haifeng <haifeng.yan@hp.com> | Fri Jun 12 14:41:41 2015 +0800 |
committer | yan.haifeng <haifeng.yan@hp.com> | Thu Jun 18 09:13:01 2015 +0800 |
tree | b071843c7f1472f6e47aa7db8ed87d52361d0306 | |
parent | b93e67690c35285e1fc01bfa02f7c0f9fe079765 [diff] |
Fix failed to access pip server when run behind proxy When we run tempest on the machine behind proxy,the pip command failed to connect to pypi.python.org to download packages. Fix it by add another option "passenv" to [testenv] section. Change-Id: Iedc40a2266be59a2298d5909486a1439f2757b8c Closes-Bug: #1463978