Skip to content

Commit

Permalink
Merge pull request #390 from leakingtapan/e2e
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Cheng Pan authored Oct 14, 2019
2 parents 8f90013 + 4d2c703 commit 8f0b542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (t *DynamicallyProvisionedReclaimPolicyTest) Run(client clientset.Interface
tpvc, _ := volume.SetupDynamicPersistentVolumeClaim(client, namespace, t.CSIDriver)

// will delete the PVC
// will also wait for PV to be deleted when reclaimPolicy=Delete
// will also wait for PV to be deleted separately when reclaimPolicy=Retian
tpvc.Cleanup()
// first check PV stills exists, then manually delete it
if tpvc.ReclaimPolicy() == v1.PersistentVolumeReclaimRetain {
Expand Down

0 comments on commit 8f0b542

Please sign in to comment.