-
Notifications
You must be signed in to change notification settings - Fork 125
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
Added support to run pmem_dt_check.py on P11 FW. #2923
base: master
Are you sure you want to change the base?
Added support to run pmem_dt_check.py on P11 FW. #2923
Conversation
On P11 FW pmem_dt_check.py test is skipped as cpu.get_cpu_arch() returns ppc64le. Signed-off-by: Pavithra <[email protected]>
[root@ltcden14-lp12 memory]# avocado run --max-parallel-tasks=1 pmem_dt_check.py |
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (2638)
Some files were automatically ignored 🙈These sample patterns would exclude them:
You should consider excluding directory paths (e.g. You should consider adding them to:
File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To use the spell-check-this repository, accept these unrecognized words as correct, and update file exclusions, you could run the following commands... in a clone of the [email protected]:Pavithra1602/avocado-misc-tests-1.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/avocado-framework-tests/avocado-misc-tests/actions/runs/12881582961/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Consider adding them (in with:
extra_dictionaries: |
cspell:php/dict/php.txt
cspell:python/src/python/python-lib.txt
cspell:node/dict/node.txt
cspell:cpp/src/stdlib-c.txt
cspell:python/src/common/extra.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Forbidden patterns 🙅 (12)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: Should be
|
❌ Errors | Count |
---|---|
4 | |
ℹ️ candidate-pattern | 85 |
❌ check-file-path | 1193 |
❌ forbidden-pattern | 49 |
20 |
See ❌ Event descriptions for more information.
@Pavithra1602 there is one fix to it avocado-framework/avocado#5993 |
On P11 FW pmem_dt_check.py test is skipped as cpu.get_cpu_arch() returns ppc64le.