[Debian-ha-commits] [pcs] 13/14: d/patches: fix failure in d/tests/testsuite-pcs
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Thu Jun 29 01:29:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository pcs.
commit aef12f9664778422565c9a1c66b133be2b88278b
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Thu Jun 29 02:36:36 2017 +0200
d/patches: fix failure in d/tests/testsuite-pcs
---
debian/patches/0008-Replace-chkconfig.patch | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/0008-Replace-chkconfig.patch b/debian/patches/0008-Replace-chkconfig.patch
index ee5984b..ee1d55a 100644
--- a/debian/patches/0008-Replace-chkconfig.patch
+++ b/debian/patches/0008-Replace-chkconfig.patch
@@ -203,20 +203,20 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
)
-@@ -1852,9 +1852,9 @@
+@@ -1852,24 +1852,23 @@
mock_is_systemctl.return_value = False
self.mock_runner.run.return_value = (outdent(
"""\
- pcsd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
- sbd 0:off 1:on 2:on 3:on 4:on 5:on 6:off
- pacemaker 0:off 1:off 2:off 3:off 4:off 5:off 6:off
-+K:01:0 1 6:pcsd
-+S:02:2 3 4 5:sbd
-+S:02:2 3 4 5:pacemaker
- """
+- """
++ K:01:0 1 6:pcsd
++ S:02:2 3 4 5:sbd
++ S:02:2 3 4 5:pacemaker"""
), "", 0)
self.assertEqual(
-@@ -1862,14 +1862,14 @@
+ lib.get_non_systemd_services(self.mock_runner),
["pcsd", "sbd", "pacemaker"]
)
self.assertEqual(mock_is_systemctl.call_count, 1)
--
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