https://github.com/kontron/robotframework-ipmilibrary
IpmiLibrary for Robot Framework
https://github.com/kontron/robotframework-ipmilibrary
ipmi robotframework
Last synced: 6 months ago
JSON representation
IpmiLibrary for Robot Framework
- Host: GitHub
- URL: https://github.com/kontron/robotframework-ipmilibrary
- Owner: kontron
- License: apache-2.0
- Created: 2014-02-06T22:57:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T09:25:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T08:42:43.666Z (12 months ago)
- Topics: ipmi, robotframework
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 6
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-robotframework - IPMI Library
README
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 athttp://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... |BuildStatus| image:: https://travis-ci.org/kontron/robotframework-ipmilibrary.png?branch=master
:target: https://travis-ci.org/kontron/robotframework-ipmilibrary
.. |PyPiVersion| image:: https://badge.fury.io/py/robotframework-ipmilibrary.svg
:target: http://badge.fury.io/py/robotframework-ipmilibrary