Closed
Conversation
Contributor
|
@mikechoifb has imported this pull request. If you are a Meta employee, you can view this in D89735319. |
Contributor
|
@mikechoifb merged this pull request in 08829d6. |
itskittycisco
pushed a commit
to itskittycisco/fboss
that referenced
this pull request
Feb 11, 2026
Summary: **Pre-submission checklist** - [ ] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running `pip install -r requirements-dev.txt && pre-commit install` - [ ] `pre-commit run` ``` clang-format.........................................(no files to check)Skipped black................................................(no files to check)Skipped shellcheck...........................................(no files to check)Skipped shfmt................................................(no files to check)Skipped trim trailing whitespace.................................................Passed fix end of files.........................................................Passed check yaml...........................................(no files to check)Skipped check json...............................................................Passed check for merge conflicts................................................Passed ruff check...........................................(no files to check)Skipped ``` This PR is to add basic Bsp tests items. * Add `MCB_CPLD` I2C tests * Add `MCB_FAN_CPLD` fan tests * Add `48V_HSC_MONITOR` sensor tests Pull Request resolved: facebook#750 Test Plan: ## Test report ``` [==========] 30 tests from 10 test suites ran. (248146 ms total) [ PASSED ] 27 tests. [ SKIPPED ] 3 tests, listed below: [ SKIPPED ] GpioTest.GpioIsDetectable [ SKIPPED ] GpioTest.GpioInfo [ SKIPPED ] GpioTest.GpioGet ``` [bsp_tests.log](https://github.com/user-attachments/files/24205719/bsp_tests.log) Reviewed By: ezeob002 Differential Revision: D89735319 Pulled By: mikechoifb fbshipit-source-id: de641b5fc5215175d1a3b1bb5c2c9442140703be
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
This PR is to add basic Bsp tests items.
MCB_CPLDI2C testsMCB_FAN_CPLDfan tests48V_HSC_MONITORsensor testsTest Plan
Test report
bsp_tests.log