Difference between revisions of "FGdiag"

From FreekiWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
 
==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]].
Line 29: Line 28:
 
==Deployment==
 
==Deployment==
 
Read [[How to Deploy FGdiag]]
 
Read [[How to Deploy FGdiag]]
 +
 +
[[Category: Coders]]

Revision as of 13:11, 3 June 2005

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 CVS. Please read HACKING before you begin working with the code.

Project Status

This code is in a constant state of change. There's always work needed.

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