|
1 | 1 | testplans: |
2 | | - - Recovery mode tests: |
3 | | - - verification/cocotb/top/lib_i3c_top/test_recovery.py |
4 | | - - Enter and exit HDR mode: |
5 | | - - verification/cocotb/top/lib_i3c_top/test_enter_exit_hdr_mode.py |
6 | | - - target_interrupts: |
7 | | - - verification/cocotb/top/lib_i3c_top/test_interrupts.py |
8 | | - - target_peripheral_reset: |
9 | | - - verification/cocotb/top/lib_i3c_top/test_target_reset.py |
10 | | - - pec: |
11 | | - - verification/cocotb/block/recovery_pec/test_pec.py |
12 | | - - CCC handling: |
13 | | - - verification/cocotb/top/lib_i3c_top/test_ccc.py |
14 | | - - width_converter_[N8]to[N8]: |
15 | | - - verification/cocotb/block/{name}/test_converter.py |
16 | | - - Target: |
17 | | - - verification/cocotb/top/lib_i3c_top/test_i3c_target.py |
18 | | - - Recovery bypass: |
19 | | - - verification/cocotb/top/lib_i3c_top/test_bypass.py |
20 | | - - .*: |
21 | | - - verification/cocotb/block/ctrl_{name}/test_{name}.py |
22 | | - - verification/cocotb/block/{name}/test_{name}.py |
23 | | - - verification/cocotb/block/lib_adapter/test_{name}.py |
24 | | - - verification/cocotb/block/lib_hci_queues/{name}.py |
| 2 | + - name: 'Data over-/underflow handling' |
| 3 | + testpoints: |
| 4 | + - name: "^(.*)$" |
| 5 | + source: "verification/cocotb/top/lib_i3c_top/test_bus_stall.py" |
| 6 | + - name: 'Recovery bypass' |
| 7 | + testpoints: |
| 8 | + - name: "^(.*)$" |
| 9 | + source: "verification/cocotb/top/lib_i3c_top/test_bypass.py" |
| 10 | + - name: 'CCC handling' |
| 11 | + testpoints: |
| 12 | + - name: "^(.*)$" |
| 13 | + source: "verification/cocotb/top/lib_i3c_top/test_ccc.py" |
| 14 | + - name: 'CSR access check' |
| 15 | + testpoints: |
| 16 | + - name: "^(.*)$" |
| 17 | + source: "verification/cocotb/top/lib_i3c_top/test_csr_access.py" |
| 18 | + - name: 'Enter and exit HDR mode' |
| 19 | + testpoints: |
| 20 | + - name: "^(.*)$" |
| 21 | + source: "verification/cocotb/top/lib_i3c_top/test_enter_exit_hdr_mode.py" |
| 22 | + - name: 'Target' |
| 23 | + testpoints: |
| 24 | + - name: "^(.*)$" |
| 25 | + source: "verification/cocotb/top/lib_i3c_top/test_i3c_target.py" |
| 26 | + - name: 'Target interrupts' |
| 27 | + testpoints: |
| 28 | + - name: "^(.*)$" |
| 29 | + source: "verification/cocotb/top/lib_i3c_top/test_interrupts.py" |
| 30 | + - name: 'Recovery mode tests' |
| 31 | + testpoints: |
| 32 | + - name: "^(.*)$" |
| 33 | + source: "verification/cocotb/top/lib_i3c_top/test_recovery.py" |
| 34 | + - name: 'target_peripheral_reset' |
| 35 | + testpoints: |
| 36 | + - name: "^(.*)$" |
| 37 | + source: "verification/cocotb/top/lib_i3c_top/test_target_reset.py" |
| 38 | + - name: 'pec' |
| 39 | + testpoints: |
| 40 | + - name: "^(.*)$" |
| 41 | + source: "verification/cocotb/block/recovery_pec/test_pec.py" |
| 42 | + - name: 'width_converter_[N8]to[N8]' |
| 43 | + testpoints: |
| 44 | + - name: "^(.*)$" |
| 45 | + source: "verification/cocotb/block/{{testplan}}/test_converter.py" |
| 46 | + - name: 'axi_filtering' |
| 47 | + testpoints: |
| 48 | + - name: "^(.*)$" |
| 49 | + tests: |
| 50 | + - name: "^.*(hci|pio|csr|device_addr).*$" |
| 51 | + source: "verification/cocotb/block/axi_adapter_id_filter/test_seq_csr_access.py" |
| 52 | + - name: "^.*(swap|toggle).*$" |
| 53 | + source: "verification/cocotb/block/axi_adapter_id_filter/test_runtime_id_change.py" |
| 54 | + - name: "^(.*)$" |
| 55 | + source: "verification/cocotb/block/axi_adapter_id_filter/test_bus_stress.py" |
| 56 | + - name: "^(bus_.x.*|ccc)$" |
| 57 | + source: "verification/cocotb/block/{{testplan}}/test_{{testplan}}.py" |
| 58 | + - name: "^(bus_.*)$" |
| 59 | + source: "verification/cocotb/block/ctrl_{{testplan}}/test_{{testplan}}.py" |
| 60 | + - name: "^csr_sw_access$" |
| 61 | + source: "verification/cocotb/block/lib_adapter/test_{{testplan}}.py" |
0 commit comments