~aleteoryx/muditaos

ref: da4ed4e2da858c75abb7703ba012f00744a75f59 muditaos/test d---------
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
7b52b85e — Mateusz Grzywacz 5 years ago
[EGD-5348] Test harness - verbose keymap error

Be more verbose on KeyError.
Relates to `--sms_text` argument
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
103af764 — SP2FET 5 years ago
[EGD-4836] Add firmware update test

Add test utility to update firmware via USB (service-desktop API)
Add timeout to harness port discovery

[EGD-5240] Add common timeout to python test harness
General purpose timeout based on signals library

[EGD-5239] Preserve 1Phone testing
In the long run test harness requires two phones,
but allow for one phone to still pass some test cases
7ed1380e — Mateusz Grzywacz 5 years ago
[EGD-4837] Add 2 phones test cases (call & call-back)

A test asserts, that the first phone can call the second phone by
the number.
Another test asserts, that the seconds phone can call the first phone
back
7dee85f0 — Tomas Rogala 5 years ago
[EGD-4711] Change calendar events endpoints

-Create providers object
-Change endpoints data message structure to json object
-Extend ical format validation
-Extend service desktop tests for calendar endpoints
3a793437 — Mateusz Grzywacz 5 years ago
[EGD-4835] Fix HIL Readme, code, so it works, rename, random GCC 10 fix

Polish README, so it works 1:1.
Rename method, so it blends better with its calls.
Delete old code, leave phone unlock.
Try not to see this random GCC 10 fix here.
859f17c9 — Mateusz Grzywacz 5 years ago
[EGD-4846] Change default HIL to autodetect Pure phone

No need to pass --port argument by default.
--port still needs to be passed if you want to use specific
phone or Linux simulator
3a70d030 — Mateusz Grzywacz 5 years ago
[EGD-4846] Add auto detect USB Pure Phones for HIL

Detect connected Pure phone automatically inside test harness (Python
library) by its Manufacturer and Product strings.
31df1ce7 — Piotr Tański 5 years ago
[EGD-4921] Add next harness test cases

Test harness extended with additional tests:
- Making a call to a specific phone number.
- Calling back to the last number from the call log.
- Searching for SMSes with a phone number filter.
b92c4023 — Marek Niepieklo 5 years ago
[EGD-5004] Add USB-CDC echo mechanism

Added echo mechanism to USB-CDC, update usb_stack submodule
and added a test case to test harness
871b250d — Marcin Smoczyński 5 years ago
[EGD-4534] Change audio data path synchronization

Refactor audio data path to fix several synchronization issues and
excessive copy operations on large memory blocks. Introduce
audio::Stream data structure to allow connecting audio source and sink
with a zero-copy capability.

Introduce system mechanisms:
 - critical section guard lock needed for stream synchronization
 - non-cacheable memory allocator to allocate memory for DMA safe
   buffers

Update the Googletest CMake template to match the capabilities of the
Catch2 template.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com>
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
c42f977f — Bartosz Cichocki 5 years ago
[EGD-4752] tests: fixed contact offset bug, sliced contact test into batches (#1154)

Fix contact offset bug
Slice contact test into batches

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
0d80a71a — Tomek Sobkowiak 5 years ago
[EDG-4494] Exclude contacts from temporary group (#1109)

* [EDG-4494] Exclude contacts from temporary group
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
3a924e7d — Wojtek Cichoń 5 years ago
[EGD-4576] doc: linked to integration tests article (#1111)

Add references to Test harness README article

Added references to Test harness README in two places:
- Documentation table of contents
- Development workflow article
cdfadba3 — Bartosz Cichocki 5 years ago
[EGD-4510] testing: added pytest tests, updated documentation (#1096)

Add pytest test and functional tests, update documentation

[EGD-4510] rewritten service-desktop tests into pytest manner

[EGD-4510] updated docs, rewritten FT to pytest manner

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
c81e7934 — Bartosz Cichocki 5 years ago
[EGD-4437] added version check script (#1086)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
Next