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