纸通宝交易版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1455 lines
78 KiB

<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20220401 11:24:28.339" rpa="false">
<suite id="s1" name="000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder">
<suite id="s1-s1" name="000-Regularorder" source="/root/ztb-trading-rf-api/000-Regularorder">
<suite id="s1-s1-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/000-Regularorder/1-Client(Test)">
<suite id="s1-s1-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/000-Regularorder/1-Client(Test)/1-APPlogin(Test).robot">
<test id="s1-s1-s1-s1-t1" name="userlogin">
<kw name="Disable Warnings" library="urllib3">
<doc>Helper for quickly disabling all urllib3 warnings.</doc>
<status status="PASS" starttime="20220401 11:24:28.668" endtime="20220401 11:24:28.669"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ZTBT</arg>
<arg>https://api-client-uec-test.qniao.cn</arg>
<arg>${header}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.669" level="INFO">Creating Session using : alias=ZTBT, url=https://api-client-uec-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20220401 11:24:28.669" endtime="20220401 11:24:28.670"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<arguments>
<arg>account=18888888888</arg>
<arg>captcha=888888</arg>
<arg>accountType=2</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<msg timestamp="20220401 11:24:28.671" level="INFO">${data} = {'account': '18888888888', 'captcha': '888888', 'accountType': '2'}</msg>
<status status="PASS" starttime="20220401 11:24:28.670" endtime="20220401 11:24:28.671"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>18888888888</arg>
</arguments>
<assign>
<var>${account}</var>
</assign>
<msg timestamp="20220401 11:24:28.672" level="INFO">${account} = 18888888888</msg>
<status status="PASS" starttime="20220401 11:24:28.671" endtime="20220401 11:24:28.672"></status>
</kw>
<kw name="Post On Session" library="RequestsLibrary">
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<arguments>
<arg>ZTBT</arg>
<arg>uec/authorize/by-captcha</arg>
<arg>json=${data}</arg>
</arguments>
<assign>
<var>${respones}</var>
</assign>
<msg timestamp="20220401 11:24:28.745" level="INFO">POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
path_url=/uec/authorize/by-captcha
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '67'}
body=b'{"account": "18888888888", "captcha": "888888", "accountType": "2"}'
</msg>
<msg timestamp="20220401 11:24:28.746" level="INFO">POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 01 Apr 2022 03:24:28 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==","userId":"659450159519895552"}}
</msg>
<msg timestamp="20220401 11:24:28.746" level="INFO">${respones} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220401 11:24:28.672" endtime="20220401 11:24:28.746"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${respones.status_code}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.747" level="INFO">200</msg>
<status status="PASS" starttime="20220401 11:24:28.746" endtime="20220401 11:24:28.747"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${respones.json()}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.747" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==', 'userId': '659450159519895552'}}</msg>
<status status="PASS" starttime="20220401 11:24:28.747" endtime="20220401 11:24:28.747"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${respones.json()["data"]}</arg>
<arg>token</arg>
</arguments>
<assign>
<var>${token}</var>
</assign>
<msg timestamp="20220401 11:24:28.748" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==</msg>
<status status="PASS" starttime="20220401 11:24:28.748" endtime="20220401 11:24:28.748"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${token}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.749" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==</msg>
<status status="PASS" starttime="20220401 11:24:28.748" endtime="20220401 11:24:28.749"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${account}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.749" level="INFO">${account} = 18888888888</msg>
<status status="PASS" starttime="20220401 11:24:28.749" endtime="20220401 11:24:28.749"></status>
</kw>
<status status="PASS" starttime="20220401 11:24:28.668" endtime="20220401 11:24:28.750" critical="yes"></status>
</test>
<test id="s1-s1-s1-s1-t2" name="login-token">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ZTBT</arg>
<arg>${url}</arg>
<arg>${header}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.751" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20220401 11:24:28.750" endtime="20220401 11:24:28.751"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<arguments>
<arg>loginToken=${token}</arg>
</arguments>
<assign>
<var>${token1}</var>
</assign>
<msg timestamp="20220401 11:24:28.752" level="INFO">${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA=='}</msg>
<status status="PASS" starttime="20220401 11:24:28.752" endtime="20220401 11:24:28.752"></status>
</kw>
<kw name="Post On Session" library="RequestsLibrary">
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<arguments>
<arg>ZTBT</arg>
<arg>recycle-user-center/authorize/get/product-line-token/by/login-token</arg>
<arg>json=${token1}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20220401 11:24:28.923" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
path_url=/recycle-user-center/authorize/get/product-line-token/by/login-token
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '106'}
body=b'{"loginToken": "d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA=="}'
</msg>
<msg timestamp="20220401 11:24:28.923" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 01 Apr 2022 03:24:28 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==","userToken":null,"userId":"659450159519895552"}}
</msg>
<msg timestamp="20220401 11:24:28.923" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220401 11:24:28.752" endtime="20220401 11:24:28.923"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${reps.json()["data"]}</arg>
<arg>token</arg>
</arguments>
<assign>
<var>${gettoken}</var>
</assign>
<msg timestamp="20220401 11:24:28.924" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==</msg>
<status status="PASS" starttime="20220401 11:24:28.924" endtime="20220401 11:24:28.924"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${reps.json()["data"]}</arg>
<arg>userId</arg>
</arguments>
<assign>
<var>${userId}</var>
</assign>
<msg timestamp="20220401 11:24:28.925" level="INFO">${userId} = 659450159519895552</msg>
<status status="PASS" starttime="20220401 11:24:28.924" endtime="20220401 11:24:28.925"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${reps.json()["data"]["token"]}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.925" level="INFO">d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==</msg>
<status status="PASS" starttime="20220401 11:24:28.925" endtime="20220401 11:24:28.925"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${gettoken}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.926" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA==</msg>
<status status="PASS" starttime="20220401 11:24:28.926" endtime="20220401 11:24:28.926"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${userId}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.926" level="INFO">${userId} = 659450159519895552</msg>
<status status="PASS" starttime="20220401 11:24:28.926" endtime="20220401 11:24:28.926"></status>
</kw>
<status status="PASS" starttime="20220401 11:24:28.750" endtime="20220401 11:24:28.927" critical="yes"></status>
</test>
<status status="PASS" starttime="20220401 11:24:28.380" endtime="20220401 11:24:28.927"></status>
</suite>
<suite id="s1-s1-s1-s2" name="2.1-CreateRegularorder" source="/root/ztb-trading-rf-api/000-Regularorder/1-Client(Test)/2.1-CreateRegularorder.robot">
<test id="s1-s1-s1-s2-t1" name="get_paper-mill-city">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ZTBT</arg>
<arg>${url}</arg>
<arg>${header}</arg>
</arguments>
<msg timestamp="20220401 11:24:28.943" level="INFO">Creating Session using : alias=ZTBT, url=https://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20220401 11:24:28.943" endtime="20220401 11:24:28.944"></status>
</kw>
<kw name="Get On Session" library="RequestsLibrary">
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<arguments>
<arg>ZTBT</arg>
<arg>recycle-service/get/paper-mill-city</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20220401 11:24:29.105" level="INFO">GET Request : url=https://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-city
path_url=/recycle-service/get/paper-mill-city
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypNqL7aIw+6aRaUrEbXnrk17BYYuyUpjyoI8tC2ArmPdNA=='}
body=None
</msg>
<msg timestamp="20220401 11:24:29.105" level="INFO">GET Response : url=https://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-city
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 01 Apr 2022 03:24:29 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":200100,"message":"地区不存在","data":null}
</msg>
<msg timestamp="20220401 11:24:29.106" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220401 11:24:28.944" endtime="20220401 11:24:29.106"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${reps.json()}</arg>
<arg>data</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<msg timestamp="20220401 11:24:29.107" level="INFO">${data} = None</msg>
<status status="PASS" starttime="20220401 11:24:29.106" endtime="20220401 11:24:29.107"></status>
</kw>
<kw name="${items} IN [ @{data} ]" type="for">
<msg timestamp="20220401 11:24:29.107" level="FAIL">Value of variable '@{data}' is not list or list-like.</msg>
<status status="FAIL" starttime="20220401 11:24:29.107" endtime="20220401 11:24:29.107"></status>
</kw>
<kw name="Run Keyword If Test Failed" library="BuiltIn" type="teardown">
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<arguments>
<arg>Fatal Error</arg>
</arguments>
<kw name="Fatal Error" library="BuiltIn">
<doc>Stops the whole test execution.</doc>
<msg timestamp="20220401 11:24:29.108" level="FAIL">AssertionError</msg>
<status status="FAIL" starttime="20220401 11:24:29.108" endtime="20220401 11:24:29.108"></status>
</kw>
<status status="FAIL" starttime="20220401 11:24:29.107" endtime="20220401 11:24:29.108">AssertionError</status>
</kw>
<status status="FAIL" starttime="20220401 11:24:28.942" endtime="20220401 11:24:29.108" critical="yes">Value of variable '@{data}' is not list or list-like.
Also teardown failed:
AssertionError</status>
</test>
<test id="s1-s1-s1-s2-t2" name="get-factorylist">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.109" endtime="20220401 11:24:29.109" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s1-s2-t3" name="get-carinfo">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.109" endtime="20220401 11:24:29.110" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s1-s2-t4" name="createorder">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.110" endtime="20220401 11:24:29.110" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>创建常规订单</doc>
<status status="FAIL" starttime="20220401 11:24:28.928" endtime="20220401 11:24:29.111"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:28.378" endtime="20220401 11:24:29.113"></status>
</suite>
<suite id="s1-s1-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)">
<suite id="s1-s1-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/1-WebLogin">
<suite id="s1-s1-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
<test id="s1-s1-s2-s1-s1-t1" name="pwlogin">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.117" endtime="20220401 11:24:29.117" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s1-s1-t2" name="login-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.117" endtime="20220401 11:24:29.118" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.116" endtime="20220401 11:24:29.118"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.115" endtime="20220401 11:24:29.119"></status>
</suite>
<suite id="s1-s1-s2-s2" name="2.1-Consignment management" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management">
<suite id="s1-s1-s2-s2-s1" name="1-Appointment" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot">
<test id="s1-s1-s2-s2-s1-t1" name="get_paper-mill-order-reservation-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.122" endtime="20220401 11:24:29.123" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s1-t2" name="get-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.123" endtime="20220401 11:24:29.123" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s1-t3" name="Submit-appointment">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.123" endtime="20220401 11:24:29.124" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>预约送货</doc>
<status status="FAIL" starttime="20220401 11:24:29.121" endtime="20220401 11:24:29.124"></status>
</suite>
<suite id="s1-s1-s2-s2-s2" name="2.1-RegularUpload-weightnote" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management/2.1-RegularUpload-weightnote.robot">
<test id="s1-s1-s2-s2-s2-t1" name="get-order-item-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.126" endtime="20220401 11:24:29.127" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t2" name="get-order-item-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.127" endtime="20220401 11:24:29.127" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t3" name="get-Transaction subject">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.127" endtime="20220401 11:24:29.128" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t4" name="get-Warehouse">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.128" endtime="20220401 11:24:29.128" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t5" name="get-Source of funds">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.129" endtime="20220401 11:24:29.129" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t6" name="get-contract-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.129" endtime="20220401 11:24:29.129" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t7" name="get-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.130" endtime="20220401 11:24:29.130" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t8" name="get-category price">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.130" endtime="20220401 11:24:29.131" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t9" name="get_paper-mill-category">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.131" endtime="20220401 11:24:29.131" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t10" name="get_contract_by_id">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.131" endtime="20220401 11:24:29.132" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t11" name="Upload_pictures">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.132" endtime="20220401 11:24:29.132" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t12" name="get_repeat_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.133" endtime="20220401 11:24:29.133" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t13" name="repeat_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.133" endtime="20220401 11:24:29.134" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t14" name="weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.134" endtime="20220401 11:24:29.134" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t15" name="audit_weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.134" endtime="20220401 11:24:29.135" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s2-t16" name="get_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.135" endtime="20220401 11:24:29.135" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>上传磅单-常规</doc>
<status status="FAIL" starttime="20220401 11:24:29.125" endtime="20220401 11:24:29.136"></status>
</suite>
<suite id="s1-s1-s2-s2-s3" name="3.1-Operation audit" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management/3.1-Operation_audit.robot">
<test id="s1-s1-s2-s2-s3-t1" name="get_operation_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.139" endtime="20220401 11:24:29.139" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t2" name="get_paper-mill-order-by-orderItemId">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.139" endtime="20220401 11:24:29.140" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t3" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.140" endtime="20220401 11:24:29.140" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t4" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.140" endtime="20220401 11:24:29.141" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t5" name="order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.141" endtime="20220401 11:24:29.141" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t6" name="get_order-log-detail2">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.141" endtime="20220401 11:24:29.142" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t7" name="重复执行驳回上传磅单">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.142" endtime="20220401 11:24:29.143" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t8" name="get_operation_list1">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.144" endtime="20220401 11:24:29.144" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t9" name="get_order-receipt-audit-details1">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.144" endtime="20220401 11:24:29.144" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t10" name="order-receipt-audit-details1">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.145" endtime="20220401 11:24:29.145" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s2-s3-t11" name="operation_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.145" endtime="20220401 11:24:29.146" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>运营审核-常规</doc>
<status status="FAIL" starttime="20220401 11:24:29.138" endtime="20220401 11:24:29.146"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.120" endtime="20220401 11:24:29.148"></status>
</suite>
<suite id="s1-s1-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/3-Withdrawal_application">
<suite id="s1-s1-s2-s3-s1" name="4-Financial audit" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot">
<test id="s1-s1-s2-s3-s1-t1" name="get_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.152" endtime="20220401 11:24:29.153" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s3-s1-t2" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.153" endtime="20220401 11:24:29.153" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s3-s1-t3" name="重复执行财务审核驳回何运营审核通过">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.153" endtime="20220401 11:24:29.155" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s3-s1-t4" name="paper-mill-order-receipt-proof-request_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.156" endtime="20220401 11:24:29.156" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s3-s1-t5" name="paper-mill-order-receipt-proof-request_settle">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.157" endtime="20220401 11:24:29.157" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应付</doc>
<status status="FAIL" starttime="20220401 11:24:29.151" endtime="20220401 11:24:29.157"></status>
</suite>
<suite id="s1-s1-s2-s3-s2" name="5-Sales receivables" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot">
<test id="s1-s1-s2-s3-s2-t1" name="get_paper-payment-order-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.160" endtime="20220401 11:24:29.160" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s3-s2-t2" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.161" endtime="20220401 11:24:29.161" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s1-s2-s3-s2-t3" name="update_payment-order-status">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.161" endtime="20220401 11:24:29.161" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220401 11:24:29.159" endtime="20220401 11:24:29.162"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.150" endtime="20220401 11:24:29.163"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.114" endtime="20220401 11:24:29.166"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:28.376" endtime="20220401 11:24:29.170"></status>
</suite>
<suite id="s1-s2" name="001-Activeorder" source="/root/ztb-trading-rf-api/001-Activeorder">
<suite id="s1-s2-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/001-Activeorder/1-Client(Test)">
<suite id="s1-s2-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/001-Activeorder/1-Client(Test)/1-APPlogin(Test).robot">
<test id="s1-s2-s1-s1-t1" name="userlogin">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.177" endtime="20220401 11:24:29.177" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s1-s1-t2" name="login-token">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.177" endtime="20220401 11:24:29.178" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.176" endtime="20220401 11:24:29.178"></status>
</suite>
<suite id="s1-s2-s1-s2" name="2.2createActiveorder-1" source="/root/ztb-trading-rf-api/001-Activeorder/1-Client(Test)/2.2createActiveorder-1.robot">
<test id="s1-s2-s1-s2-t1" name="proxy-sell-activity_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.180" endtime="20220401 11:24:29.180" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s1-s2-t2" name="get-carinfo">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.180" endtime="20220401 11:24:29.181" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s1-s2-t3" name="get_paper-mill-paper-category-price-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.181" endtime="20220401 11:24:29.181" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s1-s2-t4" name="get_relation">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.181" endtime="20220401 11:24:29.182" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s1-s2-t5" name="create_order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.182" endtime="20220401 11:24:29.182" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.179" endtime="20220401 11:24:29.183"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.175" endtime="20220401 11:24:29.184"></status>
</suite>
<suite id="s1-s2-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)">
<suite id="s1-s2-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/1-WebLogin">
<suite id="s1-s2-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
<test id="s1-s2-s2-s1-s1-t1" name="pwlogin">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.188" endtime="20220401 11:24:29.188" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s1-s1-t2" name="login-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.189" endtime="20220401 11:24:29.189" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.187" endtime="20220401 11:24:29.189"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.186" endtime="20220401 11:24:29.190"></status>
</suite>
<suite id="s1-s2-s2-s2" name="2.1-Consignment management" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management">
<suite id="s1-s2-s2-s2-s1" name="1-Appointment" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot">
<test id="s1-s2-s2-s2-s1-t1" name="get_paper-mill-order-reservation-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.193" endtime="20220401 11:24:29.193" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s1-t2" name="get-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.193" endtime="20220401 11:24:29.194" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s1-t3" name="Submit-appointment">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.194" endtime="20220401 11:24:29.194" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>预约送货</doc>
<status status="FAIL" starttime="20220401 11:24:29.192" endtime="20220401 11:24:29.195"></status>
</suite>
<suite id="s1-s2-s2-s2-s2" name="2.2-RegularUpload-weightnote-1" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management/2.2-RegularUpload-weightnote-1.robot">
<test id="s1-s2-s2-s2-s2-t1" name="get-order-item-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.197" endtime="20220401 11:24:29.197" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t2" name="get-order-item-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.198" endtime="20220401 11:24:29.198" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t3" name="get_delivery-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.198" endtime="20220401 11:24:29.199" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t4" name="get_contract_by_id">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.199" endtime="20220401 11:24:29.199" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t5" name="get-contract-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.199" endtime="20220401 11:24:29.200" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t6" name="get-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.200" endtime="20220401 11:24:29.201" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t7" name="get-Source of funds">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.201" endtime="20220401 11:24:29.201" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t8" name="get-Warehouse">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.202" endtime="20220401 11:24:29.202" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t9" name="get_proxy-order_delivery-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.202" endtime="20220401 11:24:29.203" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t10" name="get_paper-mill-category">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.203" endtime="20220401 11:24:29.203" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t11" name="Upload_pictures">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.203" endtime="20220401 11:24:29.204" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t12" name="get_repeat_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.204" endtime="20220401 11:24:29.204" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t13" name="repeat_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.205" endtime="20220401 11:24:29.205" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t14" name="weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.205" endtime="20220401 11:24:29.206" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t15" name="audit_weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.206" endtime="20220401 11:24:29.206" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s2-t16" name="get_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.207" endtime="20220401 11:24:29.207" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>上传磅单-一次付款活动</doc>
<status status="FAIL" starttime="20220401 11:24:29.196" endtime="20220401 11:24:29.207"></status>
</suite>
<suite id="s1-s2-s2-s2-s3" name="3.2-Operation audit" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management/3.2-Operation_audit.robot">
<test id="s1-s2-s2-s2-s3-t1" name="get_operation_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.210" endtime="20220401 11:24:29.210" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s3-t2" name="get_paper-mill-order-by-orderItemId">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.211" endtime="20220401 11:24:29.211" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s3-t3" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.211" endtime="20220401 11:24:29.211" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s3-t4" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.212" endtime="20220401 11:24:29.212" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s3-t5" name="order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.212" endtime="20220401 11:24:29.213" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s3-t6" name="get_order-log-detail2">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.213" endtime="20220401 11:24:29.213" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s2-s3-t7" name="operation_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.214" endtime="20220401 11:24:29.214" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>运用审核-一次付款活动</doc>
<status status="FAIL" starttime="20220401 11:24:29.209" endtime="20220401 11:24:29.215"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.191" endtime="20220401 11:24:29.217"></status>
</suite>
<suite id="s1-s2-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/3-Withdrawal_application">
<suite id="s1-s2-s2-s3-s1" name="4-Financial audit" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot">
<test id="s1-s2-s2-s3-s1-t1" name="get_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.221" endtime="20220401 11:24:29.222" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s3-s1-t2" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.222" endtime="20220401 11:24:29.222" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s3-s1-t3" name="paper-mill-order-receipt-proof-request_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.223" endtime="20220401 11:24:29.223" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s3-s1-t4" name="paper-mill-order-receipt-proof-request_settle">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.223" endtime="20220401 11:24:29.224" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应付</doc>
<status status="FAIL" starttime="20220401 11:24:29.220" endtime="20220401 11:24:29.224"></status>
</suite>
<suite id="s1-s2-s2-s3-s2" name="5-Sales receivables" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot">
<test id="s1-s2-s2-s3-s2-t1" name="get_paper-payment-order-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.226" endtime="20220401 11:24:29.227" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s3-s2-t2" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.227" endtime="20220401 11:24:29.227" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s2-s2-s3-s2-t3" name="update_payment-order-status">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.227" endtime="20220401 11:24:29.228" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220401 11:24:29.225" endtime="20220401 11:24:29.228"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.219" endtime="20220401 11:24:29.230"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.185" endtime="20220401 11:24:29.232"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.174" endtime="20220401 11:24:29.236"></status>
</suite>
<suite id="s1-s3" name="002-Activeorder" source="/root/ztb-trading-rf-api/002-Activeorder">
<suite id="s1-s3-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)">
<suite id="s1-s3-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)/1-APPlogin(Test).robot">
<test id="s1-s3-s1-s1-t1" name="userlogin">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.241" endtime="20220401 11:24:29.242" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s1-s1-t2" name="login-token">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.242" endtime="20220401 11:24:29.242" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.240" endtime="20220401 11:24:29.243"></status>
</suite>
<suite id="s1-s3-s1-s2" name="2.3createActiveorder-2" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)/2.3createActiveorder-2.robot">
<test id="s1-s3-s1-s2-t1" name="proxy-sell-activity_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.244" endtime="20220401 11:24:29.245" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s1-s2-t2" name="get-carinfo">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.245" endtime="20220401 11:24:29.245" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s1-s2-t3" name="get_paper-mill-paper-category-price-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.245" endtime="20220401 11:24:29.246" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s1-s2-t4" name="get_relation">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.246" endtime="20220401 11:24:29.246" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s1-s2-t5" name="create_order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.246" endtime="20220401 11:24:29.247" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.243" endtime="20220401 11:24:29.247"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.240" endtime="20220401 11:24:29.248"></status>
</suite>
<suite id="s1-s3-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)">
<suite id="s1-s3-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/1-WebLogin">
<suite id="s1-s3-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
<test id="s1-s3-s2-s1-s1-t1" name="pwlogin">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.253" endtime="20220401 11:24:29.253" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s1-s1-t2" name="login-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.253" endtime="20220401 11:24:29.253" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.251" endtime="20220401 11:24:29.254"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.251" endtime="20220401 11:24:29.255"></status>
</suite>
<suite id="s1-s3-s2-s2" name="2.1-Consignment management" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management">
<suite id="s1-s3-s2-s2-s1" name="1-Appointment" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot">
<test id="s1-s3-s2-s2-s1-t1" name="get_paper-mill-order-reservation-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.258" endtime="20220401 11:24:29.259" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s1-t2" name="get-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.259" endtime="20220401 11:24:29.259" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s1-t3" name="Submit-appointment">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.259" endtime="20220401 11:24:29.260" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>预约送货</doc>
<status status="FAIL" starttime="20220401 11:24:29.257" endtime="20220401 11:24:29.260"></status>
</suite>
<suite id="s1-s3-s2-s2-s2" name="2.3-ActiveUpload-deliverynote" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management/2.3-ActiveUpload-deliverynote.robot">
<test id="s1-s3-s2-s2-s2-t1" name="get-order-item-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.263" endtime="20220401 11:24:29.263" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t2" name="get-order-item-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.263" endtime="20220401 11:24:29.264" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t3" name="get_delivery-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.264" endtime="20220401 11:24:29.264" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t4" name="get_contract_by_id">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.265" endtime="20220401 11:24:29.265" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t5" name="get-contract-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.265" endtime="20220401 11:24:29.266" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t6" name="get-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.266" endtime="20220401 11:24:29.266" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t7" name="get-Source of funds">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.267" endtime="20220401 11:24:29.267" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t8" name="get-Warehouse">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.267" endtime="20220401 11:24:29.268" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t9" name="get_proxy-order_delivery-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.268" endtime="20220401 11:24:29.268" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t10" name="get_paper-mill-category">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.268" endtime="20220401 11:24:29.269" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t11" name="Upload_pictures">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.269" endtime="20220401 11:24:29.269" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t12" name="get_repeat/proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.270" endtime="20220401 11:24:29.270" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t13" name="weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.271" endtime="20220401 11:24:29.271" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t14" name="audit_weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.271" endtime="20220401 11:24:29.271" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s2-t15" name="get_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.272" endtime="20220401 11:24:29.272" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>上次送货单-两次付款活动</doc>
<status status="FAIL" starttime="20220401 11:24:29.261" endtime="20220401 11:24:29.272"></status>
</suite>
<suite id="s1-s3-s2-s2-s3" name="3.3-Operation audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management/3.3-Operation_audit.robot">
<test id="s1-s3-s2-s2-s3-t1" name="get_operation_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.277" endtime="20220401 11:24:29.278" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t2" name="get_paper-mill-order-by-orderItemId">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.278" endtime="20220401 11:24:29.279" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t3" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.279" endtime="20220401 11:24:29.279" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t4" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.280" endtime="20220401 11:24:29.280" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t5" name="order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.280" endtime="20220401 11:24:29.281" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t6" name="get_order-log-detail2">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.281" endtime="20220401 11:24:29.281" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t7" name="重复执行驳回和上传磅单操作">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.281" endtime="20220401 11:24:29.283" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t8" name="get_operation_list3">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.283" endtime="20220401 11:24:29.283" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t9" name="get_order-receipt-audit-details3">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.284" endtime="20220401 11:24:29.284" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t10" name="order-receipt-audit-details3">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.284" endtime="20220401 11:24:29.285" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s2-s3-t11" name="operation_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.285" endtime="20220401 11:24:29.285" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>运营审核-两次付款活动</doc>
<status status="FAIL" starttime="20220401 11:24:29.275" endtime="20220401 11:24:29.286"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.256" endtime="20220401 11:24:29.288"></status>
</suite>
<suite id="s1-s3-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application">
<suite id="s1-s3-s2-s3-s1" name="4-Financial audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot">
<test id="s1-s3-s2-s3-s1-t1" name="get_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.292" endtime="20220401 11:24:29.292" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s3-s1-t2" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.293" endtime="20220401 11:24:29.293" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s3-s1-t3" name="paper-mill-order-receipt-proof-request_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.293" endtime="20220401 11:24:29.294" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s3-s1-t4" name="paper-mill-order-receipt-proof-request_settle">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.294" endtime="20220401 11:24:29.295" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应付</doc>
<status status="FAIL" starttime="20220401 11:24:29.291" endtime="20220401 11:24:29.295"></status>
</suite>
<suite id="s1-s3-s2-s3-s2" name="5-Sales receivables" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot">
<test id="s1-s3-s2-s3-s2-t1" name="get_paper-payment-order-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.297" endtime="20220401 11:24:29.297" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s3-s2-t2" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.298" endtime="20220401 11:24:29.298" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s3-s2-t3" name="update_payment-order-status">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.298" endtime="20220401 11:24:29.299" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220401 11:24:29.296" endtime="20220401 11:24:29.299"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.290" endtime="20220401 11:24:29.301"></status>
</suite>
<suite id="s1-s3-s2-s4" name="4-Consignment management" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management">
<suite id="s1-s3-s2-s4-s1" name="2.3-ActiveUpload-weightnote" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot">
<test id="s1-s3-s2-s4-s1-t1" name="get_proxy-order-item-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.304" endtime="20220401 11:24:29.305" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t2" name="get_proxy-order-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.305" endtime="20220401 11:24:29.305" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t3" name="get_delivery-info">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.305" endtime="20220401 11:24:29.306" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t4" name="get-contract-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.306" endtime="20220401 11:24:29.306" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t5" name="get_weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.306" endtime="20220401 11:24:29.307" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t6" name="get_paperMill-supplier">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.307" endtime="20220401 11:24:29.308" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t7" name="get-Warehouse">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.308" endtime="20220401 11:24:29.309" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t8" name="get-Source of funds">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.309" endtime="20220401 11:24:29.309" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t9" name="get_paper-mill-category">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.309" endtime="20220401 11:24:29.310" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t10" name="get_contract_by_id">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.310" endtime="20220401 11:24:29.310" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t11" name="get-category price">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.310" endtime="20220401 11:24:29.311" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t12" name="Upload_pictures">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.311" endtime="20220401 11:24:29.311" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t13" name="get_repeat_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.312" endtime="20220401 11:24:29.312" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t14" name="weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.312" endtime="20220401 11:24:29.312" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t15" name="audit_weightnote">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.313" endtime="20220401 11:24:29.313" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s1-t16" name="get_proxy-order">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.314" endtime="20220401 11:24:29.314" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.303" endtime="20220401 11:24:29.314"></status>
</suite>
<suite id="s1-s3-s2-s4-s2" name="3.3--Operation audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/3.3--Operation_audit.robot">
<test id="s1-s3-s2-s4-s2-t1" name="get_operation_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.317" endtime="20220401 11:24:29.318" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s2-t2" name="get_paper-mill-order-by-orderItemId">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.318" endtime="20220401 11:24:29.318" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s2-t3" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.319" endtime="20220401 11:24:29.319" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s2-t4" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.319" endtime="20220401 11:24:29.320" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s2-t5" name="order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.320" endtime="20220401 11:24:29.320" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s2-t6" name="get_order-log-detail2">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.320" endtime="20220401 11:24:29.321" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s2-t7" name="operation_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.321" endtime="20220401 11:24:29.321" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.316" endtime="20220401 11:24:29.322"></status>
</suite>
<suite id="s1-s3-s2-s4-s3" name="4.3-Financial audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/4.3-Financial_audit.robot">
<test id="s1-s3-s2-s4-s3-t1" name="get_list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.325" endtime="20220401 11:24:29.325" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s3-t2" name="get_order-log-detail">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.325" endtime="20220401 11:24:29.326" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s3-t3" name="paper-mill-order-receipt-proof-request_audit">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.326" endtime="20220401 11:24:29.326" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s3-t4" name="paper-mill-order-receipt-proof-request_settle">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.327" endtime="20220401 11:24:29.327" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220401 11:24:29.323" endtime="20220401 11:24:29.327"></status>
</suite>
<suite id="s1-s3-s2-s4-s4" name="5.3-Sales Receivable" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/5.3-sales_receivable.robot">
<test id="s1-s3-s2-s4-s4-t1" name="get_paper-payment-order-list">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.330" endtime="20220401 11:24:29.330" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s4-t2" name="get_order-receipt-audit-details">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.330" endtime="20220401 11:24:29.331" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<test id="s1-s3-s2-s4-s4-t3" name="update_payment-order-status">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220401 11:24:29.331" endtime="20220401 11:24:29.331" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220401 11:24:29.329" endtime="20220401 11:24:29.332"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.302" endtime="20220401 11:24:29.334"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.250" endtime="20220401 11:24:29.337"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:29.239" endtime="20220401 11:24:29.343"></status>
</suite>
<status status="FAIL" starttime="20220401 11:24:28.340" endtime="20220401 11:24:29.350"></status>
</suite>
<statistics>
<total>
<stat pass="2" fail="161">Critical Tests</stat>
<stat pass="2" fail="161">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" info="combined" combined="NOT robot:exit">NOT robot:exit</stat>
<stat pass="0" fail="160">robot:exit</stat>
</tag>
<suite>
<stat pass="2" fail="161" id="s1" name="000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder</stat>
<stat pass="2" fail="44" id="s1-s1" name="000-Regularorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder</stat>
<stat pass="2" fail="4" id="s1-s1-s1" name="1-Client(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.1-Client(Test)</stat>
<stat pass="2" fail="0" id="s1-s1-s1-s1" name="1-APPlogin(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.1-Client(Test).1-APPlogin(Test)</stat>
<stat pass="0" fail="4" id="s1-s1-s1-s2" name="2.1-CreateRegularorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.1-Client(Test).2.1-CreateRegularorder</stat>
<stat pass="0" fail="40" id="s1-s1-s2" name="2-Background system(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test)</stat>
<stat pass="0" fail="2" id="s1-s1-s2-s1" name="1-WebLogin">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).1-WebLogin</stat>
<stat pass="0" fail="2" id="s1-s1-s2-s1-s1" name="Weblogin">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
<stat pass="0" fail="30" id="s1-s1-s2-s2" name="2.1-Consignment management">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management</stat>
<stat pass="0" fail="3" id="s1-s1-s2-s2-s1" name="1-Appointment">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
<stat pass="0" fail="16" id="s1-s1-s2-s2-s2" name="2.1-RegularUpload-weightnote">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management.2.1-RegularUpload-weightnote</stat>
<stat pass="0" fail="11" id="s1-s1-s2-s2-s3" name="3.1-Operation audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management.3.1-Operation audit</stat>
<stat pass="0" fail="8" id="s1-s1-s2-s3" name="3-Withdrawal application">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).3-Withdrawal application</stat>
<stat pass="0" fail="5" id="s1-s1-s2-s3-s1" name="4-Financial audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
<stat pass="0" fail="3" id="s1-s1-s2-s3-s2" name="5-Sales receivables">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
<stat pass="0" fail="42" id="s1-s2" name="001-Activeorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder</stat>
<stat pass="0" fail="7" id="s1-s2-s1" name="1-Client(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.1-Client(Test)</stat>
<stat pass="0" fail="2" id="s1-s2-s1-s1" name="1-APPlogin(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.1-Client(Test).1-APPlogin(Test)</stat>
<stat pass="0" fail="5" id="s1-s2-s1-s2" name="2.2createActiveorder-1">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.1-Client(Test).2.2createActiveorder-1</stat>
<stat pass="0" fail="35" id="s1-s2-s2" name="2-Background system(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test)</stat>
<stat pass="0" fail="2" id="s1-s2-s2-s1" name="1-WebLogin">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).1-WebLogin</stat>
<stat pass="0" fail="2" id="s1-s2-s2-s1-s1" name="Weblogin">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
<stat pass="0" fail="26" id="s1-s2-s2-s2" name="2.1-Consignment management">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management</stat>
<stat pass="0" fail="3" id="s1-s2-s2-s2-s1" name="1-Appointment">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
<stat pass="0" fail="16" id="s1-s2-s2-s2-s2" name="2.2-RegularUpload-weightnote-1">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management.2.2-RegularUpload-weightnote-1</stat>
<stat pass="0" fail="7" id="s1-s2-s2-s2-s3" name="3.2-Operation audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management.3.2-Operation audit</stat>
<stat pass="0" fail="7" id="s1-s2-s2-s3" name="3-Withdrawal application">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).3-Withdrawal application</stat>
<stat pass="0" fail="4" id="s1-s2-s2-s3-s1" name="4-Financial audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
<stat pass="0" fail="3" id="s1-s2-s2-s3-s2" name="5-Sales receivables">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.001-Activeorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
<stat pass="0" fail="75" id="s1-s3" name="002-Activeorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder</stat>
<stat pass="0" fail="7" id="s1-s3-s1" name="1-Client(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.1-Client(Test)</stat>
<stat pass="0" fail="2" id="s1-s3-s1-s1" name="1-APPlogin(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.1-Client(Test).1-APPlogin(Test)</stat>
<stat pass="0" fail="5" id="s1-s3-s1-s2" name="2.3createActiveorder-2">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.1-Client(Test).2.3createActiveorder-2</stat>
<stat pass="0" fail="68" id="s1-s3-s2" name="2-Background system(Test)">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test)</stat>
<stat pass="0" fail="2" id="s1-s3-s2-s1" name="1-WebLogin">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).1-WebLogin</stat>
<stat pass="0" fail="2" id="s1-s3-s2-s1-s1" name="Weblogin">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
<stat pass="0" fail="29" id="s1-s3-s2-s2" name="2.1-Consignment management">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management</stat>
<stat pass="0" fail="3" id="s1-s3-s2-s2-s1" name="1-Appointment">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
<stat pass="0" fail="15" id="s1-s3-s2-s2-s2" name="2.3-ActiveUpload-deliverynote">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management.2.3-ActiveUpload-deliverynote</stat>
<stat pass="0" fail="11" id="s1-s3-s2-s2-s3" name="3.3-Operation audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management.3.3-Operation audit</stat>
<stat pass="0" fail="7" id="s1-s3-s2-s3" name="3-Withdrawal application">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).3-Withdrawal application</stat>
<stat pass="0" fail="4" id="s1-s3-s2-s3-s1" name="4-Financial audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
<stat pass="0" fail="3" id="s1-s3-s2-s3-s2" name="5-Sales receivables">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
<stat pass="0" fail="30" id="s1-s3-s2-s4" name="4-Consignment management">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management</stat>
<stat pass="0" fail="16" id="s1-s3-s2-s4-s1" name="2.3-ActiveUpload-weightnote">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.2.3-ActiveUpload-weightnote</stat>
<stat pass="0" fail="7" id="s1-s3-s2-s4-s2" name="3.3--Operation audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.3.3--Operation audit</stat>
<stat pass="0" fail="4" id="s1-s3-s2-s4-s3" name="4.3-Financial audit">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.4.3-Financial audit</stat>
<stat pass="0" fail="3" id="s1-s3-s2-s4-s4" name="5.3-Sales Receivable">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.5.3-Sales Receivable</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>