Merge pull request #13 from Kamoppl/kamilg/fix_io_stat_parser
Kamilg/fix io stat parser
This commit is contained in:
commit
67fe17d839
@ -8,7 +8,7 @@ from core.test_run import TestRun
|
||||
from test_utils.output import CmdException
|
||||
|
||||
SYSFS_LINE_FORMAT = r"^(\d+\s+){10,}\d+$"
|
||||
PROCFS_LINE_FORMAT = r"^\d+\s+\d+\s+\w+\s+" + SYSFS_LINE_FORMAT[1:]
|
||||
PROCFS_LINE_FORMAT = r"^\d+\s+\d+\s+[\w-]+\s+" + SYSFS_LINE_FORMAT[1:]
|
||||
|
||||
|
||||
# This class represents block device I/O statistics.
|
||||
|
Loading…
Reference in New Issue
Block a user