Skip to content

Commit

Permalink
test(ci): adding tests
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilash Shetty <[email protected]>
  • Loading branch information
abhilashshetty04 committed Jul 1, 2024
1 parent f5b6335 commit 6348722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lvm_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func removeVg(name string) {
}
} else {
fmt.Printf("vg still not empty after 6 seconds, moving on with force delete\n")
args_vg = append(args_vg, "-y")
args_vg = append(args_vg, "-f")
break
}
current_retry += 1
Expand Down
2 changes: 1 addition & 1 deletion tests/provision_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func vgExtendNeededForProvsioningTest() {
defer cleanupVg(device, "lvmvg")
By("Creating default storage class", createStorageClass)
By("Creating and verifying PVC Not Bound status")
createAndVerifyBlockPVC(false)
createAndVerifyPVC(false)
By("Verifying LVMVolume object to be not Ready")
VerifyLVMVolume(false, "")
extendVg("lvmvg", device_1)
Expand Down

0 comments on commit 6348722

Please sign in to comment.