Region-map attach/detach stress depot_autopilot test

Issue #3715
This commit is contained in:
Christian Helmuth
2020-04-03 15:51:36 +02:00
parent ff378a8c5b
commit c783764d0b
10 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1 @@
Scenario that stresses region-map attachments

View File

@@ -0,0 +1,2 @@
_/src/init
_/src/test-rm_stress

View File

@@ -0,0 +1 @@
2020-04-02 d6b3e6026d373f74858d7a1b4759aeb431e43afc

View 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>

View File

@@ -0,0 +1,2 @@
SRC_DIR = src/test/rm_stress
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@@ -0,0 +1 @@
2020-04-02 39f4647992e33fba4b5aea0d490285e4cee797b1

View File

@@ -0,0 +1 @@
base