Skip to content

Commit

Permalink
verify
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed May 14, 2024
1 parent e34b278 commit 37352a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/set/nodeconfig/nodeconfig_disksetup.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ var _ = g.Describe("Node Setup", framework.Serial, func() {
)
o.Expect(err).NotTo(o.HaveOccurred())

verifyNodeConfig(ctx, f.KubeAdminClient(), nc)

hostLoopsDir := "/host/dev/loops"
framework.By("Checking if loop devices has been created at %q", hostLoopsDir)
o.Eventually(func(g o.Gomega) {
Expand Down Expand Up @@ -296,6 +298,8 @@ var _ = g.Describe("Node Setup", framework.Serial, func() {
utils.IsNodeConfigDoneWithNodes(matchingNodes),
)
o.Expect(err).NotTo(o.HaveOccurred())

verifyNodeConfig(ctx, f.KubeAdminClient(), nc)
},
g.Entry("out of one loop device", 1),
g.Entry("out of three loop devices", 3),
Expand Down

0 comments on commit 37352a5

Please sign in to comment.