Skip to content

Commit

Permalink
behave
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Aug 2, 2024
1 parent 5073dea commit 229de46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/sbd_ui.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Feature: crm sbd ui test cases
When Try "crm sbd configure device=/dev/sda5 device=/dev/sda5"
Then Except "ERROR: Duplicate device"
When Try "crm sbd configure device=/dev/sda6 device=/dev/sda7 device=/dev/sda8"
Then Except "ERROR: Exceed max device number: 3"
Then Except "ERROR: Maximum number of SBD device is 3"

Scenario: sbd configure for diskbased sbd
# Update disk metadata
Expand Down

0 comments on commit 229de46

Please sign in to comment.