Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
__init__.py | 05-Oct-2017 | 0 | |
common.py | 05-Oct-2017 | 340 | |
control | 05-Oct-2017 | 1.6K | |
README | 05-Oct-2017 | 421 | |
wb_kupdate.py | 05-Oct-2017 | 9.2K | |
wb_kupdate_unittest.py | 05-Oct-2017 | 3.7K |
1 Description: 2 ------------ 3 This tests checks the wb_kupdate code path by writting data to a sparse file 4 mounted on a loop back device formated with a user specified filesystem, 5 and waiting a maximum of 'max_flush_time' for writeback to flush the dirty 6 datat from the cache to disk. 7 8 At the end of the test a keyval is generated which states per iteration the time 9 taken to write the user specified amount of data to disk. 10