mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 07:35:12 +01:00
feat(resize): adding BDD test for Online volume expansion
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
86e623a369
commit
7178387c1e
3 changed files with 58 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ func datasetCreationTest() {
|
|||
By("creating and verifying PVC bound status", createAndVerifyPVC)
|
||||
By("Creating and deploying app pod", createDeployVerifyApp)
|
||||
By("verifying ZFSVolume object", VerifyZFSVolume)
|
||||
By("Resizing the PVC", resizeAndVerifyPVC)
|
||||
By("verifying ZFSVolume property change", VerifyZFSVolumePropEdit)
|
||||
By("Deleting application deployment", deleteAppDeployment)
|
||||
By("Deleting pvc", deletePVC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue