aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json')
-rw-r--r--tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json b/tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json
new file mode 100644
index 0000000..20142e9
--- /dev/null
+++ b/tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json
@@ -0,0 +1,16 @@
+[
+ {
+ "name": "Test system",
+ "description": "This is a test system",
+ "build_dir": "build",
+ "data_transfer": {
+ "protocol": "local"
+ },
+ "commands": {
+ "run": []
+ },
+ "user_params": {
+ "run": []
+ }
+ }
+]