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