diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-28 18:46:13 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-28 19:13:53 +0100 |
commit | dbcae9d07be758e2fbb14f6f8dcd3d131c7fbd19 (patch) | |
tree | 61f52ad7d2e9d74426d1d9204858963508144b46 /xtesting/utils | |
parent | 22b982b2156111e04a5d16da6c640ce3028a8916 (diff) |
Switch from /home/opnfv/functest to /var/lib/xtesting
Functest containers will have to create symlinks to allow publishing
artifacts.
All classes create the mandatory dirs.
Change-Id: Ia1f215005d553dd6d64685e4d8a3f5c843c5db7a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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' |