add ext4 as rootfsType
This commit is contained in:
11
tests/ext4/script.expect
Normal file
11
tests/ext4/script.expect
Normal file
@@ -0,0 +1,11 @@
|
||||
set timeout 10
|
||||
|
||||
spawn socat unix-connect:vm/console -
|
||||
send "\r\n"
|
||||
expect "login:" { send "root\r\n" }
|
||||
expect "#"
|
||||
send "echo HELLO WORLD > /hello\r\n"
|
||||
expect "#"
|
||||
send "cat /hello\r\n"
|
||||
expect 'HELLO WORLD'
|
||||
close
|
Reference in New Issue
Block a user