diff options
Diffstat (limited to 'xtesting/utils')
-rw-r--r-- | xtesting/utils/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/utils/constants.py b/xtesting/utils/constants.py index dae08ca6..18e03f68 100644 --- a/xtesting/utils/constants.py +++ b/xtesting/utils/constants.py @@ -2,4 +2,4 @@ # pylint: disable=missing-docstring -ENV_FILE = '/home/opnfv/xtesting/conf/env_file' +ENV_FILE = '/var/lib/xtesting/conf/env_file' |