mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
Remove unused Qemu TCP redir from autopilot scripts
This commit is contained in:
parent
1f0f182151
commit
2356128237
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user