diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-02-27 09:55:18 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-02-27 09:58:34 +0000 |
commit | d4d97233bf8aae575241080909370f81f68b6e82 (patch) | |
tree | 8490b58b92b522949617892b40ef604d98549373 /LogParser/src/test/resources/test_config_error.properties | |
parent | 47c1630d48e40e1fbc051fa6eae251ffbe1d4945 (diff) |
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 <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'LogParser/src/test/resources/test_config_error.properties')
-rw-r--r-- | LogParser/src/test/resources/test_config_error.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LogParser/src/test/resources/test_config_error.properties b/LogParser/src/test/resources/test_config_error.properties index 3c5c07019..2348493b5 100644 --- a/LogParser/src/test/resources/test_config_error.properties +++ b/LogParser/src/test/resources/test_config_error.properties @@ -29,3 +29,5 @@ SERVER=https://localhost:9091/pap/ LOGTYPE=PAP LOGPATH=/Workspaces/HealthCheck/error/pap-rest.log PARSERLOGPATH=IntegrityMonitor.log +CHECK_INTERVAL=600000 +TIME_FRAME=five
\ No newline at end of file |