Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 435 Bytes

Coverage Status

ucs-service

‘ucs-service’ is a module used by RackHD to interface with hardware being managed by a Cisco UCS manager

installation

pip install -r requirements.txt
python app.py

testing

To run unit tests:

python -m unittest discover -s tests