summaryrefslogtreecommitdiffstats
path: root/tests/boot.kermit
blob: 5bac7b238341fbdbb4a9636fcb09cf9ee0ef2866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#Read the library
take \%1/libptxdisttest.kermit

#Set up the line
ptx_init \%2

ptx_wait_string_single "Checking for U-Boot" 60 "U-Boot"
ptx_wait_string_single "Checking for Kernel" 30 "Linux version"
ptx_wait_string_single "Checking for init" 30 "init started:"
ptx_wait_string_single "Checking for login" 120 "login:"

ptx_exit