mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00: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:
parent
f119d9ee8b
commit
71bda7db24
@ -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 } {
|
Loading…
x
Reference in New Issue
Block a user