aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/systems/system4/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aiet/test_resources/systems/system4/aiet-config.json')
-rw-r--r--tests/aiet/test_resources/systems/system4/aiet-config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/aiet/test_resources/systems/system4/aiet-config.json b/tests/aiet/test_resources/systems/system4/aiet-config.json
new file mode 100644
index 0000000..295e00f
--- /dev/null
+++ b/tests/aiet/test_resources/systems/system4/aiet-config.json
@@ -0,0 +1,19 @@
+[
+ {
+ "name": "System 4",
+ "description": "This is system 4",
+ "build_dir": "build",
+ "data_transfer": {
+ "protocol": "local"
+ },
+ "commands": {
+ "run": [
+ "echo {application.name}",
+ "cat {application.commands.run:0}"
+ ]
+ },
+ "user_params": {
+ "run": []
+ }
+ }
+]