You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by er...@apache.org on 2023/06/22 16:59:56 UTC

[trafficcontrol] branch master updated (ad0d6f5cd6 -> 878cd26248)

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%)