You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sr...@apache.org on 2022/02/11 22:49:30 UTC

[trafficcontrol] branch master updated (418ebd5 -> c0b747c)

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

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


    from 418ebd5  Correcting use of httpsPort instead of secure.port (#6538)
     add c0b747c  TR Ultimate Test Harness - DNS Load Tests (#6531)

No new revisions were added by this update.

Summary of changes:
 traffic_router/ultimate-test-harness/dns_test.go   | 135 ++++++++++++++
 traffic_router/ultimate-test-harness/http_test.go  | 196 ++++-----------------
 traffic_router/ultimate-test-harness/main_test.go  | 165 +++++++++++++++++
 .../ultimate-test-harness/traffic_ops_test.go      |  39 ++--
 4 files changed, 363 insertions(+), 172 deletions(-)
 create mode 100644 traffic_router/ultimate-test-harness/dns_test.go
 create mode 100644 traffic_router/ultimate-test-harness/main_test.go
 copy traffic_ops/testing/api/v2/fixtures_test.go => traffic_router/ultimate-test-harness/traffic_ops_test.go (55%)