Skip to content

Commit

Permalink
Dev: behave: Adjust functional test for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Jan 6, 2025
1 parent e97581a commit ab64d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/features/bootstrap_options.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Feature: crmsh bootstrap process - options
Then Expected "-x option or SKIP_CSYNC2_SYNC can't be used with any stage" in stderr
When Try "crm cluster init -i eth0 -i eth1 -i eth2 -y" on "hanode1"
Then Expected "Maximum number of interface is 2" in stderr
When Try "crm cluster init -N hanode2" on "hanode1"
Then Expected "Can't use -N/--nodes option without -y/--yes option" in stderr
When Try "crm cluster init sbd -N hanode1 -N hanode2 -y" on "hanode1"
Then Expected "Can't use -N/--nodes option and stage(sbd) together" in stderr

Expand Down

0 comments on commit ab64d73

Please sign in to comment.