This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from 0a61ce5926 Do not autofill (#7053)
add 4e5a33d211 Refactor Profiles and Profile Parameters Tests (#7009)
No new revisions were added by this update.
Summary of changes:
traffic_ops/testing/api/v3/crconfig_test.go | 2 +-
traffic_ops/testing/api/v3/monitoring_test.go | 2 +-
traffic_ops/testing/api/v3/parameters_test.go | 18 +-
.../testing/api/v3/profile_parameters_test.go | 281 ++++--
.../logs_test.go => v3/profiles_export_test.go} | 52 +-
traffic_ops/testing/api/v3/profiles_import_test.go | 128 +++
.../testing/api/v3/profiles_name_copy_test.go | 93 ++
traffic_ops/testing/api/v3/profiles_test.go | 677 +++++--------
traffic_ops/testing/api/v4/cdn_locks_test.go | 487 +++++----
traffic_ops/testing/api/v4/crconfig_test.go | 2 +-
.../testing/api/v4/deliveryservices_test.go | 16 +-
traffic_ops/testing/api/v4/monitoring_test.go | 2 +-
traffic_ops/testing/api/v4/parameters_test.go | 28 +-
.../testing/api/v4/profile_parameters_test.go | 723 ++++----------
.../v4/{logs_test.go => profiles_export_test.go} | 50 +-
traffic_ops/testing/api/v4/profiles_import_test.go | 128 +++
.../testing/api/v4/profiles_name_copy_test.go | 93 ++
traffic_ops/testing/api/v4/profiles_test.go | 1050 ++++++--------------
traffic_ops/testing/api/v4/tc-fixtures.json | 30 +
19 files changed, 1798 insertions(+), 2064 deletions(-)
copy traffic_ops/testing/api/{v4/logs_test.go => v3/profiles_export_test.go}
(50%)
create mode 100644 traffic_ops/testing/api/v3/profiles_import_test.go
create mode 100644 traffic_ops/testing/api/v3/profiles_name_copy_test.go
copy traffic_ops/testing/api/v4/{logs_test.go => profiles_export_test.go} (52%)
create mode 100644 traffic_ops/testing/api/v4/profiles_import_test.go
create mode 100644 traffic_ops/testing/api/v4/profiles_name_copy_test.go