Arthur She | eb0f610 | 2023-07-08 09:54:57 -0700 | [diff] [blame] | 1 | device_type: n1sdp |
| 2 | job_name: tf-n1sdp TF-A boot test |
| 3 | timeouts: |
| 4 | job: |
| 5 | minutes: 15 |
| 6 | action: |
| 7 | minutes: 10 |
| 8 | connection: |
| 9 | minutes: 5 |
| 10 | |
| 11 | priority: ${LAVA_PRIORITY:-medium} |
| 12 | visibility: public |
| 13 | actions: |
| 14 | # |
| 15 | # Any firmware bundle deployed must be configured to boot automatically without |
| 16 | # intervention. This means "PMIC_FORCE" must be set "TRUE" in the config file |
| 17 | # to be deployed. |
| 18 | # |
| 19 | |
| 20 | # |
| 21 | # Deploy the primary board firmware bundle |
| 22 | # |
| 23 | - deploy: |
| 24 | namespace: recovery |
| 25 | to: flasher |
| 26 | images: |
| 27 | recovery_image: |
| 28 | url: $recovery_img_url |
| 29 | compression: zip |
| 30 | |
| 31 | - boot: |
| 32 | namespace: recovery |
| 33 | timeout: |
| 34 | minutes: 2 |
| 35 | method: minimal |
| 36 | |
| 37 | - boot: |
| 38 | namespace: uart_one |
| 39 | method: new_connection |
| 40 | connection: uart1 |
| 41 | |
| 42 | - test: |
| 43 | namespace: uart_one |
| 44 | connection-namespace: uart_one |
| 45 | timeout: |
| 46 | minutes: 5 |
| 47 | interactive: |
| 48 | - name: int_1 |
| 49 | prompts: ["Press ESCAPE for boot options"] |
| 50 | script: |
| 51 | - command: |