Skip to content

Commit

Permalink
remove edge tests (#10527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshu authored Jan 29, 2025
1 parent 35feb11 commit ca9b260
Show file tree
Hide file tree
Showing 113 changed files with 1 addition and 6,840 deletions.
123 changes: 0 additions & 123 deletions test/kubernetes/e2e/features/basicrouting/edge_suite.go

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions test/kubernetes/e2e/features/client_tls/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"net/http"
"path/filepath"

kubev1 "github.com/kgateway-dev/kgateway/projects/gateway/pkg/api/v1/kube/apis/gateway.solo.io/v1"
"github.com/kgateway-dev/kgateway/test/gomega/matchers"
"github.com/onsi/gomega"
"github.com/solo-io/skv2/codegen/util"
Expand All @@ -21,8 +20,6 @@ var (
nginxUpstreamManifestFile = filepath.Join(util.MustGetThisDir(), "testdata", "nginx-upstream.yaml")
nginxOneWayUpstreamManifestFile = filepath.Join(util.MustGetThisDir(), "testdata", "nginx-oneway-upstream.yaml")
tlsSecretManifestFile = filepath.Join(util.MustGetThisDir(), "testdata", "tls-secret.yaml")
vsTargetingKubeManifestFile = filepath.Join(util.MustGetThisDir(), "testdata", "vs-targeting-kube.yaml")
vsTargetingUpstreamManifestFile = filepath.Join(util.MustGetThisDir(), "testdata", "vs-targeting-upstream.yaml")

// When we apply the deployer-provision.yaml file, we expect resources to be created with this metadata
glooProxyObjectMeta = func(ns string) metav1.ObjectMeta {
Expand All @@ -38,22 +35,6 @@ var (
return &corev1.Service{ObjectMeta: glooProxyObjectMeta(ns)}
}

vsTargetingKube = func(ns string) *kubev1.VirtualService {
return &kubev1.VirtualService{
ObjectMeta: metav1.ObjectMeta{
Name: "vs-targeting-kube",
Namespace: ns,
},
}
}
vsTargetingUpstream = func(ns string) *kubev1.VirtualService {
return &kubev1.VirtualService{
ObjectMeta: metav1.ObjectMeta{
Name: "vs-targeting-upstream",
Namespace: ns,
},
}
}
tlsSecret = &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: "my-tls",
Expand Down

This file was deleted.

117 changes: 0 additions & 117 deletions test/kubernetes/e2e/features/glooctl/check.go

This file was deleted.

52 changes: 0 additions & 52 deletions test/kubernetes/e2e/features/glooctl/check_crds_suite.go

This file was deleted.

Loading

0 comments on commit ca9b260

Please sign in to comment.