Commit Graph

26 Commits

Author SHA1 Message Date
brentholtsclaw 2fa9152c05 Add docstrings to chipsec main functionality
Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
2025-07-23 15:09:44 -07:00
Sara Batllori 40c60dce69 Add archiving status for modules
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2025-03-18 16:45:27 -07:00
Sara Batllori c4be346ac0 Add util to decode tests' name/id
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2025-02-18 10:36:35 -08:00
Frinzell, Aaron 7c802e494e Replace getcwd with get_main_dir
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2024-06-04 11:41:47 -05:00
Sae86 efccddd739 WIP: Add feature to automatically generate url for return codes
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-05-29 10:44:04 -07:00
Sae86 2bc5b22216 Add feature to auto-generate/save return code IDs
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-04-22 16:36:02 -07:00
Sae86 e52f0532b1 Add csv log option and fix value returned after running only one test
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-03-27 17:07:26 -07:00
Dan Scott 0e8192cfd0 Move files to library folder 2024-03-22 14:26:59 -07:00
Dan Scott a933b1337d Update references to functions in new library files 2024-03-22 14:26:59 -07:00
Dan Scott a7d908aa3c Fix return value when not supported 2023-11-08 16:40:00 -08:00
Sae86 4a8057d904 Update remaining SKIPPED results and references
Signed-off-by: Sae86 <sara.batllori@intel.com>
2023-10-17 16:36:31 -07:00
Nicolas Iooss 518b7df6a0 Use raw string in the regular expression used in chipsec/module.py
`chipsec/module.py` uses a normal string to define a regular expression,
which makes flake8 report:

    chipsec/module.py:34:27: W605 invalid escape sequence '\w'
    chipsec/module.py:34:31: W605 invalid escape sequence '\.'
    chipsec/module.py:34:33: W605 invalid escape sequence '\w'

To prevent the Python interpreter from trying to interpret the escape
sequences, use a raw string.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
2023-07-10 16:41:49 -07:00
Frinzell, Aaron 8d18b25680 f-string updates to /chipsec/. files
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-03-15 11:27:29 -07:00
Nathaniel Mitchell 0b2c4ee9ca Remove empty class definition parentheses
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2022-12-14 12:43:34 -08:00
Nathaniel Mitchell 291632c0ee Apply flake8 code formatting rules against repo
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2022-07-28 09:17:10 -07:00
Sara Batllori 89cc29a194 Improve skipped messaging
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2022-07-25 17:05:29 -07:00
Frinzell, Aaron 26cb91ddba Update logger.error() in common files
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-06-30 10:51:12 -07:00
Sae86 4d4092d6a7 Add functionality to search for metadata tags in test modules
Signed-off-by: Sae86 <sara.batllori@intel.com>
2021-12-02 16:00:46 -08:00
brentholtsclaw f7fe1be074 More whitespace cleanup
E231, E201, E226

Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
2020-07-31 13:46:13 -07:00
brentholtsclaw a00b2838e5 Cleanup trailing whitespace
W291,W293,W391

Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
2020-07-01 15:44:21 -07:00
Ignacio Hernandez c920c932c2 Sort the reported result summaries
Makes easier to compare results between runs

Signed-off-by: Ignacio Hernandez <ignacio.hernandez@intel.com>
2020-05-01 08:21:10 -07:00
BrentHoltsclaw 18827a8574 Cleanup use is for None type compare
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
2019-08-16 14:18:47 -07:00
BrentHoltsclaw 2efeda4345 Merge python3-rc2 branch into master (#656) 2019-08-15 14:11:20 -07:00
BrentHoltsclaw 66710206e7 Changes based upon comments 2019-04-25 14:19:08 -07:00
Erik Bjorge b04348add5 Add support to allow is_supported to signal a module is Not Applicable
Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>
2018-11-12 15:43:04 -08:00
abazhaniuk 94fe7f02f1 change setup.py build driver by default. change root directory of chipsec. move WARNING.txt to chipsec. remove PKG-INFO (#107) 2016-10-18 18:19:42 -07:00