Skip to content

Commit

Permalink
test: universally ignore netplan apply dbus issue (#5178)
Browse files Browse the repository at this point in the history
The old check didn't catch all cases.
  • Loading branch information
TheRealFalcon committed Apr 16, 2024
1 parent b86f406 commit 5d587ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration_tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,8 @@ def verify_clean_log(log: str, ignore_deprecations: bool = True):
)
if "found network data from DataSourceNone" in log:
warning_texts.append("Used fallback datasource")
warning_texts.append(
"Falling back to a hard restart of systemd-networkd.service"
)
if "['netplan', 'apply']" in log:
warning_texts.append("Failed to connect system bus")
if "oracle" in log:
# LP: #1842752
lease_exists_text = "Stderr: RTNETLINK answers: File exists"
Expand Down

0 comments on commit 5d587ec

Please sign in to comment.