aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/various/systems/system_with_valid_config/aiet-config.json
blob: 20142e9d6cbf0fa4e222d1ebb913f502dd609536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "name": "Test system",
    "description": "This is a test system",
    "build_dir": "build",
    "data_transfer": {
      "protocol": "local"
    },
    "commands": {
      "run": []
    },
    "user_params": {
      "run": []
    }
  }
]