Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 3 of 3) sorted by relevance

/buildroot/support/testing/tests/init/
A Dbase.py7 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 Dtest_none.py16 self.start_emulator(fs_type="squashfs", init="/bin/sh")
/buildroot/support/testing/tests/fs/
A Dtest_ext.py28 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