aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/systems/system4/backend-config.json
blob: daa402504c3dcb9ae5c5f15c9909f7a5c64c71cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "name": "System 4",
    "description": "This is system 4",
    "commands": {
      "run": [
        "echo {system.name}",
        "{application.commands.run:0}"
      ]
    },
    "user_params": {
      "run": []
    }
  }
]