aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-02-13 20:36:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-13 20:36:01 +0000
commite3299f119c93a57e00d1aaeeb1f7073a1adf7b87 (patch)
treed2d5fe3e3afcb3f86343947957db0b18786f7452 /functest/opnfv_tests/openstack
parent7ccd4189200f3fc1bf1429ea4fb7e6001bce7803 (diff)
parent0424a6d98739ac7499c28799570ea8a625c0779c (diff)
Merge "Remove INSTALLER_IP from Functest"
Diffstat (limited to 'functest/opnfv_tests/openstack')
-rw-r--r--functest/opnfv_tests/openstack/tempest/conf_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py
index efcbe7fdc..f128784c2 100644
--- a/functest/opnfv_tests/openstack/tempest/conf_utils.py
+++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py
@@ -52,7 +52,6 @@ TEST_ACCOUNTS_FILE = pkg_resources.resource_filename(
'opnfv_tests/openstack/tempest/custom_tests/test_accounts.yaml')
CI_INSTALLER_TYPE = CONST.__getattribute__('INSTALLER_TYPE')
-CI_INSTALLER_IP = CONST.__getattribute__('INSTALLER_IP')
""" logging configuration """
LOGGER = logging.getLogger(__name__)