Stop using urljoin when adding v3
[functest.git] / functest / utils / constants.py
1 #!/usr/bin/env python
2
3 # pylint: disable=missing-docstring
4
5 import pkg_resources
6 from xtesting.utils import constants
7
8 CONFIG_FUNCTEST_YAML = pkg_resources.resource_filename(
9     'functest', 'ci/config_functest.yaml')
10
11 ENV_FILE = constants.ENV_FILE