We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4af931 commit 9a69c22Copy full SHA for 9a69c22
molecule/default/tests/test_default.py
@@ -42,10 +42,12 @@ def test_symlink(host):
42
def test_services(host):
43
"""Verify that the expected services are present."""
44
s = host.service("systemd-resolved")
45
- # This assertion currently fails because of
+ # TODO - This assertion currently fails because of
46
# pytest-dev/pytest-testinfra#757. Once
47
# pytest-dev/pytest-testinfra#754 has been merged and a new
48
# release is created the following line can be uncommented.
49
+ #
50
+ # See #3 for more details.
51
# assert s.exists, "systemd-resolved service does not exist."
52
assert s.is_enabled, "systemd-resolved service is not enabled."
53
assert s.is_running, "systemd-resolved service is not running."
0 commit comments