@@ -186,34 +186,34 @@ ssh -p 2222 root@127.0.0.1 -t "/tmp/executor_runner -model_path /tmp/add_arm_del
186186
187187There are two approaches for running the tests for the Arm backend. This section will explain these two approaches:
188188
189- ### Using test_arm_baremetal .sh
189+ ### Using test_arm_backend .sh
190190
191- The backend provides a script ` backends/arm/test/test_arm_baremetal .sh ` , which is used in the ` trunk ` CI workflow.
191+ The backend provides a script ` backends/arm/test/test_arm_backend .sh ` , which is used in the ` trunk ` CI workflow.
192192This approach is useful for checking your change against this workflow on your own machine.
193193These scripts also install the necessary dependencies to run the tests.
194194Below is an overview of some of the testing options this script provides:
195195
196196| Command | Description |
197197| ---------------------------------------------------- | ------------------------------------------------------------ |
198- | ` test_arm_baremetal .sh test_pytest_ops_no_target` | Runs operator unit tests for non-target specific use-cases. |
199- | ` test_arm_baremetal .sh test_pytest_models_no_target` | Runs model unit tests for non-target specific use-cases. |
200- | ` test_arm_baremetal .sh test_pytest_ops_tosa` | Runs operator unit tests for TOSA specific use-cases. |
201- | ` test_arm_baremetal .sh test_pytest_models_tosa` | Runs model unit tests for TOSA specific use-cases. |
202- | ` test_arm_baremetal .sh test_run_tosa` | Runs end-to-end unit tests for TOSA specific use-cases. |
203- | ` test_arm_baremetal .sh test_pytest_ops_ethos_u55` | Runs operator unit tests for Ethos-U55 specific use-cases. |
204- | ` test_arm_baremetal .sh test_pytest_models_ethos_u55` | Runs model unit tests for Ethos-U55 specific use-cases. |
205- | ` test_arm_baremetal .sh test_run_ethos_u55` | Runs end-to-end unit tests for Ethos-U55 specific use-cases. |
206- | ` test_arm_baremetal .sh test_pytest_ops_ethos_u85` | Runs operator unit tests for Ethos-U85 specific use-cases. |
207- | ` test_arm_baremetal .sh test_pytest_models_ethos_u85` | Runs model unit tests for Ethos-U85 specific use-cases. |
208- | ` test_arm_baremetal .sh test_run_ethos_u85` | Runs end-to-end unit tests for Ethos-U85 specific use-cases. |
209- | ` test_arm_baremetal .sh test_pytest_ops_vkml` | Runs operator unit tests for VGF specific use-cases. |
210- | ` test_arm_baremetal .sh test_pytest_models_vkml` | Runs model unit tests for VGF specific use-cases. |
211- | ` test_arm_baremetal .sh test_run_vkml` | Runs end-to-end unit tests for VGF specific use-cases. |
212- | ` test_arm_baremetal .sh test_model_smollm2-135M ` | Runs some models with Corstone FVP. |
213- | ` test_arm_baremetal .sh test_smaller_stories_llama` | Runs E2E model tests on Corstone FVP. |
214- | ` test_arm_baremetal .sh test_memory_allocation` | Runs memory allocation tests for Ethos-U specific targets |
215-
216- For more information, please refer to the ` backends/arm/test/test_arm_baremetal .sh ` script.
198+ | ` test_arm_backend .sh test_pytest_ops_no_target` | Runs operator unit tests for non-target specific use-cases. |
199+ | ` test_arm_backend .sh test_pytest_models_no_target` | Runs model unit tests for non-target specific use-cases. |
200+ | ` test_arm_backend .sh test_pytest_ops_tosa` | Runs operator unit tests for TOSA specific use-cases. |
201+ | ` test_arm_backend .sh test_pytest_models_tosa` | Runs model unit tests for TOSA specific use-cases. |
202+ | ` test_arm_backend .sh test_run_tosa` | Runs end-to-end unit tests for TOSA specific use-cases. |
203+ | ` test_arm_backend .sh test_pytest_ops_ethos_u55` | Runs operator unit tests for Ethos-U55 specific use-cases. |
204+ | ` test_arm_backend .sh test_pytest_models_ethos_u55` | Runs model unit tests for Ethos-U55 specific use-cases. |
205+ | ` test_arm_backend .sh test_run_ethos_u55` | Runs end-to-end unit tests for Ethos-U55 specific use-cases. |
206+ | ` test_arm_backend .sh test_pytest_ops_ethos_u85` | Runs operator unit tests for Ethos-U85 specific use-cases. |
207+ | ` test_arm_backend .sh test_pytest_models_ethos_u85` | Runs model unit tests for Ethos-U85 specific use-cases. |
208+ | ` test_arm_backend .sh test_run_ethos_u85` | Runs end-to-end unit tests for Ethos-U85 specific use-cases. |
209+ | ` test_arm_backend .sh test_pytest_ops_vkml` | Runs operator unit tests for VGF specific use-cases. |
210+ | ` test_arm_backend .sh test_pytest_models_vkml` | Runs model unit tests for VGF specific use-cases. |
211+ | ` test_arm_backend .sh test_run_vkml` | Runs end-to-end unit tests for VGF specific use-cases. |
212+ | ` test_arm_backend .sh test_model_smollm2_135M ` | Runs some models with Corstone FVP. |
213+ | ` test_arm_backend .sh test_smaller_stories_llama` | Runs E2E model tests on Corstone FVP. |
214+ | ` test_arm_backend .sh test_memory_allocation` | Runs memory allocation tests for Ethos-U specific targets |
215+
216+ For more information, please refer to the ` backends/arm/test/test_arm_backend .sh ` script.
217217
218218### Using pytest
219219
0 commit comments