Remove unused Qemu TCP redir from autopilot scripts

This commit is contained in:
Christian Helmuth 2017-08-24 11:23:02 +02:00
parent 1f0f182151
commit 2356128237
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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