Skip to content

Commit

Permalink
test: Update message for netplan apply dbus issue
Browse files Browse the repository at this point in the history
5d587ec used an error that has changed between versions.
  • Loading branch information
TheRealFalcon authored and blackboxsw committed Apr 18, 2024
1 parent d135189 commit 9bcb3dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration_tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ def verify_clean_log(log: str, ignore_deprecations: bool = True):
if "found network data from DataSourceNone" in log:
warning_texts.append("Used fallback datasource")
if "['netplan', 'apply']" in log:
warning_texts.append("Failed to connect system bus")
warning_texts.append(
"Falling back to a hard restart of systemd-networkd.service"
)
if "oracle" in log:
# LP: #1842752
lease_exists_text = "Stderr: RTNETLINK answers: File exists"
Expand Down

0 comments on commit 9bcb3dc

Please sign in to comment.