Difference between revisions of "FGdiag"
Jump to navigation
Jump to search
(→Project Status: update) |
|||
Line 1: | Line 1: | ||
+ | {{cleanup}} | ||
+ | |||
==Description== | ==Description== | ||
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]]. | 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]]. |
Revision as of 00:31, 17 November 2008
This page or section appears to be out of date or otherwise inaccurate.
Please edit as seems necessary, removing the {{cleanup}} tag when you are through.
Description
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 browse the code] in SVN. Please read 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