Skip to content

Commit

Permalink
Adapt TM tests to remove checks for containerd-initializer (gardene…
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqes authored Jul 25, 2024
1 parent 129a182 commit 899cbfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/testmachinery/shoots/operations/containerruntime.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ var _ = Describe("Shoot container runtime testing", func() {
rootPodExecutor := framework.NewRootPodExecutor(f.Logger, f.ShootClient, &nodeList.Items[0].Name, "kube-system")

// check the configuration on the host
initializerServiceCommand := fmt.Sprintf("systemctl is-active %s", "containerd-initializer")
executeCommand(ctx, rootPodExecutor, initializerServiceCommand, "active")

containerdServiceCommand := fmt.Sprintf("systemctl is-active %s", "containerd")
executeCommand(ctx, rootPodExecutor, containerdServiceCommand, "active")

Expand Down

0 comments on commit 899cbfb

Please sign in to comment.