diff options
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 | ||||
| -rw-r--r-- | test/hil/hil_hfp.json (renamed from test/hitl/hitl_hfp.json) | 0 | ||||
| -rw-r--r-- | test/hil/hil_test.py (renamed from test/hitl/hitl_test.py) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index a62e62b79..48fdd6a8a 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -51,7 +51,7 @@ jobs: - name: Test on actual hardware (hardware in the loop) run: | - python3 tools/hitl_test.py hitl_hfp.json + python3 test/hil/hil_test.py hil_hfp.json # # Upload binaries for hardware test with self-hosted # - name: Prepare stm32l412nucleo Artifacts diff --git a/test/hitl/hitl_hfp.json b/test/hil/hil_hfp.json index 7912af245..7912af245 100644 --- a/test/hitl/hitl_hfp.json +++ b/test/hil/hil_hfp.json diff --git a/test/hitl/hitl_test.py b/test/hil/hil_test.py index 6bcde36c6..6bcde36c6 100644 --- a/test/hitl/hitl_test.py +++ b/test/hil/hil_test.py |
