Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service.exists with systemd fails #768

Closed
sblaisot opened this issue May 26, 2024 · 0 comments · Fixed by #767
Closed

service.exists with systemd fails #768

sblaisot opened this issue May 26, 2024 · 0 comments · Fixed by #767

Comments

@sblaisot
Copy link
Contributor

On a systemd with systemd using SystemdService class, service.exists property fails with

 AssertionError: Unexpected exit code 2 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f23a47a8520>, exit_status=2, command=b'systemctl list-unit-files | grep -q"^avahi-daemon"', _stdout=b'', _stderr=b"grep: invalid option -- '^'\nUsage: grep [OPTION]... PATTERNS [FILE]...\nTry 'grep --help' for more information.\n")
assert 2 in [0, 1]
+  where 2 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f23a47a8520>, exit_status=2, command=b'syst...=b"grep: invalid option -- '^'\nUsage: grep [OPTION]... PATTERNS [FILE]...\nTry 'grep --help' for more information.\n").rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant