Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterservice-rnd/robotframework-winrmlibrary
Robot Framework library for Windows Remote Management
https://github.com/peterservice-rnd/robotframework-winrmlibrary
robotframework
Last synced: about 2 months ago
JSON representation
Robot Framework library for Windows Remote Management
- Host: GitHub
- URL: https://github.com/peterservice-rnd/robotframework-winrmlibrary
- Owner: peterservice-rnd
- License: apache-2.0
- Archived: true
- Created: 2018-03-12T11:19:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T09:05:37.000Z (about 5 years ago)
- Last Synced: 2024-09-26T07:32:42.479Z (about 2 months ago)
- Topics: robotframework
- Language: Python
- Size: 55.7 KB
- Stars: 7
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Robot Framework Windows Remote Library
=======================================|Build Status|
Short Description
-----------------`Robot Framework`_ library for Windows Remote Management, based on `pywinrm`_.
Installation
------------::
pip install robotframework-winrmlibrary
Documentation
-------------Keyword documentation for robotframework-winrmlibrary library: docs_.
Example
-------.. code:: robotframework
*** Settings ***
Library WinRMLibrary
*** Test Cases ***
Get ip on windows host
Create Session server windows-host Administrator 1234567890
${params}= Create List "/all"
${result}= Run cmd server ipconfig ${params}
Log ${result.status_code}
Log ${result.std_out}
Log ${result.std_err}::
0
Windows IP Configuration
Host Name . . . . . . . . . . . . : WINDOWS-HOST
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
License
-------Apache License 2.0
.. _Robot Framework: http://www.robotframework.org
.. _pywinrm: https://pypi.python.org/pypi/pywinrm
.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-winrmlibrary.svg?branch=master
:target: https://travis-ci.org/peterservice-rnd/robotframework-winrmlibrary
.. _docs: https://rawgit.com/peterservice-rnd/robotframework-winrmlibrary/master/docs/WinRMLibrary.html