-
Notifications
You must be signed in to change notification settings - Fork 1
Functional tests updates with analyzer args #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
056a89d
functional tests for --plugin-config
alexandraBara fc3393b
filled in the missing analyzer args for each plugin
alexandraBara e318118
Merge branch 'development' into alex_functionatests2
alexandraBara b17d8b3
Merge branch 'development' into alex_functionatests2
alexandraBara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "BiosPlugin": { | ||
| "analysis_args": { | ||
| "exp_bios_version": "3.5", | ||
| "regex_match": false | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "BiosPlugin config", | ||
| "desc": "Config for testing BiosPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "CmdlinePlugin": { | ||
| "analysis_args": { | ||
| "required_cmdline": "selinux=0", | ||
| "banned_cmdline": [] | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "CmdlinePlugin config", | ||
| "desc": "Config for testing CmdlinePlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "DimmPlugin": {} | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "DimmPlugin config", | ||
| "desc": "Config for testing DimmPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "DkmsPlugin": { | ||
| "analysis_args": { | ||
| "dkms_status": "amdgpu/6.11", | ||
| "dkms_version": "dkms-3.1", | ||
| "regex_match": true | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "DkmsPlugin config", | ||
| "desc": "Config for testing DkmsPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "DmesgPlugin": { | ||
| "analysis_args": { | ||
| "check_unknown_dmesg_errors": true, | ||
| "exclude_category": null | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "DmesgPlugin config", | ||
| "desc": "Config for testing DmesgPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "JournalPlugin": { | ||
| "collection_args": { | ||
| "boot": 2 | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "JournalPlugin config", | ||
| "desc": "Config for testing JournalPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "KernelModulePlugin": { | ||
| "analysis_args": { | ||
| "kernel_modules": {}, | ||
| "regex_filter": ["amd"] | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "KernelModulePlugin config", | ||
| "desc": "Config for testing KernelModulePlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "KernelPlugin": { | ||
| "analysis_args": { | ||
| "exp_kernel": "5.11-generic", | ||
| "regex_match": false | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "KernelPlugin config", | ||
| "desc": "Config for testing KernelPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "MemoryPlugin": { | ||
| "analysis_args": { | ||
| "ratio": 0.66, | ||
| "memory_threshold": "30Gi" | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "MemoryPlugin config", | ||
| "desc": "Config for testing MemoryPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "NvmePlugin": {} | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "NvmePlugin config", | ||
| "desc": "Config for testing NvmePlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "OsPlugin": { | ||
| "analysis_args": { | ||
| "exp_os": "Ubuntu 22.04.2 LTS", | ||
| "exact_match": true | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "OsPlugin config", | ||
| "desc": "Config for testing OsPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "PackagePlugin": { | ||
| "analysis_args": { | ||
| "exp_package_ver": { | ||
| "gcc": "11.4.0" | ||
| }, | ||
| "regex_match": false | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "PackagePlugin config", | ||
| "desc": "Config for testing PackagePlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "ProcessPlugin": { | ||
| "analysis_args": { | ||
| "max_kfd_processes": 0, | ||
| "max_cpu_usage": 20.0 | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "ProcessPlugin config", | ||
| "desc": "Config for testing ProcessPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "RocmPlugin": { | ||
| "analysis_args": { | ||
| "exp_rocm": "7.0.0-38" | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "RocmPlugin config", | ||
| "desc": "Config for testing RocmPlugin" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "StoragePlugin": { | ||
| "analysis_args": { | ||
| "min_required_free_space_abs": null, | ||
| "min_required_free_space_prct": null, | ||
| "ignore_devices": [], | ||
| "check_devices": [], | ||
| "regex_match": false | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "StoragePlugin config", | ||
| "desc": "Config for testing StoragePlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "SysctlPlugin": { | ||
| "analysis_args": { | ||
| "exp_vm_swappiness": null, | ||
| "exp_vm_numa_balancing": null, | ||
| "exp_vm_oom_kill_allocating_task": null, | ||
| "exp_vm_compaction_proactiveness": null, | ||
| "exp_vm_compact_unevictable_allowed": null, | ||
| "exp_vm_extfrag_threshold": null, | ||
| "exp_vm_zone_reclaim_mode": null, | ||
| "exp_vm_dirty_background_ratio": null, | ||
| "exp_vm_dirty_ratio": null, | ||
| "exp_vm_dirty_writeback_centisecs": null, | ||
| "exp_kernel_numa_balancing": null | ||
| } | ||
| } | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "SysctlPlugin config", | ||
| "desc": "Config for testing SysctlPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "SyslogPlugin": {} | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "SyslogPlugin config", | ||
| "desc": "Config for testing SyslogPlugin" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "global_args": {}, | ||
| "plugins": { | ||
| "UptimePlugin": {} | ||
| }, | ||
| "result_collators": {}, | ||
| "name": "UptimePlugin config", | ||
| "desc": "Config for testing UptimePlugin" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaspals3123 see here