You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2023/04/12 16:53:12 UTC

[trafficcontrol] branch master updated (096ef2a8f8 -> 0c263926e9)

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

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


    from 096ef2a8f8 Add unit test for user folder in Traffic Ops (#7395)
     add 0c263926e9 Api contract cachegroup (#7424)

No new revisions were added by this update.

Summary of changes:
 traffic_control/clients/python/pylint.rc           |   3 +
 traffic_ops/testing/api_contract/v4/conftest.py    | 149 ++++++++++++++++++++-
 .../testing/api_contract/v4/prerequisite_data.json |   9 --
 .../testing/api_contract/v4/request_template.json  |  25 ++++
 .../testing/api_contract/v4/response_template.json |  82 ++++++++++++
 .../testing/api_contract/v4/test_cachegroups.py    | 122 +++++++++++++++++
 traffic_ops/testing/api_contract/v4/test_cdns.py   |  92 ++++++-------
 7 files changed, 414 insertions(+), 68 deletions(-)
 delete mode 100644 traffic_ops/testing/api_contract/v4/prerequisite_data.json
 create mode 100644 traffic_ops/testing/api_contract/v4/request_template.json
 create mode 100644 traffic_ops/testing/api_contract/v4/response_template.json
 create mode 100644 traffic_ops/testing/api_contract/v4/test_cachegroups.py