Skip to content
Snippets Groups Projects
Commit 32150492 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Removed skyreach runtime and added postfix to molecule tests | refs #33064

parent 5b73eee8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment