You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: repurpose deep-native-sidecar as deep-non-native-sidecar
Now that native sidecars are enabled by default since #15267, repurpose
the `deep-native-sidecar` test into `deep-non-native-sidecar`, so that it
runs the deep suite using the now non-default non-native-sidecar mode.
# TODO(alpeb): add test cni-calico-deep-dual-stack
18
18
export dual_stack_test_names=(deep-dual-stack)
@@ -25,7 +25,7 @@ tests_usage() {
25
25
26
26
Optionally specify a test with the --name flag: [${all_test_names[*]}]
27
27
28
-
Note: The cluster-domain, deep-native-sidecar cni-calico-deep and multicluster tests require a custom cluster configuration (see bin/_test-helpers.sh)
28
+
Note: The cluster-domain, deep-non-native-sidecar cni-calico-deep and multicluster tests require a custom cluster configuration (see bin/_test-helpers.sh)
0 commit comments