Skip to content

Commit d67b25b

Browse files
Merge branch 'development' into alex_package_fix
2 parents 97e24ce + d70e781 commit d67b25b

19 files changed

+530
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"BiosPlugin": {
5+
"analysis_args": {
6+
"exp_bios_version": "3.5",
7+
"regex_match": false
8+
}
9+
}
10+
},
11+
"result_collators": {},
12+
"name": "BiosPlugin config",
13+
"desc": "Config for testing BiosPlugin"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"CmdlinePlugin": {
5+
"analysis_args": {
6+
"required_cmdline": "selinux=0",
7+
"banned_cmdline": []
8+
}
9+
}
10+
},
11+
"result_collators": {},
12+
"name": "CmdlinePlugin config",
13+
"desc": "Config for testing CmdlinePlugin"
14+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"DimmPlugin": {}
5+
},
6+
"result_collators": {},
7+
"name": "DimmPlugin config",
8+
"desc": "Config for testing DimmPlugin"
9+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"DkmsPlugin": {
5+
"analysis_args": {
6+
"dkms_status": "amdgpu/6.11",
7+
"dkms_version": "dkms-3.1",
8+
"regex_match": true
9+
}
10+
}
11+
},
12+
"result_collators": {},
13+
"name": "DkmsPlugin config",
14+
"desc": "Config for testing DkmsPlugin"
15+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"DmesgPlugin": {
5+
"analysis_args": {
6+
"check_unknown_dmesg_errors": true,
7+
"exclude_category": null
8+
}
9+
}
10+
},
11+
"result_collators": {},
12+
"name": "DmesgPlugin config",
13+
"desc": "Config for testing DmesgPlugin"
14+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"JournalPlugin": {
5+
"collection_args": {
6+
"boot": 2
7+
}
8+
}
9+
},
10+
"result_collators": {},
11+
"name": "JournalPlugin config",
12+
"desc": "Config for testing JournalPlugin"
13+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"KernelModulePlugin": {
5+
"analysis_args": {
6+
"kernel_modules": {},
7+
"regex_filter": ["amd"]
8+
}
9+
}
10+
},
11+
"result_collators": {},
12+
"name": "KernelModulePlugin config",
13+
"desc": "Config for testing KernelModulePlugin"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"KernelPlugin": {
5+
"analysis_args": {
6+
"exp_kernel": "5.11-generic",
7+
"regex_match": false
8+
}
9+
}
10+
},
11+
"result_collators": {},
12+
"name": "KernelPlugin config",
13+
"desc": "Config for testing KernelPlugin"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"MemoryPlugin": {
5+
"analysis_args": {
6+
"ratio": 0.66,
7+
"memory_threshold": "30Gi"
8+
}
9+
}
10+
},
11+
"result_collators": {},
12+
"name": "MemoryPlugin config",
13+
"desc": "Config for testing MemoryPlugin"
14+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"global_args": {},
3+
"plugins": {
4+
"NvmePlugin": {}
5+
},
6+
"result_collators": {},
7+
"name": "NvmePlugin config",
8+
"desc": "Config for testing NvmePlugin"
9+
}

0 commit comments

Comments
 (0)