zephyr/tests
Mariusz Skamra 8797e50b64 tests: Bluetooth: ascs: Swap bt_gatt_attr_read mock with real function
This refactors the code to use exact copy of bt_gatt_attr_read instead
of mock, as the implementation might call the function with stack
allocated value. Using mock would require deep copy of the value for
further verification. As the buffer where the value is about to placed
is one of the attr->read() parameters, the test may call the read()
callback with stack allocated buffer of defined size and read the value
from the buffer.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2023-07-05 09:14:37 +02:00
..
application_development scripts: gen_relocate_app.py: Give sections unique names 2023-06-20 16:33:49 +02:00
arch arch: x86: updated acpi config macro 2023-06-30 17:53:01 +03:00
benchmarks tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
bluetooth tests: Bluetooth: ascs: Swap bt_gatt_attr_read mock with real function 2023-07-05 09:14:37 +02:00
boards inte_adsp: ipc: prevent ipc message send during Device power transition 2023-06-22 06:14:57 -04:00
boot arch: x86: updated acpi config macro 2023-06-30 17:53:01 +03:00
bsim tests: Bluetooth: Split cap initiator unicast inval test to new func 2023-06-30 16:11:32 +02:00
cmake tests: snippets: Rework the snippet test 2023-05-25 21:51:26 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers tests: drivers: can: api: do not quote overlay file name 2023-07-04 11:10:35 +00:00
kernel tests: workq: Add timeout parameter 2023-06-26 16:14:02 +02:00
lib tests: lib: json: Add test for array of objects 2023-06-29 21:03:48 +02:00
misc tests: misc: check_init_priorities: check for zephyr_pre1 target 2023-06-21 09:32:05 +02:00
net net: conn_mgr: Bulk convenience functions 2023-06-30 16:10:23 +02:00
posix tests: posix: fs: Add tests for stat command 2023-06-23 17:04:34 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys rtio: Implement a NO_RESPONSE flag for SQEs 2023-06-23 12:31:09 -04:00
unit samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00