Home
last modified time | relevance | path

Searched full:testing (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/Zephyr-latest/tests/ztest/fail/
Dtestcase.yaml15 testing.fail.unit.assert_after:
19 testing.fail.unit.assert_teardown:
23 testing.fail.unit.assume_after:
27 testing.fail.unit.assume_teardown:
31 testing.fail.unit.pass_after:
35 testing.fail.unit.pass_teardown:
39 testing.fail.zephyr.assert_after:
42 testing.fail.zephyr.assert_teardown:
45 testing.fail.zephyr.assume_after:
48 testing.fail.zephyr.assume_teardown:
[all …]
/Zephyr-latest/tests/ztest/base/
Dtestcase.yaml5 testing.ztest.base:
7 testing.ztest.base.cpp:
14 testing.ztest.base.verbose_0:
18 testing.ztest.base.verbose_0_userspace:
27 testing.ztest.base.verbose_1:
31 testing.ztest.base.verbose_2:
/Zephyr-latest/tests/boards/espressif/rtc_clk/
DREADME.rst35 …west twister -p <board> --device-testing --device-serial=/dev/ttyUSB0 -vv --flash-before -T tests/…
41 …west twister -p esp32c3_devkitm --device-testing --device-serial=/dev/ttyUSB0 -vv --flash-before -…
55 Testing CPU frequency: 80 MHz
56 Testing CPU frequency: 160 MHz
57 Testing CPU frequency: 240 MHz
61 Testing CPU frequency: 40 MHz
62 Testing CPU frequency: 20 MHz
63 Testing CPU frequency: 10 MHz
64 Testing CPU frequency: 5 MHz
68 Testing RTC FAST CLK freq: 20000000 MHz
[all …]
/Zephyr-latest/boards/intel/adsp/
Dtwister.yaml9 testing:
26 testing:
33 testing:
43 testing:
/Zephyr-latest/tests/ztest/zexpect/
Dtestcase.yaml10 testing.ztest.expect:
13 testing.ztest.expect_cpp:
16 testing.ztest.expect.unit:
/Zephyr-latest/tests/kernel/pending/
DREADME.txt36 Testing preemptible threads block on fifos ...
37 Testing fifos time-out in correct order ...
38 Testing fifos delivered data correctly ...
39 Testing preemptible threads block on lifos ...
40 Testing lifos time-out in correct order ...
41 Testing lifos delivered data correctly ...
42 Testing preemptible thread waiting on timer ...
/Zephyr-latest/tests/lib/sprintf/
DREADME.txt35 Testing sprintf() with integers ....
36 Testing snprintf() ....
37 Testing vsprintf() ....
38 Testing vsnprintf() ....
39 Testing sprintf() with strings ....
40 Testing sprintf() with misc options ....
41 Testing sprintf() with doubles ....
/Zephyr-latest/tests/kernel/context/
DREADME.txt83 Testing k_cpu_idle()
84 Testing interrupt locking and unlocking
85 Testing irq_disable() and irq_enable()
86 Testing some kernel context routines
87 Testing k_current_get() from an ISR and task
88 Testing k_is_in_isr() from an ISR
89 Testing k_is_in_isr() from a preemptible thread
93 Testing k_busy_wait()
96 Testing k_sleep()
99 Testing k_thread_create() without cancellation
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dtesting.h2 * @file testing.h
3 * @brief Internal API for Bluetooth testing.
19 /** @brief Bluetooth Testing callbacks structure.
21 * Callback structure to be used for Bluetooth testing purposes.
36 /** Register callbacks for Bluetooth testing purposes
45 /** Unregister callbacks for Bluetooth testing purposes
/Zephyr-latest/tests/arch/x86/static_idt/
DREADME.txt20 Testing to see if IDT has address of test stubs()
21 Testing to see interrupt handler executes properly
22 Testing to see exception handler executes properly
23 Testing to see spurious handler executes properly
/Zephyr-latest/subsys/testsuite/boards/unit_testing/unit_testing/
Dunit_testing.yaml2 name: Unit Testing
5 testing:
DKconfig.unit_testing6 bool "Unit testing board"
10 Board for unit testing
/Zephyr-latest/subsys/emul/
DKconfig13 These drivers are used to emulate hardware devices, to support testing
18 Emulators often implement special features for testing. For example
21 yet been completed. This allows for testing that high-level code can
/Zephyr-latest/subsys/testsuite/soc/unit_testing/unit_testing/
DKconfig.soc6 bool "Unit testing SoC"
8 SoC for unit testing
/Zephyr-latest/tests/ztest/busy_sim/
Dtestcase.yaml6 testing.ztest.busy_sim:
8 testing.ztest.busy_sim_nrf52840dk_pin:
/Zephyr-latest/tests/ztest/error_hook/
Dtestcase.yaml5 testing.ztest.error_hook:
12 testing.ztest.error_hook.no_userspace:
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/
Dtestcase.yaml5 testing.testsuite.fff_fake_contexts.unit:
8 testing.testsuite.fff_fake_contexts:
/Zephyr-latest/doc/_doxygen/
Dgroups.dox37 @brief Testing
38 @defgroup testing Testing
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dplatform.py117 testing = variant_data.get("testing", data.get("testing", {}))
118 self.timeout_multiplier = testing.get("timeout_multiplier", self.timeout_multiplier)
119 self.ignore_tags = testing.get("ignore_tags", self.ignore_tags)
120 self.only_tags = testing.get("only_tags", self.only_tags)
121 self.default = testing.get("default", self.default)
122 self.binaries = testing.get("binaries", [])
123 renode = testing.get("renode", {})
/Zephyr-latest/scripts/
Drequirements-build-test.txt4 # testing
16 # used for west-command testing
Drequirements-run-test.txt3 # things used by twister or related in run time testing
18 # used for CAN <=> host testing
/Zephyr-latest/tests/drivers/flash/erase_blocks/
DREADME.rst1 Flash Controller Erase Block Testing
4 Testing of erasing and writing all pages of the tested partition.
/Zephyr-latest/tests/kernel/sleep/
DREADME.txt40 Testing normal expiration of k_sleep()
41 Testing: test thread sleep + helper thread wakeup test
42 Testing: test thread sleep + isr offload wakeup test
43 Testing: test thread sleep + main wakeup test thread
44 Testing kernel k_sleep()
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
Doverlay-static-insecure.conf2 # This allows quick testing of the application without need for a DHCP server or secure MQTT broker…
3 # Only recommended for quick sampling/testing.
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst43 Testing the polling mode.
50 Testing the trigger mode.
51 Testing proximity trigger.

12345678910>>...43