X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Futils%2Fconstants.py;h=5e7c24422d6eaee1d19cb570ee20e88193260848;hb=9e4e6f049fa7d5cce8db61dfa2ebebc55f91c1d8;hp=0bc00d80a10b410d9bb7b49a10f6badb2bce3a20;hpb=58dd7174657c66254ae4c511850ac7d49b1dd98f;p=functest.git diff --git a/functest/utils/constants.py b/functest/utils/constants.py index 0bc00d80a..5e7c24422 100644 --- a/functest/utils/constants.py +++ b/functest/utils/constants.py @@ -3,8 +3,9 @@ # pylint: disable=missing-docstring import pkg_resources +from xtesting.utils import constants CONFIG_FUNCTEST_YAML = pkg_resources.resource_filename( 'functest', 'ci/config_functest.yaml') -ENV_FILE = '/home/opnfv/functest/conf/env_file' +ENV_FILE = constants.ENV_FILE