diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-27 19:58:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-27 19:58:51 +0000 |
commit | 0b437d897ed2f18df6d89987056faa945531c033 (patch) | |
tree | 6584713692d546641938b215e3e18ff8be18a7ff /LogParser/src/test/resources | |
parent | 005ae324e9b123ecf7d5fbcc9f6a6e6b1cf44040 (diff) | |
parent | d4d97233bf8aae575241080909370f81f68b6e82 (diff) |
Merge "Add Junit to policy/engine LogParser package"
Diffstat (limited to 'LogParser/src/test/resources')
-rw-r--r-- | LogParser/src/test/resources/test_config_debug.properties | 2 | ||||
-rw-r--r-- | LogParser/src/test/resources/test_config_error.properties | 2 |
2 files changed, 4 insertions, 0 deletions
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 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 |