summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * nojira: fixing pylint ERROR.evasquez2013-08-261-1/+1
| * nojira: Fixing pylint convention violations.evasquez2013-08-261-16/+39
| * nojira: Fixing pylint warning for no docstring. No functional change.evasquez2013-08-261-1/+4
| * tspackage Collects Node FRU and Slot FRU VersionsSheldon Sandbekkhaug2013-08-231-4/+78
| * AIT-196 Added fabric_get_node_id to DummyBMCZuhair Parvez2013-08-211-0/+7
| * CXMAN-218: Remove FRU versions from node.get_versions()George Kraft2013-08-203-18/+1
| * add flag that allows the caller to only try to turn on or off nodes that are ...Rye Terrell2013-08-162-4/+17
| * Fixed some code comments that were effecting sphinx doc output.evasquez2013-08-152-10/+15
| * Adding cxmanage_test to required packagesSheldon Sandbekkhaug2013-08-131-1/+1
| * Added Test Cases for get_node_fru_version() and get_slot_fru_version()Sheldon Sandbekkhaug2013-08-122-1/+46
| * FRU Versions Cxmanage CommandSheldon Sandbekkhaug2013-08-093-5/+40
| * Create Commands to Get FRU VersionsSheldon Sandbekkhaug2013-08-094-3/+185
| * Added keyword arguments to _run_on_all_nodes()Sheldon Sandbekkhaug2013-08-051-2/+3
| * Moved code from node.get_chip_name() to node.get_versions()Sheldon Sandbekkhaug2013-08-053-27/+13
| * Merge branch 'master' of ssh://git.calxeda.com/var/git/cx_manage_utilSheldon Sandbekkhaug2013-08-022-10/+18
| |\
| | * removing wafer_id from DummyNode. Added guid to DummyBMC.matthew.hodgins2013-08-022-10/+18
| * | Fixed test_get_versions()Sheldon Sandbekkhaug2013-08-021-1/+2
| * | Fixed tests that check get_uplink_info() and get_uplink_speed()Sheldon Sandbekkhaug2013-08-022-4/+44
| |/
| * CXMAN-211: Change InternalTftp to a Thread-based implementationGeorge Kraft2013-08-011-59/+19
| * added get_wafer_id to DummyNodematthew.hodgins2013-08-011-1/+10
| * (CXMAN-197) Change A9 Boot Name for MidwaySheldon Sandbekkhaug2013-07-294-48/+43
| * (CXMAN-197) Change A9boot Name for MidwaySheldon Sandbekkhaug2013-07-264-18/+61
| * Trivial mergeSheldon Sandbekkhaug2013-07-229-33/+203
| |\
| * | Add a function to get uplink info through cxmanage_apiSheldon Sandbekkhaug2013-07-222-8/+17
| * | Modified get_uplink_speed() to use the new bmc functionSheldon Sandbekkhaug2013-07-221-1/+1
| * | Add a function to get the uplink speed for every node in the fabricSheldon Sandbekkhaug2013-07-191-0/+16
| * | Add function to get uplink speed of a node via pyipmi's bmcSheldon Sandbekkhaug2013-07-191-0/+10
* | | Merge tag 'v0.9.0' into win32_supportv0.9.0-win32_supportGeorge Kraft2013-08-0817-251/+1585
|\ \ \ | | |/ | |/|
| * | node: Fix string/list concatenation error in update_firmwarev0.9.0George Kraft2013-07-221-1/+1
| * | node: Remove try/catch of Exception around the UbootEnv classGeorge Kraft2013-07-223-20/+20
| * | Bump to version v0.9.0, bump ipmitool/pyipmi version requirementsGeorge Kraft2013-07-222-4/+4
| * | Fabric: Add a CompositeBMC class for parallelizing BMC method callsGeorge Kraft2013-07-223-4/+72
| * | SW-2207: Fabric: Add methods for macaddr_base and macaddr_maskGeorge Kraft2013-07-223-4/+106
| |/
| * CXMAN-210: Persist pxe interface setting across firmware updatesRipal Nathuji2013-07-181-0/+1
| * CXMAN-210: Add command for modifying pxe interfaceRipal Nathuji2013-07-187-2/+251
| * Moved tftp to lazy init.evasquez2013-07-121-3/+3
| * Added examples for get_linkmap() and get_routing_table().evasquez2013-07-111-1/+10
| * Added doc examples for get_link_stats() and get_depth_chart().evasquez2013-07-111-0/+41
| * Added doc example usage for get_sel().evasquez2013-07-111-0/+12
| * Added doc example usage for get_fabric_macaddrs().evasquez2013-07-111-0/+14
| * Added doc example usage for get_depth_chart()evasquez2013-07-111-0/+5
| * Added doc example usage for get_routing_table.evasquez2013-07-111-0/+3
| * Added doc example for get_linkmap()evasquez2013-07-111-0/+3
| * Added doc example for get_link_stats()evasquez2013-07-111-0/+21
| * Fixed example usage that had fabric instead of node.evasquez2013-07-111-19/+19
| * Added loggers to the API index for cxmanage_api.evasquez2013-07-111-0/+1
| * node_test.pySheldon Sandbekkhaug2013-07-021-0/+6
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-021-7/+6
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-022-23/+10
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-023-90/+426