Move cpu_quota.run from os to base-hw repository

This test works only on the base-hw kernel after all.
This commit is contained in:
Norman Feske 2023-05-04 16:14:29 +02:00 committed by Christian Helmuth
parent f119d9ee8b
commit 71bda7db24

View File

@ -1,19 +1,4 @@
# build { core init timer lib/ld test/cpu_quota }
# Check platform
#
# HW is the only kernel that provides appliance of quota to the scheduling.
#
assert_spec hw
#
# Build
#
build "core init timer test/cpu_quota"
#
# Boot image
#
create_boot_directory create_boot_directory
@ -118,19 +103,12 @@ install_config {
</config> </config>
} }
build_boot_image "core ld.lib.so init timer test-cpu_quota test-sync" build_boot_image [build_artifacts]
#
# Execution
#
append qemu_args "-nographic " append qemu_args "-nographic "
run_genode_until ".*done.*\n.*done.*\n.*done.*\n" 110 run_genode_until ".*done.*\n.*done.*\n.*done.*\n" 110
#
# Conclusion
#
set err_cnt 0 set err_cnt 0
proc check_counter { name opt cnt total_cnt } { proc check_counter { name opt cnt total_cnt } {