Skip to content

Commit

Permalink
behave
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 authored and root committed Jan 26, 2022
1 parent d0150a8 commit f2dd5fd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/features/bootstrap_init_join_remove.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ Feature: crmsh bootstrap process - init, join and remove
And Online nodes are "hanode1 hanode2"
And Show cluster status on "hanode1"

@clean
Scenario: Init cluster service on node "hanode1", and join on node "hanode2"

@clean
Scenario: Support --all or specific node to manage cluster and nodes
When Run "crm node standby --all" on "hanode1"
Expand Down Expand Up @@ -45,18 +42,3 @@ Feature: crmsh bootstrap process - init, join and remove
When Run "crm cluster restart --all" on "hanode1"
Then Cluster service is "started" on "hanode1"
And Cluster service is "started" on "hanode2"

@clean
Scenario: Remove peer node "hanode2"
When Run "crm cluster remove hanode2 -y" on "hanode1"
Then Cluster service is "started" on "hanode1"
And Cluster service is "stopped" on "hanode2"
And Online nodes are "hanode1"
And Show cluster status on "hanode1"

@clean
Scenario: Remove local node "hanode1"
When Run "crm cluster remove hanode1 -y --force" on "hanode1"
Then Cluster service is "stopped" on "hanode1"
And Cluster service is "started" on "hanode2"
And Show cluster status on "hanode2"

0 comments on commit f2dd5fd

Please sign in to comment.