| /tests/bluetooth/host/keys/mocks/ |
| A D | keys_help_utils.c | 31 for (size_t it = 0; it < size; it++) { in fill_key_pool_by_id_addr() local 32 params_vector = &src[it]; in fill_key_pool_by_id_addr() 35 refs[it] = bt_keys_get_addr(id, addr); in fill_key_pool_by_id_addr() 36 if (refs[it] == NULL) { in fill_key_pool_by_id_addr() 37 printk("'%s' Failed to add key %d to the keys pool\n", __func__, it); in fill_key_pool_by_id_addr() 57 for (size_t it = 0; it < size; it++) { in fill_key_pool_by_id_addr_type() local 58 params_vector = &src[it]; in fill_key_pool_by_id_addr_type() 62 refs[it] = bt_keys_get_type(type, id, addr); in fill_key_pool_by_id_addr_type() 63 if (refs[it] == NULL) { in fill_key_pool_by_id_addr_type() 64 printk("'%s' Failed to add key %d to the keys pool\n", __func__, it); in fill_key_pool_by_id_addr_type()
|
| /tests/bluetooth/host/keys/bt_keys_find_irk/src/ |
| A D | main.c | 127 for (size_t it = 0; it < ARRAY_SIZE(returned_keys_refs); it++) { in rpa_resolving_ts_setup() local 128 returned_keys_refs[it]->irk.val[0] = it; in rpa_resolving_ts_setup() 190 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) { in ZTEST() local 198 params_it = it; in ZTEST() 201 expected_key_ref = returned_keys_refs[it]; in ZTEST() 244 for (size_t it = 0; it < ARRAY_SIZE(returned_keys_refs); it++) { in no_resolving_ts_setup() local 245 returned_keys_refs[it]->irk.val[0] = it; in no_resolving_ts_setup() 249 for (size_t it = 0; it < ARRAY_SIZE(returned_keys_refs); it++) { in no_resolving_ts_setup() local 284 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) { in ZTEST() local 292 params_it = it; in ZTEST() [all …]
|
| /tests/bluetooth/host/keys/bt_keys_find/src/ |
| A D | main.c | 98 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) { in ZTEST() local 100 type = testing_id_addr_type_lut[it].type; in ZTEST() 101 id = testing_id_addr_type_lut[it].id; in ZTEST() 102 addr = testing_id_addr_type_lut[it].addr; in ZTEST() 104 expected_key_ref = returned_keys_refs[it]; in ZTEST()
|
| /tests/bluetooth/host/keys/bt_keys_update_usage/src/ |
| A D | test_suite_save_aging_counter.c | 60 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_pair_lut); it++) { in ZTEST() local 61 params_vector = &testing_id_addr_pair_lut[it]; in ZTEST() 64 expected_updated_keys = returned_keys_refs[it]; in ZTEST()
|
| A D | main.c | 121 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_pair_lut); it++) { in ZTEST() local 122 params_vector = &testing_id_addr_pair_lut[it]; in ZTEST() 125 expected_updated_keys = returned_keys_refs[it]; in ZTEST()
|
| /tests/bluetooth/host/keys/bt_keys_add_type/src/ |
| A D | main.c | 33 for (size_t it = 0; it < ARRAY_SIZE(testing_type_lut); it++) { in ZTEST() local 35 int type = testing_type_lut[it]; in ZTEST()
|
| /tests/bluetooth/host/id/bt_id_get/src/ |
| A D | main.c | 80 for (size_t it = 0; it < ARRAY_SIZE(testing_counts); it++) { in ZTEST() local 81 size_t count = testing_counts[it]; in ZTEST()
|
| /tests/lib/devicetree/devices/ |
| A D | testcase.yaml | 4 # We only need this to run on one platform so use native_sim as it 8 # The test instantiate few vnd,i2c devices so it fails with boards with
|
| /tests/net/npf/src/ |
| A D | main.c | 468 for (int it = 0; it < ARRAY_SIZE(ipv4_address_list); it++) { in ZTEST() local 469 memcpy((struct in_addr *)NET_IPV4_HDR(pkt_v4)->src, &ipv4_address_list[it], in ZTEST() 490 for (int it = 0; it < ARRAY_SIZE(ipv4_address_list); it++) { in ZTEST() local 491 memcpy((struct in_addr *)NET_IPV4_HDR(pkt_v4)->src, &ipv4_address_list[it], in ZTEST() 532 for (int it = 0; it < ARRAY_SIZE(ipv6_address_list); it++) { in ZTEST() local 534 &ipv6_address_list[it], sizeof(struct in6_addr)); in ZTEST() 554 for (int it = 0; it < ARRAY_SIZE(ipv6_address_list); it++) { in ZTEST() local 556 &ipv6_address_list[it], sizeof(struct in6_addr)); in ZTEST()
|
| /tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
| A D | spi1_pllq_2_d1ppre_4.overlay | 9 * It is assumed that it is applied after core_init.overlay file. 15 * This test config ensures it still works.
|
| /tests/subsys/logging/log_blocking/ |
| A D | REAME.md | 37 Back pressure is fine in short bursts but it can cause delays in application 46 rate-limited by the physical layer over which they operate, be it Gigabit 52 comforting to know, even if it is something astronomical like 1G `[msg/s]`. 64 ideal scenario. In reality, it is not. The rates could be matched, but a 68 would not decrease from 100%, and it would remain saturated. 70 Logging has a tendency to be bursty, so it is definitely preferable to 85 unable to allocate new log messages and it will be stalled. 87 Stalling a real-time application produces unexpected behaviour, so it is 94 On a live system, it may be necessary to manually perform remediation of log
|
| /tests/crypto/mbedtls_psa/ |
| A D | testcase.yaml | 8 # Since it might take too long to execute this test on all platforms 25 # Pick a platform which has an entropy driver and enable it. 33 # enable the timer random generator because it's always available on all
|
| /tests/drivers/gpio/gpio_api_1pin/boards/ |
| A D | mr_canhubk3.overlay | 9 /* Use the blue LED pin for this test because it supports interrupts */
|
| /tests/lib/devicetree/api_ext/ |
| A D | testcase.yaml | 4 # We only need this to run on one platform so use native_sim as it
|
| /tests/subsys/logging/log_api/ |
| A D | testcase.yaml | 57 # Testing on selected platforms as it enables all logs in the application 58 # and it cannot be handled on many platforms. 122 # Testing on selected platforms as it enables all logs in the application 123 # and it cannot be handled on many platforms. 134 # Testing on selected platforms as it enables all logs in the application 135 # and it cannot be handled on many platforms. 340 # Testing on selected platforms as it enables all logs in the application 341 # and it cannot be handled on many platforms. 353 # Testing on selected platforms as it enables all logs in the application 354 # and it cannot be handled on many platforms.
|
| /tests/drivers/pwm/pwm_api/boards/ |
| A D | frdm_mcxn947_mcxn947_cpu0_sctimer.overlay | 7 /* Disable flexpwm node as it is mapped to pwm-0 alias which is picked up first by the test.
|
| A D | mcx_n9xx_evk_mcxn947_cpu0_sctimer.overlay | 7 /* Disable flexpwm node as it is mapped to pwm-0 alias which is picked up first by the test.
|
| /tests/lib/devicetree/api/ |
| A D | testcase.yaml | 4 # We only need this to run on one platform so use native_sim as it
|
| /tests/bsim/bluetooth/audio/ |
| A D | README.txt | 5 testcases which are compiled with it.
|
| /tests/bsim/bluetooth/ll/conn/ |
| A D | README.txt | 5 testcases which are compiled with it.
|
| /tests/net/all/ |
| A D | testcase.yaml | 2 # Only used for compile testing so it is enough to use one platform here.
|
| /tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/ |
| A D | msi_range6.overlay | 9 * It is assumed that it is applied after clear_clocks.overlay file.
|
| A D | f1_pll_64_hsi_8.overlay | 9 * It is assumed that it is applied after clear_clocks.overlay file.
|
| /tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/boards/ |
| A D | spi1_pclk2.overlay | 9 * It is assumed that it is applied after core_init.overlay file.
|
| /tests/kernel/fatal/exception/ |
| A D | README | 3 If a thread causes a CPU exception, and it is not in an ISR or "essential"
|