Fix position of Configuring CNI
parent
6e1ae7e70f
commit
37dd783dd8
|
|
@ -82,11 +82,11 @@ func init() {
|
|||
CreatingContainer,
|
||||
CreatingVM,
|
||||
RunningRemotely,
|
||||
ConfiguringCNI,
|
||||
PreparingKubernetes,
|
||||
PreparingKubernetesCerts,
|
||||
PreparingKubernetesControlPlane,
|
||||
PreparingKubernetesBootstrapToken,
|
||||
ConfiguringCNI,
|
||||
ConfiguringLHEnv,
|
||||
VerifyingKubernetes,
|
||||
EnablingAddons,
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ func validateIncreasingCurrentSteps(ctx context.Context, t *testing.T, ces []*cl
|
|||
}
|
||||
}
|
||||
|
||||
func TestJSONOutputError(t *testing.T) {
|
||||
func TestErrorJSONOutput(t *testing.T) {
|
||||
profile := UniqueProfileName("json-output-error")
|
||||
ctx, cancel := context.WithTimeout(context.Background(), Minutes(2))
|
||||
defer Cleanup(t, profile, cancel)
|
||||
|
|
|
|||
Loading…
Reference in New Issue