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