mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Remove unused Qemu TCP redir from autopilot scripts
This commit is contained in:
@@ -261,6 +261,6 @@ proc nic_qemu_args { } {
|
||||
if {[have_spec x86]} { return "-net nic,model=e1000" }
|
||||
if {[have_spec lan9118]} { return "-net nic,model=lan9118" } }
|
||||
|
||||
append qemu_args "-nographic -net user -redir udp:5555::1337 [nic_qemu_args]"
|
||||
append qemu_args "-nographic -net user [nic_qemu_args]"
|
||||
|
||||
run_genode_until {.*Test done.*\n.*Test done.*\n} 60
|
||||
|
||||
@@ -283,6 +283,6 @@ proc nic_qemu_args { } {
|
||||
if {[have_spec x86]} { return "-net nic,model=e1000" }
|
||||
if {[have_spec lan9118]} { return "-net nic,model=lan9118" } }
|
||||
|
||||
append qemu_args "-nographic -net user -redir udp:5555::1337 [nic_qemu_args]"
|
||||
append qemu_args "-nographic -net user [nic_qemu_args]"
|
||||
|
||||
run_genode_until {.*Test done.*\n.*Test done.*\n.*Test done.*\n.*Test done.*\n.*Test done.*\n.*Test done.*\n} 60
|
||||
|
||||
Reference in New Issue
Block a user