aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/constants.py
blob: 5e7c24422d6eaee1d19cb570ee20e88193260848 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python

# 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 = constants.ENV_FILE