mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
nic_router tests: remove unused platform driver
This commit is contained in:
parent
a9b8b6e6c2
commit
50c7104e22
@ -2,11 +2,10 @@ if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} {
|
||||
puts "Autopilot mode is not supported on this platform."
|
||||
exit 0
|
||||
}
|
||||
source ${genode_dir}/repos/base/run/platform_drv.inc
|
||||
|
||||
set targets "core init timer server/nic_router server/nic_bridge
|
||||
test/lwip/http_srv test/lwip/http_clnt test/lwip/udp
|
||||
server/nic_loopback lib/vfs/lwip [platform_drv_build_components]"
|
||||
server/nic_loopback lib/vfs/lwip "
|
||||
|
||||
proc client_bin { prot } {
|
||||
if {$prot == "udp"} { return "test-lwip-udp-client" }
|
||||
@ -74,6 +73,6 @@ proc server_config { name prot ip_addr gateway netmask nic port } {
|
||||
set boot_modules "
|
||||
core init timer nic_router nic_bridge nic_loopback ld.lib.so
|
||||
libc.lib.so vfs.lib.so vfs_lwip.lib.so [client_bin udp] [server_bin udp]
|
||||
[client_bin http] [server_bin http] [platform_drv_boot_modules]"
|
||||
[client_bin http] [server_bin http] "
|
||||
|
||||
append qemu_args "-nographic "
|
||||
|
@ -275,8 +275,6 @@ append config {
|
||||
|
||||
<default caps="200"/>
|
||||
|
||||
} [platform_drv_config] {
|
||||
|
||||
<start name="timer" priority="0">
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<resource name="CPU" quantum="5"/>
|
||||
|
@ -198,8 +198,6 @@ append config {
|
||||
|
||||
<default caps="100"/>
|
||||
|
||||
} [platform_drv_config] {
|
||||
|
||||
<start name="timer" priority="0">
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<resource name="CPU" quantum="5"/>
|
||||
|
Loading…
Reference in New Issue
Block a user