[EGD-6100] Add BT device turn off handling After BT device disconnects (e.g. because of shutdown) Pure is now aware of this
[EGD-5512] Usb security refactor and devices pairing Move all security related functionality to single security endpoint Paired devices can be added to avoid further passcode requests
[EGD-6106] Fix update test on CI Update test is marked as rt1051 so CI ignores it during testing
[EGD-6022] Fix tests used in CI process Fixed some tests used in CI
[EGD-6027] Moved test harness to separate repository Common code for QAE and development moved to separate repository to achieve more granular controll and more fluent flow
[EGD-5908] Fix bug in Logger + add log unit test Because `vsnprintf` return value means: " The number of characters that would have been written if n had been sufficiently large, not counting the terminating null character. If an encoding error occurs, a negative number is returned. " `Logger` crashed when log msg was longer than LOGGER_BUFFER_SIZE. Checking `vsnprintf` return value solves this issue.
[EGD-5724] Add pagination for Templates Add pagination for Templates Fix bug in change message template response
[EGD-5758] Restore auto locking timer in ApplicationManager Restore auto-locking functionality
[EGD-5906] Fix test_calendar_events Unlock usb and enable test on CI
[EGD-5326] Fixed AT commands harness utility We can now use test harness to send and check at commands
[EGD-5326] Fixed system messages logging crash with messages debug utility and error on memory there was crash
[EGD-5898] Fix test send message Added extra time to send message
[EGD-5698] Add pagination for messages Add pagination for messages
[EGD-5819] Fix count Fix wrong "count" key word in contacts, and add test for variables in device info endpoint. Disabled test jira: 5906 - test_calendar_events.py 5907 - test_connection_security.py 5908 - test_dom_dump.py 5909 - test_usb_echo.py
[EGD-5489] Add Bluetooth pairing test This PR provides a harness test of a current stage `Bluetooth` pairing functionality. That is provided a `Bluetooth` device name, test logic: * navigates to a appropriate window * scans for devices available * navigates over appropriate device and check's if it is focused
[EGD-5757] Fix backup API Fix backup endpoint to work with new paths and FS api The flow is based on the design in confluence.
[EGD-5204] Secure USB communication Secure all endpoints by returning 403(Forbidden) when USB is connected. Request screen passcode to enable secured endpoints.
[EGD-5836] Turn on/off the tethering via harness This allows a user to turn on and off the tethering via test harness.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Temporary fix Check if we have a race here