Skip to content

Commit

Permalink
Fix sysinit test
Browse files Browse the repository at this point in the history
Remove unneeded commands and update test reference data.
  • Loading branch information
sjanc committed Jan 4, 2024
1 parent 2728e4d commit 657eef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/newt_sysinit/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Brief sysinit config for targets/nordic_pca10056_btshell:
20 | @apache-mynewt-core/sys/console/full | console_pkg_init | CONSOLE_SYSINIT_STAGE
100 | @apache-mynewt-core/sys/log/full | log_init | LOG_SYSINIT_STAGE_MAIN
100 | @apache-mynewt-core/sys/log/modlog | modlog_init | MODLOG_SYSINIT_STAGE
250 | @apache-mynewt-nimble/nimble/transport | ble_transport_init |
251 | @apache-mynewt-nimble/nimble/transport | ble_transport_hs_init |
250 | @apache-mynewt-nimble/nimble/transport | ble_transport_init |
| @apache-mynewt-nimble/nimble/controller | ble_ll_init |
251 | @apache-mynewt-nimble/nimble/transport | ble_transport_hs_init |
301 | @apache-mynewt-nimble/nimble/host/services/gap | ble_svc_gap_init | BLE_SVC_GAP_SYSINIT_STAGE
302 | @apache-mynewt-nimble/nimble/host/services/gatt | ble_svc_gatt_init | BLE_SVC_GATT_SYSINIT_STAGE
303 | @apache-mynewt-nimble/nimble/host/services/ans | ble_svc_ans_init | BLE_SVC_ANS_SYSINIT_STAGE
500 | @apache-mynewt-nimble/nimble/host/store/config | ble_store_config_init | BLE_STORE_SYSINIT_STAGE
500 | @apache-mynewt-core/sys/shell | shell_init | SHELL_SYSINIT_STAGE
| @apache-mynewt-nimble/nimble/transport | ble_transport_ll_init |
| @apache-mynewt-nimble/nimble/transport | ble_transport_ll_init |
3 changes: 0 additions & 3 deletions .github/workflows/test_sysinit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
- name: Test_sysinit
shell: bash
run: |
newt
newt help
newt version
newt new project
cp -r .github/targets/nordic_pca10056_btshell project/targets
cd project/
Expand Down

0 comments on commit 657eef4

Please sign in to comment.