/Zephyr-latest/tests/drivers/audio/dmic_api/ |
D | README.txt | 4 This test is designed to verify that DMIC peripherals implement the API 7 * Verify the DMIC will not start sampling before it is configured 9 * Verify the DMIC can sample from one left channel 11 * Verify the DMIC can sample from a stereo L/R pair 13 * Verify that the DMIC works with the maximum number of channels possible 16 * Verify that the DMIC can restart sampling after being paused and resumed 18 * Verify that invalid channel maps (R/R pair, non-adjacent channels) are
|
/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 4 This test is designed to verify the MMC protocol stack implementation, 5 and run stress tests to verify large data transfers succeed using the 12 * Init test: verify the SD host controller can detect card presence, and 13 test the initialization flow of the MMC subsystem to verify that the stack 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required 19 * Read test: verify that single block reads work, followed by multiple 23 * Write test: verify that single block writes work, followed by multiple 27 * R/W test: write data to the MMC card, and verify that it is able
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 4 This test is designed to verify the SD subsystem stack implementation, 5 and run stress tests to verify large data transfers succeed using the 12 * Init test: verify the SD host controller can detect card presence, and 13 test the initialization flow of the SDMMC subsystem to verify that the stack 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required 19 * Read test: verify that single block reads work, followed by multiple 23 * Write test: verify that single block writes work, followed by multiple 27 * R/W test: write data to the SD card, and verify that it is able
|
/Zephyr-latest/tests/drivers/sdhc/ |
D | README.txt | 4 This test is designed to verify the functionality of a device implementing the 8 * Reset test: Verify the SDHC can successfully reset the host controller state. 16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of 19 * Card presence test. Verify that the SDHC detects card presence. 22 and verify that valid data is returned. 24 Note that this test does not verify the tuning or card busy api, as the SD
|
/Zephyr-latest/tests/subsys/sd/sdio/ |
D | README.txt | 4 This test is designed to verify the SD subsystem stack implementation for SDIO 10 * Init test: verify the SD host controller can detect card presence, and 11 test the initialization flow of the SDIO subsystem to verify that the stack 14 * Read test: verify that a read from the SDIO common card register area returns 17 * Configuration test: verify that the SD stack reports a valid configuration
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | test_upgrade.py | 47 Verify that the application can be updated 52 5) Restart the device, verify that swapping process is initiated 53 6) Verify that the updated application is booted 55 8) Restart the device, and verify that the new application is still booted 78 logger.info('Verify new APP is booted') 92 logger.info('Verify new APP is still booted') 98 Verify that MCUboot will roll back an image that is not confirmed 103 5) Restart the device, verify that swapping process is initiated 104 6) Verify that the updated application is booted 106 8) Verify that MCUboot reverts update [all …]
|
D | test_downgrade_prevention.py | 19 Verify that the application is not downgraded 26 5) Restart the device, verify that downgrade prevention mechanism 28 6) Verify that the original application is booted (version 1.1.1) 54 logger.info('Verify that the original APP is booted')
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_basic.c | 101 "verify hello open failed"); in verify_hello() 104 "verify hello open tell failed"); in verify_hello() 108 "verify hello at start failed"); in verify_hello() 111 "verify hello read tell failed"); in verify_hello() 114 "verify close hello failed"); in verify_hello() 133 "verify hello open failed"); in seek_within_hello() 136 "verify hello open tell failed"); in seek_within_hello() 150 "verify hello seek near mid failed"); in seek_within_hello() 153 "verify hello tell near mid failed"); in seek_within_hello() 157 "verify hello at middle failed"); in seek_within_hello() [all …]
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | main.c | 168 /* Verify that the correct init APIs were called. */ 193 /* Verify that conn_mgr_if_connect and conn_mgr_if_disconnect perform the 208 /* Verify ifaces are still disconnected */ in ZTEST() 217 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST() 222 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 239 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST() 244 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 261 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST() 266 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 284 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST() [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_basic_api/src/ |
D | test_uart_fifo.c | 11 * @brief TestPurpose: verify UART works well in fifo mode 52 /* Verify uart_irq_update() */ in uart_fifo_callback() 58 /* Verify uart_irq_tx_ready() */ in uart_fifo_callback() 87 /* Verify uart_irq_rx_ready() */ in uart_fifo_callback() 89 /* Verify uart_fifo_read() */ in uart_fifo_callback() 108 /* Verify uart_irq_callback_set() */ in test_fifo_read() 112 /* Verify uart_irq_rx_enable() */ in test_fifo_read() 123 /* Verify uart_irq_rx_disable() */ in test_fifo_read() 140 /* Verify uart_irq_callback_set() */ in test_fifo_fill() 144 /* Verify uart_irq_tx_enable() */ in test_fifo_fill() [all …]
|
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 59 * - read line and verify that it is the one that was put. 100 * - get in up direction a line and verify that it's the last one added (3). 101 * - get next line in up direction and verify that it's line 2. 102 * - get next line in up direction and verify that it's line 1. 103 * - get next line in down direction and verify that it's line 2. 104 * - get next line in up direction and verify that it's line 1. 105 * - get next line in down direction and verify that it's line 2. 106 * - get next line in down direction and verify that it's line 3. 107 * - attempt to get next line in down direction and verify that there is no 165 * - verify that history is empty. [all …]
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_config.c | 37 /** @brief Verify gpio_pin_configure function in push pull mode. 39 * - Configure pin in in/out mode, verify that gpio_pin_set_raw / 41 * - Verify that GPIO_OUTPUT_HIGH flag is initializing the pin to high. 42 * - Verify that GPIO_OUTPUT_LOW flag is initializing the pin to low. 43 * - Verify that configuring the pin as an output without initializing it 45 * - Verify that it is not possible to change value of a pin via 64 /* Configure pin in in/out mode, verify that gpio_pin_set_raw / in ZTEST() 84 /* Verify that GPIO_OUTPUT_HIGH flag is initializing the pin to high. */ in ZTEST() 92 /* Verify that configuring the pin as an output without initializing it in ZTEST() 100 /* Verify that GPIO_OUTPUT_LOW flag is initializing the pin to low. */ in ZTEST() [all …]
|
D | test_pin.c | 55 /** @brief Verify gpio_pin_toggle function. 57 * - Verify that gpio_pin_toggle function changes pin state from active to 92 /** @brief Verify visually gpio_pin_toggle function. 99 * - Verify visually that gpio_pin_toggle function changes pin state from active 132 /** @brief Verify gpio_pin_set_raw, gpio_pin_get_raw functions. 134 * - Verify that gpio_pin_get_raw reads the same value as set by 169 /** @brief Verify gpio_pin_set, gpio_pin_get functions. 171 * - Verify that gpio_pin_get reads the same value as set by gpio_pin_set 206 /** @brief Verify GPIO_ACTIVE_HIGH flag. 208 * - Verify that there is no functional difference between gpio_pin_set_raw and [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/ |
D | main.c | 46 * Dequeue and verify order of the ctrl nodes from (1). 47 * Verify Tx Queue is empty. 75 * Dequeue and verify order of the data nodes from (1). 76 * Verify Tx Queue is empty. 104 * Dequeue and verify order of the data and ctrl nodes from (1). 105 * Verify Tx Queue is empty. 140 * Dequeue and verify order of the data and ctrl nodes from (1). 141 * Verify Tx Queue is empty. 185 * Dequeue and verify order of ctrl and data nodes from (1). 186 * Dequeue and verify order of ctrl nodes from (2). [all …]
|
/Zephyr-latest/tests/kernel/queue/src/ |
D | test_queue_fail.c | 48 * design some error condition to verify error branch of 50 * 1. Verify that the list's head is empty. 51 * 2. Verify that the list's tail is empty. 52 * 3. Verify that append list to the queue when a 98 * @details Verify the API k_queue_merge_slist when 130 * @details Verify that the parameter of API k_queue_init() is 146 * @details Verify that the parameter of the API is 165 * @details Verify that the parameter of the API is 184 * @details Verify that the parameter of the API is 200 * @details Verify that the parameter of the API is [all …]
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_nrf.py | 87 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51', 93 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF51', 99 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51', 105 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51', 112 ['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51', 119 ['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF51', 126 ['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF51', 137 '--verify', '-f', 'NRF52', '--snr', TEST_DEF_SNR], 143 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF52', 151 '--verify', '-f', 'NRF52', '--snr', TEST_OVR_SNR], [all …]
|
/Zephyr-latest/tests/net/offloaded_netdev/src/ |
D | main.c | 146 /* Verify iface under test is down before test */ in ZTEST() 153 /* Verify that a single iface went up once (according to the enable callback) */ in ZTEST() 164 /* Verify that a single iface went down once (according to the enable callback)*/ in ZTEST() 177 /* Verify iface under test is down before test */ in ZTEST() 184 /* Verify that the iface went up, but callbacks were not fired*/ in ZTEST() 195 /* Verify that the iface went down, but callbacks were not fired*/ in ZTEST() 208 /* Verify iface under test is down before test */ in ZTEST() 215 /* Verify that a single iface went up once (according to the enable callback) */ in ZTEST() 226 /* Verify that a single iface went down once (according to the enable callback)*/ in ZTEST() 239 /* Verify iface under test is down before test */ in ZTEST() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_pst_ncrp.sh | 18 # 2. Verify Node Composition Refresh procedure. 23 # - verify Composition Data pages 0 (new comp data) and 128 (same as page 0) 24 # - verify Composition Data pages 1 (new comp data) and 129 (same as page 1) 27 # 3. Verify that old settings are removed on the 3rd device after Composition Data change. 31 # - verify that the device is not re-provisioned again.
|
/Zephyr-latest/tests/drivers/i2c/i2c_api/src/ |
D | test_i2c.c | 11 * @brief TestPurpose: verify I2C master can read and write 53 /* 1. Verify i2c_configure() */ in test_gy271() 59 /* 2. Verify i2c_get_config() */ in test_gy271() 81 /* 3. verify i2c_write() */ in test_gy271() 111 /* 4. verify i2c_read() */ in test_gy271() 134 /* 1. verify i2c_configure() */ in test_burst_gy271() 140 /* 2. Verify i2c_get_config() */ in test_burst_gy271() 163 /* 3. verify i2c_burst_write() */ in test_burst_gy271() 180 /* 4. verify i2c_burst_read() */ in test_burst_gy271()
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nxp_s32 | 37 bool "Verify memory after erased" 39 Verify contents of memory after erased. 42 bool "Verify memory after written" 44 Verify contents of memory after written.
|
/Zephyr-latest/cmake/ |
D | verify-toolchain.cmake | 1 # The purpose of this file is to verify that required variables has been 8 # cmake [options] -P verify-toolchain.cmake 16 message(FATAL_ERROR "verify-toolchain.cmake is a script and must be invoked " 17 "as:\n 'cmake ... -P verify-toolchain.cmake'\n"
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/ |
D | sol_replay.sh | 11 # 2. Tester scans for beacons for a few seconds to verify that none are 16 # 6. Tester re-sends the same fixed solicitation PDU, and scans to verify that 19 # 8. Tester re-sends the same fixed solicitation PDU, and scans to verify that no 22 # and scans to verify that a beacon is received.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | stm32flash.py | 21 serial_mode='8e1', reset=False, verify=False): argument 32 self.verify = verify 75 parser.add_argument('--verify', default=False, required=False, action='store_true', 76 help='verify writes, default False') 85 serial_mode=args.serial_mode, reset=args.reset, verify=args.verify) 138 if self.verify:
|
/Zephyr-latest/tests/net/dhcpv6/src/ |
D | main.c | 436 /* Verify header */ in verify_solicit_message() 439 /* Verify options */ in verify_solicit_message() 449 /* Verify that outgoing DHCPv6 Solicit has a valid format and includes all 467 /* Verify header */ in verify_request_message() 470 /* Verify options */ in verify_request_message() 480 /* Verify that outgoing DHCPv6 Request has a valid format and includes all 499 /* Verify header */ in verify_confirm_message() 502 /* Verify options */ in verify_confirm_message() 509 /* Verify that outgoing DHCPv6 Confirm has a valid format and includes all 528 /* Verify header */ in verify_renew_message() [all …]
|
/Zephyr-latest/tests/subsys/sd/mmc/src/ |
D | main.c | 26 * Verify that SD stack can initialize an MMC card 40 /* Verify that MMC stack returns valid IOCTL values */ 54 /* Verify that SD stack can read from an SD card */ 74 /* Verify that out of bounds read fails */ in ZTEST() 83 /* Verify that unaligned reads work */ in ZTEST() 89 /* Verify that SD stack can write to an SD card */ 109 /* Verify that out of bounds write fails */ in ZTEST() 118 /* Verify that unaligned writes work */ in ZTEST() 124 /* Test reads and writes interleaved, to verify data is making it on disk */ 135 /* Verify that a read from this area is empty */ in ZTEST() [all …]
|