Difference between revisions of "ATK Processor Testing Procedures"

From FreekiWiki
Jump to navigation Jump to search
 
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
   digraph H {
+
   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 you're going to use been tested?"]
+
     tested          [label="Has the test equipment\nyou're going to use\nbeen tested?", shape="diamond"]
     epost          [label="Did the test equipment POST?"]
+
     epost          [label="Did the test\nequipment POST?", shape="diamond"]
     equiptest      [label="Follow the EQUIPMENT TEST PROCEDURES and return here.", shape="box"]
+
    epost2          [label="Did the test\nequipment POST?", shape="diamond"]
     trouble        [label="Troubleshoot test equipment with TROUBLESHOOTING GUIDE and return here.", shape="box"]
+
     equiptest      [label="Follow the EQUIPMENT\nTEST PROCEDURES\nand return here.", shape="hexagon"]
     remove          [label="Remove the cooling unit (HSF) from test processor and set it aside. Return the test processor to the testing kit and replace with the processor to be tested.", style="box"]
+
     trouble        [label="Troubleshoot test\nequipment with\nTROUBLESHOOTING GUIDE\nand return here.", shape="hexagon"]
     badtest         [label="Replace bad test component and return here.', style="box"]
+
    badtest        [label="Replace bad test\ncomponent and\nreturn here.", shape="hexagon"]
    810            [label="Follow steps 8-10 from the EQUIPMENT TEST PROCEDURES.", style="box"]
+
     remove          [label="Remove the cooling\nunit (HSF) from test\nprocessor and set it aside.\nReturn the test processor\nto the testing kit.", shape="box"]
     1516            [label="Follow steps 15 & 16 from the EQUIPMENT TEST PROCEDURES.", style="box"]
+
     process         [label="Follow the Processor Testing process.\n(wiki.freegeek.org/index.php/Processor_Testing)", shape="box", style="bold"]
     spost          [label="Did the system POST?"]
+
 
     trouble2        [label="Troubleshoot processor with TROUBLESHOOTING GUIDE and return here.", shape="box"]
+
 
     advanced        [label="Follow ADVANCED TESTING PROCEDURES.", style="bold", shape="box"]
+
    start -> tested
     recognized      [label="Was the processor properly recognized?"]
+
   
     badcpu          [label="The processor is bad, recycle it.", style="bold", shape="box"]
+
     tested -> epost [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 14:58, 10 August 2007

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.