Skip to content

Commit

Permalink
tests/serial-console-connection: update default hostname
Browse files Browse the repository at this point in the history
For bookworm.
  • Loading branch information
mika authored and zeha committed Aug 19, 2024
1 parent 95bd689 commit 844419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serial-console-connection
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parser.add_argument(
help="serial console device to connect " + "to (e.g. /dev/pts/X)",
)
parser.add_argument(
"--hostname", default="buster", help="hostname of the system for login process"
"--hostname", default="bookworm", help="hostname of the system for login process"
)
parser.add_argument("--user", default="root", help="user name to use for login")
parser.add_argument("--password", default="grml", help="password for login")
Expand Down

0 comments on commit 844419c

Please sign in to comment.