Skip to content

Commit 7a38e61

Browse files
committed
Dev: behave: Adjust functional test for previous changes
1 parent 2bf3fdb commit 7a38e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/bootstrap_options.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ Feature: crmsh bootstrap process - options
200200
Then Cluster service is "started" on "hanode1"
201201
When Try "crm cluster join -c hanode1 -i eth1 -y" on "hanode2"
202202
Then Cluster service is "stopped" on "hanode2"
203-
And Except "knet transport of all cluster nodes need 2 links via '-i' options, but provided 1" in stderr
203+
And Except "Node hanode1 has 2 links, but provided 1" in stderr
204204
When Run "crm cluster join -c hanode1 -i eth0 -i eth1 -y" on "hanode2"
205205
Then Cluster service is "started" on "hanode2"

0 commit comments

Comments
 (0)