cmcfarlen opened a new pull request, #13448: URL: https://github.com/apache/trafficserver/pull/13448
Two autests fail at load time on `10.2.x` because they use the `ssl_multicert.yaml` Disk API, which the release-branch autest harness does not provide (it registers `ssl_multicert.config`): - `gold_tests/h2/http2_max_active_streams.test.py` - `gold_tests/tls/tls_secret_update_default.test.py` Both raise `AttributeError: 'Disk' object has no attribute 'ssl_multicert_yaml'` before running. They were backported (via #13386 and #13342) without adapting the config-file format to `10.2.x`. This converts both to the flat `ssl_multicert.config` form already used throughout the branch (e.g. `h2origin.test.py`, `tls_check_dual_cert_selection2.test.py`), including the reload `touch` in the TLS test. No product-code changes. -- 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]
