masaori335 commented on code in PR #9684:
URL: https://github.com/apache/trafficserver/pull/9684#discussion_r1186942970
##########
tests/gold_tests/proxy_protocol/proxy_protocol.test.py:
##########
@@ -17,36 +17,37 @@
# limitations under the License.
import os
-from ports import get_port
-import sys
Test.Summary = 'Test PROXY Protocol'
-Test.SkipUnless(
- Condition.HasCurlOption("--haproxy-protocol")
-)
Test.ContinueOnFail = True
-class ProxyProtocolTest:
+class ProxyProtocolInTest:
"""Test that ATS can receive Proxy Protocol."""
+ replay_file = "replay/proxy_protocol_in.replay.yaml"
+
def __init__(self):
self.setupOriginServer()
+ self.setupPVOriginServer()
self.setupTS()
def setupOriginServer(self):
self.httpbin = Test.MakeHttpBinServer("httpbin")
Review Comment:
Do we still need the `httpbin` backend?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]