mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
1
repos/base/recipes/pkg/test-rm_stress/README
Normal file
1
repos/base/recipes/pkg/test-rm_stress/README
Normal file
@@ -0,0 +1 @@
|
||||
Scenario that stresses region-map attachments
|
||||
2
repos/base/recipes/pkg/test-rm_stress/archives
Normal file
2
repos/base/recipes/pkg/test-rm_stress/archives
Normal file
@@ -0,0 +1,2 @@
|
||||
_/src/init
|
||||
_/src/test-rm_stress
|
||||
1
repos/base/recipes/pkg/test-rm_stress/hash
Normal file
1
repos/base/recipes/pkg/test-rm_stress/hash
Normal file
@@ -0,0 +1 @@
|
||||
2020-04-02 d6b3e6026d373f74858d7a1b4759aeb431e43afc
|
||||
29
repos/base/recipes/pkg/test-rm_stress/runtime
Normal file
29
repos/base/recipes/pkg/test-rm_stress/runtime
Normal file
@@ -0,0 +1,29 @@
|
||||
<runtime ram="32M" caps="1000" binary="init">
|
||||
|
||||
<events>
|
||||
<timeout meaning="failed" sec="45"/>
|
||||
<log meaning="succeeded">child "test-rm_stress" exited with exit value 0</log>
|
||||
<log meaning="failed">child "test-rm_stress" exited with exit value -1</log>
|
||||
</events>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="test-rm_stress"/>
|
||||
</content>
|
||||
|
||||
<config>
|
||||
<parent-provides>
|
||||
<service name="ROM"/>
|
||||
<service name="CPU"/>
|
||||
<service name="RM"/>
|
||||
<service name="PD"/>
|
||||
<service name="LOG"/>
|
||||
</parent-provides>
|
||||
<default-route>
|
||||
<any-service> <parent/> </any-service>
|
||||
</default-route>
|
||||
<start name="test-rm_stress" caps="110">
|
||||
<resource name="RAM" quantum="10M"/>
|
||||
</start>
|
||||
</config>
|
||||
</runtime>
|
||||
2
repos/base/recipes/src/test-rm_stress/content.mk
Normal file
2
repos/base/recipes/src/test-rm_stress/content.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
SRC_DIR = src/test/rm_stress
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
1
repos/base/recipes/src/test-rm_stress/hash
Normal file
1
repos/base/recipes/src/test-rm_stress/hash
Normal file
@@ -0,0 +1 @@
|
||||
2020-04-02 39f4647992e33fba4b5aea0d490285e4cee797b1
|
||||
1
repos/base/recipes/src/test-rm_stress/used_apis
Normal file
1
repos/base/recipes/src/test-rm_stress/used_apis
Normal file
@@ -0,0 +1 @@
|
||||
base
|
||||
Reference in New Issue
Block a user