Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kat-lsg-dev committed Jan 24, 2025
1 parent b129c27 commit b807353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions microsoft/testsuites/core/azure_image_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,9 @@ def verify_repository_installed(self, node: Node) -> None: # noqa: C901
@TestCaseMetadata(
description="""
This test will check the serial console is enabled from kernel command line.
Steps:
1. Get the kernel command line from /var/log/messages, /var/log/syslog,
1. Get the kernel command line from /var/log/messages, /var/log/syslog,
dmesg, or journalctl output.
2. Check expected setting from kernel command line.
2.1. Expected to see 'console=ttyAMA0' for aarch64.
Expand Down Expand Up @@ -859,7 +859,7 @@ def verify_serial_console_is_enabled(self, node: Node) -> None:
raise LisaException(
"Fail to find console enabled line "
f"'console [{current_console_device}] enabled' "
f"or '{freebsd_pattern.pattern}' "
"or 'uart0: console (115200,n,8,1)' "
"from any log output"
)

Expand Down

0 comments on commit b807353

Please sign in to comment.