Skip to content

Commit

Permalink
test(volgroup_vgpattern_bdd): refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilash Shetty <[email protected]>
  • Loading branch information
abhilashshetty04 committed Jun 14, 2024
1 parent 68beeba commit 9c7079c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/bdd/volgroup_vgpattern_bdd.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Feature: Validate vgpattern and volgroup based scheduling.
And lvmvolume cr should not be created



Background:
Given a 3 lvmnode cluster is configured
And each node <node> has <vg> created with same size
Expand All @@ -68,15 +67,12 @@ Feature: Validate vgpattern and volgroup based scheduling.
Then pvc should be in Pending state
And lvmvolume should not be created



Examples:
| node | vg |
| node1 | lvmvg1 |
| node2 | lvmvg2 |
| node3 | lvmvg3 |




Background:
Given a 3 lvmnode cluster is configured
Expand Down Expand Up @@ -111,7 +107,6 @@ Feature: Validate vgpattern and volgroup based scheduling.
| node3 | lvmvgdiff | 1G |



Background:

Given a 3 lvmnode cluster is configured
Expand All @@ -133,4 +128,4 @@ Feature: Validate vgpattern and volgroup based scheduling.
| node | vg | vg2 |
| node1 | lvmvg11 | lvmvg21 |
| node2 | lvmvg12 | lvmvg22 |
| node3 | lvmvg13 | lvmvg23 |
| node3 | lvmvg13 | lvmvg23 |

0 comments on commit 9c7079c

Please sign in to comment.