mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
depot_autopilot: test case for entrypoint
Test for entrypoint destruction and signalling. Issue #3704
This commit is contained in:
1
repos/base/recipes/pkg/test-entrypoint/README
Normal file
1
repos/base/recipes/pkg/test-entrypoint/README
Normal file
@@ -0,0 +1 @@
|
||||
Scenario that tests Genode::Entrypoint functionality
|
||||
2
repos/base/recipes/pkg/test-entrypoint/archives
Normal file
2
repos/base/recipes/pkg/test-entrypoint/archives
Normal file
@@ -0,0 +1,2 @@
|
||||
_/src/init
|
||||
_/src/test-entrypoint
|
||||
1
repos/base/recipes/pkg/test-entrypoint/hash
Normal file
1
repos/base/recipes/pkg/test-entrypoint/hash
Normal file
@@ -0,0 +1 @@
|
||||
2020-03-21 c9ee8f61ce95fdfdb183ba48b73d66c05f24230e
|
||||
28
repos/base/recipes/pkg/test-entrypoint/runtime
Normal file
28
repos/base/recipes/pkg/test-entrypoint/runtime
Normal file
@@ -0,0 +1,28 @@
|
||||
<runtime ram="32M" caps="1000" binary="init">
|
||||
|
||||
<events>
|
||||
<timeout meaning="failed" sec="60" />
|
||||
<log meaning="succeeded">child "test-entrypoint" exited with exit value 0</log>
|
||||
</events>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="test-entrypoint"/>
|
||||
</content>
|
||||
|
||||
<config>
|
||||
<parent-provides>
|
||||
<service name="LOG"/>
|
||||
<service name="PD"/>
|
||||
<service name="CPU"/>
|
||||
<service name="ROM"/>
|
||||
<service name="Timer"/>
|
||||
</parent-provides>
|
||||
<default-route>
|
||||
<any-service> <parent/> </any-service>
|
||||
</default-route>
|
||||
<start name="test-entrypoint" caps="100">
|
||||
<resource name="RAM" quantum="10M"/>
|
||||
</start>
|
||||
</config>
|
||||
</runtime>
|
||||
2
repos/base/recipes/src/test-entrypoint/content.mk
Normal file
2
repos/base/recipes/src/test-entrypoint/content.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
SRC_DIR = src/test/entrypoint
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
1
repos/base/recipes/src/test-entrypoint/hash
Normal file
1
repos/base/recipes/src/test-entrypoint/hash
Normal file
@@ -0,0 +1 @@
|
||||
2020-03-21 3b4a05c0704d0259fb66ad1cea1166231a2f19dd
|
||||
1
repos/base/recipes/src/test-entrypoint/used_apis
Normal file
1
repos/base/recipes/src/test-entrypoint/used_apis
Normal file
@@ -0,0 +1 @@
|
||||
base
|
||||
Reference in New Issue
Block a user