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 5500a30 commit 79751a9Copy full SHA for 79751a9
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"
27
28
@clean
29
Scenario: Option "--qdevice-port" set wrong port
0 commit comments