Difference between revisions of "ATK Processor Testing Procedures"
Jump to navigation
Jump to search
| (36 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
| − | digraph | + | digraph { |
node [fontname="Helvetica", fontsize="11"] | node [fontname="Helvetica", fontsize="11"] | ||
| Line 6: | Line 6: | ||
start [label="START HERE", shape="box", style="bold"] | start [label="START HERE", shape="box", style="bold"] | ||
| − | tested [label="Has the test equipment | + | tested [label="Has the test equipment\nyou're going to use\nbeen tested?", shape="diamond"] |
| − | epost [label="Did the test | + | epost [label="Did the test\nequipment POST?", shape="diamond"] |
| − | equiptest [label="Follow the EQUIPMENT | + | epost2 [label="Did the test\nequipment POST?", shape="diamond"] |
| − | trouble [label="Troubleshoot test | + | equiptest [label="Follow the EQUIPMENT\nTEST PROCEDURES\nand return here.", shape="hexagon"] |
| − | remove [label="Remove the cooling | + | trouble [label="Troubleshoot test\nequipment with\nTROUBLESHOOTING GUIDE\nand return here.", shape="hexagon"] |
| − | + | badtest [label="Replace bad test\ncomponent and\nreturn here.", shape="hexagon"] | |
| − | + | remove [label="Remove the cooling\nunit (HSF) from test\nprocessor and set it aside.\nReturn the test processor\nto the testing kit.", shape="box"] | |
| − | + | process [label="Follow the Processor Testing process.\n(wiki.freegeek.org/index.php/Processor_Testing)", shape="box", style="bold"] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
start -> tested | start -> tested | ||
| − | tested -> epost [label=" | + | tested -> epost [label="YES"] |
| − | tested -> equiptest [label="YES"] | + | tested -> equiptest [label="NO"] |
| + | |||
| + | equiptest -> epost | ||
| + | |||
| + | epost -> remove [label="YES"] | ||
| + | epost -> trouble [label="NO"] | ||
| + | |||
| + | trouble -> epost2 | ||
| + | |||
| + | |||
| + | epost2 -> remove [label="YES"] | ||
| + | epost2 -> badtest [label="NO"] | ||
| + | |||
| + | badtest -> equiptest | ||
| + | |||
| + | remove -> process | ||
| + | |||
| + | } | ||
| + | </graphviz> | ||
| + | |||
| + | [[Category:Advanced Testing Kit]] | ||
Latest revision as of 13:58, 10 August 2007
