8885e50162bf4feb6de91809927706d99167376e
This commit adds some functional tests for create and delete RAID config. This needs to be run on Proliant servers in a linux environment (IPA ramdisk). NOTE: For now most of the stuffs are hardcoded and running functional test will try deleting all the logical drives from the selected controller. Implements: blueprint hpssa-support Change-Id: Ia6b3e2f33094dd68bb6cc8a80998bcced5ab53d0
============== Proliant Utils
Proliant Management Tools provides python libraries for interfacing and managing various devices(like iLO) present in HP Proliant Servers.
Currently, this module offers a library to interface to iLO4 using RIBCL.
#!/usr/bin/python
from proliantutils.ilo import ribcl
ilo_client = ribcl.IloClient('1.2.3.4', 'Administrator', 'password')
print ilo_client.get_host_power_status()
Description
Languages
Python
100%