aboutsummaryrefslogtreecommitdiff
path: root/tests/mlia/test_resources/backends/systems/system6/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mlia/test_resources/backends/systems/system6/aiet-config.json')
-rw-r--r--tests/mlia/test_resources/backends/systems/system6/aiet-config.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/mlia/test_resources/backends/systems/system6/aiet-config.json b/tests/mlia/test_resources/backends/systems/system6/aiet-config.json
new file mode 100644
index 0000000..4242f64
--- /dev/null
+++ b/tests/mlia/test_resources/backends/systems/system6/aiet-config.json
@@ -0,0 +1,34 @@
+[
+ {
+ "name": "System 6",
+ "description": "This is system 6",
+ "build_dir": "build",
+ "data_transfer": {
+ "protocol": "local"
+ },
+ "variables": {
+ "var1": "{user_params:sys-param1}"
+ },
+ "commands": {
+ "run": [
+ "echo {application.name}",
+ "{application.commands.run:0}"
+ ]
+ },
+ "user_params": {
+ "run": [
+ {
+ "name": "--sys-param1",
+ "description": "Test parameter",
+ "values": [
+ "value1",
+ "value2",
+ "value3"
+ ],
+ "default_value": "value1",
+ "alias": "sys-param1"
+ }
+ ]
+ }
+ }
+]