Dandy Pham has been kind enough to contribute a more robust suite of automated TP tests (and a better TP test framework) to open source and Steve Hamrick has created a GitHub Action/Workflow to run these tests on any/all new PRs.
These TP tests can be found here: https://github.com/apache/trafficcontrol/tree/master/traffic_portal/test/integration And the GHA/workflow can be found here: https://github.com/apache/trafficcontrol/blob/master/.github/workflows/tp.integration.tests.yml This means the following tests have been deprecated (and will eventually be deleted): https://github.com/apache/trafficcontrol/tree/master/traffic_portal/test/end_to_end Action items: 1. New TP tests should be added to traffic_portal/test/integration instead of traffic_portal/test/end_to_end 2. If you have any internal CI hooked into traffic_portal/test/end_to_end, switch it to traffic_portal/test/integration Thanks, Jeremy
