~aleteoryx/muditaos

ref: c611e3c011c336ca55733ad96af698657df034c5 muditaos/test d---------
399ee03a — Lukasz Skrzypczak 4 years ago
[BH-378] Fix unit tests includes

Fix Unt tests includes
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
9b28cd67 — Marek Niepieklo 4 years ago
[CP-84] Implement Security API

- Added pass code unlock from MC
- Removed Set USB security status
- Changed isLocked to phoneLocked in request for phone lock status
- Removed remainings of USB security in Settings App
- Reworked USB security model to depend both on
    Phone lock state and Pass code being enabled
- Updated test_security.py
de84e4d1 — Pawel Olejniczak 4 years ago
[CP-83] Update tests for unlocking phone and usb

Removed leftovers of old usb security tests implementation.
Added tests for unlocking via security endpoint.
b7e710ef — Przemyslaw Brudny 4 years ago
[EGD-6867] Renamed TopBar into StatusBar

Renamed TopBar into StatusBar.
f7417038 — Pawel Olejniczak 4 years ago
[CP-79] Update messages API tests

Check if all required fields in resposne
json are present. Also check if they
have a proper type.
0f3fb7c1 — Michał Kamoń 4 years ago
[EGD-6736] Add app's state dependent autoLock mechanism

This PR provides the implementation of the auto-locking mechanism that
is dependent on an application's current auto-locking policy. Three
auto-lock policies have been introduced:

* DetermineByWindow
* DetermineByAppState
* PreventPermanently

Also changed the AutoLockWindow set/get auto-lock time value to the
message-based approach.
2e6899a4 — Marek Niepieklo 4 years ago
[CP-2] I don't want to see data from Pure in Center when Pure is locked

[CP-48] Re-enabled USB security
[CP-49] Update test harness with usb security
b38adcec — Adam Dobrowolski 4 years ago
[EGD-6019] Minimum settings ownership lifetime fixups

added weakptr link to settings and checks
    it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
    - deregistration on Settings destrution
    - weak referencing of Service to not crash Settings on missuse
    - Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
Removed dependency from freertos in test global file
EntryPath tests updated and compilation slimed
e71a044b — Przemysław Brudny 4 years ago
[EGD-6019] Revert of two commits

This reverts commit b6416b15dac3a638d803681fbad8746b1808b6aa.
This reverts commit e2f3882d8a0194ae6f74bfc5ab6104c368174517.
e2f3882d — Adam Dobrowolski 4 years ago
[EGD-6019] Removed dependency from freertos in test global file

This file is included for all tests as dependency and adds freertos
as a dependency through thread.h include
5dbd726c — Wojtek Cichon 4 years ago
[EGD-6554] Fix emulator to simulator

Fixed every mention of emulator to simulator - in
docs and shell scripts.
332aed93 — Marcin Smoczyński 4 years ago
[EGD-6507] Enable per-module testing

Add per-module:
 - test build
 - test execution
 - coverage reporting (xml/html).

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
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
Next