X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Futils%2Fenv.py;h=d7b396eaa11b4cd7b16800d1b023042e7c86bbb3;hb=8043d389978b97a39f82c621381a0dff0b1425cd;hp=2fb766d3275954ce4cff7dc4b597fc4fc5b62d44;hpb=1bcf3137564e0b5ab396c35d209ca448ee1f74e5;p=functest.git diff --git a/functest/utils/env.py b/functest/utils/env.py index 2fb766d32..d7b396eaa 100644 --- a/functest/utils/env.py +++ b/functest/utils/env.py @@ -32,7 +32,8 @@ class Environment(object): if k not in os.environ: self.__setattr__(k, v) self._set_ci_run() - self._set_ci_loop() + if 'CI_LOOP' not in os.environ: + self._set_ci_loop() def _set_ci_run(self): if self.BUILD_TAG: