@@ -29,10 +29,7 @@ def test_examples_protocol_esp_http_client(env, extra_data):
29
29
dut1 .expect (re .compile (r"HTTP Basic Auth Status = 200, content_length = (\d)" ))
30
30
dut1 .expect (re .compile (r"HTTP Basic Auth redirect Status = 200, content_length = (\d)" ))
31
31
dut1 .expect (re .compile (r"HTTP Digest Auth Status = 200, content_length = (\d)" ))
32
- dut1 .expect (re .compile (r"HTTP Relative path redirect Status = 200, content_length = (\d)" ))
33
- dut1 .expect (re .compile (r"HTTP Absolute path redirect Status = 200, content_length = (\d)" ))
34
32
dut1 .expect (re .compile (r"HTTPS Status = 200, content_length = (\d)" ))
35
- dut1 .expect (re .compile (r"HTTP redirect to HTTPS Status = 200, content_length = (\d)" ), timeout = 10 )
36
33
dut1 .expect (re .compile (r"HTTP chunk encoding Status = 200, content_length = (-?\d)" ))
37
34
# content-len for chunked encoding is typically -1, could be a positive length in some cases
38
35
dut1 .expect (re .compile (r"HTTP Stream reader Status = 200, content_length = (\d)" ))
@@ -58,10 +55,7 @@ def test_examples_protocol_esp_http_client(env, extra_data):
58
55
dut1 .expect (re .compile (r"HTTP Basic Auth Status = 200, content_length = (\d)" ))
59
56
dut1 .expect (re .compile (r"HTTP Basic Auth redirect Status = 200, content_length = (\d)" ))
60
57
dut1 .expect (re .compile (r"HTTP Digest Auth Status = 200, content_length = (\d)" ))
61
- dut1 .expect (re .compile (r"HTTP Relative path redirect Status = 200, content_length = (\d)" ))
62
- dut1 .expect (re .compile (r"HTTP Absolute path redirect Status = 200, content_length = (\d)" ))
63
58
dut1 .expect (re .compile (r"HTTPS Status = 200, content_length = (\d)" ))
64
- dut1 .expect (re .compile (r"HTTP redirect to HTTPS Status = 200, content_length = (\d)" ), timeout = 10 )
65
59
dut1 .expect (re .compile (r"HTTP chunk encoding Status = 200, content_length = (-?\d)" ))
66
60
# content-len for chunked encoding is typically -1, could be a positive length in some cases
67
61
dut1 .expect (re .compile (r"HTTP Stream reader Status = 200, content_length = (\d)" ))
0 commit comments