Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Changes for generically adding labels to secrets and providers and ru…
Browse files Browse the repository at this point in the history
…nning all the integration tests
  • Loading branch information
shivaani0505 committed Apr 11, 2023
1 parent 9ef5f4f commit 30dfc8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tkg/test/tkgctl/aws_cc/aws_cc_calico_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
. "github.com/vmware-tanzu/tanzu-framework/tkg/test/tkgctl/shared"
)

var _ = FDescribe("Functional tests for aws (clusterclass) - Calico", func() {
var _ = Describe("Functional tests for aws (clusterclass) - Calico", func() {
E2ECommonCCSpec(context.TODO(), func() E2ECommonCCSpecInput {
return E2ECommonCCSpecInput{
E2EConfig: e2eConfig,
Expand Down
2 changes: 1 addition & 1 deletion tkg/test/tkgctl/aws_cc/aws_cc_custom_cb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
. "github.com/vmware-tanzu/tanzu-framework/tkg/test/tkgctl/shared"
)

var _ = FDescribe("Functional tests to create & upgrade AWS cluster with custom ClusterBootstrap", func() {
var _ = Describe("Functional tests to create & upgrade AWS cluster with custom ClusterBootstrap", func() {
E2ECommonCCSpec(context.TODO(), func() E2ECommonCCSpecInput {
return E2ECommonCCSpecInput{
E2EConfig: e2eConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
. "github.com/vmware-tanzu/tanzu-framework/tkg/test/tkgctl/shared"
)

var _ = FDescribe("Functional tests for aws - TKRResolver and cluster upgrade with CNI Antrea", func() {
var _ = Describe("Functional tests for aws - TKRResolver and cluster upgrade with CNI Antrea", func() {
E2ETKRResolverValidationForClusterCRUDSpec(context.TODO(), func() E2ETKRResolverValidationForClusterCRUDSpecInput {
return E2ETKRResolverValidationForClusterCRUDSpecInput{
E2EConfig: e2eConfig,
Expand Down
2 changes: 1 addition & 1 deletion tkg/test/tkgctl/aws_cc/aws_cc_upgrade_calico_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
. "github.com/vmware-tanzu/tanzu-framework/tkg/test/tkgctl/shared"
)

var _ = FDescribe("Functional tests for aws - cluster upgrade with CNI Calico", func() {
var _ = Describe("Functional tests for aws - cluster upgrade with CNI Calico", func() {
E2ECommonCCSpec(context.TODO(), func() E2ECommonCCSpecInput {
return E2ECommonCCSpecInput{
E2EConfig: e2eConfig,
Expand Down

0 comments on commit 30dfc8e

Please sign in to comment.