Searched refs:fs_type (Results 1 – 3 of 3) sorted by relevance
| /buildroot/support/testing/tests/init/ |
| A D | base.py | 7 def start_emulator(self, fs_type, kernel=None, dtb=None, init=None): argument 8 img = os.path.join(self.builddir, "images", "rootfs.{}".format(fs_type)) 23 "rootfstype={}".format(fs_type),
|
| A D | test_none.py | 16 self.start_emulator(fs_type="squashfs", init="/bin/sh")
|
| /buildroot/support/testing/tests/fs/ |
| A D | test_ext.py | 28 def boot_img_and_check_fs_type(emulator, builddir, fs_type): argument 29 img = os.path.join(builddir, "images", "rootfs.{}".format(fs_type)) 33 "rootfstype={}".format(fs_type)], 36 _, exit_code = emulator.run(CHECK_FS_TYPE_CMD.format(fs_type))
|
Completed in 9 milliseconds