- Added Node, Site, Slice, Person, and PLC classes useful for defining a default...
authorTony Mack <tmack@cs.princeton.edu>
Tue, 18 Mar 2008 21:10:43 +0000 (21:10 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 18 Mar 2008 21:10:43 +0000 (21:10 +0000)
commit18f6ac940ae844ee672e026a39fb5f776f240eff
treec559ee11310dccbecb4bc0ccd6b21526fd08885a
parent5a6972d3f11f724859b983bf2a11cf35635632d6
- Added Node, Site, Slice, Person, and PLC classes useful for defining a default instantiation of these objects. PLCs have there own separate config/api object.  - Added Remote class which is inherited by any object that may have a remote home other than the machine we are running on.
qaapi/qa/Nodes.py [new file with mode: 0644]
qaapi/qa/PLCs.py [new file with mode: 0644]
qaapi/qa/Persons.py [new file with mode: 0644]
qaapi/qa/Remote.py [new file with mode: 0644]
qaapi/qa/Sites.py [new file with mode: 0644]
qaapi/qa/Slices.py [new file with mode: 0644]
qaapi/qa/Table.py [new file with mode: 0644]