Assign cap quotas in run scripts and recipes

Issue #2398
This commit is contained in:
Norman Feske
2017-05-07 22:36:11 +02:00
committed by Christian Helmuth
parent e44f65f3b2
commit 773e08976d
162 changed files with 388 additions and 293 deletions

View File

@@ -32,6 +32,7 @@ install_config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>
<start name="test-lx_hybrid_ctors">
<resource name="RAM" quantum="1M"/>
</start>

View File

@@ -31,6 +31,7 @@ install_config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>
<start name="test-lx_hybrid_exception">
<resource name="RAM" quantum="1M"/>
</start>

View File

@@ -28,6 +28,7 @@ install_config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>
<start name="test-lx_hybrid_pthread_ipc">
<resource name="RAM" quantum="1M"/>
</start>

View File

@@ -27,16 +27,14 @@ set config {
<config>
<parent-provides>
<service name="ROM"/>
<service name="RM"/>
<service name="PD"/>
<service name="LOG"/>
<service name="IO_PORT"/>
<service name="IO_MEM"/>
<service name="IRQ"/>
<service name="CPU"/>
</parent-provides>
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>}
</default-route>
<default caps="100"/>}
append_if [expr {$test_type eq "static"}] config {
<start name="test-lx_rmap_static">}

View File

@@ -18,6 +18,7 @@ install_config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>
<start name="test-region_map_mmap">
<resource name="RAM" quantum="2M"/>
</start>