summaryrefslogtreecommitdiff
path: root/pyipmi
Commit message (Expand)AuthorAgeFilesLines
* nojira: bump to pyipmi v0.11.0HEADv0.11.0masterGeorge Kraft2013-12-191-1/+1
* CXMAN-281: Use lan_print channel argument more carefullyGeorge Kraft2013-12-172-3/+5
* CXMAN-223: Add bindings for fabric_info_partition_configGeorge Kraft2013-12-172-0/+25
* nojira removing debug printmatthew.hodgins2013-12-111-1/+0
* CXMAN-273 add support for private networksmatthew.hodgins2013-12-112-2/+10
* CXMAN-258 setting proper command ordermatthew.hodgins2013-12-112-5/+10
* CXMAN-258 expose get/set iface to network assignmentmatthew.hodgins2013-12-112-1/+29
* CXMAN-258 exposing removing/unassigning networksmatthew.hodgins2013-12-112-4/+21
* CXMAN-258 expose adding/assigning networksmatthew.hodgins2013-12-112-1/+20
* CXMAN-258 adding ResponseParserMixIn (code review)matthew.hodgins2013-12-111-1/+1
* CXMAN-258 expose get networks/uplinksmatthew.hodgins2013-12-102-2/+64
* nojira fixing a few of the many spacing issues that are driving me nutsmatthew.hodgins2013-12-101-31/+56
* CXMAN-258 added functions to get/set uplink_modematthew.hodgins2013-12-102-0/+33
* AIT-527 adding ability to get uplink statusmatthew.hodgins2013-12-102-2/+22
* SW-2694:add support for setting a chassis serial numberBrent Cook2013-12-052-0/+13
* SW-2665:add sc_route supportBrent Cook2013-12-052-0/+13
* SW-2711:support setting the nodenum_offset for a fabricBrent Cook2013-12-052-0/+10
* SW-2694:expose fabric serial numberBrent Cook2013-12-052-1/+17
* SW-2665:expose supercluster discovery IPMI commandBrent Cook2013-12-052-0/+28
* nojira: Eclipse cleaned up some whitespace.evasquez2013-12-021-6/+6
* nojira: Removed whitespace.evasquez2013-12-022-3/+2
* nojira: bump to v0.9.2v0.9.2baserock/morphGeorge Kraft2013-11-141-1/+1
* CXMAN-256: Add ResponseParserMixIn to PMICGetVersionCommandGeorge Kraft2013-11-141-3/+1
* nojira: Bump to v0.9.1v0.9.1George Kraft2013-11-121-1/+1
* CXMAN-254: Move version definition from setup.py to __init__.pyGeorge Kraft2013-11-121-0/+2
* CXMAN-231: Add bindings for the PMIC get version commandGeorge Kraft2013-11-053-0/+56
* CXMAN-237: Add bindings for "sel elist" commandGeorge Kraft2013-11-052-1/+18
* CXMAN-218: Add EEPROM versions to InfoBasicCommandGeorge Kraft2013-10-031-5/+14
* AIT-213: Remove ipaddr_num bindingsGeorge Kraft2013-09-042-11/+0
* AIT-213: Add bindings for ipaddr_base and ipaddr_numGeorge Kraft2013-09-032-1/+43
* Trivial mergeSheldon Sandbekkhaug2013-07-222-1/+54
|\
| * SW-2207: Add bindings for macaddr_base and macaddr_mask commandsGeorge Kraft2013-07-222-1/+54
* | Add a Command to Get Uplink Info Through pyipmiSheldon Sandbekkhaug2013-07-222-1/+19
* | pyipmi GetUplinkSpeedCommand EditsSheldon Sandbekkhaug2013-07-223-23/+26
* | Uplink Speed EditsSheldon Sandbekkhaug2013-07-222-9/+10
* | Add a way to get uplink speed through pyipmiSheldon Sandbekkhaug2013-07-193-0/+26
|/
* Check for win32 correctly with new importGreg Lutostanski2013-06-211-1/+1
* Add necessary import statementGreg Lutostanski2013-06-211-1/+1
* CXMAN-206: Add error parsing to ResponseParserMixInGeorge Kraft2013-06-201-1/+5
* CXMAN-206: fw.py: Remove CommandWithErrors classGeorge Kraft2013-06-201-32/+15
* Don't import pexepect if Win32, since it doesn't exist there. Only SOL funct...dlynch2013-06-175-6/+15
* fabric_config: Parse GetLinkSpeed as float, not intGeorge Kraft2013-05-031-2/+2
* fabric: Remove NodeAddMacAddr and NodeRmMacAddrGeorge Kraft2013-05-012-43/+15
* Fix missing commasGeorge Kraft2013-04-261-2/+2
* Added support to read depth chart from a node.Sumedh Sathaye2013-04-262-1/+5
* Added support to get a node's link map as a list of strings.Sumedh Sathaye2013-04-262-0/+5
* Added support to get the routing table of a node.Sumedh Sathaye2013-04-262-1/+27
* Added per-node support for virtual mac addr set/get test.Sumedh Sathaye2013-04-262-2/+35
* Added support for add/rm mac address to a node/interface combo.Sumedh Sathaye2013-04-262-1/+30
* Added support for get_fabric_depth_chart()Tyler Mock2013-04-263-3/+39