robotframework-ipmilibrary

IPMI Library for Robot Framework


Keywords
ipmi, robotframework
License
Apache-2.0
Install
pip install robotframework-ipmilibrary==0.3.5

Documentation

Robot Framework IPMI Library

BuildStatus PyPiVersion

This is a Robot Framework library for testing IPMI devices.

Requirements

The pure pyhton IPMI library from https://github.com/kontron/python-ipmi is needed.

Documentation

The most up-to-date keyword documentation can be found at http://kontron.github.io/robotframework-ipmilibrary/IpmiLibrary.html

Contributing

Contributions are always welcome. You may send patches directly (eg. git send-email), do a github pull request or just file an issue.

If you are doing code changes or additions please:

  • respect the coding style (eg. PEP8),
  • provide well-formed commit messages (see this blog post.)
  • add a Signed-off-by line (eg. git commit -s)

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.