summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nojira: fixed pylint warnings, etc.evasquez2013-08-261-58/+136
* nojira: Fixed line too long.evasquez2013-08-261-2/+7
* nojira: fixing pylint warns.evasquez2013-08-261-0/+1
* nojira: Adding .project and .pydev to gitignoreevasquez2013-08-261-0/+2
* nojira: Telling pyling to skip this file. its a conf. file.evasquez2013-08-261-0/+1
* nojira: formatted code.evasquez2013-08-261-2/+4
* nojira: Adding pylintrc.evasquez2013-08-261-0/+274
* nojira: fixed pylint warns.evasquez2013-08-261-5/+5
* nojira: fixed line too long.evasquez2013-08-261-3/+5
* nojira: Removed TODO/FIXME.evasquez2013-08-261-6/+2
* nojira: fixed pylint warnings.evasquez2013-08-261-10/+14
* nojira: Fixed pylint warning.evasquez2013-08-261-2/+2
* nojira: Fixed pylint warnings.evasquez2013-08-261-2/+3
* nojira: Fixed pylint convention warning.evasquez2013-08-261-3/+4
* nojira: Fixed pylint ERROR.evasquez2013-08-261-2/+2
* 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
|\
| * 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
* | 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
|/
* 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