Hi all,
I am very much new to robot framework and ride. i am trying to connect to a netconf server and edit some configuration through ride. connecting to the netconf server and getting the running configuration is fine. but when i am trying to edit the running or candidate configuration through ride, it is throwing an error message saying that "RPC Error. Some unspecified error occurred."
Below is the log message.
"
command: pybot --argumentfile /tmp/RIDEvfOyuV.d/argfile.txt --listener /usr/local/lib/python2.7/dist-packages/robotide/contrib/testrunner/TestRunnerAgent.py:57114:False /root/Netconf.robot
======================================================================================================================================================================================
Netconf
======================================================================================================================================================================================
tc1 | FAIL |
RPCError: Some unspecified error occurred.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Netconf Starting test: Netconf.tc1
20150414 18:02:16.500 : INFO : jks
20150414 18:02:16.976 : INFO :
${config} = <?xml version="1.0" encoding="UTF-8"?><data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-...
20150414 18:02:17.100 : FAIL : RPCError: Some unspecified error occurred.
Ending test: Netconf.tc1
| FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
======================================================================================================================================================================================
Output: /tmp/RIDEvfOyuV.d/output.xml
Log: /tmp/RIDEvfOyuV.d/log.html
Report: /tmp/RIDEvfOyuV.d/report.html
test finished 20150414 18:02:17
Starting test: Netconf.tc1
20150414 18:02:16.500 : INFO : jks
20150414 18:02:16.976 : INFO :
${config} = <?xml version="1.0" encoding="UTF-8"?><data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-...
20150414 18:02:17.100 : FAIL : RPCError: Some unspecified error occurred.
Ending test: Netconf.tc1
"
can some one please help in resolving this issue.
Attached the .robot file with this mail.
Thanq in advance.
with Regards,
Phani Bhushan PV.