~aleteoryx/muditaos

ref: 873e3616208b4a7eb9da30b07282c9f1aeff2aa5 muditaos/test d---------
fda43afc — Marek Niepieklo 3 years ago
[MOS-273] Update Harness to detect Mudita Bell devices

Added detection of Mudita Harmony
e34c5b69 — Marek Niepieklo 3 years ago
[CP-1021] Add token field to Device Info API

Generating a device unique id
Returning device token generated from device unique id in DeviceInfo
Added test for device token in test_devic_info.py
98db8f1d — Pawel Olejniczak 3 years ago
[CP-1037] Add test for Outbox EP API

Needed to verify if the Outbox endpoint API works correctly
7eddc891 — Marek Niepieklo 3 years ago
[CP-1072] Fix issues in harness test for DeviceInfo

Fixed regexp’s for gitVersion, serialNumer.
Fixed invalid escape sequence in regexp.
6566ad7a — Pawel Olejniczak 4 years ago
[CP-1007] Add API for rebooting to USB MSC mode

It will allow to reboot the device to USB MSC mode
without need to interact with a physical keyboard.
fd2051d0 — Pawel Olejniczak 4 years ago
[CP-856] Refactor test contacts

Refactor contacts EP test to make it work again.
Rewritten with use of contacts EP API
moved to harness submodule.
2e4cb979 — Pawel Olejniczak 4 years ago
[CP-850] Improve and update test device info

Previously test was expecting to get any answer.
Now it is enhanced to check if returned values make any sense.
Additionally added test for checking log files location.
04111a6e — Marek Niepieklo 4 years ago
[CP-857] Refactor test_messages.py and test_send_sms.py

Refactored sms part of messages endpoint tests.
Rewritten with use of messages EP API from harness.
7d68338a — Pawel Olejniczak 4 years ago
[CP-855] Refactor test_threads

Refactored threads part of messages endpoint tests.
Rewritten with use of threads EP API from harness.
f97e86c9 — Pawel Olejniczak 4 years ago
[CP-858] Fix test security

Add security EP API to QAMuditaHarness repo.
Refactor security EP test to make it work.
df7d1965 — Adam Dobrowolski 4 years ago
[EGD-8144] PurePhone assets split mechanism

As we do not have artifactory etc. we download public assets from
public repository.

download_asset mechanism:
* added tar with unpack for releases on github
* download script create parent directory
* When there is no parent directory - then create it, not the file as
  dir
* Lessened logs status
* download release files for Pure works ok
* added option to load multiple elements from tar
* added option to load stuff from own PC

CMake fixes:
* Add option to not pass Luts.bin to the image
* Added dependencies:
    * Assets cmake
    * DiskImage
    * Generall: dependencies instead of runtime globals
    * Fixed UT for bell

Added description file to fownload files:
* Files downloaded from MuditaOSPublicAssets repository Bell
* PurePhone assets copied to build dir not to image dir
* Added test assets and bell assets
* Luts and test assets unpacked to right place
* Luts proper on img on phone

EGD-8066 sq
0c76e765 — Marek Niepieklo 4 years ago
[CP-914] Update factory reset test

Moved the test out form pytest/service-desktop
Improved test scenario to check for the onboarding screen
Used Factory Reset API for Harness
97f79cf7 — Marek Niepieklo 4 years ago
[CP-829] Move and fix test_battery_file.py

Moved battery file test out of service-desktop
Replaced deprecated check file op with get file op to test
if the file is present.
d31fce7f — Marek Niepieklo 4 years ago
[CP-830] Merge Backup and Restore tests

Merged Backup and Restore tests
dab04510 — Marek Niepieklo 4 years ago
[CP-831] Move and repair test_device_diagnostics.py

Moved test script out of pytest/service-desktop
Cleaned up and fixed test code for multiple log/crash dump files
cf70937f — Marek Niepieklo 4 years ago
[CP-892] Use user-defined file name to save data in FS get_file

Fixed misused file name when saving data
24e2cdbf — Marek Niepiekło 4 years ago
[CP-831] Revert "Move and repair test_device_diagnostics.py"

This reverts commit b5a8a75aa24b5b7bea07cdc477021e59f3a126b1.
b5a8a75a — Marek Niepieklo 4 years ago
[CP-831] Move and repair test_device_diagnostics.py

Moved test script out of pytest/service-desktop
Cleaned up and fixed test code for multiple log/crash dump files
77695586 — Marek Niepieklo 4 years ago
[CP-832] Merge get/send file tests, add remove file test

Added new file operations test for get, send, remove file.
Updated lorem-ipsum.txt file.
56c86cb7 — Bartosz Cichocki 4 years ago
[EGD-8019] Clean docker build scripts

Cleanup of docker scripts and small fixups
Next