• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

READMED22-Nov-2023421 108

__init__.pyD22-Nov-20230 10

common.pyD22-Nov-2023340 98

controlD22-Nov-20231.6 KiB4541

wb_kupdate.pyD22-Nov-20239.2 KiB270175

wb_kupdate_unittest.pyD22-Nov-20233.7 KiB10667

README

1Description:
2------------
3This tests checks the wb_kupdate code path by writting data to a sparse file
4mounted on a loop back device formated with a user specified filesystem,
5and waiting a maximum of 'max_flush_time' for writeback to flush the dirty
6datat from the cache to disk.
7
8At the end of the test a keyval is generated which states per iteration the time
9taken to write the user specified amount of data to disk.
10