Skip to content

Commit dfd03df

Browse files
committed
github/workflows/ports_psoc6.yml: Updated paths to hil config and tools.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 822b5d8 commit dfd03df

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ jobs:
6767
- name: Setup devices
6868
run: |
6969
cp mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
70-
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tools/psoc6/${{ runner.name }}-devs.yml
70+
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tests/ports/psoc6/${{ runner.name }}-devs.yml
7171
- name: Run psoc6 tests
7272
timeout-minutes: 12
73+
env:
74+
psoc6_test_dir: ../../tests/ports/psoc6
7375
run: |
74-
cd tools/psoc6
75-
python -u run_test_plan.py --board ${{ matrix.board }} --hil-devs ${{ runner.name }}-devs.yml --max-retries 2
76+
cd lib/mpy-test-ext
77+
python -u run_test_plan.py --board ${{ matrix.board }} --max-retries 2 --test-plan $psoc6_test_dir/test-plan.yml --hil-devs $psoc6_test_dir/${{ runner.name }}-devs.yml
7678
7779
- name: Container teardown
7880
if: failure() || success()

0 commit comments

Comments
 (0)