This is an automated email from the ASF dual-hosted git repository.
ericholguin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from 6cab395c8c TO Fixes Region V5 apis to respond with RFC3339 date/time
Format (#7698)
add 0daefd53c8 Added Api contract test case for Service categories
endpoint (#7695)
No new revisions were added by this update.
Summary of changes:
.../clients/python/trafficops/tosession.py | 43 +++++++++++++
traffic_ops/testing/api_contract/v4/conftest.py | 43 ++++++++++++-
.../api_contract/v4/data/request_template.json | 11 ++++
.../api_contract/v4/data/response_template.json | 34 ++++++++++
.../testing/api_contract/v4/test_cdn_federation.py | 17 +++++
.../api_contract/v4/test_service_categories.py | 72 ++++++++++++++++++++++
6 files changed, 218 insertions(+), 2 deletions(-)
create mode 100644
traffic_ops/testing/api_contract/v4/test_service_categories.py