Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
1476018f
Commit
1476018f
authored
5 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Changed log type for skipped tests
parent
c94f75a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test_monitoring.py
+1
-1
1 addition, 1 deletion
tests/test_monitoring.py
tests/test_nginx_vhosts.py
+1
-1
1 addition, 1 deletion
tests/test_nginx_vhosts.py
with
2 additions
and
2 deletions
tests/test_monitoring.py
+
1
−
1
View file @
1476018f
...
...
@@ -27,7 +27,7 @@ def check_munin():
u
.
error
(
'
Munin directory
"
%s
"
not found.
'
%
MUNIN_WWW_PATH
)
return
1
else
:
u
.
error
(
'
Munin is not installed.
'
)
u
.
info
(
'
Munin is not installed
, test skipped
.
'
)
return
2
# get cpu day graph of each host
...
...
This diff is collapsed.
Click to expand it.
tests/test_nginx_vhosts.py
+
1
−
1
View file @
1476018f
...
...
@@ -185,7 +185,7 @@ def main():
# check that Nginx dir exists
nginx_dir
=
"
/etc/nginx/sites-enabled
"
if
not
Path
(
nginx_dir
).
exists
():
u
.
error
(
"
nginx dir does not exists (
'
%s
'
).
"
%
nginx_dir
)
u
.
info
(
"
nginx dir does not exists (
'
%s
'
)
, test skipped
.
"
%
nginx_dir
)
exit
(
2
)
# check that Wowza is installed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment