From d4d97233bf8aae575241080909370f81f68b6e82 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 27 Feb 2018 09:55:18 +0000 Subject: Add Junit to policy/engine LogParser package Test cases to improve the coverage of LogParser to 72% Change-Id: Idbf9dbbc7254d2ba4d6953852d7847b5070dd4d4 Issue-ID: POLICY-599 Signed-off-by: ramverma --- LogParser/src/test/resources/test_config_debug.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LogParser/src/test/resources/test_config_debug.properties') diff --git a/LogParser/src/test/resources/test_config_debug.properties b/LogParser/src/test/resources/test_config_debug.properties index 66b417339..3e9d614fe 100644 --- a/LogParser/src/test/resources/test_config_debug.properties +++ b/LogParser/src/test/resources/test_config_debug.properties @@ -29,3 +29,5 @@ SERVER=https://localhost:9091/pap/ LOGTYPE=PAP LOGPATH=/Workspaces/HealthCheck/debug/pap-rest.log PARSERLOGPATH=IntegrityMonitor.log +CHECK_INTERVAL=600000 +TIME_FRAME=5 \ No newline at end of file -- cgit 1.2.3-korg