2013-04-06 16:35:18 +00:00
|
|
|
#
|
|
|
|
# Build
|
|
|
|
#
|
|
|
|
|
2012-01-10 11:56:45 +00:00
|
|
|
build "core init test/util_mmio"
|
|
|
|
|
2013-04-06 16:35:18 +00:00
|
|
|
#
|
|
|
|
# Boot image
|
|
|
|
#
|
|
|
|
|
2012-01-10 11:56:45 +00:00
|
|
|
create_boot_directory
|
|
|
|
|
|
|
|
install_config {
|
|
|
|
<config>
|
|
|
|
<parent-provides>
|
|
|
|
<service name="ROM"/>
|
|
|
|
<service name="RAM"/>
|
|
|
|
<service name="CPU"/>
|
|
|
|
<service name="RM"/>
|
|
|
|
<service name="CAP"/>
|
|
|
|
<service name="PD"/>
|
|
|
|
<service name="LOG"/>
|
|
|
|
</parent-provides>
|
|
|
|
<default-route>
|
|
|
|
<any-service> <parent/> </any-service>
|
|
|
|
</default-route>
|
2013-04-06 16:35:18 +00:00
|
|
|
<start name="test">
|
|
|
|
<binary name="test-util_mmio"/>
|
2012-01-10 11:56:45 +00:00
|
|
|
<resource name="RAM" quantum="10M"/>
|
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
}
|
|
|
|
|
|
|
|
build_boot_image "core init test-util_mmio"
|
|
|
|
|
2013-04-06 16:35:18 +00:00
|
|
|
#
|
|
|
|
# Execution
|
|
|
|
#
|
|
|
|
|
2012-01-10 11:56:45 +00:00
|
|
|
append qemu_args "-nographic -m 64"
|
|
|
|
|
2013-04-06 16:35:18 +00:00
|
|
|
run_genode_until "Test done.*\n" 10
|
|
|
|
|
|
|
|
#
|
|
|
|
# Conclusion
|
|
|
|
#
|
2012-01-10 11:56:45 +00:00
|
|
|
|
2013-04-06 16:35:18 +00:00
|
|
|
grep_output {\[init -\> test\]}
|
2012-01-10 11:56:45 +00:00
|
|
|
|
|
|
|
compare_output_to {
|
2013-04-06 16:35:18 +00:00
|
|
|
[init -> test] Test done
|
2012-01-10 11:56:45 +00:00
|
|
|
}
|