mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
e2e: replace CephFS in messages for RBD tests
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
a4678200e5
commit
b7e1b90bb8
@ -419,7 +419,7 @@ var _ = Describe("RBD", func() {
|
|||||||
By("verify PVC and app binding on helm installation", func() {
|
By("verify PVC and app binding on helm installation", func() {
|
||||||
err := validatePVCAndAppBinding(pvcPath, appPath, f)
|
err := validatePVCAndAppBinding(pvcPath, appPath, f)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
framework.Failf("failed to validate CephFS pvc and application binding: %v", err)
|
framework.Failf("failed to validate RBD pvc and application binding: %v", err)
|
||||||
}
|
}
|
||||||
// validate created backend rbd images
|
// validate created backend rbd images
|
||||||
validateRBDImageCount(f, 0, defaultRBDPool)
|
validateRBDImageCount(f, 0, defaultRBDPool)
|
||||||
@ -1207,7 +1207,7 @@ var _ = Describe("RBD", func() {
|
|||||||
}
|
}
|
||||||
err = validatePVCAndAppBinding(pvcPath, appPath, f)
|
err = validatePVCAndAppBinding(pvcPath, appPath, f)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
framework.Failf("failed to validate CephFS pvc and application binding: %v", err)
|
framework.Failf("failed to validate RBD pvc and application binding: %v", err)
|
||||||
}
|
}
|
||||||
// validate created backend rbd images
|
// validate created backend rbd images
|
||||||
validateRBDImageCount(f, 0, defaultRBDPool)
|
validateRBDImageCount(f, 0, defaultRBDPool)
|
||||||
@ -1372,7 +1372,7 @@ var _ = Describe("RBD", func() {
|
|||||||
}
|
}
|
||||||
err = validatePVCAndAppBinding(pvcPath, appPath, f)
|
err = validatePVCAndAppBinding(pvcPath, appPath, f)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
framework.Failf("failed to validate CephFS pvc and application binding: %v", err)
|
framework.Failf("failed to validate RBD pvc and application binding: %v", err)
|
||||||
}
|
}
|
||||||
// validate created backend rbd images
|
// validate created backend rbd images
|
||||||
validateRBDImageCount(f, 0, defaultRBDPool)
|
validateRBDImageCount(f, 0, defaultRBDPool)
|
||||||
|
Loading…
Reference in New Issue
Block a user