mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
test.cases.ProcMounts: Add ":" to device name regex
Devices may be called ubi0:rescue0 or so. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5b54b637fd
commit
0f723cfd1b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class MountList(ListCmd): # export
|
||||||
#r"/bin/cat /proc/mounts | sed 's/,*size=[0-9]\+[a-z]*//g; s/,*nr_inodes=[0-9]\+//g; s/,,*/,/g'",
|
#r"/bin/cat /proc/mounts | sed 's/,*size=[0-9]\+[a-z]*//g; s/,*nr_inodes=[0-9]\+//g; s/,,*/,/g'",
|
||||||
r"/bin/cat /proc/mounts",
|
r"/bin/cat /proc/mounts",
|
||||||
# proc /proc proc rw,relatime 0 0
|
# proc /proc proc rw,relatime 0 0
|
||||||
"^ *([a-zA-Z0-9/]+) (/[a-zA-Z0-9/]+) +(\S+) +(\S+) +([0-9]+) +([0-9]+)",
|
"^ *([a-zA-Z0-9/:]+) (/[a-zA-Z0-9/]+) +(\S+) +(\S+) +([0-9]+) +([0-9]+)",
|
||||||
[ 'dev', 'mp', 'type','opts','dump', 'fsck'],
|
[ 'dev', 'mp', 'type','opts','dump', 'fsck'],
|
||||||
[ 'dev', 'mp', 'type','opts' ],
|
[ 'dev', 'mp', 'type','opts' ],
|
||||||
[ 'mp', ]
|
[ 'mp', ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue