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
32150492
Commit
32150492
authored
4 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Removed skyreach runtime and added postfix to molecule tests | refs
#33064
parent
5b73eee8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/molecule/default/tests/test_mediaserver.py
+6
-0
6 additions, 0 deletions
ansible/molecule/default/tests/test_mediaserver.py
ansible/molecule/default/tests/test_mirismanager.py
+6
-6
6 additions, 6 deletions
ansible/molecule/default/tests/test_mirismanager.py
with
12 additions
and
6 deletions
ansible/molecule/default/tests/test_mediaserver.py
+
6
−
0
View file @
32150492
...
...
@@ -49,3 +49,9 @@ def test_fail2ban_service(host):
s
=
host
.
service
(
"
fail2ban
"
)
assert
s
.
is_running
def
test_postfix_service
(
host
):
s
=
host
.
service
(
"
postfix
"
)
assert
s
.
is_running
This diff is collapsed.
Click to expand it.
ansible/molecule/default/tests/test_mirismanager.py
+
6
−
6
View file @
32150492
...
...
@@ -14,12 +14,6 @@ def test_manager_is_installed(host):
assert
p
.
is_installed
def
test_manager_runtime_is_installed
(
host
):
p
=
host
.
package
(
"
ubicast-skyreach-runtime
"
)
assert
p
.
is_installed
def
test_manager_user
(
host
):
u
=
host
.
user
(
"
skyreach
"
)
...
...
@@ -55,3 +49,9 @@ def test_fail2ban_service(host):
s
=
host
.
service
(
"
fail2ban
"
)
assert
s
.
is_running
def
test_postfix_service
(
host
):
s
=
host
.
service
(
"
postfix
"
)
assert
s
.
is_running
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