Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kat-lsg-dev committed Jan 27, 2025
1 parent 1dfcb9a commit f820989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/core/azure_image_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def verify_repository_installed(self, node: Node) -> None: # noqa: C901
2. Check expected setting from kernel command line.
2.1. Expected to see 'console=ttyAMA0' for aarch64.
2.2. Expected to see 'console=ttyS0' for x86_64.
2.3. Expected to see 'uart0: console 115200,n,8,1 for FreeBSD.
2.3. Expected to see 'uart0: console (115200,n,8,1)' for FreeBSD.
""",
priority=1,
requirement=simple_requirement(supported_platform_type=[AZURE, READY]),
Expand Down

0 comments on commit f820989

Please sign in to comment.