~aleteoryx/muditaos

ref: 16763ee2ef6becc6e085b02af105b307f430438d muditaos/test d---------
46b89140 — Michał Kamoń 5 years ago
[EGD-5945] Bluetooth-harness API messages

This PR:
* provides Bluetooth-Harness API messages definition [EGD-5944]
* provides Bluetooth-Harness API messages implementation
* provides Bluetooth-Harness API usage on harness side [EGD-5946]
* provides Bluetooth-Harness tests [EGD-5947]
b392d41b — Pawel.Paprocki 5 years ago
[EGD-6076] Fix test_send_message  fails

fix for function erase_all_templates
8288910f — SP2FET 5 years ago
[EGD-6196] Replace venv command in harness readme

Replaced to avoid usage of python2
e651b2ce — Michał Kamoń 5 years ago
[EGD-5965] Add BT-Harness API documentation

Added documentation:
* BT endpoint API
* BT-Harness tests
6bc6eccc — Roman Kubiak 5 years ago
[EGD-5565] Fix update process on new lf filesystem

These changes are needed for update to work with new
LFS fileystem, also minor bugfixes are included.
da27b16d — SP2FET 5 years ago
[EGD-6100] Add BT device turn off handling

After BT device disconnects (e.g. because of shutdown) Pure is now
aware of this
66db7b08 — SP2FET 5 years ago
[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
7164bbec — Roman Kubiak 5 years ago
[EGD-6106] Fix update test on CI

Update test is marked as rt1051 so CI ignores
it during testing
9534a84e — SP2FET 5 years ago
[EGD-6022] Fix tests used in CI process

Fixed some tests used in CI
05d26bd1 — Adam Dobrowolski 5 years ago
[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
def5dbcf — Mateusz Grzegorzek 5 years ago
[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.
270d69ed — Mateusz Grzegorzek 5 years ago
[EGD-5724] Add pagination for Templates

Add pagination for Templates
Fix bug in change message template response
e8f7a572 — Tomasz Langowski 5 years ago
[EGD-5758] Restore auto locking timer in ApplicationManager

Restore auto-locking functionality
a1c026bc — Pawel.Paprocki 5 years ago
[EGD-5906] Fix test_calendar_events

Unlock usb and enable test on CI
30fde886 — Adam Dobrowolski 5 years ago
[EGD-5326] Fixed AT commands harness utility

We can now use test harness to send and check at commands
324a4025 — Adam Dobrowolski 5 years ago
[EGD-5326] Fixed system messages logging crash

with messages debug utility and error on memory there  was crash
73ff1752 — Pawel.Paprocki 5 years ago
[EGD-5898] Fix test send message

Added extra time to send message
9832365c — Mateusz Grzegorzek 5 years ago
[EGD-5698] Add pagination for messages

Add pagination for messages
d5174215 — Radoslaw Wicik 5 years ago
[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
89076697 — Michał Kamoń 5 years ago
[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
Next