Skip to content

Update Pelion E2E test library to 0.2.1 #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Board | Connectivity | Storage for credentials and
`ST NUCLEO_F429ZI` | Ethernet | Internal Flash |
`ST NUCLEO_F411RE` | Wi-Fi ESP8266 | SD card |
`Ublox UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card |
`ST DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF |
`ST DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF | Build-only
`Ublox UBLOX_C030_U201` | Cellular | SD card | Build-only
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
Expand Down
2 changes: 1 addition & 1 deletion TESTS/pelion-e2e-python-test-library.lib
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/ARMmbed/pelion-e2e-python-test-library/#1d0fe93aa5f498802ec8d8f065af62bcef0ba38c
https://github.com/ARMmbed/pelion-e2e-python-test-library/#772b9d52c34c0fa6ce42331075460e9df1560de8
3 changes: 1 addition & 2 deletions mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@
"update-client.firmware-header-version" : "2",
"update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)",
"update-client.storage-locations" : 1,
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
"run-ci" : 2
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)"
},
"EP_AGORA": {
"target.features_remove" : ["BLE", "CRYPTOCELL310"],
Expand Down