Difference between revisions of "MCE Test Scripts"
From MCEWiki
Line 2: | Line 2: | ||
== Bash Scripts == | == Bash Scripts == | ||
+ | Here are some Bash scripts that are available for testing firmware, hardware and software. | ||
* addressing.scr | * addressing.scr | ||
* biasing.scr | * biasing.scr | ||
Line 15: | Line 16: | ||
== Python Scripts == | == Python Scripts == | ||
+ | Here are some Python scripts that are available for testing firmware, hardware and software. | ||
+ | |||
+ | == Useful Links == | ||
+ | * [[ MCE Test Scripts ]] | ||
+ | * [[ MAS Cheat Sheet ]] | ||
+ | * [[ Using Python to Automate MAS ]] | ||
+ | * [[ MCE: Helper programs ]] |
Revision as of 17:47, 28 July 2008
The following test scripts are found in SVN in the /mce_script/test_suite directory. The scripts are as follows:
Bash Scripts
Here are some Bash scripts that are available for testing firmware, hardware and software.
- addressing.scr
- biasing.scr
- hw_auto_cc
- hw_auto_cc_sram
- hw_man_cc_2slotbp
- hw_man_mce
- mce_check
- sram_test
- sys_auto_mce
- test_suite
- test_suite_library.bash
Python Scripts
Here are some Python scripts that are available for testing firmware, hardware and software.