nic_router tests: remove unused platform driver

This commit is contained in:
Stefan Kalkowski 2022-02-10 15:45:44 +01:00 committed by Norman Feske
parent a9b8b6e6c2
commit 50c7104e22
3 changed files with 2 additions and 7 deletions

View File

@ -2,11 +2,10 @@ if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} {
puts "Autopilot mode is not supported on this platform." puts "Autopilot mode is not supported on this platform."
exit 0 exit 0
} }
source ${genode_dir}/repos/base/run/platform_drv.inc
set targets "core init timer server/nic_router server/nic_bridge set targets "core init timer server/nic_router server/nic_bridge
test/lwip/http_srv test/lwip/http_clnt test/lwip/udp 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 } { proc client_bin { prot } {
if {$prot == "udp"} { return "test-lwip-udp-client" } 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 " set boot_modules "
core init timer nic_router nic_bridge nic_loopback ld.lib.so 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] 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 " append qemu_args "-nographic "

View File

@ -275,8 +275,6 @@ append config {
<default caps="200"/> <default caps="200"/>
} [platform_drv_config] {
<start name="timer" priority="0"> <start name="timer" priority="0">
<resource name="RAM" quantum="1M"/> <resource name="RAM" quantum="1M"/>
<resource name="CPU" quantum="5"/> <resource name="CPU" quantum="5"/>

View File

@ -198,8 +198,6 @@ append config {
<default caps="100"/> <default caps="100"/>
} [platform_drv_config] {
<start name="timer" priority="0"> <start name="timer" priority="0">
<resource name="RAM" quantum="1M"/> <resource name="RAM" quantum="1M"/>
<resource name="CPU" quantum="5"/> <resource name="CPU" quantum="5"/>