aboutsummaryrefslogtreecommitdiff
path: root/linaro-art/global.groovy
blob: 05cabe213602184e5314f7aaac4d108376556b5d (plain)
1
2
3
4
5
6
7
// Issues that relate to all tests:
if (manager.logContains(".*Unexpected termination of the channel.*")) {
  manager.addShortText("Infrastructure problem", "black", "orange", "1px", "red")
}
if (manager.logContains(".*device .* not found.*")) {
  manager.addShortText("device not found", "black", "orange", "1px", "red")
}