I've been working on a PR to introduce a new Traffic Ops API tool based on the existing traffic_ops/client_tests <https://github.com/apache/incubator-trafficcontrol/tree/master/traffic_ops/client_tests> area (if approved this area will be deprecated). The hope is to use this tool to build up more functionality within the Go TO Client to reach feature parity with the Traffic Ops Go Rewrite evolves as well. Also, the reason for the rewrite was to brand this tool for more robust API tests and to move away from the term "integration test" because that implies more than two systems working together as a test.
Currently only the /cdns endpoint was implemented as a POC, and the intent is the Go /cdns route will become an end-to-end example of how to implement a Go CRUD endpoint, along with the test cases and documentation to follow. Once approved this tool will hopefully be used for CI regression testing against the TO API. See the following for more info: https://github.com/apache/incubator-trafficcontrol/pull/1604 Thanks, -Dew
