We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3aef0 commit 3e97567Copy full SHA for 3e97567
test/features/qdevice_validate.feature
@@ -23,7 +23,7 @@ Feature: corosync qdevice/qnetd options validate
23
Scenario: Service ssh on qnetd node not available
24
When Run "systemctl stop sshd.service" on "node-without-ssh"
25
When Try "crm cluster init --qnetd-hostname=node-without-ssh"
26
- Then Except "ERROR: cluster.init: ssh service on "node-without-ssh" not available"
+ Then Except "ERROR: cluster.init: host "node-without-ssh" is unreachable via SSH"
27
28
@clean
29
Scenario: Option "--qdevice-port" set wrong port
0 commit comments