测试报告

开始时间 : 2022-08-02 03:42:02

合计耗时 : 00:00:00

测试结果 : 总共 4,通过 4,失败 0,错误 0,通过率 100.00%

失败用例 :

错误用例 :

概要 100.00% 通过 4 失败 0 错误 0 全部 4

测试用例 说明 总计 通过 失败 错误 耗时 详细
测试用例 4 4 0 0 0.890秒 查看全部
test0001_1
pt1_1:
2022-08-02 03:42:02,491 - D: 正在执行:None
2022-08-02 03:42:02,765 - D: 
[->]
GET /iplookup?type=json&ip=61.139.2.69 HTTP/1.1
Host: www.fanscloud.net
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
X-Online-Host: 127.0.0.1


[<-]
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 01 Aug 2022 19:42:02 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive

{
    "status": 0,
    "ip": "61.139.2.69",
    "location": "\u56db\u5ddd\u7701\u6210\u90fd\u5e02",
    "isp": "\u7535\u4fe1",
    "ttl": 196140
}
test0002_2
pt1_2:
2022-08-02 03:42:02,765 - D: 正在执行:None
2022-08-02 03:42:02,960 - D: 
[->]
GET /iplookup?type=xml HTTP/1.1
Host: www.fanscloud.net
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
Cookie: user=zhaoyafan


[<-]
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 01 Aug 2022 19:42:02 GMT
Content-Type: text/xml;  charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Content-Encoding: gzip

<data><status>0</status>
<ip>117.136.31.226</ip>
<location>广东省</location>
<isp>移动</isp>
<ttl>2675952</ttl>
</data>
test0003_3
pt1_3:
2022-08-02 03:42:02,960 - D: 正在执行:None
2022-08-02 03:42:03,191 - D: 
[->]
GET /iplookup?ip=61.139.2.69 HTTP/1.1
Host: www.fanscloud.net
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
Content-Length: 2706
Content-Type: multipart/form-data; boundary=4b57104e32f8f2d3af8fc5c7795bb3fa

--4b57104e32f8f2d3af8fc5c7795bb3fa\r\nContent-Disposition: form-data; name="file01"; filename="\xe6\x8e\xa5\xe5\x8f\xa3\xe6\x96\x87\xe6\xa1\xa3.md"\r\n\r\n# \xe6\x8e\xa5\xe5\x8f\xa3\xe6\x96\x87\xe6\xa1\xa3\n\n## \xe6\xb3\xa8\xe5\x86\x8c\xe6\x8e\xa5\xe5\x8f  ... [MORE 93% OMITTED HERE]
[<-]
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 01 Aug 2022 19:42:02 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Content-Encoding: gzip

61.139.2.69 四川省成都市 电信
test0004_4
pt1_4:
2022-08-02 03:42:03,191 - D: 正在执行:None
2022-08-02 03:42:03,382 - D: 
[->]
GET /iplookup HTTP/1.1
Host: www.fanscloud.net
User-Agent: curl/7.0
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
Cookie: user=zhaoyafan


[<-]
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 01 Aug 2022 19:42:02 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Content-Encoding: gzip

117.136.31.226 广东省 移动

总计 4 4 0 0 0.890秒 通过:100.00%