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 similarity index 100% rename from test/hitl/hitl_hfp.json rename to test/hil/hil_hfp.json diff --git a/test/hitl/hitl_test.py b/test/hil/hil_test.py similarity index 100% rename from test/hitl/hitl_test.py rename to test/hil/hil_test.py