Searched refs:run_cmd_on_host (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | __init__.py | 60 def run_cmd_on_host(builddir, cmd): function 81 out = run_cmd_on_host(builddir, cmd) 108 out = run_cmd_on_host(builddir, cmd)
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/fs/ |
| H A D | test_squashfs.py | 16 out = infra.run_cmd_on_host(self.builddir, unsquashfs_cmd)
|
| H A D | test_ubi.py | 23 out = infra.run_cmd_on_host(self.builddir, ["file", img])
|
| H A D | test_jffs2.py | 33 out = infra.run_cmd_on_host(self.builddir, cmd)
|
| H A D | test_f2fs.py | 31 out = infra.run_cmd_on_host(self.builddir, ["host/sbin/dump.f2fs", img])
|
| H A D | test_ext.py | 17 ret = infra.run_cmd_on_host(builddir, cmd)
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_gdb.py | 10 infra.run_cmd_on_host(self.builddir, cmd)
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | test_hardening.py | 33 ret = infra.run_cmd_on_host(self.builddir, cmd)
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | contribute.txt | 627 the +run_cmd_on_host()+ helper function. Or they may boot the
|