aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/systems/system4/aiet-config.json
blob: 295e00f760e1ec9ccdd9c5dfe1515dbe5377ccb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  {
    "name": "System 4",
    "description": "This is system 4",
    "build_dir": "build",
    "data_transfer": {
      "protocol": "local"
    },
    "commands": {
      "run": [
        "echo {application.name}",
        "cat {application.commands.run:0}"
      ]
    },
    "user_params": {
      "run": []
    }
  }
]