clean cruft from inout test script
This commit is contained in:
parent
42a5699326
commit
41a4b1f7ef
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@ proc chat {instr outstr} {
|
||||||
spawn socat -,echo=0,icanon=1 unix-connect:vm/monitor
|
spawn socat -,echo=0,icanon=1 unix-connect:vm/monitor
|
||||||
set monitor_id $spawn_id
|
set monitor_id $spawn_id
|
||||||
|
|
||||||
# expect "(qemu)"
|
|
||||||
# send "set_link virtio-net-pci.1 off\n"
|
|
||||||
# expect "(qemu)"
|
|
||||||
# send "set_link virtio-net-pci.0 off\n"
|
|
||||||
# expect "(qemu)"
|
|
||||||
# send "c\r\n"
|
|
||||||
|
|
||||||
spawn socat unix-connect:vm/console -
|
spawn socat unix-connect:vm/console -
|
||||||
set console_id $spawn_id
|
set console_id $spawn_id
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue