File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
FprimeZephyrReference/test Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ from fprime_gds .common .testing_fw .api import IntegrationTestAPI
2+
3+
4+ def test_bootloader (fprime_test_api : IntegrationTestAPI ):
5+ fprime_test_api .send_command (
6+ "ReferenceDeployment.bootloaderTrigger.TRIGGER_BOOTLOADER"
7+ )
Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ build: submodules zephyr-setup fprime-venv generate-if-needed ## Build FPrime-Ze
5959test-integration :
6060 @$(UV ) run pytest FprimeZephyrReference/test/int --deployment build-artifacts/zephyr/fprime-zephyr-deployment
6161
62+ .PHONY : bootloader
63+ bootloader :
64+ @$(UV ) run pytest FprimeZephyrReference/test/bootloader_trigger.py --deployment build-artifacts/zephyr/fprime-zephyr-deployment
65+
6266.PHONY : clean
6367clean : # # Remove all gitignored files
6468 git clean -dfX
You can’t perform that action at this time.
0 commit comments