- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
谁能告诉我我在下面的代码中犯了什么错误,我正在尝试使用机器人框架运行 shell 命令,并且我已经使用以下命令安装了 sshlibrary 模块 - pip install robotframework-sshlibrary
.但我仍然收到导入 SSHLibrary 失败的错误。我的操作系统是 Ubuntu14.04。
*** Settings ***
Library SSHLibrary
Resource configuration.txt
*** Variables ***
${OBR_HOST} 10.110.72.192
${OBR_USERNAME} root
${OBR_PASSWORD} password
*** Test Cases ***
Deploy OBR machine code
${output}= Execute Command /root/deploy.sh
log to console ${\n}${output}
*** Keywords ***
open_connection_and_login
Open Connection ${OBR_HOST}
Login ${OBR_USERNAME} ${OBR_PASSWORD}
root@92:~# pybot ssh-example.robot
[ ERROR ] Error in file '/root/ssh-example.robot': Importing test library 'SSHLibrary' failed: ImportError: Importing Paramiko library failed. Make sure you have Paramiko installed.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/SSHLibrary/__init__.py", line 15, in <module>
from .library import SSHLibrary
File "/usr/local/lib/python2.7/dist-packages/SSHLibrary/library.py", line 22, in <module>
from .client import SSHClient
File "/usr/local/lib/python2.7/dist-packages/SSHLibrary/client.py", line 20, in <module>
from pythonclient import PythonSSHClient as SSHClient
File "/usr/local/lib/python2.7/dist-packages/SSHLibrary/pythonclient.py", line 21, in <module>
'Importing Paramiko library failed. '
PYTHONPATH:
/usr/local/bin
/usr/lib/python2.7
/usr/lib/python2.7/plat-x86_64-linux-gnu
/usr/lib/python2.7/lib-tk
/usr/lib/python2.7/lib-old
/usr/lib/python2.7/lib-dynload
/usr/local/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/PILcompat
/usr/lib/python2.7/dist-packages/gtk-2.0
/usr/lib/python2.7/dist-packages/ubuntu-sso-client
==============================================================================
Ssh-Example
==============================================================================
Execute Deploy command | FAIL |
Parent suite setup failed:
No keyword with name 'Open Connection' found.
------------------------------------------------------------------------------
Ssh-Example | FAIL |
Suite setup failed:
No keyword with name 'Open Connection' found.
Also suite teardown failed:
No keyword with name 'Close All Connections' found.
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
Output: /root/output.xml
Log: /root/log.html
Report: /root/report.html
root@92:~# pip install robotframework-sshlibrary
Requirement already satisfied (use --upgrade to upgrade): robotframework-sshlibrary in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): robotframework in /usr/local/lib/python2.7/dist-packages (from robotframework-sshlibrary)
Requirement already satisfied (use --upgrade to upgrade): paramiko>=1.8.0 in /usr/local/lib/python2.7/dist-packages (from robotframework-sshlibrary)
Cleaning up...
最佳答案
在涉及 Robot Framework 之前,您的错误似乎发生在 SSHLibrary/pythonclient.py
中。尝试制作一个导入 Paramiko 的小 Python 脚本。有时 pip
和 pybot
使用不同版本的 Python。尝试比较 head -n1 $(which pip)
和 head -n1 $(which pybot)
的输出来检查。
关于ssh - 如何通过robotframework执行ssh命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43165539/
有人可以解释我如何使用与数据驱动测试用例相关的可选关键字参数的默认值吗? 正如您在我的示例中看到的,在某些情况下并非所有默认值都被使用: *** Test Cases *** | testArgs |
我正在尝试做这个练习 http://www.uitestingplayground.com/progressbar当进度条达到 75% 时,我想按下一个按钮。 这是我的代码 Open Browser
我想用 Screen Should Contain 或 Screen Should Not Contain 替换 ${assertion_Keyword} 所以我想像关键字一样放置参数 check_e
如何循环遍历 Robot Framework 中的文件内容? 我的文件内容是这样的: 1001 1002 1003 1004 我想一一读取内容,将其分配给一个变量,然后对其进行一些操作。 最佳答案 R
我有一个 RF 测试,我需要打印变量值,而不是名称。 我正在尝试使用“ log to console Num: ${Num} ”,但 log.html 只显示: **KEYWORD** BuiltIn
如何将消息记录到 Robot 框架中的控制台,当我使用 log 关键字时,它会记录到报告文件中。请指教。 最佳答案 BuiltIn library 有一个名为 Log to console 的关键字这
假设我的源代码中有以下 HTML: ... some text ... 假设我通过以下方式找到了这个元素: ... ${web_element} Get Webelement id:myEleme
我无法在 Robot 框架中使用 sudo 命令,因为无法使用关键字“Run Process”输入密码。我们必须使用哪个关键字来做到这一点? PS:在我的项目中无法以 root 身份连接,因为此帐户已
从几天开始,我一直在尝试安装 robotframework RIDE,我尝试按照我在谷歌上搜索到的所有帖子进行操作,但仍然面临一些问题。以下是我遵循并得出的结论: 我已经成功安装了 python2.7
我们如何使用 Set Variable if带一个关键字,其中 Keyword 返回一个需要在 RobotFramework 中设置的变量. 例如:${Var} = set variable if $
我正在使用 python 使用 Robot Framework Selenium。我需要帮助来获取字符串的特定部分,而无需获取外部库。假设文字说“您的产品范围价格从 0 美元到 400 美元”,所以我
#我需要为通过案例生成随机测试字符串,对于失败案例我需要通过 excel 文件给出手动值 #我试过了: #Give input to new bill cycle [Arguments] ${C
我正在探索使用 Robot Framework 在 Python 中编写单元测试。我们目前有一些使用 pytest 开发的预先存在的单元测试。单元测试使用 mock.patch 方法模拟某些功能(例如
我用这个: ${today}= Get Time ${today_formated}= Convert Date ${today} result_format=%d 结果是 01,表示该月的第
例子: Log To Console This is the first argument This is the second argument This is the third ar
我有一条线: ${http_proxy}= Remove String %{HTTP_PROXY} http:// 在我的 test.txt for robot framework 无论环境变量
尝试验证元素是否包含特定文本,但关键字 Element Should Contain 找不到文本,即使我在 xpath 属性中明确输入它包含文本也是如此。但是关键字 Wait Until Page C
嗨,如果某个 bool 值为假,我想运行一个关键字,如果 Bool 为真,我这样做是为了运行一个关键字,但是如果 Bool 为假,我如何运行该关键字 Run Keyword If ${Bool}
在机器人框架测试用例中,我设置了一个变量,然后执行了一个过程。 因为变量的设置不是一个非常有趣的信息,我不想在我的报告中包含它。 | Verifying STUFF | | | ${endpoint
我无法在机器人框架中检查数据类型。我想评估变量的数据类型。 例如 ${variable} 123 现在我需要检查 ${variable}这里的值是否为整数。我尝试使用评估,但它提供了数据结构。
我是一名优秀的程序员,十分优秀!