From 9111f5ec7a6fbcec824d3c8d4018a7a6e109c466 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 14 Jun 2017 15:33:39 +0800 Subject: 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 --- anteater.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'anteater.conf') 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 -- cgit 1.2.3-korg