纸通宝交易版
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.
 
 

2312 lines
117 KiB

<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20220624 17:53:53.439" 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="20220624 17:53:53.699" endtime="20220624 17:53:53.700"></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="20220624 17:53:53.701" 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="20220624 17:53:53.700" endtime="20220624 17:53:53.701"></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="20220624 17:53:53.703" level="INFO">${data} = {'account': '18888888888', 'captcha': '888888', 'accountType': '2'}</msg>
<status status="PASS" starttime="20220624 17:53:53.701" endtime="20220624 17:53:53.703"></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="20220624 17:53:53.703" level="INFO">${account} = 18888888888</msg>
<status status="PASS" starttime="20220624 17:53:53.703" endtime="20220624 17:53:53.703"></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="20220624 17:53:53.791" 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="20220624 17:53:53.791" 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, 24 Jun 2022 09:53:53 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/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==","userId":"659450159519895552"}}
</msg>
<msg timestamp="20220624 17:53:53.791" level="INFO">${respones} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220624 17:53:53.703" endtime="20220624 17:53:53.791"></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="20220624 17:53:53.792" level="INFO">200</msg>
<status status="PASS" starttime="20220624 17:53:53.792" endtime="20220624 17:53:53.792"></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="20220624 17:53:53.793" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==', 'userId': '659450159519895552'}}</msg>
<status status="PASS" starttime="20220624 17:53:53.793" endtime="20220624 17:53:53.793"></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="20220624 17:53:53.794" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==</msg>
<status status="PASS" starttime="20220624 17:53:53.793" endtime="20220624 17:53:53.794"></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="20220624 17:53:53.794" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==</msg>
<status status="PASS" starttime="20220624 17:53:53.794" endtime="20220624 17:53:53.794"></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="20220624 17:53:53.795" level="INFO">${account} = 18888888888</msg>
<status status="PASS" starttime="20220624 17:53:53.795" endtime="20220624 17:53:53.795"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:53.699" endtime="20220624 17:53:53.795" 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="20220624 17:53:53.797" 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="20220624 17:53:53.796" endtime="20220624 17:53:53.797"></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="20220624 17:53:53.798" level="INFO">${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}</msg>
<status status="PASS" starttime="20220624 17:53:53.797" endtime="20220624 17:53:53.798"></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="20220624 17:53:53.973" 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/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=="}'
</msg>
<msg timestamp="20220624 17:53:53.973" 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, 24 Jun 2022 09:53:53 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==","userToken":null,"userId":"659450159519895552"}}
</msg>
<msg timestamp="20220624 17:53:53.973" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220624 17:53:53.798" endtime="20220624 17:53:53.973"></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="20220624 17:53:53.974" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==</msg>
<status status="PASS" starttime="20220624 17:53:53.974" endtime="20220624 17:53:53.974"></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="20220624 17:53:53.975" level="INFO">${userId} = 659450159519895552</msg>
<status status="PASS" starttime="20220624 17:53:53.974" endtime="20220624 17:53:53.975"></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="20220624 17:53:53.975" level="INFO">d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==</msg>
<status status="PASS" starttime="20220624 17:53:53.975" endtime="20220624 17:53:53.976"></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="20220624 17:53:53.976" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg==</msg>
<status status="PASS" starttime="20220624 17:53:53.976" endtime="20220624 17:53:53.976"></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="20220624 17:53:53.977" level="INFO">${userId} = 659450159519895552</msg>
<status status="PASS" starttime="20220624 17:53:53.976" endtime="20220624 17:53:53.977"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:53.796" endtime="20220624 17:53:53.977" critical="yes"></status>
</test>
<status status="PASS" starttime="20220624 17:53:53.470" endtime="20220624 17:53:53.977"></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="20220624 17:53:54.013" 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/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20220624 17:53:54.012" endtime="20220624 17:53:54.013"></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="20220624 17:53:54.811" 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/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}
body=None
</msg>
<msg timestamp="20220624 17:53:54.811" 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, 24 Jun 2022 09:53:54 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":[{"cityId":"520100","cityName":"贵阳市"},{"cityId":"430100","cityName":"长沙市"},{"cityId":"110100","cityName":"北京市"},{"cityId":"150200","cityName":"包头市"},{"cityId":"350200","cityName":"厦门市"},{"cityId":"440800","cityName":"湛江市"},{"cityId":"450100","cityName":"南宁市"},{"cityId":"360200","cityName":"景德镇市"},{"cityId":"210300","cityName":"鞍山市"},{"cityId":"130800","cityName":"承德市"},{"cityId":"232700","cityName":"大兴安岭地区"},{"cityId":"360700","cityName":"赣州市"},{"cityId":"130200","cityName":"唐山市"},{"cityId":"510400","cityName":"攀枝花市"},{"cityId":"140200","cityName":"大同市"},{"cityId":"310100","cityName":"上海市"},{"cityId":"530500","cityName":"保山市"},{"cityId":"440900","cityName":"茂名市"},{"cityId":"440500","cityName":"汕头市"},{"cityId":"451300","cityName":"来宾市"},{"cityId":"440600","cityName":"佛山市"},{"cityId":"430400","cityName":"衡阳市"},{"cityId":"442000","cityName":"中山市"},{"cityId":"440700","cityName":"江门市"},{"cityId":"810200","cityName":"九龙"},{"cityId":"445300","cityName":"云浮市"},{"cityId":"421000","cityName":"荆州市"},{"cityId":"440100","cityName":"广州市"},{"cityId":"441900","cityName":"东莞市"}]}
</msg>
<msg timestamp="20220624 17:53:54.811" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220624 17:53:54.013" endtime="20220624 17:53:54.811"></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="20220624 17:53:54.812" level="INFO">${data} = [{'cityId': '520100', 'cityName': '贵阳市'}, {'cityId': '430100', 'cityName': '长沙市'}, {'cityId': '110100', 'cityName': '北京市'}, {'cityId': '150200', 'cityName': '包头市'}, {'cityId': '350200', 'cityName': '厦...</msg>
<status status="PASS" starttime="20220624 17:53:54.812" endtime="20220624 17:53:54.812"></status>
</kw>
<kw name="${items} IN [ @{data} ]" type="for">
<kw name="${items} = {'cityId': '520100', 'cityName': '贵阳市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.813" level="INFO">${cityName} = 贵阳市</msg>
<status status="PASS" starttime="20220624 17:53:54.813" endtime="20220624 17:53:54.813"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.813" level="INFO">${cityId} = 520100</msg>
<status status="PASS" starttime="20220624 17:53:54.813" endtime="20220624 17:53:54.813"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.814" endtime="20220624 17:53:54.814"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.813" endtime="20220624 17:53:54.814"></status>
</kw>
<kw name="${items} = {'cityId': '430100', 'cityName': '长沙市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.814" level="INFO">${cityName} = 长沙市</msg>
<status status="PASS" starttime="20220624 17:53:54.814" endtime="20220624 17:53:54.814"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.815" level="INFO">${cityId} = 430100</msg>
<status status="PASS" starttime="20220624 17:53:54.815" endtime="20220624 17:53:54.815"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.815" endtime="20220624 17:53:54.815"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.814" endtime="20220624 17:53:54.815"></status>
</kw>
<kw name="${items} = {'cityId': '110100', 'cityName': '北京市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.816" level="INFO">${cityName} = 北京市</msg>
<status status="PASS" starttime="20220624 17:53:54.815" endtime="20220624 17:53:54.816"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.816" level="INFO">${cityId} = 110100</msg>
<status status="PASS" starttime="20220624 17:53:54.816" endtime="20220624 17:53:54.816"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.816" endtime="20220624 17:53:54.817"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.815" endtime="20220624 17:53:54.817"></status>
</kw>
<kw name="${items} = {'cityId': '150200', 'cityName': '包头市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.817" level="INFO">${cityName} = 包头市</msg>
<status status="PASS" starttime="20220624 17:53:54.817" endtime="20220624 17:53:54.817"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.818" level="INFO">${cityId} = 150200</msg>
<status status="PASS" starttime="20220624 17:53:54.817" endtime="20220624 17:53:54.818"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.818" endtime="20220624 17:53:54.818"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.817" endtime="20220624 17:53:54.818"></status>
</kw>
<kw name="${items} = {'cityId': '350200', 'cityName': '厦门市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.819" level="INFO">${cityName} = 厦门市</msg>
<status status="PASS" starttime="20220624 17:53:54.819" endtime="20220624 17:53:54.819"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.819" level="INFO">${cityId} = 350200</msg>
<status status="PASS" starttime="20220624 17:53:54.819" endtime="20220624 17:53:54.819"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.820" endtime="20220624 17:53:54.820"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.818" endtime="20220624 17:53:54.820"></status>
</kw>
<kw name="${items} = {'cityId': '440800', 'cityName': '湛江市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.820" level="INFO">${cityName} = 湛江市</msg>
<status status="PASS" starttime="20220624 17:53:54.820" endtime="20220624 17:53:54.820"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.821" level="INFO">${cityId} = 440800</msg>
<status status="PASS" starttime="20220624 17:53:54.821" endtime="20220624 17:53:54.821"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.821" endtime="20220624 17:53:54.821"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.820" endtime="20220624 17:53:54.821"></status>
</kw>
<kw name="${items} = {'cityId': '450100', 'cityName': '南宁市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.822" level="INFO">${cityName} = 南宁市</msg>
<status status="PASS" starttime="20220624 17:53:54.822" endtime="20220624 17:53:54.822"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.823" level="INFO">${cityId} = 450100</msg>
<status status="PASS" starttime="20220624 17:53:54.822" endtime="20220624 17:53:54.823"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.823" endtime="20220624 17:53:54.823"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.822" endtime="20220624 17:53:54.823"></status>
</kw>
<kw name="${items} = {'cityId': '360200', 'cityName': '景德镇市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.824" level="INFO">${cityName} = 景德镇市</msg>
<status status="PASS" starttime="20220624 17:53:54.823" endtime="20220624 17:53:54.824"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.824" level="INFO">${cityId} = 360200</msg>
<status status="PASS" starttime="20220624 17:53:54.824" endtime="20220624 17:53:54.824"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.824" endtime="20220624 17:53:54.825"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.823" endtime="20220624 17:53:54.825"></status>
</kw>
<kw name="${items} = {'cityId': '210300', 'cityName': '鞍山市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.825" level="INFO">${cityName} = 鞍山市</msg>
<status status="PASS" starttime="20220624 17:53:54.825" endtime="20220624 17:53:54.825"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.825" level="INFO">${cityId} = 210300</msg>
<status status="PASS" starttime="20220624 17:53:54.825" endtime="20220624 17:53:54.825"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.826" endtime="20220624 17:53:54.826"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.825" endtime="20220624 17:53:54.826"></status>
</kw>
<kw name="${items} = {'cityId': '130800', 'cityName': '承德市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.826" level="INFO">${cityName} = 承德市</msg>
<status status="PASS" starttime="20220624 17:53:54.826" endtime="20220624 17:53:54.827"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.827" level="INFO">${cityId} = 130800</msg>
<status status="PASS" starttime="20220624 17:53:54.827" endtime="20220624 17:53:54.827"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.827" endtime="20220624 17:53:54.827"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.826" endtime="20220624 17:53:54.827"></status>
</kw>
<kw name="${items} = {'cityId': '232700', 'cityName': '大兴安岭地区'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.828" level="INFO">${cityName} = 大兴安岭地区</msg>
<status status="PASS" starttime="20220624 17:53:54.828" endtime="20220624 17:53:54.828"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.828" level="INFO">${cityId} = 232700</msg>
<status status="PASS" starttime="20220624 17:53:54.828" endtime="20220624 17:53:54.828"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.828" endtime="20220624 17:53:54.829"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.827" endtime="20220624 17:53:54.829"></status>
</kw>
<kw name="${items} = {'cityId': '360700', 'cityName': '赣州市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.830" level="INFO">${cityName} = 赣州市</msg>
<status status="PASS" starttime="20220624 17:53:54.829" endtime="20220624 17:53:54.830"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.830" level="INFO">${cityId} = 360700</msg>
<status status="PASS" starttime="20220624 17:53:54.830" endtime="20220624 17:53:54.830"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.830" endtime="20220624 17:53:54.830"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.829" endtime="20220624 17:53:54.831"></status>
</kw>
<kw name="${items} = {'cityId': '130200', 'cityName': '唐山市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.831" level="INFO">${cityName} = 唐山市</msg>
<status status="PASS" starttime="20220624 17:53:54.831" endtime="20220624 17:53:54.831"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.831" level="INFO">${cityId} = 130200</msg>
<status status="PASS" starttime="20220624 17:53:54.831" endtime="20220624 17:53:54.831"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.832" endtime="20220624 17:53:54.832"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.831" endtime="20220624 17:53:54.832"></status>
</kw>
<kw name="${items} = {'cityId': '510400', 'cityName': '攀枝花市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.833" level="INFO">${cityName} = 攀枝花市</msg>
<status status="PASS" starttime="20220624 17:53:54.832" endtime="20220624 17:53:54.833"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.833" level="INFO">${cityId} = 510400</msg>
<status status="PASS" starttime="20220624 17:53:54.833" endtime="20220624 17:53:54.833"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:54.833" endtime="20220624 17:53:54.833"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.832" endtime="20220624 17:53:54.834"></status>
</kw>
<kw name="${items} = {'cityId': '140200', 'cityName': '大同市'}" type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${items}</arg>
<arg>cityName</arg>
</arguments>
<assign>
<var>${cityName}</var>
</assign>
<msg timestamp="20220624 17:53:54.834" level="INFO">${cityName} = 大同市</msg>
<status status="PASS" starttime="20220624 17:53:54.834" endtime="20220624 17:53:54.834"></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>${items}</arg>
<arg>cityId</arg>
</arguments>
<assign>
<var>${cityId}</var>
</assign>
<msg timestamp="20220624 17:53:54.835" level="INFO">${cityId} = 140200</msg>
<status status="PASS" starttime="20220624 17:53:54.834" endtime="20220624 17:53:54.835"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${cityName}'=='大同市'</arg>
</arguments>
<msg timestamp="20220624 17:53:54.835" level="INFO">Exiting for loop altogether.</msg>
<status status="PASS" starttime="20220624 17:53:54.835" endtime="20220624 17:53:54.835"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.834" endtime="20220624 17:53:54.835"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.812" endtime="20220624 17:53:54.835"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${cityId}</arg>
</arguments>
<msg timestamp="20220624 17:53:54.836" level="INFO">${cityId} = 140200</msg>
<status status="PASS" starttime="20220624 17:53:54.836" endtime="20220624 17:53:54.836"></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>
<status status="PASS" starttime="20220624 17:53:54.836" endtime="20220624 17:53:54.837"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.012" endtime="20220624 17:53:54.837" critical="yes"></status>
</test>
<test id="s1-s1-s1-s2-t2" name="get-factorylist">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>factorylist</arg>
<arg>http://api-client-ztb-test.qniao.cn</arg>
<arg>${header}</arg>
</arguments>
<msg timestamp="20220624 17:53:54.838" level="INFO">Creating Session using : alias=factorylist, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20220624 17:53:54.838" endtime="20220624 17:53:54.839"></status>
</kw>
<kw name="Get On Session" library="RequestsLibrary">
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<arguments>
<arg>factorylist</arg>
<arg>recycle-service/get/paper-mill-paper-category-price-list</arg>
<arg>params=cityId=${cityId}&amp;enableSalesAgent=1&amp;pageNum=1&amp;pageSize=20&amp;listType=0</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20220624 17:53:55.124" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list?cityId=140200&amp;enableSalesAgent=1&amp;pageNum=1&amp;pageSize=20&amp;listType=0
path_url=/recycle-service/get/paper-mill-paper-category-price-list?cityId=140200&amp;enableSalesAgent=1&amp;pageNum=1&amp;pageSize=20&amp;listType=0
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/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}
body=None
</msg>
<msg timestamp="20220624 17:53:55.124" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list?cityId=140200&amp;enableSalesAgent=1&amp;pageNum=1&amp;pageSize=20&amp;listType=0
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 24 Jun 2022 09:53:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"records":[{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.650,"floatingPrice":0.000,"publicSubsidies":0.010,"allowOrder":null},{"categoryId":"671765556428410880","categoryName":"坑卡A级","yesterdayUnitPrice":null,"unitPrice":1.550,"floatingPrice":0.000,"publicSubsidies":null,"allowOrder":null},{"categoryId":"671765925917233152","categoryName":"白纸","yesterdayUnitPrice":null,"unitPrice":1.111,"floatingPrice":0.000,"publicSubsidies":null,"allowOrder":null},{"categoryId":"671765938143629312","categoryName":"黄纸皮","yesterdayUnitPrice":null,"unitPrice":2.022,"floatingPrice":0.000,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":"山西省","locCityName":"大同市","locDistrictName":"大同县","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","priceDate":"2022-06-24 00:00:00","proxypaySurcharge":0.0200000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":"12","cumulativeWeight":2273.71,"yesterdayTotalQuantity":22,"yesterdayRetainedQuantity":0,"hasFollowed":true,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":true,"isRecentlySale":true}],"total":1,"size":20,"current":1,"orders":null,"searchCount":true,"pages":1}}
</msg>
<msg timestamp="20220624 17:53:55.124" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220624 17:53:54.839" endtime="20220624 17:53:55.124"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${reps.json()["message"]}</arg>
<arg>successful</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:55.125" endtime="20220624 17:53:55.125"></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>records</arg>
</arguments>
<assign>
<var>${records}</var>
</assign>
<msg timestamp="20220624 17:53:55.126" level="INFO">${records} = [{'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floatin...</msg>
<status status="PASS" starttime="20220624 17:53:55.126" endtime="20220624 17:53:55.126"></status>
</kw>
<kw name="${item} IN [ @{records} ]" type="for">
<kw name="${item} = {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floating..." type="foritem">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${item}</arg>
<arg>name</arg>
</arguments>
<assign>
<var>${name}</var>
</assign>
<msg timestamp="20220624 17:53:55.127" level="INFO">${name} = Ceshi_factory</msg>
<status status="PASS" starttime="20220624 17:53:55.127" endtime="20220624 17:53:55.127"></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>${item}</arg>
<arg>paperCategoryList</arg>
</arguments>
<assign>
<var>${paperCategoryList}</var>
</assign>
<msg timestamp="20220624 17:53:55.127" level="INFO">${paperCategoryList} = [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floatingPrice': 0.0, 'publicSubsidies': 0.01, 'allowOrder': None}, {'categoryId': '671765556...</msg>
<status status="PASS" starttime="20220624 17:53:55.127" endtime="20220624 17:53:55.127"></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>${item}</arg>
<arg>cumulativeWeight</arg>
</arguments>
<assign>
<var>${cumulativeWeight}</var>
</assign>
<msg timestamp="20220624 17:53:55.128" level="INFO">${cumulativeWeight} = 2273.71</msg>
<status status="PASS" starttime="20220624 17:53:55.128" endtime="20220624 17:53:55.128"></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>${item}</arg>
<arg>paperMillId</arg>
</arguments>
<assign>
<var>${paperMillId}</var>
</assign>
<msg timestamp="20220624 17:53:55.128" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20220624 17:53:55.128" endtime="20220624 17:53:55.129"></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>${item}</arg>
<arg>locProvinceName</arg>
</arguments>
<assign>
<var>${locProvinceName}</var>
</assign>
<msg timestamp="20220624 17:53:55.129" level="INFO">${locProvinceName} = 山西省</msg>
<status status="PASS" starttime="20220624 17:53:55.129" endtime="20220624 17:53:55.129"></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>${item}</arg>
<arg>locCityName</arg>
</arguments>
<assign>
<var>${locCityName}</var>
</assign>
<msg timestamp="20220624 17:53:55.129" level="INFO">${locCityName} = 大同市</msg>
<status status="PASS" starttime="20220624 17:53:55.129" endtime="20220624 17:53:55.129"></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>${item}</arg>
<arg>locDistrictName</arg>
</arguments>
<assign>
<var>${locDistrictName}</var>
</assign>
<msg timestamp="20220624 17:53:55.130" level="INFO">${locDistrictName} = 大同县</msg>
<status status="PASS" starttime="20220624 17:53:55.129" endtime="20220624 17:53:55.130"></status>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<arguments>
<arg>'${name}'=='Ceshi_factory'</arg>
</arguments>
<msg timestamp="20220624 17:53:55.130" level="INFO">Exiting for loop altogether.</msg>
<status status="PASS" starttime="20220624 17:53:55.130" endtime="20220624 17:53:55.130"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:55.127" endtime="20220624 17:53:55.130"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:55.126" endtime="20220624 17:53:55.130"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>random.choice(${paperCategoryList})</arg>
<arg>random</arg>
</arguments>
<assign>
<var>${value}</var>
</assign>
<msg timestamp="20220624 17:53:55.131" level="INFO">${value} = {'categoryId': '671765556428410880', 'categoryName': '坑卡A级', 'yesterdayUnitPrice': None, 'unitPrice': 1.55, 'floatingPrice': 0.0, 'publicSubsidies': None, 'allowOrder': None}</msg>
<status status="PASS" starttime="20220624 17:53:55.130" endtime="20220624 17:53:55.131"></status>
</kw>
<kw name="Log To Console" library="BuiltIn">
<doc>Logs the given message to the console.</doc>
<arguments>
<arg>\nvalue: ${value}</arg>
</arguments>
<status status="PASS" starttime="20220624 17:53:55.131" endtime="20220624 17:53:55.131"></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>${value}</arg>
<arg>categoryId</arg>
</arguments>
<assign>
<var>${categoryid}</var>
</assign>
<msg timestamp="20220624 17:53:55.132" level="INFO">${categoryid} = 671765556428410880</msg>
<status status="PASS" starttime="20220624 17:53:55.132" endtime="20220624 17:53:55.132"></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>${value}</arg>
<arg>categoryName</arg>
</arguments>
<assign>
<var>${categoryName}</var>
</assign>
<msg timestamp="20220624 17:53:55.132" level="INFO">${categoryName} = 坑卡A级</msg>
<status status="PASS" starttime="20220624 17:53:55.132" endtime="20220624 17:53:55.132"></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>${value}</arg>
<arg>unitPrice</arg>
</arguments>
<assign>
<var>${unitPrice}</var>
</assign>
<msg timestamp="20220624 17:53:55.133" level="INFO">${unitPrice} = 1.55</msg>
<status status="PASS" starttime="20220624 17:53:55.132" endtime="20220624 17:53:55.133"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${locProvinceName}</arg>
<arg>${locCityName}</arg>
<arg>${locDistrictName}</arg>
</arguments>
<assign>
<var>${paperMillAddress}</var>
</assign>
<msg timestamp="20220624 17:53:55.133" level="INFO">${paperMillAddress} = 山西省 大同市 大同县</msg>
<status status="PASS" starttime="20220624 17:53:55.133" endtime="20220624 17:53:55.133"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${categoryid}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.134" level="INFO">${categoryid} = 671765556428410880</msg>
<status status="PASS" starttime="20220624 17:53:55.133" endtime="20220624 17:53:55.134"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${unitPrice}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.134" level="INFO">${unitPrice} = 1.55</msg>
<status status="PASS" starttime="20220624 17:53:55.134" endtime="20220624 17:53:55.134"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${paperMillId}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.135" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20220624 17:53:55.134" endtime="20220624 17:53:55.135"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${paperMillAddress}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.135" level="INFO">${paperMillAddress} = 山西省 大同市 大同县</msg>
<status status="PASS" starttime="20220624 17:53:55.135" endtime="20220624 17:53:55.135"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${categoryName}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.136" level="INFO">${categoryName} = 坑卡A级</msg>
<status status="PASS" starttime="20220624 17:53:55.135" endtime="20220624 17:53:55.136"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${name}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.136" level="INFO">${name} = Ceshi_factory</msg>
<status status="PASS" starttime="20220624 17:53:55.136" endtime="20220624 17:53:55.136"></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>
<status status="PASS" starttime="20220624 17:53:55.136" endtime="20220624 17:53:55.137"></status>
</kw>
<status status="PASS" starttime="20220624 17:53:54.837" endtime="20220624 17:53:55.137" critical="yes"></status>
</test>
<test id="s1-s1-s1-s2-t3" name="get-carinfo">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>get-carinfo</arg>
<arg>http://api-client-ztb-test.qniao.cn</arg>
<arg>${header}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.138" level="INFO">Creating Session using : alias=get-carinfo, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20220624 17:53:55.137" endtime="20220624 17:53:55.138"></status>
</kw>
<kw name="Get On Session" library="RequestsLibrary">
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<arguments>
<arg>get-carinfo</arg>
<arg>recycle-service/proxy-sell/get/his-car-info</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20220624 17:53:55.262" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
path_url=/recycle-service/proxy-sell/get/his-car-info
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/89Ft7HSef7LjHyTdXqhrqWRDypPKP5YWC8zH9xrOYkN0cpAs/Mki0WkTPo4cM8YQQcS2Cg=='}
body=None
</msg>
<msg timestamp="20220624 17:53:55.262" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 24 Jun 2022 09:53:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"records":[],"total":0,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":0}}
</msg>
<msg timestamp="20220624 17:53:55.262" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20220624 17:53:55.138" endtime="20220624 17:53:55.262"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${reps.json()}</arg>
</arguments>
<msg timestamp="20220624 17:53:55.263" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [], 'total': 0, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 0}}</msg>
<status status="PASS" starttime="20220624 17:53:55.263" endtime="20220624 17:53:55.263"></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>records</arg>
</arguments>
<assign>
<var>${carNumber}</var>
</assign>
<msg timestamp="20220624 17:53:55.264" level="INFO">${carNumber} = []</msg>
<status status="PASS" starttime="20220624 17:53:55.264" endtime="20220624 17:53:55.264"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>random.choice(${carNumber})</arg>
<arg>random</arg>
</arguments>
<assign>
<var>${plateNumber1}</var>
</assign>
<msg timestamp="20220624 17:53:55.265" level="FAIL">Evaluating expression 'random.choice([])' failed: IndexError: Cannot choose from an empty sequence</msg>
<status status="FAIL" starttime="20220624 17:53:55.264" endtime="20220624 17:53:55.265"></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="20220624 17:53:55.266" level="FAIL">AssertionError</msg>
<status status="FAIL" starttime="20220624 17:53:55.265" endtime="20220624 17:53:55.266"></status>
</kw>
<status status="FAIL" starttime="20220624 17:53:55.265" endtime="20220624 17:53:55.266">AssertionError</status>
</kw>
<status status="FAIL" starttime="20220624 17:53:55.137" endtime="20220624 17:53:55.266" critical="yes">Evaluating expression 'random.choice([])' failed: IndexError: Cannot choose from an empty sequence
Also teardown failed:
AssertionError</status>
</test>
<test id="s1-s1-s1-s2-t4" name="createorder">
<tags>
<tag>robot:exit</tag>
</tags>
<status status="FAIL" starttime="20220624 17:53:55.266" endtime="20220624 17:53:55.267" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>创建常规订单</doc>
<status status="FAIL" starttime="20220624 17:53:53.979" endtime="20220624 17:53:55.268"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:53.468" endtime="20220624 17:53:55.270"></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="20220624 17:53:55.275" endtime="20220624 17:53:55.275" 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="20220624 17:53:55.275" endtime="20220624 17:53:55.276" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.274" endtime="20220624 17:53:55.276"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.273" endtime="20220624 17:53:55.277"></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="20220624 17:53:55.280" endtime="20220624 17:53:55.281" 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="20220624 17:53:55.281" endtime="20220624 17:53:55.281" 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="20220624 17:53:55.282" endtime="20220624 17:53:55.282" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>预约送货</doc>
<status status="FAIL" starttime="20220624 17:53:55.279" endtime="20220624 17:53:55.282"></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="20220624 17:53:55.284" endtime="20220624 17:53:55.285" 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="20220624 17:53:55.285" endtime="20220624 17:53:55.285" 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="20220624 17:53:55.285" endtime="20220624 17:53:55.286" 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="20220624 17:53:55.286" endtime="20220624 17:53:55.286" 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="20220624 17:53:55.287" endtime="20220624 17:53:55.287" 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="20220624 17:53:55.287" endtime="20220624 17:53:55.288" 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="20220624 17:53:55.288" endtime="20220624 17:53:55.288" 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="20220624 17:53:55.288" endtime="20220624 17:53:55.289" 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="20220624 17:53:55.289" endtime="20220624 17:53:55.289" 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="20220624 17:53:55.289" endtime="20220624 17:53:55.290" 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="20220624 17:53:55.290" endtime="20220624 17:53:55.291" 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="20220624 17:53:55.291" endtime="20220624 17:53:55.292" 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="20220624 17:53:55.292" endtime="20220624 17:53:55.292" 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="20220624 17:53:55.292" endtime="20220624 17:53:55.293" 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="20220624 17:53:55.293" endtime="20220624 17:53:55.293" 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="20220624 17:53:55.294" endtime="20220624 17:53:55.294" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>上传磅单-常规</doc>
<status status="FAIL" starttime="20220624 17:53:55.283" endtime="20220624 17:53:55.295"></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="20220624 17:53:55.298" endtime="20220624 17:53:55.298" 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="20220624 17:53:55.299" endtime="20220624 17:53:55.299" 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="20220624 17:53:55.299" endtime="20220624 17:53:55.299" 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="20220624 17:53:55.300" endtime="20220624 17:53:55.300" 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="20220624 17:53:55.300" endtime="20220624 17:53:55.301" 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="20220624 17:53:55.301" endtime="20220624 17:53:55.302" 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="20220624 17:53:55.302" endtime="20220624 17:53:55.303" 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="20220624 17:53:55.303" endtime="20220624 17:53:55.304" 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="20220624 17:53:55.304" endtime="20220624 17:53:55.304" 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="20220624 17:53:55.305" endtime="20220624 17:53:55.305" 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="20220624 17:53:55.306" endtime="20220624 17:53:55.307" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>运营审核-常规</doc>
<status status="FAIL" starttime="20220624 17:53:55.297" endtime="20220624 17:53:55.308"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.278" endtime="20220624 17:53:55.310"></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="20220624 17:53:55.315" endtime="20220624 17:53:55.315" 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="20220624 17:53:55.315" endtime="20220624 17:53:55.316" 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="20220624 17:53:55.316" endtime="20220624 17:53:55.318" 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="20220624 17:53:55.318" endtime="20220624 17:53:55.319" 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="20220624 17:53:55.319" endtime="20220624 17:53:55.319" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应付</doc>
<status status="FAIL" starttime="20220624 17:53:55.314" endtime="20220624 17:53:55.320"></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="20220624 17:53:55.323" endtime="20220624 17:53:55.323" 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="20220624 17:53:55.323" endtime="20220624 17:53:55.324" 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="20220624 17:53:55.324" endtime="20220624 17:53:55.324" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220624 17:53:55.321" endtime="20220624 17:53:55.325"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.313" endtime="20220624 17:53:55.326"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.272" endtime="20220624 17:53:55.328"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:53.466" endtime="20220624 17:53:55.332"></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="20220624 17:53:55.338" endtime="20220624 17:53:55.339" 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="20220624 17:53:55.339" endtime="20220624 17:53:55.340" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.338" endtime="20220624 17:53:55.340"></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="20220624 17:53:55.342" endtime="20220624 17:53:55.342" 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="20220624 17:53:55.343" endtime="20220624 17:53:55.343" 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="20220624 17:53:55.343" endtime="20220624 17:53:55.344" 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="20220624 17:53:55.344" endtime="20220624 17:53:55.344" 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="20220624 17:53:55.345" endtime="20220624 17:53:55.345" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.341" endtime="20220624 17:53:55.345"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.337" endtime="20220624 17:53:55.347"></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="20220624 17:53:55.351" endtime="20220624 17:53:55.351" 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="20220624 17:53:55.351" endtime="20220624 17:53:55.352" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.350" endtime="20220624 17:53:55.352"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.349" endtime="20220624 17:53:55.353"></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="20220624 17:53:55.356" endtime="20220624 17:53:55.357" 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="20220624 17:53:55.357" endtime="20220624 17:53:55.357" 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="20220624 17:53:55.358" endtime="20220624 17:53:55.358" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>预约送货</doc>
<status status="FAIL" starttime="20220624 17:53:55.355" endtime="20220624 17:53:55.359"></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="20220624 17:53:55.361" endtime="20220624 17:53:55.362" 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="20220624 17:53:55.362" endtime="20220624 17:53:55.362" 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="20220624 17:53:55.362" endtime="20220624 17:53:55.363" 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="20220624 17:53:55.363" endtime="20220624 17:53:55.363" 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="20220624 17:53:55.363" endtime="20220624 17:53:55.364" 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="20220624 17:53:55.364" endtime="20220624 17:53:55.365" 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="20220624 17:53:55.365" endtime="20220624 17:53:55.365" 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="20220624 17:53:55.366" endtime="20220624 17:53:55.366" 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="20220624 17:53:55.366" endtime="20220624 17:53:55.367" 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="20220624 17:53:55.367" endtime="20220624 17:53:55.368" 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="20220624 17:53:55.368" endtime="20220624 17:53:55.368" 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="20220624 17:53:55.369" endtime="20220624 17:53:55.369" 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="20220624 17:53:55.370" endtime="20220624 17:53:55.370" 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="20220624 17:53:55.370" endtime="20220624 17:53:55.371" 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="20220624 17:53:55.371" endtime="20220624 17:53:55.371" 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="20220624 17:53:55.371" endtime="20220624 17:53:55.372" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>上传磅单-一次付款活动</doc>
<status status="FAIL" starttime="20220624 17:53:55.360" endtime="20220624 17:53:55.373"></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="20220624 17:53:55.376" endtime="20220624 17:53:55.377" 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="20220624 17:53:55.377" endtime="20220624 17:53:55.378" 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="20220624 17:53:55.378" endtime="20220624 17:53:55.378" 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="20220624 17:53:55.379" endtime="20220624 17:53:55.379" 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="20220624 17:53:55.379" endtime="20220624 17:53:55.380" 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="20220624 17:53:55.380" endtime="20220624 17:53:55.380" 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="20220624 17:53:55.380" endtime="20220624 17:53:55.381" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>运用审核-一次付款活动</doc>
<status status="FAIL" starttime="20220624 17:53:55.375" endtime="20220624 17:53:55.381"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.354" endtime="20220624 17:53:55.384"></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="20220624 17:53:55.388" endtime="20220624 17:53:55.389" 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="20220624 17:53:55.389" endtime="20220624 17:53:55.389" 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="20220624 17:53:55.390" endtime="20220624 17:53:55.390" 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="20220624 17:53:55.390" endtime="20220624 17:53:55.391" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应付</doc>
<status status="FAIL" starttime="20220624 17:53:55.387" endtime="20220624 17:53:55.391"></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="20220624 17:53:55.394" endtime="20220624 17:53:55.394" 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="20220624 17:53:55.394" endtime="20220624 17:53:55.395" 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="20220624 17:53:55.395" endtime="20220624 17:53:55.396" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220624 17:53:55.392" endtime="20220624 17:53:55.396"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.386" endtime="20220624 17:53:55.398"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.348" endtime="20220624 17:53:55.400"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.336" endtime="20220624 17:53:55.403"></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="20220624 17:53:55.408" endtime="20220624 17:53:55.409" 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="20220624 17:53:55.409" endtime="20220624 17:53:55.410" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.407" endtime="20220624 17:53:55.410"></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="20220624 17:53:55.412" endtime="20220624 17:53:55.412" 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="20220624 17:53:55.413" endtime="20220624 17:53:55.413" 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="20220624 17:53:55.413" endtime="20220624 17:53:55.413" 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="20220624 17:53:55.414" endtime="20220624 17:53:55.414" 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="20220624 17:53:55.415" endtime="20220624 17:53:55.415" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.411" endtime="20220624 17:53:55.415"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.407" endtime="20220624 17:53:55.417"></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="20220624 17:53:55.420" endtime="20220624 17:53:55.421" 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="20220624 17:53:55.421" endtime="20220624 17:53:55.422" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.420" endtime="20220624 17:53:55.422"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.419" endtime="20220624 17:53:55.423"></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="20220624 17:53:55.426" endtime="20220624 17:53:55.427" 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="20220624 17:53:55.427" endtime="20220624 17:53:55.427" 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="20220624 17:53:55.428" endtime="20220624 17:53:55.428" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>预约送货</doc>
<status status="FAIL" starttime="20220624 17:53:55.425" endtime="20220624 17:53:55.429"></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="20220624 17:53:55.431" endtime="20220624 17:53:55.431" 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="20220624 17:53:55.431" endtime="20220624 17:53:55.432" 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="20220624 17:53:55.432" endtime="20220624 17:53:55.432" 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="20220624 17:53:55.433" endtime="20220624 17:53:55.433" 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="20220624 17:53:55.433" endtime="20220624 17:53:55.433" 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="20220624 17:53:55.434" endtime="20220624 17:53:55.434" 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="20220624 17:53:55.435" endtime="20220624 17:53:55.435" 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="20220624 17:53:55.435" endtime="20220624 17:53:55.436" 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="20220624 17:53:55.436" endtime="20220624 17:53:55.436" 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="20220624 17:53:55.437" endtime="20220624 17:53:55.437" 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="20220624 17:53:55.437" endtime="20220624 17:53:55.438" 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="20220624 17:53:55.438" endtime="20220624 17:53:55.438" 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="20220624 17:53:55.439" endtime="20220624 17:53:55.439" 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="20220624 17:53:55.439" endtime="20220624 17:53:55.439" 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="20220624 17:53:55.440" endtime="20220624 17:53:55.440" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>上次送货单-两次付款活动</doc>
<status status="FAIL" starttime="20220624 17:53:55.430" endtime="20220624 17:53:55.440"></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="20220624 17:53:55.444" endtime="20220624 17:53:55.445" 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="20220624 17:53:55.445" endtime="20220624 17:53:55.445" 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="20220624 17:53:55.446" endtime="20220624 17:53:55.446" 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="20220624 17:53:55.446" endtime="20220624 17:53:55.447" 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="20220624 17:53:55.447" endtime="20220624 17:53:55.447" 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="20220624 17:53:55.447" endtime="20220624 17:53:55.448" 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="20220624 17:53:55.448" endtime="20220624 17:53:55.450" 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="20220624 17:53:55.450" endtime="20220624 17:53:55.450" 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="20220624 17:53:55.451" endtime="20220624 17:53:55.451" 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="20220624 17:53:55.451" endtime="20220624 17:53:55.452" 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="20220624 17:53:55.452" endtime="20220624 17:53:55.452" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>运营审核-两次付款活动</doc>
<status status="FAIL" starttime="20220624 17:53:55.443" endtime="20220624 17:53:55.453"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.424" endtime="20220624 17:53:55.455"></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="20220624 17:53:55.460" endtime="20220624 17:53:55.460" 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="20220624 17:53:55.461" endtime="20220624 17:53:55.461" 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="20220624 17:53:55.461" endtime="20220624 17:53:55.462" 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="20220624 17:53:55.462" endtime="20220624 17:53:55.463" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应付</doc>
<status status="FAIL" starttime="20220624 17:53:55.459" endtime="20220624 17:53:55.463"></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="20220624 17:53:55.466" endtime="20220624 17:53:55.466" 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="20220624 17:53:55.466" endtime="20220624 17:53:55.467" 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="20220624 17:53:55.467" endtime="20220624 17:53:55.468" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220624 17:53:55.465" endtime="20220624 17:53:55.468"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.458" endtime="20220624 17:53:55.469"></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="20220624 17:53:55.473" endtime="20220624 17:53:55.474" 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="20220624 17:53:55.474" endtime="20220624 17:53:55.474" 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="20220624 17:53:55.475" endtime="20220624 17:53:55.475" 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="20220624 17:53:55.475" endtime="20220624 17:53:55.476" 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="20220624 17:53:55.476" endtime="20220624 17:53:55.476" 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="20220624 17:53:55.477" endtime="20220624 17:53:55.477" 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="20220624 17:53:55.477" endtime="20220624 17:53:55.478" 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="20220624 17:53:55.478" endtime="20220624 17:53:55.478" 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="20220624 17:53:55.478" endtime="20220624 17:53:55.479" 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="20220624 17:53:55.479" endtime="20220624 17:53:55.480" 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="20220624 17:53:55.480" endtime="20220624 17:53:55.480" 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="20220624 17:53:55.481" endtime="20220624 17:53:55.481" 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="20220624 17:53:55.481" endtime="20220624 17:53:55.481" 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="20220624 17:53:55.482" endtime="20220624 17:53:55.482" 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="20220624 17:53:55.482" endtime="20220624 17:53:55.483" 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="20220624 17:53:55.483" endtime="20220624 17:53:55.483" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.472" endtime="20220624 17:53:55.484"></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="20220624 17:53:55.487" endtime="20220624 17:53:55.488" 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="20220624 17:53:55.488" endtime="20220624 17:53:55.488" 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="20220624 17:53:55.489" endtime="20220624 17:53:55.489" 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="20220624 17:53:55.489" endtime="20220624 17:53:55.489" 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="20220624 17:53:55.490" endtime="20220624 17:53:55.490" 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="20220624 17:53:55.491" endtime="20220624 17:53:55.491" 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="20220624 17:53:55.491" endtime="20220624 17:53:55.492" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.486" endtime="20220624 17:53:55.492"></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="20220624 17:53:55.495" endtime="20220624 17:53:55.496" 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="20220624 17:53:55.496" endtime="20220624 17:53:55.497" 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="20220624 17:53:55.497" endtime="20220624 17:53:55.498" 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="20220624 17:53:55.498" endtime="20220624 17:53:55.498" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<status status="FAIL" starttime="20220624 17:53:55.494" endtime="20220624 17:53:55.499"></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="20220624 17:53:55.501" endtime="20220624 17:53:55.502" 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="20220624 17:53:55.502" endtime="20220624 17:53:55.502" 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="20220624 17:53:55.503" endtime="20220624 17:53:55.503" critical="yes">Test execution stopped due to a fatal error.</status>
</test>
<doc>代卖应收</doc>
<status status="FAIL" starttime="20220624 17:53:55.500" endtime="20220624 17:53:55.503"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.471" endtime="20220624 17:53:55.505"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.418" endtime="20220624 17:53:55.510"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:55.406" endtime="20220624 17:53:55.516"></status>
</suite>
<status status="FAIL" starttime="20220624 17:53:53.440" endtime="20220624 17:53:55.524"></status>
</suite>
<statistics>
<total>
<stat pass="4" fail="159">Critical Tests</stat>
<stat pass="4" fail="159">All Tests</stat>
</total>
<tag>
<stat pass="4" fail="1" info="combined" combined="NOT robot:exit">NOT robot:exit</stat>
<stat pass="0" fail="158">robot:exit</stat>
</tag>
<suite>
<stat pass="4" fail="159" id="s1" name="000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder</stat>
<stat pass="4" fail="42" id="s1-s1" name="000-Regularorder">000-Regularorder &amp; 001-Activeorder &amp; 002-Activeorder.000-Regularorder</stat>
<stat pass="4" fail="2" 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="2" fail="2" 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>