aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/n3xx_bist
Commit message (Collapse)AuthorAgeFilesLines
* mpm: n3xx_bist: Added more comments, clarified timeout unitsMartin Braun2017-12-221-7/+18
|
* n3xx: BIST add GPS option and fix minor gps timing conversion bugTrung N Tran2017-12-221-2/+16
|
* mpm: n310 BIST change aurora default phy nameTrung N Tran2017-12-221-4/+4
| | | | ... to match dts spec
* n3xx bist: Fixed defaults for LV compat modeMartin Braun2017-12-221-7/+8
|
* n310_bist: add ddr3 bistTrung N Tran2017-12-221-4/+24
|
* n3xx bist: Refactored functions with timeoutMartin Braun2017-12-221-15/+28
|
* n3xx bist: Added socket read timeoutMartin Braun2017-12-221-9/+29
| | | | | | When the GPS chip is non-functional, gpsd could simply fail to return a value. In that case, the recv() call to the socket would hang indefinitely. This adds a graceful failure for that case.
* n3xx bist: Properly sequence GPSDO testMartin Braun2017-12-221-2/+30
| | | | | | | | It now does: - Power on GPS - Wait for WARMUP to go low - Wait for LOCKOK, with timeout - Read the TPV response and return it
* n3xx bist: Added LV compat modeMartin Braun2017-12-221-0/+96
|
* n3xx bist: Minor refactoring of GPIO codeMartin Braun2017-12-221-15/+15
|
* n3xx bist: Better pass/fail conditions, flattened resultsMartin Braun2017-12-221-15/+15
| | | | | | To placate fussy JSON consumers, we now avoid nested dictionaries. The dry-run results now return a more accurate representation of the N310 system responses.
* mpm: Made Python3 the default interpreter for all N3xx-related executablesMartin Braun2017-12-221-1/+1
|
* n310: gpio bistTrung N Tran2017-12-221-5/+28
|
* n3xx bist: Added --verbose and --debug optionsMartin Braun2017-12-221-5/+16
|
* n3xx bist: Added SFP loopback testsMartin Braun2017-12-221-15/+114
|
* n3xx bist: Make sure error_msg is in every resultMartin Braun2017-12-221-0/+1
| | | | | | Some downstream consumers of n3xx_bist output require the error_msg key to be in every result, even if no error occurred. The default value is an empty string.
* n3xx bist: Added both time and date to rtc test, added error_msg common keyMartin Braun2017-12-221-10/+14
|
* n3xx bist: Stubbed out all tests, implemented TPM testMartin Braun2017-12-221-55/+92
|
* n3xx bist: Added dry-run version of sfp testMartin Braun2017-12-221-7/+22
|
* n3xx bist: Added gpsd testMartin Braun2017-12-221-10/+51
|
* n3xx bist: Added dry-run feature, and implemented temp, rtc, and fan testsMartin Braun2017-12-221-39/+93
|
* n3xx_bist DocumentationDanielleB-NI-OOPL2017-12-221-3/+91
| | | | | Added comments to individual tests regarding JSON formatting, descriptions, and required equipment. No functional changes
* n3xx: Added bist tool skeletonMartin Braun2017-12-221-0/+183