Difference between revisions of "FGdiag"

From FreekiWiki
Jump to navigation Jump to search
(update, removing most of the page..)
 
Line 1: Line 1:
{{cleanup}}
+
This is the ruby code used for testing gizmos. It is responsible for testing and wiping hard drives.
  
==Description==
+
You may [http://git.ryan52.info/?p=fgdiag;a=tree browse the code] in [[Git]].
This is the python code ( http://www.python.org/ ) used for testing gizmos. It is responsible for testing our received gizmos and updating the same database used by [[FGdb]].
 
 
 
You may [http://svn.freegeek.org/projects/fgdiag/browser/trunk browse the code]] in [[SVN]].  Please read [http://svn.freegeek.org/projects/fgdiag/browser/trunk/doc/HACKING HACKING] before you begin working with the code.
 
 
 
==Project Status==
 
This code is fairly stadic. We currentley only use it for harddrives.
 
 
 
==Queue==
 
The [[RT]] queue for this project is called FGdiag.
 
 
 
==Sub-projects==
 
* The Framework -- python code that is in common to all component testing
 
* CDBurner
 
* CDDrive -- Mike is working on this
 
* FloppyDrive
 
* HardDrive -- Ben is working on this
 
* Hub
 
* Keyboard
 
* Monitor
 
* Mouse
 
* Modem
 
* NetworkCard
 
* SoundCard
 
* Speaker
 
* VideoCard
 
 
 
==Deployment==
 
Read [[How to Deploy FGdiag]]
 
  
 
[[Category: Coders]]
 
[[Category: Coders]]

Latest revision as of 01:52, 11 February 2009

This is the ruby code used for testing gizmos. It is responsible for testing and wiping hard drives.

You may browse the code in Git.