Skip to content

Commit

Permalink
system-test: remove RBD deployment pre-requisite (openshift-kni#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
yprokule authored Jun 12, 2024
1 parent 3fb1f53 commit 9b86c03
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/system-tests/rdscore/tests/00_validate_top_level.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ var _ = Describe(
By("Creating a workload with CephFS PVC")
rdscorecommon.DeployWorkflowCephFSPVC(ctx)

By("Creating a workload with CephRBD PVC")
rdscorecommon.DeployWorkloadCephRBDPVC(ctx)

By("Creating SR-IOV workloads on the same node")
rdscorecommon.VerifySRIOVWorkloadsOnSameNode(ctx)

Expand Down Expand Up @@ -174,10 +171,6 @@ var _ = Describe(
Label("persistent-storage", "verify-cephfs"), reportxml.ID("71873"),
rdscorecommon.VerifyDataOnCephFSPVC)

It("Verifies CephRBD PVC is still accessible",
Label("persistent-storage", "verify-cephrbd"), reportxml.ID("71990"),
rdscorecommon.VerifyDataOnCephRBDPVC)

It("Verifies CephFS workload is deployable after hard reboot",
Label("persistent-storage", "deploy-cephfs-pvc"), reportxml.ID("71851"), MustPassRepeatedly(3),
rdscorecommon.VerifyCephFSPVC)
Expand Down Expand Up @@ -208,9 +201,6 @@ var _ = Describe(
By("Creating a workload with CephFS PVC")
rdscorecommon.DeployWorkflowCephFSPVC(ctx)

By("Creating a workload with CephRBD PVC")
rdscorecommon.DeployWorkloadCephRBDPVC(ctx)

By("Creating SR-IOV worklods that run on same node")
rdscorecommon.VerifySRIOVWorkloadsOnSameNode(ctx)

Expand Down Expand Up @@ -261,10 +251,6 @@ var _ = Describe(
Label("persistent-storage", "verify-cephfs"), reportxml.ID("72042"),
rdscorecommon.VerifyDataOnCephFSPVC)

It("Verifies CephRBD PVC is still accessible",
Label("persistent-storage", "verify-cephrbd"), reportxml.ID("72044"),
rdscorecommon.VerifyDataOnCephRBDPVC)

It("Verifies CephFS workload is deployable after graceful reboot",
Label("persistent-storage", "deploy-cephfs-pvc"), reportxml.ID("72045"), MustPassRepeatedly(3),
rdscorecommon.VerifyCephFSPVC)
Expand Down

0 comments on commit 9b86c03

Please sign in to comment.