aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/systems/system6/backend-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/backends/systems/system6/backend-config.json')
-rw-r--r--tests/test_resources/backends/systems/system6/backend-config.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/test_resources/backends/systems/system6/backend-config.json b/tests/test_resources/backends/systems/system6/backend-config.json
deleted file mode 100644
index 5180799..0000000
--- a/tests/test_resources/backends/systems/system6/backend-config.json
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "name": "System 6",
- "description": "This is system 6",
- "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"
- }
- ]
- }
- }
-]