This is an automated email from the ASF dual-hosted git repository.
mitchell852 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 f2c0d3e Copy v3-client API tests to the TO API tests Docker container
now that (#4983)
f2c0d3e is described below
commit f2c0d3e46f4073eea470428c10744724e1ad37a5
Author: Zach Hoffman <[email protected]>
AuthorDate: Fri Aug 21 21:56:42 2020 +0000
Copy v3-client API tests to the TO API tests Docker container now that
(#4983)
the client directory is a symlink
---
infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile | 1 +
1 file changed, 1 insertion(+)
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 ddf1aeb..dd5a1f6 100644
--- a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
@@ -30,6 +30,7 @@ COPY ./traffic_ops/vendor/
/go/src/github.com/apache/trafficcontrol/traffic_ops/
COPY ./lib/ /go/src/github.com/apache/trafficcontrol/lib/
COPY ./traffic_ops/v1-client/
/go/src/github.com/apache/trafficcontrol/traffic_ops/v1-client/
COPY ./traffic_ops/v2-client/
/go/src/github.com/apache/trafficcontrol/traffic_ops/v2-client/
+COPY ./traffic_ops/v3-client/
/go/src/github.com/apache/trafficcontrol/traffic_ops/v3-client/
COPY ./traffic_ops/client/
/go/src/github.com/apache/trafficcontrol/traffic_ops/client/
COPY ./traffic_ops/testing/api
/go/src/github.com/apache/trafficcontrol/traffic_ops/testing/api
COPY ./traffic_ops/traffic_ops_golang
/go/src/github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang