Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 36) sorted by relevance

12

/rk3399_rockchip-uboot/test/
H A DREADME5 tested and what tests you should write when adding a new feature.
8 Running tests
11 To run most tests on sandbox, type this:
23 target provides this feature and it is widely used in tests.
29 Many tests are available using the pytest suite, in test/py. This can run
32 but provides the ability to unify lots of tests and summarise their results.
34 You can run the tests on sandbox with:
46 Tbot provides a way to execute tests on target hardware. It is intended for
52 Ad-hoc tests
55 There are several ad-hoc tests which run outside the pytest environment:
[all …]
H A DKconfig2 bool "Unit tests"
4 Select this to compile in unit tests for various parts of
10 bool "Unit tests for time functions"
13 Enables the 'ut time' command which tests that the time functions
H A Drun7 ./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt86 Running the tests
90 in sandbox, and every uclass has its own test. As a move towards this, tests
106 test/py/tests/test_ut.py::test_ut_dm_init PASSED
107 test/py/tests/test_ut.py::test_ut[ut_dm_adc_bind] PASSED
108 test/py/tests/test_ut.py::test_ut[ut_dm_adc_multi_channel_conversion] PASSED
109 test/py/tests/test_ut.py::test_ut[ut_dm_adc_multi_channel_shot] PASSED
110 test/py/tests/test_ut.py::test_ut[ut_dm_adc_single_channel_conversion] PASSED
111 test/py/tests/test_ut.py::test_ut[ut_dm_adc_single_channel_shot] PASSED
112 test/py/tests/test_ut.py::test_ut[ut_dm_adc_supply] PASSED
113 test/py/tests/test_ut.py::test_ut[ut_dm_adc_wrong_channel_selection] PASSED
[all …]
H A Dlivetree.txt229 error. This is clearly not desirable. Once tests are added for all the
264 - tests for all access functions
/rk3399_rockchip-uboot/doc/
H A DREADME.POST16 The framework shall allow adding/removing/replacing POST tests.
17 Also, standalone POST tests shall be supported.
22 of tests running on normal/power-fail booting.
26 The framework shall support manual running of the POST tests.
28 2) The results of tests shall be saved so that it will be possible to
31 3) The following POST tests shall be developed for MPC823E-based
52 tests and developing such tests for particular hardware.
57 tests and collect their results at boot time. Also, U-Boot will
58 support running POST tests manually at any time by executing a
61 The list of available POST tests will be configured at U-Boot build
[all …]
H A DREADME.memory-test8 U-Boot implements 3 different approaches to perform memory tests:
50 CONFIG_SYS_MEMTEST_END; this results in useless tests (because
62 If you really need to perform memory tests (for example, because
69 It should pointed out that _all_ these memory tests have one
H A DREADME.fdt-control76 $ make tests
77 $ cd tests
H A DREADME.mpc83xx.ddrecc27 Before executing particular tests reset target board or clear status registers:
H A DREADME.log144 implemented! If you do one, please add a test in test/py/tests/test_log.py
/rk3399_rockchip-uboot/test/env/
H A DKconfig2 bool "Enable env unit tests"
6 tests on the env code.
7 If all is well then all tests pass although there will be a few
H A Dcmd_ut_env.c16 struct unit_test *tests = ll_entry_start(struct unit_test, env_test); in do_ut_env() local
24 for (test = tests; test < tests + n_ents; test++) { in do_ut_env()
/rk3399_rockchip-uboot/test/dm/
H A DKconfig6 tests on the driver model code. Each subsystem (uclass) is tested.
7 If all is well then all tests pass although there will be a few
H A Dtest-main.c128 struct unit_test *tests = ll_entry_start(struct unit_test, dm_test); in dm_test_main() local
154 for (test = tests; test < tests + n_ents; test++) { in dm_test_main()
/rk3399_rockchip-uboot/cmd/ddr_tool/memtester/
H A Dmemtester.c30 struct test tests[] = { variable
110 if (!tests[i].name) in doing_memtester()
118 printf(" %-20s: ", tests[i].name); in doing_memtester()
119 if (!tests[i].fp(bufa[j], bufb[j], count[j], in doing_memtester()
H A DMakefile8 obj-$(CONFIG_CMD_MEMTESTER) += tests.o
/rk3399_rockchip-uboot/test/overlay/
H A DKconfig7 tests on the fdt overlay code.
8 If all is well then all tests pass although there will be a few
H A Dcmd_ut_overlay.c220 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_overlay() local
285 for (test = tests; test < tests + n_ents; test++) { in do_ut_overlay()
/rk3399_rockchip-uboot/post/
H A DMakefile9 obj-$(CONFIG_POST_STD_LIST) += tests.o
/rk3399_rockchip-uboot/test/py/
H A DREADME.md7 U-Boot console, run the entire script of tests against it, and summarize the
73 The test script will attach to U-Boot, execute all valid tests for the board,
88 - All timeouts in tests are disabled, allowing U-Boot an arbitrary amount of
110 Some tests deliberately cause the sandbox process to exit, e.g. to test the
112 to attach the debugger to the new sandbox instance. If these tests are not
127 before running the tests. If using this option, make sure that any
144 - `-k` selects which tests to run. The default is to run all known tests. This
147 - `'ums'` runs only tests with "ums" in their name.
148 - ``ut_dm'` runs only tests with "ut_dm" in their name. Note that in this
151 - `'not reset'` runs everything except tests with "reset" in their name.
[all …]
/rk3399_rockchip-uboot/board/gdsys/mpc8308/
H A DKconfig30 These commands provide FPGA tests.
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox17 create unit tests which we can run to test this upper level code.
163 tests which emulate the action of chain-loading U-Boot, typically used in
369 U-Boot sandbox can be used to run various tests, mostly in the test/
373 - Unit tests for command parsing and handling
375 - Unit tests for U-Boot's compression algorithms, useful for
381 - Unit tests for images:
385 - test/trace/test-trace.sh tests the tracing system (see README.trace)
393 Note that many of these tests are implemented as commands which you can
/rk3399_rockchip-uboot/drivers/phy/
H A DKconfig42 the unit tests for the phy framework
/rk3399_rockchip-uboot/cmd/
H A DKconfig1491 This provides a a series of tests to confirm that the TPM is working
1492 correctly. The tests cover initialisation, non-volatile RAM, extend,
1494 tests pass correctly on Infineon TPMs but may need to be adjusted
1680 This command provides access to board diagnostic tests. These are
1682 available tests and running either all the tests, or specific tests
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include83 # output directory for tests below

12