robotframework 使用ssh登录linux

这篇博客介绍了如何在Windows 7环境下,利用RobotFramework的SSHLibrary扩展,实现登录Linux服务器并执行命令行操作。首先,需要通过pip安装SSHLibrary支持库,然后在RobotFramework中编写测试用例,详细解释了Settings部分和Keywords的用法。
摘要由CSDN通过智能技术生成

前面的博文中已经实现了使用selenium library登录百度并搜索(windows 7系统 http://blog.csdn.net/justheretobe/article/details/52918100)。今天说说如何登录linux服务器并执行命令行,这样就可以使用robotframework获取前、后台的数据进行比较判断了。

先看实现代码:

代码:

*** Settings ***
Documentation     ssh示例
Suite Setup       Open Connection And Log In
Suite Teardown    Close All Connections
Library           SSHLibrary

*** Variables ***
${HOST}           10.1.1.1
${USERNAME}       root
${PASSWORD}       Test123456

*** Test Cases ***
Execute Command And Verify Output
    [Documentation]    Execute Command can be used to ran commands on the remote machine.
    ...    The keyword returns the standard output by default.
    ${output}=    Execute Command
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值