You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2022/02/18 21:36:27 UTC

[trafficcontrol] branch master updated (4940bd1 -> 1398c02)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 4940bd1  SSL certificate checks in t3c (#6522)
     add 1398c02  Various changes to restore integration tests in 'verify' target (#6568)

No new revisions were added by this update.

Summary of changes:
 .../core/secure/CertificatesPublisher.java         | 10 ++++-
 .../traffic_router/core/util/Fetcher.java          | 31 +++++++++++++-
 .../traffic_router/core/TestBase.java              | 10 ++++-
 .../traffic_router/core/TrafficRouterStart.java    |  2 +-
 .../traffic_router/core/dns/ZoneManagerTest.java   |  2 +-
 .../core/external/ExternalTestSuite.java           |  2 +-
 .../core/external/HttpDataServer.java              | 33 ++++++++++-----
 .../core/loc/AbstractServiceUpdaterTest.java       |  9 ++++
 .../core/router/TrafficRouterTest.java             |  9 ++++
 .../traffic_router/core/util/FetcherTest.java      | 49 +++++++++++++++++++++-
 .../core/src/test/resources/publish/CrConfig.json  |  2 +
 .../core/src/test/resources/publish/CrConfig2.json |  4 +-
 .../core/src/test/resources/publish/CrConfig3.json |  4 +-
 .../core/src/test/resources/publish/CrConfig4.json |  4 +-
 14 files changed, 150 insertions(+), 21 deletions(-)