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 ad0d6f5cd6 Fix broken TO API Contract Tests GHA (#7581)
add 878cd26248 Added Api contract test case for users and topologies
endpoints. (#7583)
No new revisions were added by this update.
Summary of changes:
traffic_ops/testing/api_contract/v4/conftest.py | 347 +++++++++++++++++++--
.../api_contract/v4/data/request_template.json | 32 +-
.../api_contract/v4/data/response_template.json | 180 +++++++++++
.../testing/api_contract/v4/data/to_data.json | 8 +-
.../testing/api_contract/v4/requirements.txt | 3 +-
.../testing/api_contract/v4/test_topologies.py | 75 +++++
.../v4/{test_jobs.py => test_users.py} | 51 ++-
7 files changed, 640 insertions(+), 56 deletions(-)
create mode 100644 traffic_ops/testing/api_contract/v4/test_topologies.py
copy traffic_ops/testing/api_contract/v4/{test_jobs.py => test_users.py} (51%)