0bc00d80a10b410d9bb7b49a10f6badb2bce3a20
[functest.git] / functest / utils / constants.py
1 #!/usr/bin/env python
2
3 # pylint: disable=missing-docstring
4
5 import pkg_resources
6
7 CONFIG_FUNCTEST_YAML = pkg_resources.resource_filename(
8     'functest', 'ci/config_functest.yaml')
9
10 ENV_FILE = '/home/opnfv/functest/conf/env_file'