-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/example_config_test_in_ci' into 'master'
feat(example): add pytest for ble example config test Closes BLERP-1190 and BLERP-1224 See merge request espressif/esp-idf!34668
- Loading branch information
Showing
59 changed files
with
434 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...etooth/bluedroid/ble/ble_throughput/throughput_client/sdkconfig.ci.esp32c2_xtal26m_notify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_IDF_TARGET="esp32c2" | ||
CONFIG_XTAL_FREQ_26=y | ||
|
2 changes: 1 addition & 1 deletion
2
...uetooth/bluedroid/ble/ble_throughput/throughput_client/sdkconfig.ci.esp32c2_xtal26m_write
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/sdkconfig.ci.write
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=2 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} | ||
CONFIG_EXAMPLE_GATTC_WRITE_THROUGHPUT=y | ||
CONFIG_EXAMPLE_GATTS_NOTIFY_THROUGHPUT=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...uetooth/bluedroid/ble/ble_throughput/throughput_server/sdkconfig.ci.esp32c2_xtal26m_write
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/sdkconfig.ci.write
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=2 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} | ||
CONFIG_EXAMPLE_GATTC_WRITE_THROUGHPUT=y | ||
CONFIG_EXAMPLE_GATTS_NOTIFY_THROUGHPUT=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
examples/bluetooth/bluedroid/ble/gatt_client/sdkconfig.ci.cfg_test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_EXAMPLE_CI_ID=4 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
4 changes: 4 additions & 0 deletions
4
examples/bluetooth/bluedroid/ble/gatt_client/sdkconfig.ci.esp32c2_cfg_test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_EXAMPLE_CI_ID=4 | ||
CONFIG_IDF_TARGET="esp32c2" | ||
CONFIG_XTAL_FREQ_26=y | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
8 changes: 8 additions & 0 deletions
8
examples/bluetooth/bluedroid/ble/gatt_client/sdkconfig.ci.esp32c2_init_deinit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# CONFIG_BT_GATTS_ENABLE is not set | ||
# CONFIG_BT_GATTC_ENABLE is not set | ||
# CONFIG_BT_BLE_SMP_ENABLE is not set | ||
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set | ||
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set | ||
CONFIG_IDF_TARGET="esp32c2" | ||
CONFIG_XTAL_FREQ_26=y | ||
CONFIG_EXAMPLE_INIT_DEINIT_LOOP=y |
3 changes: 1 addition & 2 deletions
3
examples/bluetooth/bluedroid/ble/gatt_client/sdkconfig.ci.esp32c2_xtal26m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
|
||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=3 | ||
CONFIG_IDF_TARGET="esp32c2" | ||
CONFIG_XTAL_FREQ_26=y | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
6 changes: 6 additions & 0 deletions
6
examples/bluetooth/bluedroid/ble/gatt_client/sdkconfig.ci.init_deinit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CONFIG_BT_GATTS_ENABLE is not set | ||
# CONFIG_BT_GATTC_ENABLE is not set | ||
# CONFIG_BT_BLE_SMP_ENABLE is not set | ||
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set | ||
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set | ||
CONFIG_EXAMPLE_INIT_DEINIT_LOOP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=3 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/bluetooth/bluedroid/ble/gatt_security_client/main/Kconfig.projbuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/bluetooth/bluedroid/ble/gatt_security_client/sdkconfig.ci.esp32c2_xtal26m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=5 | ||
CONFIG_IDF_TARGET="esp32c2" | ||
CONFIG_XTAL_FREQ_26=y | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
3 changes: 1 addition & 2 deletions
3
examples/bluetooth/bluedroid/ble/gatt_security_client/sdkconfig.ci.name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
|
||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=5 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/bluetooth/bluedroid/ble/gatt_security_server/main/Kconfig.projbuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/bluetooth/bluedroid/ble/gatt_security_server/sdkconfig.ci.esp32c2_xtal26m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=5 | ||
CONFIG_IDF_TARGET="esp32c2" | ||
CONFIG_XTAL_FREQ_26=y | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
3 changes: 1 addition & 2 deletions
3
examples/bluetooth/bluedroid/ble/gatt_security_server/sdkconfig.ci.name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
|
||
CONFIG_EXAMPLE_CI_ID=1 | ||
CONFIG_EXAMPLE_CI_ID=5 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
examples/bluetooth/bluedroid/ble/gatt_server/sdkconfig.ci.cfg_test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONFIG_EXAMPLE_CI_ID=4 | ||
CONFIG_EXAMPLE_CI_PIPELINE_ID=${CI_PIPELINE_ID} | ||
CONFIG_BT_BLUEDROID_MEM_DEBUG=y | ||
CONFIG_BT_GATTS_PPCP_CHAR_GAP=y | ||
CONFIG_BT_BLE_BLUFI_ENABLE=y | ||
CONFIG_BT_GATTS_ROBUST_CACHING_ENABLED=y | ||
CONFIG_BT_GATTC_CACHE_NVS_FLASH=y | ||
CONFIG_BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE=y | ||
CONFIG_BT_BLE_SMP_ID_RESET_ENABLE=y | ||
CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK=y | ||
CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN=y | ||
CONFIG_BT_BLE_HIGH_DUTY_ADV_INTERVAL=y | ||
CONFIG_BT_ABORT_WHEN_ALLOCATION_FAILS=y |
Oops, something went wrong.