nixos/tests/evcc: Ignore ERROR level messages

The version checker fails with an ERROR message, so asserting on that
isn't useful for us since 0.110.2.
This commit is contained in:
Martin Weinelt 2023-01-09 02:34:55 +01:00
parent 2e60a42033
commit 56103f5f70
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -88,7 +88,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
with subtest("Check journal for errors"):
_, output = machine.execute("journalctl -o cat -u evcc.service")
assert "FATAL" not in output
assert "ERROR" not in output
with subtest("Check systemd hardening"):
_, output = machine.execute("systemd-analyze security evcc.service | grep -v ''")