Commit Graph

23 Commits

Author SHA1 Message Date
Eric Van Norman a72fb91721
Update istio test ref to 1.20.0-rc.0 (#14091)
* Update istio test ref to 1.20.0-rc.0

* Remove added toolchain line

* Run make gen

* Update to set ENABLE_EXTERNAL_NAME_ALIAS to false (default) for testing

* Move gateway tcp-traffic shifting to demo

* Change gateway tcp-traffic shifting to not remove istio in demo...

* Change gateway tcp-traffic shifting to remove istiooperator in demo...

* Update to latest 1.20 commit

* Change to be a minimal test
2023-11-10 12:25:21 -08:00
Eric Van Norman cf43397b2f
Update to main branch commit (#13819)
* Update to main branch comit

* Update istio api and client-go commits

* Update tests to also work on arm64 machines

* Change multi-cluster cleanup to use --purge like the page

* Change multi-cluster cleanup to use --purge like the page

* Try changing uninstall order to see if it follows second uniunstall

* Try doing one uninstall instead of spinning both of them

* Move back to commit before suspected PR

* make gen

* Update to commit with fix for --context

* Update to latest branch disabling tcp-traffic-shifting tests
2023-09-11 09:40:29 -07:00
Eric Van Norman 9c57d11d15
Update Istio test reference on master branch (#10981)
* Update Istio test reference on master branch

* Fix required by istio/istio 37490
2022-02-28 12:28:00 -08:00
Eric Van Norman b00ed6db68
Convert hardcoded values to read actual values (#10879)
* Convert hardcoded values to read actual values

* Fix assigment

* escape $
2022-02-08 16:20:17 -08:00
Eric Van Norman 1ae1fdf9db
Enable VM tests (#10858)
* Add VM tests

* Update sidecar image

* Further VM test updates

* Hardcode values to test
2022-02-08 13:17:19 -08:00
Eric Van Norman b5a7f31a66
Remove iptables workaround for the GKE Docker netowrking failure (#10387) 2021-10-11 11:44:24 -07:00
Eric Van Norman 30a826dc62
Test iptables fix (#10385) 2021-09-27 14:39:40 -07:00
Eric Van Norman 79576b0020
Cherry pick change forward for testing private built releases (#10018) 2021-07-01 11:32:20 -07:00
Eric Van Norman e2140c2c4a
Fix a warning message (#9831) 2021-05-21 18:32:06 -07:00
Eric Van Norman eadaa2d6bc
Fix MacOS tests using a container (#8197)
* Fix MacOS tests using a container

* istioctl was wrong OS in container

* export IN_BUILD_CONTAINER
2020-09-23 12:35:54 -07:00
Nathan Mittler ae343f4148
Fixing tests for osx (#8194)
The scripts currently hard-code the istioctl binary for linux. This change modifies `init.sh` to use the appropriate binary for the current platform.
2020-09-23 07:45:11 -07:00
Nathan Mittler 93856c2730
Narrow tool files copied to only include certs. (#8159) 2020-09-17 08:29:05 -07:00
Nathan Mittler b06ce95f96
Update docs for pluggin in CA certs (#8099)
The new recommended approach is to generate the certs and to use intermediate certs for each cluster.
2020-09-16 17:39:21 -07:00
Eric Van Norman cc1a34f99c
Update test reference - master (#8103)
* Update test reference

* Test framework changes

* Another required change

* Update Tag to 1.8

* Pick istio/istio commit that actually exists

* Disable ISTIO_META_DNS_CAPTURE

* Add --skip-confirmation to istioctl installl commands

* Increase test timeout. First pass at fixes.

* Update to later istio/istio that fixes DNS and minor fixes

* test fixes

* Pick up go.mod `replace` changes from #8118

* Fix istioctl-analayze and mirror

* Fix mtls-migration test

* Update istio to include commit to fix egress

* Re-enable verify with fix

* Update istio/istio ref for egress fix

* Fix tasks/security/authorization/authz-td-migration - remove ns

* Shorten wait timeout so tests complete in under an hr

* Let tests continue after wait timeout

* Fix --skip-confirmation to -y and use yes | in tests

* revert yes | to echo y |

* Additional echo y fix

* Code review comments

* Change verify from same to contains as k8s 1.19 has extra warning lines.
2020-09-16 11:44:20 -07:00
Eric Van Norman 78088360fe
Update istio/istio ref and reenable tests (#7669)
* Update istio/istio ref and reenable tests

* Update istio/istio reference

* Update istioctl build to have version for images

* Fix lint and pull a newer istio/istio

* Disable egress tests
2020-07-09 13:29:32 -07:00
Justin Pettit 8e288b3212
init.sh: Add "make gen-charts". (#7446) 2020-06-02 07:41:04 -07:00
John Howard f83280e618
Bump istio/istio dependency (#7350)
Also run go mod tidy. This made me notice we are installing the junit
reporter every time even when not needed and keeping it in go.mod
unexpectedly, so this is removed as well.
2020-05-19 07:12:55 -07:00
Eric Van Norman 392a2bee14
Update test framework to use 1.6.0-beta.0 (#7214)
* Update test framework to use 1.6.0-beta.0

* Go back to copies from env var

* Add more test targets, fix mtls test (new PA added)

* Update to use Istio SHA from go.mod (convert to long SHA)

* Try and remove TAG from prow

* Debug TAG not being set

* Fix paralization issue

* Remove some extra output

* Review comments
2020-05-06 10:49:27 -07:00
Nathan Mittler 82f577cc4a
Update to the latest istio/istio (#6999)
Have to copy over a new configuration file for istioctl required by the test framework.
2020-03-30 07:29:35 -07:00
Istio Automation c71ba46ef4
Updating istio/istio dependency (#6724) 2020-03-05 07:24:16 -08:00
Nathan Mittler a804d49342
More fixes and cleanup for makefiles (#6612) 2020-02-26 14:55:25 -08:00
Nathan Mittler 10821e3a17
Fixes and cleanup for running tests (#6598) 2020-02-25 14:28:01 -08:00
Nathan Mittler e97c81b700
Fix istio.io integration tests (#6489) 2020-02-20 09:28:42 -08:00