-
Notifications
You must be signed in to change notification settings - Fork 3k
Add FLASHIAP for MTB_STM_S2LP #10968
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
Conversation
Fix device management client compilation on MTB_STM_S2LP Fixes: ./mbed-cloud-client/mbed-client-pal/Source/Port/Reference-Impl/OS_Specific/mbedOS/ROT/pal_plat_rot.cpp:67:5: error: 'DeviceKey' was not declared in this scope DeviceKey &devkey = DeviceKey::get_instance();
CI started. |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Test failed with K66F: "Could not create api key HTTP status 403" |
@OPpuolitaival @0xc0170 the problem is in your Pelion test account used to run those tests. Most likely your CI has generated too many API-keys, and its unable to create new ones anymore. |
cc @ARMmbed/mbed-os-test Need your help ^^ |
cloud client test restarted (should be now fixed) |
Description
Fix device management client compilation on MTB_STM_S2LP
./mbed-cloud-client/mbed-client-pal/Source/Port/Reference-Impl/OS_Specific/mbedOS/ROT/pal_plat_rot.cpp:67:5: error: 'DeviceKey' was not declared in this scope
DeviceKey &devkey = DeviceKey::get_instance();
Pull request type
Reviewers
@mikaleppanen @juhhei01 @katariinaliehu
Release Notes