Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 65) sorted by relevance

123

/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt93 ./test/py/test.py --bd sandbox --build -k ut_dm -v
97 (venv)$ ./test/py/test.py --bd sandbox --build -k ut_dm -v
101 platform linux2 -- Python 2.7.5, pytest-2.9.0, py-1.4.31, pluggy-0.3.1 -- /root/u-boot/venv/bin/pyt…
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
[all …]
/rk3399_rockchip-uboot/test/
H A Drun4 ./test/py/test.py --bd sandbox --build
7 ./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py
10 ./test/py/test.py --bd sandbox_flattree --build
H A DREADME29 Many tests are available using the pytest suite, in test/py. This can run
36 ./test/py/test.py --bd sandbox --build
40 See test/py/README.md for more information about the pytest suite.
/rk3399_rockchip-uboot/test/py/
H A Dtest.py18 # argv; py.test test_directory_name user-supplied-arguments
19 args = ['py.test', os.path.dirname(__file__) + '/tests']
23 os.execvp('py.test', args)
31 exec(py.test) failed; perhaps you are missing some dependencies?
32 See test/py/README.md for the list.'''
H A DREADME.md62 ./test/py/test.py --bd sandbox --build
96 ./test/py/test.py --bd sandbox --gdbserver localhost:1234
140 details. Execute `py.test --version` for a brief summary. Note that U-Boot's
141 test.py script passes all command-line arguments directly to `pytest` for
178 - `UBOOT_TEST_PY_DIR` the full path to `test/py/` in the source directory.
311 any required environment configuration Python modules into $HOME/ubtest/py,
318 PYTHONPATH=${HOME}/ubtest/py:${PYTHONPATH} \
319 ./test/py/test.py --bd seaboard
329 PYTHONPATH=${HOME}/ubtest/py:${PYTHONPATH} \
330 ./test/py/test.py --bd seaboard --build
[all …]
H A Du_boot_console_sandbox.py21 config: A "configuration" object as defined in conftest.py.
H A Du_boot_console_exec_attach.py26 config: A "configuration" object as defined in conftest.py.
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A DMakefile1 # Unfortunately setup.py below cannot handle srctree being ".." which it often
10 # Unfortunately setup.py (or actually the Python distutil implementation) puts
25 $(obj)/_libfdt.so: $(src)/setup.py $(PYLIBFDT_srcs) FORCE
30 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
H A D.gitignore2 /libfdt.py
H A Dsetup.py4 setup.py file for SWIG libfdt
18 ./pylibfdt/setup.py install [--prefix=...]
/rk3399_rockchip-uboot/tools/binman/
H A Dbinman.py62 '--include "tools/binman/*.py" --omit "*test*,*binman.py" '
63 'tools/binman/binman.py -t' % options.build_dir)
H A Dbinman62 '--include "tools/binman/*.py" --omit "*test*,*binman.py" '
63 'tools/binman/binman.py -t' % options.build_dir)
/rk3399_rockchip-uboot/scripts/
H A DREADME.rockchip35 # avbtool.py
36 ./scripts/avbtool.py info_image --image vbmeta.img
/rk3399_rockchip-uboot/
H A D.travis.yml35 - ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
53 - PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
113 ./test/py/test.py --bd ${TEST_PY_BD} ${TEST_PY_ID}
276 # test/py
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox341 or utilize the device described in test/py/make_test_disk.py:
379 ./test/py/test.py --bd sandbox --build -k ut_dm -v
383 test/image/test-fit.py - FIT images
/rk3399_rockchip-uboot/configs/
H A Devb-px5_defconfig7 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Dfirefly-rk3399_defconfig6 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Dandroid6.0-rk3399_defconfig13 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Devb-rk3328_defconfig6 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Devb-rk3399_defconfig13 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Devb-rk3308_defconfig6 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Drk3308_defconfig6 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Devb-rk3326_defconfig8 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
H A Drk1808_defconfig6 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
/rk3399_rockchip-uboot/doc/
H A DREADME.log144 implemented! If you do one, please add a test in test/py/tests/test_log.py

123