Skip to main content

Robot Framework library for Windows Remote Management

Project description

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

*** 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-winrmlibrary-2.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

robotframework_winrmlibrary-2.0.0-py2.py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page