/Zephyr-latest/tests/ztest/zexpect/src/ |
D | main.c | 13 ZTEST_SUITE(expect, NULL, NULL, NULL, NULL, NULL); 15 ZTEST_EXPECT_FAIL(expect, test_fail_later); 16 ZTEST(expect, test_fail_later) in ZTEST() argument 29 ZTEST(expect, test_pass_expect_true) in ZTEST() argument 34 ZTEST_EXPECT_FAIL(expect, test_fail_expect_true); 35 ZTEST(expect, test_fail_expect_true) in ZTEST() argument 40 ZTEST(expect, test_expect_false) in ZTEST() argument 45 ZTEST_EXPECT_FAIL(expect, test_fail_expect_false); 46 ZTEST(expect, test_fail_expect_false) in ZTEST() argument 51 ZTEST(expect, test_expect_ok) in ZTEST() argument [all …]
|
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/src/ |
D | main.c | 65 zassert_false(INCLUDED_BOARD_SUFFIX, "Did not expect board suffix config to be present"); in ZTEST() 68 zassert_false(INCLUDED_BOARD, "Did not expect board config to be present"); in ZTEST() 74 "Did not expect board qualifier config to be present"); in ZTEST() 78 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST() 79 zassert_true(INCLUDED_SOC, "Expect soc config to be present"); in ZTEST() 80 zassert_false(INCLUDED_SOC_SUFFIX, "Did not expect soc suffix config to be present"); in ZTEST() 81 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST() 89 zassert_false(INCLUDED_BOARD, "Did not expect board config to be present"); in ZTEST() 91 "Did not expect board qualifier config to be present"); in ZTEST() 93 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST() [all …]
|
/Zephyr-latest/tests/cmake/overlays/soc_folder_overlay/src/ |
D | main.c | 53 zassert_false(INCLUDED_APP, "Did not expect app overlay to be present"); in ZTEST() 54 zassert_false(INCLUDED_BOARD_SUFFIX, "Did not expect board suffix overlay to be present"); in ZTEST() 57 zassert_false(INCLUDED_BOARD, "Did not expect board overlay to be present"); in ZTEST() 62 "Did not expect board qualifier overlay to be present"); in ZTEST() 65 zassert_true(INCLUDED_SOC, "Expect soc overlay to be present"); in ZTEST() 66 zassert_false(INCLUDED_SOC_SUFFIX, "Did not expect soc suffix overlay to be present"); in ZTEST() 72 zassert_false(INCLUDED_APP, "Did not expect app overlay to be present"); in ZTEST() 74 zassert_false(INCLUDED_BOARD, "Did not expect board overlay to be present"); in ZTEST() 76 "Did not expect board qualifier overlay to be present"); in ZTEST() 77 zassert_false(INCLUDED_SOC, "Did not expect soc overlay to be present"); in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
D | main.c | 158 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST() 159 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST() 160 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST() 161 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST() 162 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST() 164 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST() 165 zassert_false(event_invalid_got, "Did not expect an invalid event"); in ZTEST() 167 zassert_false(set_called, "Did not expect setting set function to be called"); in ZTEST() 168 zassert_false(get_called, "Did not expect setting get function to be called"); in ZTEST() 169 zassert_false(export_called, "Did not expect setting export function to be called"); in ZTEST() [all …]
|
/Zephyr-latest/tests/cmake/hwm/board_extend/src/ |
D | main.c | 53 zassert_false(EXTENDED_BOARD_TWO_C, "Did not expect extended board two to be set"); 55 zassert_false(BASE_BOARD_CONFIG, "Did not expect base board to be set"); 61 zassert_false(EXTENDED_BOARD_ONE_B, "Did not expect extended board one to be set"); 64 zassert_false(BASE_BOARD_CONFIG, "Did not expect base board to be set"); 69 zassert_true(false, "Did not expect to build for a base native_sim board"); 77 zassert_true(false, "Did not expect to build for a base mps2 board"); 83 zassert_true(false, "Did not expect to build for a regular board");
|
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ |
D | main.c | 33 static const char expect[] = "[CUSTOM_PREFIX]testing 1 2 3"; in ZTEST() local 47 zassert_true(size >= sizeof(expect), "Expected size > %u, got %d", in ZTEST() 48 sizeof(expect), size); in ZTEST() 54 zassert_true(strstr(buf, expect), in ZTEST() 55 "Expected string to contain '%s', got '%s'", expect, buf); in ZTEST()
|
/Zephyr-latest/tests/ztest/zexpect/ |
D | testcase.yaml | 10 testing.ztest.expect: 16 testing.ztest.expect.unit:
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/cb_notifications/src/ |
D | main.c | 137 zassert_false(cmd_recv_got, "Did not expect received command callback\n"); in ZTEST() 138 zassert_false(cmd_status_got, "Did not expect IMG status callback\n"); in ZTEST() 139 zassert_false(cmd_done_got, "Did not expect done command callback\n"); in ZTEST() 140 zassert_false(cmd_other_got, "Did not expect other callback(s)\n"); in ZTEST() 184 zassert_false(cmd_status_got, "Did not expect IMG status callback\n"); in ZTEST() 186 zassert_false(cmd_other_got, "Did not expect other callback(s)\n"); in ZTEST() 229 zassert_false(cmd_recv_got, "Did not expect received command callback\n"); in ZTEST() 230 zassert_false(cmd_status_got, "Did not expect IMG status callback\n"); in ZTEST() 231 zassert_false(cmd_done_got, "Did not expect done command callback\n"); in ZTEST() 232 zassert_false(cmd_other_got, "Did not expect other callback(s)\n"); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | expects_util.h | 28 const uint8_t *expect, const uint8_t *data, size_t len) in expect_data_equal() argument 31 zexpect_equal(expect[i], data[i], in expect_data_equal() 33 func_name, arg_name, i, data[i], expect[i]); in expect_data_equal()
|
/Zephyr-latest/dts/bindings/clock/ |
D | nxp,imx-anatop.yaml | 18 description: Number of items to expect in a clock specifier 24 description: Number of items to expect in a PLL specifier
|
D | clock-controller.yaml | 10 description: Number of items to expect in a Clock specifier
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nuvoton,npcx-scfg.yaml | 17 description: Number of items to expect in a SCFG ALT (Alternative controllers) specifier 23 Number of items to expect in a SCFG LV_GPIO_CTL (Low level IO controllers) specifier
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/ |
D | main.c | 200 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 202 "rc"), "Did not expect to receive rc element"); in ZTEST() 262 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 264 "rc"), "Did not expect to receive rc element"); in ZTEST() 327 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 331 "err"), "Did not expect to receive err element"); in ZTEST() 374 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 376 "rc"), "Did not expect to receive rc element"); in ZTEST() 437 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 441 "err"), "Did not expect to receive err element"); in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ll_irqs.h | 13 * LPTMR1 -> INTMUX_CH2. We expect it to be the only IRQ source for this channel 20 * radio -> INTMUX_CH3. We expect it to be the only IRQ source for this channel
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 587 * expect SYN ACK, 590 * expect ACK, 592 * expect FIN ACK, 649 * expect SYN ACK, 652 * expect ACK, 654 * expect FIN ACK, 818 * Expect SYN 820 * expect ACK, 821 * expect DATA, 823 * expect FIN, [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/ |
D | main.c | 133 TEST_ASSERT(initial_refs >= 1, "Expect to have at least once reference"); in test_central_connect_when_connecting() 138 /* Expect the number of refs to be unchanged. */ in test_central_connect_when_connecting() 140 "Expect number of references to be unchanged"); in test_central_connect_when_connecting() 145 TEST_ASSERT(atomic_get(&conn->ref) == 0, "Expect no more references"); in test_central_connect_when_connecting() 182 TEST_ASSERT(initial_refs >= 1, "Expect to have at least once reference"); in test_central_connect_to_existing() 187 /* Expect the number of refs to be unchanged. */ in test_central_connect_to_existing() 189 "Expect number of references to be unchanged"); in test_central_connect_to_existing()
|
/Zephyr-latest/tests/posix/net/src/ |
D | inet_addr.c | 21 /* expect failure */ in ZTEST() 35 /* expect success */ in ZTEST() 47 zexpect_equal(ret, p->out, "inet_addr(%s) failed. expect: %d actual: %d", p->in, in ZTEST()
|
/Zephyr-latest/tests/subsys/usb/device_next/src/ |
D | main.c | 52 /* Not specified, expect protocol error */ in ZTEST() 56 /* TODO: Expect zero value */ in ZTEST() 61 /* TODO: Expect non-zero valid configuration value */ in ZTEST() 82 /* Not specified, expect protocol error */ in ZTEST() 84 /* Expect protocol error */ in ZTEST()
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | main.c | 105 /* Expect assert, use fake void function as a callback */ in ZTEST() 122 /* Expect assert, use fake void function as a callback */ in ZTEST() 161 /* Expect assert, use fake void function as a callback */ in ZTEST() 179 /* Expect assert, use fake void function as a callback */ in ZTEST() 197 /* Expect assert, use fake void function as a callback */ in ZTEST()
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_dir_both_states.c | 48 /* Send invalid triggers, expect failure */ in ZTEST_USER() 97 /* Send invalid triggers, expect failure */ in ZTEST_USER() 148 /* Read one data block, expect success even if RX queue is already in in ZTEST_USER() 163 /* Write one more TX data block, expect an error */ in ZTEST_USER() 167 /* Send invalid triggers, expect failure */ in ZTEST_USER()
|
/Zephyr-latest/dts/bindings/pwm/ |
D | infineon,cat1-pwm.yaml | 24 We expect that the phandles will reference pinctrl nodes. These 62 Number of items to expect in a PWM
|
D | pwm-controller.yaml | 10 description: Number of items to expect in a pwm specifier
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 159 * 3. Expect BT_ATT_ERR_UNLIKELY error. 160 * 4. Expect the peripheral to disconnect. 163 * 7. Expect the peripheral to respond with the characteristic value. 170 * 3. Expect the disconnected callback to be called. 173 * 6. Expect the connection stay alive after a delay equal to ATT timeout. 174 * 7. Expect the central to disconnect.
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 26 Build and expect object files as binary object type for the 33 Build and expect relocatable (partially linked) files as the 41 Build and expect shared libraries as binary object type for
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd2x | 35 Enable the crystal oscillator (if disabled, expect a clock signal on 49 Enable the crystal oscillator (if disabled, expect a clock signal on
|