summaryrefslogtreecommitdiff
path: root/spec-qdp/qdp/test-runner/board-grmon-manual.yml
blob: 9a8e44467f4fa29ad64beb48c043ddc461c5f27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2022 embedded brains GmbH & Co. KG
description: |
  Generates a GRMON script to run the tests on the board.
enabled-by: false
grmon-script: |
  cpu disable 1

  set tests [list \
  ${.:/test-executables-grmon}
  ]

  foreach t $$tests {
          load $$t
          run
  }

  quit
links:
- role: proxy-member
  uid: board
- hash: null
  name: variant
  role: input
  uid: ../variant
params: {}
qdp-type: test-runner
script-base-path: ${../variant:/build-directory}/grmon
shell-script: |
  #/bin/sh -x
  grmon -eth 192.168.180.100 -u -c run.grmon
test-runner-type: grmon-manual
type: qdp