Browse Source

Dockerfile-functional-tester: copy "local-test.yaml"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
0a0a7d007c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile-functional-tester

+ 2 - 2
Dockerfile-functional-tester

@@ -22,6 +22,7 @@ RUN rm -rf ${GOROOT} \
 
 RUN mkdir -p ${GOPATH}/src/github.com/coreos/etcd
 ADD . ${GOPATH}/src/github.com/coreos/etcd
+ADD ./tools/functional-tester/tester/local-test.yaml /local-test.yaml
 
 RUN go get -v github.com/coreos/gofail \
   && pushd ${GOPATH}/src/github.com/coreos/etcd \
@@ -38,5 +39,4 @@ RUN go get -v github.com/coreos/gofail \
   && go build -v -o /bin/benchmark ./tools/benchmark \
   && go build -v -o /bin/etcd-test-proxy ./tools/etcd-test-proxy \
   && popd \
-  && rm -rf ${GOPATH}/src/github.com/coreos/etcd \
-  && pwd
+  && rm -rf ${GOPATH}/src/github.com/coreos/etcd