Commit 79cbbb45 authored by Rafael Monnerat's avatar Rafael Monnerat

monitor: Update test after add statistic-script

parent c0655534
...@@ -41,6 +41,7 @@ class MonitorBootstrapTest(unittest.TestCase): ...@@ -41,6 +41,7 @@ class MonitorBootstrapTest(unittest.TestCase):
private_path_list="", private_path_list="",
promise_run_script="/bin/echo", promise_run_script="/bin/echo",
collect_run_script="/bin/echo", collect_run_script="/bin/echo",
statistic_script="/bin/echo"
) )
self.monitor_conf = """[monitor] self.monitor_conf = """[monitor]
parameter-file-path = %(base_dir)s/knowledge0.cfg parameter-file-path = %(base_dir)s/knowledge0.cfg
...@@ -64,6 +65,7 @@ parameter-list = ...@@ -64,6 +65,7 @@ parameter-list =
webdav-folder = %(base_dir)s/webdav webdav-folder = %(base_dir)s/webdav
collect-script = %(collect_run_script)s collect-script = %(collect_run_script)s
statistic-script = %(statistic_script)s
python = python python = python
monitor-url-list = %(url_list)s monitor-url-list = %(url_list)s
collector-db = collector-db =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment