Increase test RAM quotas for sel4 64-bit

This commit is contained in:
Christian Helmuth 2017-11-02 14:54:12 +01:00
parent d67db5cd74
commit b0683a5acf
10 changed files with 15 additions and 17 deletions

View File

@ -38,7 +38,7 @@ install_config {
<config> <policy label_prefix="test-libc_vfs" root="/libc_vfs" writeable="yes" /> </config>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<config>
<vfs>
<fs />

View File

@ -98,7 +98,7 @@ append config {
</route>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<config>
<libc stdout="/dev/log">
<vfs>

View File

@ -35,7 +35,7 @@ set config {
<config> <default-policy root="/" writeable="yes"/> </config>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<config>
<iterations value="1"/>}
append_if [have_include "power_on/qemu"] config {
@ -59,7 +59,7 @@ install_config $config
build_boot_image {
core init
ld.lib.so libc.lib.so libm.lib.so
ld.lib.so libc.lib.so
ram_fs test-libc_vfs
}

View File

@ -35,7 +35,7 @@ set config {
<config size="16K" block_size="4096"/>
</start>
<start name="test-libc_vfs_block">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<config>
<vfs> <dir name="dev"> <block/> </dir> </vfs>
<libc/>
@ -74,7 +74,7 @@ install_config $config
build_boot_image {
core init
ld.lib.so libc.lib.so libm.lib.so posix.lib.so
ld.lib.so libc.lib.so
ram_blk test-libc_vfs_block
}

View File

@ -160,8 +160,7 @@ install_config $config
# generic modules
append boot_modules {
libc.lib.so libm.lib.so posix.lib.so
test-libc_vfs
libc.lib.so test-libc_vfs
}
lappend boot_modules {*}$test_boot_modules

View File

@ -38,7 +38,7 @@ set config {
</config>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<config>
<iterations value="1"/>}
append_if [have_include "power_on/qemu"] config {
@ -62,7 +62,7 @@ install_config $config
build_boot_image {
core init vfs
ld.lib.so libc.lib.so libm.lib.so posix.lib.so
ld.lib.so libc.lib.so
test-libc_vfs
}
@ -70,7 +70,7 @@ build_boot_image {
# Execute test case
#
append qemu_args " -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
# vi: set ft=tcl :

View File

@ -77,7 +77,7 @@ append config {
</config>
</start>
<start name="test-libc_vfs">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="4M"/>
<config>
<libc stdout="/dev/log"/>
<vfs>

View File

@ -56,7 +56,7 @@ install_config $config
build_boot_image {
core init
ld.lib.so libc.lib.so libm.lib.so
ld.lib.so libc.lib.so
test-libc_vfs
}

View File

@ -36,7 +36,7 @@ set config {
</default-route>
<default caps="100"/>
<start name="test-python">
<resource name="RAM" quantum="3M"/>
<resource name="RAM" quantum="4M"/>
<config>
<vfs>
<dir name="dev"> <log/> </dir>

View File

@ -110,12 +110,11 @@ set boot_modules {
ram_fs
rom_logger
rom_to_file
test-libc_vfs
timer
}
build_boot_image $boot_modules
append qemu_args " -nographic"
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
run_genode_until forever