|
| 1 | +common: |
| 2 | + tags: |
| 3 | + - esb |
| 4 | + - ci_tests_subsys_esb |
| 5 | + harness: pytest |
| 6 | + build: false |
| 7 | + |
| 8 | +tests: |
| 9 | + test.sample.esb.same_boards_connected: |
| 10 | + integration_platforms: |
| 11 | + - nrf52840dk/nrf52840 |
| 12 | + - nrf54l15dk/nrf54l15/cpuapp |
| 13 | + - nrf54h20dk/nrf54h20/cpurad |
| 14 | + platform_allow: &platform_allow_basic |
| 15 | + - nrf52840dk/nrf52840 |
| 16 | + - nrf5340dk/nrf5340/cpunet |
| 17 | + - nrf54h20dk/nrf54h20/cpurad |
| 18 | + - nrf54l15dk/nrf54l15/cpuapp |
| 19 | + - nrf54lm20dk/nrf54lm20b/cpuapp |
| 20 | + - nrf54ls05dk/nrf54ls05b/cpuapp |
| 21 | + - nrf54lc10dk/nrf54lc10a/cpuapp |
| 22 | + - nrf54lv10dk/nrf54lv10a/cpuapp |
| 23 | + required_applications: |
| 24 | + - application: sample.esb.prx.build |
| 25 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_prx |
| 26 | + harness_config: |
| 27 | + required_devices: |
| 28 | + - application: sample.esb.ptx.build |
| 29 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_ptx |
| 30 | + |
| 31 | + test.sample.esb.nrf54h20_with_other_board: |
| 32 | + integration_platforms: |
| 33 | + - nrf52840dk/nrf52840 |
| 34 | + - nrf54l15dk/nrf54l15/cpuapp |
| 35 | + - nrf54lm20dk/nrf54lm20b/cpuapp |
| 36 | + platform_allow: *platform_allow_basic |
| 37 | + platform_exclude: |
| 38 | + - nrf54h20dk/nrf54h20/cpurad |
| 39 | + required_applications: |
| 40 | + - application: sample.esb.prx.build |
| 41 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_prx |
| 42 | + harness_config: |
| 43 | + required_devices: |
| 44 | + - application: sample.esb.ptx.build |
| 45 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_ptx |
| 46 | + platform: nrf54h20dk/nrf54h20/cpurad |
| 47 | + |
| 48 | + test.sample.esb.dynamic_irq: |
| 49 | + integration_platforms: |
| 50 | + - nrf5340dk/nrf5340/cpunet |
| 51 | + - nrf54h20dk/nrf54h20/cpurad |
| 52 | + platform_allow: |
| 53 | + - nrf5340dk/nrf5340/cpunet |
| 54 | + - nrf52840dk/nrf52840 |
| 55 | + - nrf54l15dk/nrf54l15/cpuapp |
| 56 | + - nrf54h20dk/nrf54h20/cpurad |
| 57 | + required_applications: |
| 58 | + - application: sample.esb.prx.dynamic_irq |
| 59 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_prx |
| 60 | + harness_config: |
| 61 | + required_devices: |
| 62 | + - application: sample.esb.ptx.dynamic_irq |
| 63 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_ptx |
| 64 | + |
| 65 | + test.sample.esb.fast_switching: |
| 66 | + integration_platforms: |
| 67 | + - nrf54h20dk/nrf54h20/cpurad |
| 68 | + platform_allow: |
| 69 | + - nrf54h20dk/nrf54h20/cpurad |
| 70 | + required_applications: |
| 71 | + - application: sample.esb.prx.fast_switching |
| 72 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_prx |
| 73 | + harness_config: |
| 74 | + required_devices: |
| 75 | + - application: sample.esb.ptx.fast_switching |
| 76 | + path: $ZEPHYR_NRF_MODULE_DIR/samples/esb/esb_ptx |
0 commit comments