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 17, 2024
1 parent 95bd689 commit bca8834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/serial-console-connection
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import argparse
import serial
import sys
Expand All @@ -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 bca8834

Please sign in to comment.