Fix position of Configuring CNI

pull/10232/head
Priya Wadhwa 2021-01-25 11:03:24 -08:00
parent 6e1ae7e70f
commit 37dd783dd8
2 changed files with 2 additions and 2 deletions

View File

@ -82,11 +82,11 @@ func init() {
CreatingContainer,
CreatingVM,
RunningRemotely,
ConfiguringCNI,
PreparingKubernetes,
PreparingKubernetesCerts,
PreparingKubernetesControlPlane,
PreparingKubernetesBootstrapToken,
ConfiguringCNI,
ConfiguringLHEnv,
VerifyingKubernetes,
EnablingAddons,

View File

@ -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)