Skip to content

Commit

Permalink
Factor our common logic in Darwin OTA tests.
Browse files Browse the repository at this point in the history
The whole BDX driver bit can be shared across tests.
  • Loading branch information
bzbarsky-apple committed Jun 16, 2023
1 parent 04545b2 commit d4b7742
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 267 deletions.
1 change: 0 additions & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/debug chip_config_network_layer_ble=false non_spec_compliant_ota_action_delay_floor=0 chip_device_config_device_software_version=5 chip_device_config_device_software_version_string='"5.0"'
src/app/ota_image_tool.py create -v 0xFF01 -p 0x8001 -vn 5 -vs "5.0" -da sha256 out/debug/chip-ota-requestor-app /tmp/ota-test005-image
cp out/debug/chip-ota-requestor-app /tmp/ota-test005-raw-image
- name: Build example OTA Requestor
timeout-minutes: 10
Expand Down
Loading

0 comments on commit d4b7742

Please sign in to comment.