~aleteoryx/muditaos

ref: b38adceced4bf4960c436fb0e4b71910a6bfb9c4 muditaos/test/pytest d---------
ee65e0c5 — Maciej Gibowicz 4 years ago
[EGD-6082] Fix cellular start harness test

Improved cellular cold and hot start harness test
90bfaa84 — Pawel.Paprocki 4 years ago
[EGD-6352] Add Factory reset mode

Stop DB service
Delete DB files
Make reboot
f704ab3b — Marek Niepieklo 4 years ago
[EGD-5909] Fix disable test_usb_echo.py

Test checked for echo mode being enabled, and continued
execution while echo mode was off.
29bf1e40 — Pawel.Paprocki 4 years ago
[EGD-5834] Fix restore API

Change restore API
backup/restore/update harness tests
5d16f20e — Radoslaw Wicik 4 years ago
[EGD-6113] Always run tests on linux release

With original script was able to select build dir to run
against this script always chooses "Release" version
b3184150 — Pawel.Paprocki 4 years ago
[EGD-6113] Fix Test harness issue in ServiceDesktop worker

Remove spare logging in MessageHandler.cpp
Move Linux CI target to Release
Remove spare logs form harness tests
Disable failing test cases in:
test_templates and test_connection_security
9cc5b47b — Maciej Gibowicz 4 years ago
[EGD-4863] Add harness test for cellular sleep mode

Adding test for outgoing call and text message
in cellular sleep mode
d5fc8a98 — Tomasz Sobkowiak 4 years ago
[EGD-6259] Turn off usb security

To prevent errors with USB connectivity and charging screens.
00c76023 — Pawel Olejniczak 4 years ago
[EGD-5783] Revert EGD-5783

Revert "EGD-5783 Exclude empty body from response message"
This reverts commit b64eb0622b6c5e59eeb2161223e793ba4164ceb9.
b64eb062 — Pawel Olejniczak 4 years ago
[EGD-5783] Exclude empty body from response message

Remove body field from response message,
if it contains null. Add 204 and 501 status codes
and use them in proper responses.
204 stands for success but no content, and 501
means endpoint is not implemented.
Additionally some minor fixes.
0218e0d7 — Michał Kamoń 4 years ago
[EGD-6191] Fix harness call tests

* This PR provides a fix for the bug reported in [EGD-6081].
The solution adds the `tear_down`-like fixture called after the
problematic tests, that enforce focus on `ApplicationDesktop'`s
main window.
* Additionally similar solution was added to `test_auto_lock`
to restore original (30s) lock timeout.

[EGD-6081]: https://appnroll.atlassian.net/browse/EGD-6081
46b89140 — Michał Kamoń 4 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 4 years ago
[EGD-6076] Fix test_send_message  fails

fix for function erase_all_templates
e651b2ce — Michał Kamoń 4 years ago
[EGD-5965] Add BT-Harness API documentation

Added documentation:
* BT endpoint API
* BT-Harness tests
6bc6eccc — Roman Kubiak 4 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.
66db7b08 — SP2FET 4 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 4 years ago
[EGD-6106] Fix update test on CI

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

Fixed some tests used in CI
def5dbcf — Mateusz Grzegorzek 4 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 4 years ago
[EGD-5724] Add pagination for Templates

Add pagination for Templates
Fix bug in change message template response
Next