From 8e690df1da3b542988b9ec093f3ce03c8cfd9248 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 9 Aug 2023 19:03:56 +0700 Subject: [PATCH] rename hitl to hil --- .github/workflows/build_iar.yml | 2 +- test/{hitl/hitl_hfp.json => hil/hil_hfp.json} | 0 test/{hitl/hitl_test.py => hil/hil_test.py} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename test/{hitl/hitl_hfp.json => hil/hil_hfp.json} (100%) rename test/{hitl/hitl_test.py => hil/hil_test.py} (100%) 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