Skip to content

Commit

Permalink
Update Istio test reference on master branch (#10981)
Browse files Browse the repository at this point in the history
* Update Istio test reference on master branch

* Fix required by istio/istio 37490
  • Loading branch information
Eric Van Norman authored Feb 28, 2022
1 parent 616d2af commit 9c57d11
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 46 deletions.
1 change: 1 addition & 0 deletions bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ mkdir "${ISTIOIO_GO}/tools"
cp -a "${ISTIO_GO}/tools/certs" "${ISTIOIO_GO}/tools/certs"
mkdir "${ISTIOIO_GO}/tests/integration/"
cp -a "${ISTIO_GO}/tests/integration/iop-integration-test-defaults.yaml" "${ISTIOIO_GO}/tests/integration/"
cp -a "${ISTIO_GO}/tests/integration/base.yaml" "${ISTIOIO_GO}/tests/integration/"
cp -a "${ISTIO_GO}/manifests" "${ISTIOIO_GO}/manifests"

# For generating junit.xml files
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ require (
github.com/golang/sync v0.0.0-20180314180146-1d60e4601c6f
github.com/pmezard/go-difflib v1.0.0
istio.io/client-go v1.13.0-beta.1.0.20220210233217-e58430254644 // indirect
istio.io/istio v0.0.0-20220213095637-2a5e10406d79
istio.io/pkg v0.0.0-20220210214831-ae0a970bca81
k8s.io/apimachinery v0.23.3
k8s.io/client-go v0.23.3
istio.io/istio v0.0.0-20220228153107-08a6233cd18f
istio.io/pkg v0.0.0-20220218005410-1d45ba8be719
k8s.io/apimachinery v0.23.4
k8s.io/client-go v0.23.4
)
Loading

0 comments on commit 9c57d11

Please sign in to comment.