summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-09 19:03:56 +0700
committerhathach <[email protected]>2023-08-09 19:03:56 +0700
commit8e690df1da3b542988b9ec093f3ce03c8cfd9248 (patch)
treee5a62aa893e80c71601a07b231078c51e09160c6
parent1268d1a0937a1a7c9d7b20b17581a82f233d066d (diff)
rename hitl to hil
-rw-r--r--.github/workflows/build_iar.yml2
-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