Skip to content

Commit

Permalink
Patch skip Cilium upgrade tests (aws#5933)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed May 26, 2023
1 parent 06dd565 commit 2341a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/e2e/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ func TestDockerUpgradeWorkloadClusterScaleAddRemoveWorkerNodeGroupsGitHubFluxAPI
)
}

func TestDockerCiliumUpgradeSkip_Create(t *testing.T) {
func TestDockerCiliumSkipUpgrade_CLICreate(t *testing.T) {
provider := framework.NewDocker(t)
test := framework.NewClusterE2ETest(t, provider,
framework.WithClusterFiller(
Expand All @@ -971,7 +971,7 @@ func TestDockerCiliumUpgradeSkip_Create(t *testing.T) {
test.DeleteCluster()
}

func TestDockerCiliumSkipUpgrade_Upgrade(t *testing.T) {
func TestDockerCiliumSkipUpgrade_CLIUpgrade(t *testing.T) {
release, err := framework.GetLatestMinorReleaseFromTestBranch()
if err != nil {
t.Fatal(err)
Expand Down Expand Up @@ -1007,7 +1007,7 @@ func TestDockerCiliumSkipUpgrade_Upgrade(t *testing.T) {
test.DeleteCluster()
}

func TestDockerCiliumUpgradeSkip_WorkloadCreate(t *testing.T) {
func TestDockerCiliumSkipUpgrade_ControllerCreate(t *testing.T) {
provider := framework.NewDocker(t)
management := framework.NewClusterE2ETest(t, provider).WithClusterConfig(
api.ClusterToConfigFiller(
Expand Down Expand Up @@ -1053,7 +1053,7 @@ func TestDockerCiliumUpgradeSkip_WorkloadCreate(t *testing.T) {
test.DeleteManagementCluster()
}

func TestDockerCiliumUpgradeSkip_WorkloadUpgrade(t *testing.T) {
func TestDockerCiliumSkipUpgrade_ControllerUpgrade(t *testing.T) {
provider := framework.NewDocker(t)
management := framework.NewClusterE2ETest(t, provider).WithClusterConfig(
api.ClusterToConfigFiller(
Expand Down
2 changes: 1 addition & 1 deletion test/framework/workload.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (w *WorkloadCluster) WaitForKubeconfig() {
// ValidateClusterDelete verifies the cluster has been deleted.
func (w *WorkloadCluster) ValidateClusterDelete() {
ctx := context.Background()
w.buildClusterStateValidationConfig(ctx)
// w.buildClusterStateValidationConfig(ctx)
w.T.Logf("Validating cluster deletion %s", w.ClusterName)
clusterStateValidator := newClusterStateValidator(w.clusterStateValidationConfig)
clusterStateValidator.WithValidations(
Expand Down

0 comments on commit 2341a33

Please sign in to comment.