Initial commit
This commit is contained in:
156
MDM-LCAG-JavaFunctions/output.xml
Normal file
156
MDM-LCAG-JavaFunctions/output.xml
Normal file
@@ -0,0 +1,156 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<robot generator="Robot 3.0.4 (Python 3.7.0 on win32)" generated="20181011 14:27:47.300">
|
||||
<suite id="s1" name="Samples" source="Y:\eclipse-ws\samples">
|
||||
<suite id="s1-s1" name="Src" source="Y:\eclipse-ws\samples\src">
|
||||
<suite id="s1-s1-s1" name="Main" source="Y:\eclipse-ws\samples\src\main">
|
||||
<suite id="s1-s1-s1-s1" name="Robotframework" source="Y:\eclipse-ws\samples\src\main\robotframework">
|
||||
<suite id="s1-s1-s1-s1-s1" name="Station" source="Y:\eclipse-ws\samples\src\main\robotframework\station.robot">
|
||||
<kw name="Connect To Database" library="DatabaseLibrary" type="setup">
|
||||
<doc>Loads the DB API 2.0 module given `dbapiModuleName` then uses it to</doc>
|
||||
<arguments>
|
||||
<arg>pymysql</arg>
|
||||
<arg>lcag_mdm_4_dev_master</arg>
|
||||
<arg>centraldata</arg>
|
||||
<arg>lcagdb2000$$</arg>
|
||||
<arg>mdm-app01-dev</arg>
|
||||
<arg>3306</arg>
|
||||
</arguments>
|
||||
<msg timestamp="20181011 14:27:47.880" level="INFO">Connecting using : pymysql.connect(db=lcag_mdm_4_dev_master, user=centraldata, passwd=lcagdb2000$$, host=mdm-app01-dev, port=3306, charset=None) </msg>
|
||||
<status status="PASS" starttime="20181011 14:27:47.690" endtime="20181011 14:27:47.894"></status>
|
||||
</kw>
|
||||
<test id="s1-s1-s1-s1-s1-t1" name="Prepare Environment for Station">
|
||||
<kw name="Exported Talend Job Should Run Successfully With RC" library="mdm_common">
|
||||
<doc>ruft lokal einen TalendJob aufruft und gibt die JobinstanceId zurück.</doc>
|
||||
<arguments>
|
||||
<arg>${ICARGO_DELETE_JOB}</arg>
|
||||
<arg>0.2.0-SNAPSHOT</arg>
|
||||
<arg>0</arg>
|
||||
<arg>True</arg>
|
||||
</arguments>
|
||||
<kw name="Get Current Date" library="DateTime">
|
||||
<doc>Returns current local or UTC time with an optional increment.</doc>
|
||||
<assign>
|
||||
<var>${timestamp}</var>
|
||||
</assign>
|
||||
<msg timestamp="20181011 14:27:47.898" level="INFO">${timestamp} = 2018-10-11 14:27:47.897</msg>
|
||||
<status status="PASS" starttime="20181011 14:27:47.897" endtime="20181011 14:27:47.898"></status>
|
||||
</kw>
|
||||
<kw name="Log To Console" library="BuiltIn">
|
||||
<doc>Logs the given message to the console.</doc>
|
||||
<arguments>
|
||||
<arg>\nStarting Job ${jobName} on ${timestamp} ...</arg>
|
||||
</arguments>
|
||||
<status status="PASS" starttime="20181011 14:27:47.898" endtime="20181011 14:27:47.898"></status>
|
||||
</kw>
|
||||
<kw name="Run And Return Rc And Output" library="OperatingSystem">
|
||||
<doc>Runs the given command in the system and returns the RC and output.</doc>
|
||||
<arguments>
|
||||
<arg>${JOB_PATH_NEXUS}/${jobName}-${revision}/${jobName}/${jobName}_run.bat</arg>
|
||||
</arguments>
|
||||
<assign>
|
||||
<var>${returncode}</var>
|
||||
<var>${result}</var>
|
||||
</assign>
|
||||
<msg timestamp="20181011 14:27:47.902" level="INFO">Running command 'E:/tools/robotframework/jobs/MDM_delete_AllStation-0.2.0-SNAPSHOT/MDM_delete_AllStation/MDM_delete_AllStation_run.bat 2>&1'.</msg>
|
||||
<msg timestamp="20181011 14:27:47.910" level="INFO">${returncode} = 1</msg>
|
||||
<msg timestamp="20181011 14:27:47.911" level="INFO">${result} = The system cannot find the drive specified.</msg>
|
||||
<status status="PASS" starttime="20181011 14:27:47.899" endtime="20181011 14:27:47.911"></status>
|
||||
</kw>
|
||||
<kw name="Run Keyword If" library="BuiltIn">
|
||||
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
||||
<arguments>
|
||||
<arg>${showLog}</arg>
|
||||
<arg>Log To Console</arg>
|
||||
<arg>>>>>>>>>>>>>\n${result}\n<<<<<<<<<<<<</arg>
|
||||
</arguments>
|
||||
<kw name="Log To Console" library="BuiltIn">
|
||||
<doc>Logs the given message to the console.</doc>
|
||||
<arguments>
|
||||
<arg>>>>>>>>>>>>>\n${result}\n<<<<<<<<<<<<</arg>
|
||||
</arguments>
|
||||
<status status="PASS" starttime="20181011 14:27:47.913" endtime="20181011 14:27:47.913"></status>
|
||||
</kw>
|
||||
<status status="PASS" starttime="20181011 14:27:47.912" endtime="20181011 14:27:47.914"></status>
|
||||
</kw>
|
||||
<kw name="Should Be Equal As Integers" library="BuiltIn">
|
||||
<doc>Fails if objects are unequal after converting them to integers.</doc>
|
||||
<arguments>
|
||||
<arg>${returncode}</arg>
|
||||
<arg>${rc}</arg>
|
||||
<arg>Job was not running successfully, finished with returncode ${returncode}</arg>
|
||||
</arguments>
|
||||
<msg timestamp="20181011 14:27:47.915" level="INFO">Argument types are:
|
||||
<class 'int'>
|
||||
<type 'unicode'></msg>
|
||||
<msg timestamp="20181011 14:27:47.915" level="FAIL">Job was not running successfully, finished with returncode 1: 1 != 0</msg>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.914" endtime="20181011 14:27:47.916"></status>
|
||||
</kw>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.896" endtime="20181011 14:27:47.916"></status>
|
||||
</kw>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.894" endtime="20181011 14:27:47.917" critical="yes">Job was not running successfully, finished with returncode 1: 1 != 0</status>
|
||||
</test>
|
||||
<test id="s1-s1-s1-s1-s1-t2" name="Start Load Station">
|
||||
<kw name="Create Directory" library="OperatingSystem">
|
||||
<doc>Creates the specified directory.</doc>
|
||||
<arguments>
|
||||
<arg>${INPUT_PATH}/${ICARGO_LOAD_JOB}</arg>
|
||||
</arguments>
|
||||
<msg timestamp="20181011 14:27:47.919" level="INFO" html="yes">Directory '<a href="file://Y:\eclipse-ws\samples\$(MDM_HOME)\data\input\MDM_ICargo_load_Station">Y:\eclipse-ws\samples\$(MDM_HOME)\data\input\MDM_ICargo_load_Station</a>' already exists.</msg>
|
||||
<status status="PASS" starttime="20181011 14:27:47.918" endtime="20181011 14:27:47.920"></status>
|
||||
</kw>
|
||||
<kw name="Copy File" library="OperatingSystem">
|
||||
<doc>Copies the source file into the destination.</doc>
|
||||
<arguments>
|
||||
<arg>${FILE_PATH}/ICargo_Station_11Inserts.xml</arg>
|
||||
<arg>${INPUT_PATH}/${ICARGO_LOAD_JOB}/ICargo_Station.xml</arg>
|
||||
</arguments>
|
||||
<msg timestamp="20181011 14:27:47.922" level="FAIL">Source file 'Y:\eclipse-ws\samples\main\robotframework\files\ICargo_Station_11Inserts.xml' does not exist.</msg>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.920" endtime="20181011 14:27:47.922"></status>
|
||||
</kw>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.917" endtime="20181011 14:27:47.923" critical="yes">Source file 'Y:\eclipse-ws\samples\main\robotframework\files\ICargo_Station_11Inserts.xml' does not exist.</status>
|
||||
</test>
|
||||
<test id="s1-s1-s1-s1-s1-t3" name="Start Update Station">
|
||||
<kw name="Copy File" library="OperatingSystem">
|
||||
<doc>Copies the source file into the destination.</doc>
|
||||
<arguments>
|
||||
<arg>${FILE_PATH}/ICargo_Station_4Updates2Changes.xml</arg>
|
||||
<arg>${INPUT_PATH}/${ICARGO_LOAD_JOB}/ICargo_Station.xml</arg>
|
||||
</arguments>
|
||||
<msg timestamp="20181011 14:27:47.927" level="FAIL">Source file 'Y:\eclipse-ws\samples\main\robotframework\files\ICargo_Station_4Updates2Changes.xml' does not exist.</msg>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.925" endtime="20181011 14:27:47.927"></status>
|
||||
</kw>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.924" endtime="20181011 14:27:47.928" critical="yes">Source file 'Y:\eclipse-ws\samples\main\robotframework\files\ICargo_Station_4Updates2Changes.xml' does not exist.</status>
|
||||
</test>
|
||||
<kw name="Disconnect From Database" library="DatabaseLibrary" type="teardown">
|
||||
<doc>Disconnects from the database.</doc>
|
||||
<msg timestamp="20181011 14:27:47.929" level="INFO">Executing : Disconnect From Database</msg>
|
||||
<status status="PASS" starttime="20181011 14:27:47.929" endtime="20181011 14:27:47.930"></status>
|
||||
</kw>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.520" endtime="20181011 14:27:47.930"></status>
|
||||
</suite>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.517" endtime="20181011 14:27:47.933"></status>
|
||||
</suite>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.514" endtime="20181011 14:27:47.936"></status>
|
||||
</suite>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.510" endtime="20181011 14:27:47.939"></status>
|
||||
</suite>
|
||||
<status status="FAIL" starttime="20181011 14:27:47.473" endtime="20181011 14:27:47.942"></status>
|
||||
</suite>
|
||||
<statistics>
|
||||
<total>
|
||||
<stat pass="0" fail="3">Critical Tests</stat>
|
||||
<stat pass="0" fail="3">All Tests</stat>
|
||||
</total>
|
||||
<tag>
|
||||
</tag>
|
||||
<suite>
|
||||
<stat pass="0" fail="3" id="s1" name="Samples">Samples</stat>
|
||||
<stat pass="0" fail="3" id="s1-s1" name="Src">Samples.Src</stat>
|
||||
<stat pass="0" fail="3" id="s1-s1-s1" name="Main">Samples.Src.Main</stat>
|
||||
<stat pass="0" fail="3" id="s1-s1-s1-s1" name="Robotframework">Samples.Src.Main.Robotframework</stat>
|
||||
<stat pass="0" fail="3" id="s1-s1-s1-s1-s1" name="Station">Samples.Src.Main.Robotframework.Station</stat>
|
||||
</suite>
|
||||
</statistics>
|
||||
<errors>
|
||||
</errors>
|
||||
</robot>
|
||||
Reference in New Issue
Block a user