| device_type: juno |
| job_name: scp-tests-scmi-juno |
| |
| $tags |
| $juno_revision |
| |
| timeouts: |
| # Global timeout value for the whole job. |
| job: |
| minutes: 10 |
| actions: |
| lava-test-monitor: |
| seconds: 180 |
| connections: |
| lava-test-monitor: |
| seconds: 180 |
| |
| priority: ${LAVA_PRIORITY:-medium} |
| visibility: public |
| |
| actions: |
| |
| - deploy: |
| timeout: |
| minutes: 5 |
| to: vemsd |
| recovery_image: |
| url: $recovery_img_url |
| compression: zip |
| |
| - boot: |
| method: minimal |
| |
| - test: |
| timeout: |
| minutes: 8 |
| |
| monitors: |
| # |
| # Monitor no.1 |
| # Monitor the results from all the protocols |
| # |
| - name: SCP-SCMI-ALL-PROTOCOL |
| start: 'BL31: Baremetal test suite: scmi' |
| end: '\*\*\*\* SCMI tests complete \*\*\*\*' |
| |
| pattern: '(?P<test_case_id>\d{3}):[\w ]+[\w\n\r[\] :<>&=]*?: (?P<result>CONFORMANT|NON CONFORMANT|SKIPPED)' |
| |
| fixupdict: |
| "CONFORMANT": pass |
| "NON CONFORMANT": fail |
| "SKIPPED": skip |