This is an automated email from the ASF dual-hosted git repository.
shamrick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 8f087798c4 Add t3cutil for more Go tests (#7717)
8f087798c4 is described below
commit 8f087798c429370e9ca2d2e1b48eaf20e72e0ddd
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue Aug 15 09:00:54 2023 -0600
Add t3cutil for more Go tests (#7717)
---
infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile | 1 +
traffic_monitor/tests/Dockerfile-golangtest | 1 +
2 files changed, 2 insertions(+)
diff --git
a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
index a7f76b3fc5..95ee02636f 100644
--- a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
@@ -32,6 +32,7 @@ RUN go install github.com/jstemmer/go-junit-report@latest
COPY ./vendor/ /go/src/github.com/apache/trafficcontrol/vendor/
# integration source and dependencies
+COPY ./cache-config/t3cutil/
/go/src/github.com/apache/trafficcontrol/cache-config/t3cutil/
COPY ./lib/ /go/src/github.com/apache/trafficcontrol/lib/
COPY ./traffic_ops/toclientlib/
/go/src/github.com/apache/trafficcontrol/traffic_ops/toclientlib/
COPY ./traffic_ops/v3-client/
/go/src/github.com/apache/trafficcontrol/traffic_ops/v3-client/
diff --git a/traffic_monitor/tests/Dockerfile-golangtest
b/traffic_monitor/tests/Dockerfile-golangtest
index f809664c23..21505feed6 100644
--- a/traffic_monitor/tests/Dockerfile-golangtest
+++ b/traffic_monitor/tests/Dockerfile-golangtest
@@ -33,6 +33,7 @@ RUN apt-get update && \
ARG DIR=github.com/apache/trafficcontrol
+ADD cache-config/t3cutil /go/src/$DIR/cache-config/t3cutil
ADD traffic_monitor /go/src/$DIR/traffic_monitor
ADD traffic_ops /go/src/$DIR/traffic_ops
ADD lib /go/src/$DIR/lib