We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a systemd with systemd using SystemdService class, service.exists property fails with
service.exists
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
On a systemd with systemd using SystemdService class,
service.exists
property fails withThe text was updated successfully, but these errors were encountered: