This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 251db03 Fix failing CDNs tests in APIv4 (#5955)
add 3d36d9b Add GHA for TM Integration Tests (#5950)
No new revisions were added by this update.
Summary of changes:
.../{todb-tests => tm-integration-tests}/README.md | 20 ++-
.../action.yml | 10 +-
.github/actions/tm-integration-tests/entrypoint.sh | 197 +++++++++++++++++++++
.github/actions/tp-integration-tests/package.json | 6 +-
...c.ops.database.yml => tm.integration.tests.yml} | 40 ++---
README.md | 1 +
.../tests/_integration/Dockerfile_run.sh | 70 +-------
traffic_monitor/tests/_integration/monitoring.json | 2 +-
traffic_monitor/tests/_integration/servers.json | 67 +++++++
traffic_monitor/tests/_integration/variables.env | 10 +-
10 files changed, 315 insertions(+), 108 deletions(-)
copy .github/actions/{todb-tests => tm-integration-tests}/README.md (68%)
copy .github/actions/{cache-config-integration-tests =>
tm-integration-tests}/action.yml (81%)
create mode 100755 .github/actions/tm-integration-tests/entrypoint.sh
copy .github/workflows/{traffic.ops.database.yml => tm.integration.tests.yml}
(57%)
create mode 100644 traffic_monitor/tests/_integration/servers.json