aboutsummaryrefslogtreecommitdiffstats
path: root/anteater.conf
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-06-14 15:33:39 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-06-14 17:01:13 +0800
commit9111f5ec7a6fbcec824d3c8d4018a7a6e109c466 (patch)
tree7161baa34f2e1f7a556f275e94410682bdc88530 /anteater.conf
parentb1959f18852ef2b4ce3447130e25c78bc6fb195e (diff)
Fix log directory issues
1. /home/opnfv can not be created in osx 2. when the log directory is not existed, anteater_logger.py will fail 3. add new added directory .reports into .gitignore Change-Id: If3833bfbaf160d35afab1c71d3fab060a1164da6 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'anteater.conf')
-rw-r--r--anteater.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/anteater.conf b/anteater.conf
index 198ebbc..8dcc897 100644
--- a/anteater.conf
+++ b/anteater.conf
@@ -1,4 +1,4 @@
[config]
-reports_dir = /home/opnfv/reports/
-anteater_log = /home/opnfv/anteater.log
-gate_checks = /home/opnfv/anteater/gatechecks.yaml
+reports_dir = .reports/
+anteater_log = .reports/anteater.log
+gate_checks = ./gatechecks.yaml