From: Arash Hekmat Date: Thu, 13 Sep 2018 19:04:02 +0000 (-0400) Subject: Added passenv line to use system proxy variables X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F66471%2F1;p=ccsdk%2Fplatform%2Fplugins.git Added passenv line to use system proxy variables Change-Id: I98de7f4a7f5e43bbb4f4c688578ba6a9a1f300cf Issue-ID: CCSDK-561 Signed-off-by: Arash Hekmat --- diff --git a/helm/tox.ini b/helm/tox.ini index 059a114..31e033e 100644 --- a/helm/tox.ini +++ b/helm/tox.ini @@ -10,6 +10,9 @@ deps = mock testfixtures -rdev-requirements.txt + +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY + # commands=nosetests --with-cov --cov-report term-missing --cov plugin plugin/tests commands=nosetests --with-xunit --with-cov --cov-report=xml --cov plugin plugin/tests