linkerd2/test/cli
Alejandro Pedraza 72589f0e53
Reenable `helm-upgrade` integration test (#10047)
Supersedes #9856, now that the `linkerd check` logic in the integrations tests got cleaned up via #9989.

The helm-upgrade test had been commented-out when we jumped to the new 2.12 helm charts. It can be used again to test upgrades from 2.12.x.

- Some of the logic in `test/integration/install/install_test.go` still hadn't considered the need to upgrade both the `linkerd-crds` and `linkerd-control-plane` charts, so that got fixed.
- Removed references to the now-deprecated `linkerd2` chart.
- Improved the `helm_cleanup()` function by uninstalling the charts in reverse order (extensions first, core last). We delete the namespaces afterwards because helm sometimes doesn't remove them, and so we shouldn't fail if we attempt to delete one that is already gone. Also removed unneeded `kubectl wait`s because `kubect delete ns` should be blocking.
2023-01-10 09:33:11 -05:00
..
cli_install_static_test.go Reenable `helm-upgrade` integration test (#10047) 2023-01-10 09:33:11 -05:00