mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
committed by
Christian Helmuth
parent
f119d9ee8b
commit
71bda7db24
@@ -1,19 +1,4 @@
|
||||
#
|
||||
# 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
|
||||
#
|
||||
build { core init timer lib/ld test/cpu_quota }
|
||||
|
||||
create_boot_directory
|
||||
|
||||
@@ -118,19 +103,12 @@ install_config {
|
||||
</config>
|
||||
}
|
||||
|
||||
build_boot_image "core ld.lib.so init timer test-cpu_quota test-sync"
|
||||
|
||||
#
|
||||
# Execution
|
||||
#
|
||||
build_boot_image [build_artifacts]
|
||||
|
||||
append qemu_args "-nographic "
|
||||
|
||||
run_genode_until ".*done.*\n.*done.*\n.*done.*\n" 110
|
||||
|
||||
#
|
||||
# Conclusion
|
||||
#
|
||||
set err_cnt 0
|
||||
|
||||
proc check_counter { name opt cnt total_cnt } {
|
||||
Reference in New Issue
Block a user