mirror of https://github.com/k3s-io/k3s
parent
cb114a2d91
commit
37ec02c0f5
|
@ -301,7 +301,7 @@ var _ = Describe("Verify Create", Ordered, func() {
|
|||
Context("Valdiate Certificate Rotation", func() {
|
||||
It("Stops K3s and rotates certificates", func() {
|
||||
errStop := e2e.StopCluster(serverNodeNames)
|
||||
Expect(errStop).NotTo(HaveOccurred(), "Cluster could not be stoped successfully")
|
||||
Expect(errStop).NotTo(HaveOccurred(), "Cluster could not be stopped successfully")
|
||||
|
||||
for _, nodeName := range serverNodeNames {
|
||||
cmd := "k3s certificate rotate"
|
||||
|
|
Loading…
Reference in New Issue