Skip to content

peterservice-rnd/robotframework-winrmlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Robot Framework library for Windows Remote Management

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages