[Debian-ha-commits] [pcs] 01/01: debian/tests: update pcs status check

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sun Dec 4 17:01:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository pcs.

commit 6c8abe9ed38726dce4801465f11ce1d2dc11227c
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sun Dec 4 17:37:20 2016 +0100

    debian/tests: update pcs status check
    
    Output of crm_mon changed from one line:
    
      1 node and 0 resources configured
    
    to two lines in pacemaker 1.1.16:
    
      1 node configured
      0 resources configured
---
 debian/tests/status | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/status b/debian/tests/status
index 6e54037..97308e2 100755
--- a/debian/tests/status
+++ b/debian/tests/status
@@ -14,4 +14,4 @@ service pacemaker start
 
 sleep 60
 
-pcs cluster status 2>&1 | grep -20 "1 node and 0 resources configured"
+pcs cluster status 2>&1 | grep -20 "0 resources configured"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list