Skip to content

Commit

Permalink
test/runtime: remove kafka tests
Browse files Browse the repository at this point in the history
The same functionality is already covered by unit tests in the
proxylib/kafka package and the kafka test in test/k8s/kafka.go.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and aanm committed Aug 3, 2022
1 parent 162d626 commit 395f93f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 304 deletions.
2 changes: 0 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ jenkinsfiles @cilium/ci-structure
# L7 proxy tests
/test/k8s/fqdn.go @cilium/proxy @cilium/ci-structure
/test/k8s/kafka_policies.go @cilium/proxy @cilium/ci-structure
/test/runtime/cassandra.go @cilium/proxy @cilium/ci-structure
/test/runtime/fqdn.go @cilium/proxy @cilium/ci-structure
/test/runtime/kafka.go @cilium/proxy @cilium/ci-structure
# Standalone L4LB tests
/test/l4lb @cilium/sig-lb @cilium/ci-structure
/test/nat46x64 @cilium/sig-lb @cilium/ci-structure
Expand Down
16 changes: 0 additions & 16 deletions test/helpers/constants/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ const (

// BindContainerImage is the image used for DNS binding testing.
BindContainerImage = "docker.io/cilium/docker-bind:v0.3"

// KafkaClientImage is the image used for Kafka clients.
KafkaClientImage = "docker.io/cilium/kafkaclient2:1.0"

// Zookeeper image is the image used for running Zookeeper.
ZookeeperImage = "docker.io/cilium/zookeeper:1.0"

// BuxyboxImage is a space efficient-image used for basic testing.
BusyboxImage = "docker.io/library/busybox:1.31.1"

// KafkaImage is the image used for setting up a multi-broker Kafka container.
KafkaImage = "docker.io/wurstmeister/kafka:2.11-0.11.0.3"
)

// AllImages is the set of all container images which are ran directly via
Expand All @@ -39,8 +27,4 @@ var AllImages = map[string]struct{}{
HttpdImage: {},
DNSSECContainerImage: {},
BindContainerImage: {},
KafkaClientImage: {},
ZookeeperImage: {},
BusyboxImage: {},
KafkaImage: {},
}
220 changes: 0 additions & 220 deletions test/runtime/kafka.go

This file was deleted.

35 changes: 0 additions & 35 deletions test/runtime/manifests/Policies-kafka-Role.json

This file was deleted.

31 changes: 0 additions & 31 deletions test/runtime/manifests/Policies-kafka.json

This file was deleted.

0 comments on commit 395f93f

Please sign in to comment.