aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/utils/constants.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2021-05-25 12:00:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-05-25 12:00:54 +0000
commit562b808d7cf350e3a56cbfbd02352d40f67ed64f (patch)
treeea367ee9465282e2ac4e699e366595b7ed85dc3a /xtesting/utils/constants.py
parentaff374413e80501108a619141b636c127b4905cb (diff)
parentc9f92317cf20465987ff187733dd620e8d1fdc4f (diff)
Merge "Use constants instead of hard-coding paths"
Diffstat (limited to 'xtesting/utils/constants.py')
-rw-r--r--xtesting/utils/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/utils/constants.py b/xtesting/utils/constants.py
index 7677f2e5..acd0d31d 100644
--- a/xtesting/utils/constants.py
+++ b/xtesting/utils/constants.py
@@ -6,7 +6,7 @@ import os
ENV_FILE = '/var/lib/xtesting/conf/env_file'
-RESULTS_DIR = '/var/lib/xtesting/results/'
+RESULTS_DIR = '/var/lib/xtesting/results'
LOG_PATH = os.path.join(RESULTS_DIR, 'xtesting.log')
DEBUG_LOG_PATH = os.path.join(RESULTS_DIR, 'xtesting.debug.log')