Chris Kay | 3d80788 | 2022-08-31 16:00:02 +0100 | [diff] [blame] | 1 | device_type: juno |
| 2 | job_name: scp-tests-scmi-juno |
| 3 | |
| 4 | $tags |
| 5 | $juno_revision |
| 6 | |
| 7 | timeouts: |
| 8 | # Global timeout value for the whole job. |
| 9 | job: |
| 10 | minutes: 10 |
| 11 | actions: |
| 12 | lava-test-monitor: |
| 13 | seconds: 180 |
| 14 | connections: |
| 15 | lava-test-monitor: |
| 16 | seconds: 180 |
| 17 | |
Paul Sokolovsky | 163c210 | 2022-12-07 20:43:48 +0300 | [diff] [blame] | 18 | priority: ${LAVA_PRIORITY:-medium} |
Chris Kay | 3d80788 | 2022-08-31 16:00:02 +0100 | [diff] [blame] | 19 | visibility: public |
| 20 | |
| 21 | actions: |
| 22 | |
| 23 | - deploy: |
| 24 | timeout: |
| 25 | minutes: 5 |
| 26 | to: vemsd |
| 27 | recovery_image: |
| 28 | url: $recovery_img_url |
| 29 | compression: zip |
| 30 | |
| 31 | - boot: |
| 32 | method: minimal |
| 33 | |
| 34 | - test: |
| 35 | timeout: |
| 36 | minutes: 8 |
| 37 | |
| 38 | monitors: |
| 39 | # |
| 40 | # Monitor no.1 |
| 41 | # Monitor the results from all the protocols |
| 42 | # |
| 43 | - name: SCP-SCMI-ALL-PROTOCOL |
| 44 | start: 'BL31: Baremetal test suite: scmi' |
| 45 | end: '\*\*\*\* SCMI tests complete \*\*\*\*' |
| 46 | |
| 47 | pattern: '(?P<test_case_id>\d{3}):[\w ]+[\w\n\r[\] :<>&=]*?: (?P<result>CONFORMANT|NON CONFORMANT|SKIPPED)' |
| 48 | |
| 49 | fixupdict: |
| 50 | "CONFORMANT": pass |
| 51 | "NON CONFORMANT": fail |
| 52 | "SKIPPED": skip |