aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-13 11:50:34 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-13 14:58:48 +0100
commit0424a6d98739ac7499c28799570ea8a625c0779c (patch)
treec5eed980bf32ab82f77da94f26e4fe6ae6cbde44 /functest/utils/env.py
parent2fbff506d2bece39db007af98c7c5292329b7f31 (diff)
Remove INSTALLER_IP from Functest
It's mandatory for testcases which are out of Functest. Change-Id: Ia5f5134334ad9f69d44409d817616fa9033fae95 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py
index 110164bee..b626473a9 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -16,7 +16,6 @@ class Environment(object): # pylint: disable=too-few-public-methods
'DEPLOY_SCENARIO': 'os-nosdn-nofeature-noha',
'DEPLOY_TYPE': 'virt',
'INSTALLER_TYPE': None,
- 'INSTALLER_IP': None,
'BUILD_TAG': None,
'OS_ENDPOINT_TYPE': None,
'OS_AUTH_URL': None,