~aleteoryx/muditaos

ref: 96f9ed180206fc3d032ead376bc8b2f370e982bb muditaos/test/pytest d---------
db6e7d04 — Marek Niepieklo 4 years ago
[CP-163] Implement FS Endpoint read file

Implemented get file opration in FS Endpoint
af11f946 — Marek Niepieklo 4 years ago
[CP-166] Update Harness Tests

Renamed endpoint filesystemUpdate to filesystem
Added get file test
c58c8568 — Pawel Olejniczak 4 years ago
[CP-143] Set 204 code for responses with empty body

Body field was always added to response json, even if
it was containing only null. Now empty body is
not attached to response json, and status code
for such message is set to 204. Additionaly some
minor cleanup in service desktop was done.
f8c39b30 — Pawel Olejniczak 4 years ago
[CP-142] Update tests with 204 response code

Uptdate python test scripts with 204 (NoContent) code
for responsens with empty body.
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
9dc5ba91 — Marek Niepieklo 4 years ago
[CP-187] Fix stack overflow on passcode decoding

When passcode is passed as json string, each of digits needs to be
parsed as separate character with std::atoi. Replaced the string
with json array of integers to simplify decoding and avoid SO.
b6739819 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
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.
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
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
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
Next