반응형
[2022.05.09] How to run remote on Robot framework RIDE?
* ip주소 확인 (ifconfig)
root@vmadmin-virtual-machine:/etc/network# ifconfig
ens160 Link encap:Ethernet HWaddr 00:50:56:ab:da:03
inet addr:192.168.XXX.XXX
* remote run
- cd /BuFF/TestLib 경로 이동
- sh run_remote.sh IP주소로 실행
root@vmadmin-virtual-machine:/BuFF/TestLib# sh run_remote.sh 192.168.XXX.XXX
No handlers could be found for logger "RobotFramework"
Robot Framework remote server at 192.168.XXX.XXX:8270 started.
* pip list
robotframework-sshlibrary 3.8.0
scp 0.14.4
setuptools 7.0
six 1.16.0
win-inet-pton 1.1.0
winpexpect 1.6
WMI 1.4.9
xlrd 0.9.3
xlutils 1.7.1
xlwt 0.7.5
* cmd 에서 python 모듈 확인 방법?
C:\temp>python -c "import SSHLibrary"
C:\Python27\lib\site-packages\paramiko\transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.hazmat.backends import default_backend
반응형
댓글