Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
slapos.toolbox
Commits
79cbbb45
Commit
79cbbb45
authored
Apr 10, 2017
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monitor: Update test after add statistic-script
parent
c0655534
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
slapos/test/monitor/testbootstrap.py
slapos/test/monitor/testbootstrap.py
+2
-0
No files found.
slapos/test/monitor/testbootstrap.py
View file @
79cbbb45
...
...
@@ -41,6 +41,7 @@ class MonitorBootstrapTest(unittest.TestCase):
private_path_list
=
""
,
promise_run_script
=
"/bin/echo"
,
collect_run_script
=
"/bin/echo"
,
statistic_script
=
"/bin/echo"
)
self
.
monitor_conf
=
"""[monitor]
parameter-file-path = %(base_dir)s/knowledge0.cfg
...
...
@@ -64,6 +65,7 @@ parameter-list =
webdav-folder = %(base_dir)s/webdav
collect-script = %(collect_run_script)s
statistic-script = %(statistic_script)s
python = python
monitor-url-list = %(url_list)s
collector-db =
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment