Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"KDUMP_WITH_INVALID_MEM_HIGH": {
"desc": "Configuring kdump config with invalid value.",
"eStr": ["Pattern", "does not satisfy"]
"eStr": ["pattern", "does not satisfy"]
},
"KDUMP_WITH_INVALID_MEM_HIGH_2": {
"desc": "Configuring kdump config with invalid suffix.",
"eStr": ["Pattern", "does not satisfy"]
"eStr": ["pattern", "does not satisfy"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"config": {
"enabled": "true",
"num_dumps": "3",
"memory": "1G,high",
"memory": "1G,high"
}
}
}
Expand All @@ -60,7 +60,7 @@
"config": {
"enabled": "true",
"num_dumps": "3",
"memory": "512M,high",
"memory": "512M,high"
}
}
}
Expand Down Expand Up @@ -93,7 +93,7 @@
"config": {
"enabled": "true",
"num_dumps": "3",
"memory": "100,high",
"memory": "100,high"
}
}
}
Expand All @@ -104,7 +104,7 @@
"config": {
"enabled": "true",
"num_dumps": "3",
"memory": "1G,highx",
"memory": "1G,highx"
}
}
}
Expand Down