aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2018-05-25 02:24:50 +0800
committerflo <flo@FreeBSD.org>2018-05-25 02:24:50 +0800
commit75f00071ade324c09d048c076e0df4d4383bac5d (patch)
treea793dfc3544527fe94e724352edcf8fe22cf2bdc /net
parente125ea1fff1bde47c78aedbe040e1ea95aa65501 (diff)
downloadfreebsd-ports-gnome-75f00071ade324c09d048c076e0df4d4383bac5d.tar.gz
freebsd-ports-gnome-75f00071ade324c09d048c076e0df4d4383bac5d.tar.zst
freebsd-ports-gnome-75f00071ade324c09d048c076e0df4d4383bac5d.zip
- add net/corosync3 (2.99.2)
- add net/pacemaker2 (2.0.0-rc4) - net/corosync -> net/corosync2 (update to 2.4.4) - net/pacemaker -> net/pacemaker1 (update to 1.1.18) - add USES=corosync to deal with multiple versions PR: 228164, 228165 Submitted by: David Shane Holden <dpejesh@yahoo.com>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile6
-rw-r--r--net/corosync/Makefile42
-rw-r--r--net/corosync/distinfo3
-rw-r--r--net/corosync2/Makefile11
-rw-r--r--net/corosync2/Makefile.common41
-rw-r--r--net/corosync2/distinfo3
-rw-r--r--net/corosync2/files/corosync-notifyd.in (renamed from net/corosync/files/corosync-notifyd.in)0
-rw-r--r--net/corosync2/files/corosync.in (renamed from net/corosync/files/corosync.in)8
-rw-r--r--net/corosync2/pkg-descr (renamed from net/corosync/pkg-descr)0
-rw-r--r--net/corosync2/pkg-message9
-rw-r--r--net/corosync2/pkg-plist (renamed from net/corosync/pkg-plist)0
-rw-r--r--net/corosync3/Makefile13
-rw-r--r--net/corosync3/distinfo3
-rw-r--r--net/corosync3/files/corosync-notifyd.in20
-rw-r--r--net/corosync3/files/corosync.in27
-rw-r--r--net/corosync3/pkg-descr16
-rw-r--r--net/corosync3/pkg-message9
-rw-r--r--net/corosync3/pkg-plist255
-rw-r--r--net/pacemaker/Makefile97
-rw-r--r--net/pacemaker/distinfo3
-rw-r--r--net/pacemaker1/Makefile32
-rw-r--r--net/pacemaker1/Makefile.common92
-rw-r--r--net/pacemaker1/distinfo3
-rw-r--r--net/pacemaker1/files/pacemaker.in (renamed from net/pacemaker/files/pacemaker.in)4
-rw-r--r--net/pacemaker1/files/patch-crmd_pengine.c (renamed from net/pacemaker/files/patch-crmd_pengine.c)0
-rw-r--r--net/pacemaker1/files/patch-lrmd_Makefile.am (renamed from net/pacemaker/files/patch-lrmd_Makefile.am)0
-rw-r--r--net/pacemaker1/files/patch-mcp_Makefile.am (renamed from net/pacemaker/files/patch-mcp_Makefile.am)0
-rw-r--r--net/pacemaker1/pkg-descr (renamed from net/pacemaker/pkg-descr)0
-rw-r--r--net/pacemaker1/pkg-message10
-rw-r--r--net/pacemaker1/pkg-plist (renamed from net/pacemaker/pkg-plist)297
-rw-r--r--net/pacemaker2/Makefile14
-rw-r--r--net/pacemaker2/distinfo3
-rw-r--r--net/pacemaker2/files/pacemaker.in35
-rw-r--r--net/pacemaker2/files/patch-daemons_execd_Makefile.am11
-rw-r--r--net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am11
-rw-r--r--net/pacemaker2/pkg-descr9
-rw-r--r--net/pacemaker2/pkg-message9
-rw-r--r--net/pacemaker2/pkg-plist3984
38 files changed, 4900 insertions, 180 deletions
diff --git a/net/Makefile b/net/Makefile
index 9f9720dd0d9a..9466dd9200b9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -88,7 +88,8 @@
SUBDIR += coda6_server
SUBDIR += concourse-fly
SUBDIR += corkscrew
- SUBDIR += corosync
+ SUBDIR += corosync2
+ SUBDIR += corosync3
SUBDIR += courier-authlib-ldap
SUBDIR += cppzmq
SUBDIR += crtmpserver
@@ -904,7 +905,8 @@
SUBDIR += p5-ldap2pw
SUBDIR += p5-perl-ldap
SUBDIR += p5-srv2pf
- SUBDIR += pacemaker
+ SUBDIR += pacemaker1
+ SUBDIR += pacemaker2
SUBDIR += packetdrill
SUBDIR += packter-agent
SUBDIR += panoptis
diff --git a/net/corosync/Makefile b/net/corosync/Makefile
deleted file mode 100644
index 21c33993fa00..000000000000
--- a/net/corosync/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: dpejesh@yahoo.com
-# $FreeBSD$
-
-PORTNAME= corosync
-PORTVERSION= 2.4.2
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://build.clusterlabs.org/corosync/releases/
-
-MAINTAINER= dpejesh@yahoo.com
-COMMENT= Corosync Cluster Engine
-
-LICENSE= BSD3CLAUSE
-
-LIB_DEPENDS= libnspr4.so:devel/nspr \
- libnss3.so:security/nss \
- libqb.so.0:devel/libqb
-
-USES= gmake groff libtool pathfix pkgconfig
-USE_BINUTILS= yes
-USE_LDCONFIG= yes
-USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-secure-build
-LDFLAGS+= -B${LOCALBASE}/bin
-INSTALL_TARGET= install-strip
-
-OPTIONS_DEFINE= DBUS SNMP
-OPTIONS_SUB= yes
-
-DBUS_LIB_DEPENDS+= libdbus-1.so:devel/dbus
-DBUS_CONFIGURE_ENABLE= dbus
-
-SNMP_LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp
-SNMP_CONFIGURE_ENABLE= snmp
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/etc/init.d/corosync
- ${RM} ${STAGEDIR}${PREFIX}/etc/init.d/corosync-notifyd
- ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d
-
-.include <bsd.port.mk>
diff --git a/net/corosync/distinfo b/net/corosync/distinfo
deleted file mode 100644
index be434d54a37a..000000000000
--- a/net/corosync/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1479205097
-SHA256 (corosync-2.4.2.tar.gz) = f26e3011309fe4bcce94b1dc20ea8c462f19483a73f3ca62f13b925d011a4ba9
-SIZE (corosync-2.4.2.tar.gz) = 1152240
diff --git a/net/corosync2/Makefile b/net/corosync2/Makefile
new file mode 100644
index 000000000000..aa10cc97b6b9
--- /dev/null
+++ b/net/corosync2/Makefile
@@ -0,0 +1,11 @@
+# Created by: David Shane Holden <dpejesh@yahoo.com>
+# $FreeBSD$
+
+PORTVERSION= 2.4.4
+PKGNAMESUFFIX= 2
+
+.include "${.CURDIR}/Makefile.common"
+
+CONFLICTS= corosync3-[0-9]*
+
+.include <bsd.port.mk>
diff --git a/net/corosync2/Makefile.common b/net/corosync2/Makefile.common
new file mode 100644
index 000000000000..ddc71a2b0e78
--- /dev/null
+++ b/net/corosync2/Makefile.common
@@ -0,0 +1,41 @@
+# Created by: David Shane Holden <dpejesh@yahoo.com>
+# $FreeBSD$
+
+PORTNAME= corosync
+CATEGORIES= net
+MASTER_SITES= http://build.clusterlabs.org/corosync/releases/
+
+MAINTAINER= dpejesh@yahoo.com
+COMMENT= Corosync Cluster Engine
+
+LICENSE= BSD3CLAUSE
+
+LIB_DEPENDS= libnspr4.so:devel/nspr \
+ libnss3.so:security/nss \
+ libqb.so.0:devel/libqb
+
+TEST_DEPENDS= augparse:textproc/augeas
+
+USES= gmake groff libtool pathfix pkgconfig
+USE_BINUTILS= yes
+USE_LDCONFIG= yes
+USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-secure-build
+LDFLAGS+= -B${LOCALBASE}/bin
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
+
+OPTIONS_DEFINE= DBUS SNMP
+OPTIONS_SUB= yes
+
+DBUS_LIB_DEPENDS+= libdbus-1.so:devel/dbus
+DBUS_CONFIGURE_ENABLE= dbus
+
+SNMP_LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp
+SNMP_CONFIGURE_ENABLE= snmp
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/etc/init.d/corosync
+ ${RM} ${STAGEDIR}${PREFIX}/etc/init.d/corosync-notifyd
+ ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d
diff --git a/net/corosync2/distinfo b/net/corosync2/distinfo
new file mode 100644
index 000000000000..1c322b4ee1ce
--- /dev/null
+++ b/net/corosync2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523569567
+SHA256 (corosync-2.4.4.tar.gz) = 9bd4707bb271df16f8d543ec782eb4c35ec0330b7be696b797da4bd8f058a25d
+SIZE (corosync-2.4.4.tar.gz) = 1204051
diff --git a/net/corosync/files/corosync-notifyd.in b/net/corosync2/files/corosync-notifyd.in
index 22b03ca33b11..22b03ca33b11 100644
--- a/net/corosync/files/corosync-notifyd.in
+++ b/net/corosync2/files/corosync-notifyd.in
diff --git a/net/corosync/files/corosync.in b/net/corosync2/files/corosync.in
index 6c0bc4b4ca89..58e82ffa08fe 100644
--- a/net/corosync/files/corosync.in
+++ b/net/corosync2/files/corosync.in
@@ -9,6 +9,14 @@
name="corosync"
rcvar="corosync_enable"
+start_precmd="corosync_precmd"
+
+corosync_precmd()
+{
+ if [ `${SYSCTL_N} kern.ipc.maxsockbuf` -lt 18874368 ]; then
+ err 3 "sysctl:kern.ipc.maxsockbuf must be at least 18874368"
+ fi
+}
load_rc_config $name
diff --git a/net/corosync/pkg-descr b/net/corosync2/pkg-descr
index fb42632850f8..fb42632850f8 100644
--- a/net/corosync/pkg-descr
+++ b/net/corosync2/pkg-descr
diff --git a/net/corosync2/pkg-message b/net/corosync2/pkg-message
new file mode 100644
index 000000000000..4f22785ea3d9
--- /dev/null
+++ b/net/corosync2/pkg-message
@@ -0,0 +1,9 @@
+For correct operation, maximum socket buffer size must be tuned
+by performing the following command as root :
+
+# sysctl kern.ipc.maxsockbuf=18874368
+
+To preserve this setting across reboots, append the following
+to /etc/sysctl.conf :
+
+kern.ipc.maxsockbuf=18874368
diff --git a/net/corosync/pkg-plist b/net/corosync2/pkg-plist
index a05b79657f5f..a05b79657f5f 100644
--- a/net/corosync/pkg-plist
+++ b/net/corosync2/pkg-plist
diff --git a/net/corosync3/Makefile b/net/corosync3/Makefile
new file mode 100644
index 000000000000..4b2004798e33
--- /dev/null
+++ b/net/corosync3/Makefile
@@ -0,0 +1,13 @@
+# Created by: David Shane Holden <dpejesh@yahoo.com>
+# $FreeBSD$
+
+PORTVERSION= 2.99.2
+PKGNAMESUFFIX= 3
+
+.include "${.CURDIR}/../corosync2/Makefile.common"
+
+LIB_DEPENDS+= libknet.so:devel/kronosnet
+
+CONFLICTS= corosync2-[0-9]*
+
+.include <bsd.port.mk>
diff --git a/net/corosync3/distinfo b/net/corosync3/distinfo
new file mode 100644
index 000000000000..9fa90df49ab6
--- /dev/null
+++ b/net/corosync3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525106725
+SHA256 (corosync-2.99.2.tar.gz) = 4a15415d607362b74d969e191308afde7fcee2f9686eee385f9f2469c6c0ba56
+SIZE (corosync-2.99.2.tar.gz) = 1066270
diff --git a/net/corosync3/files/corosync-notifyd.in b/net/corosync3/files/corosync-notifyd.in
new file mode 100644
index 000000000000..22b03ca33b11
--- /dev/null
+++ b/net/corosync3/files/corosync-notifyd.in
@@ -0,0 +1,20 @@
+#!/bin/sh
+# $FreeBSD$
+
+# PROVIDE: corosync-notifyd
+# REQUIRE: LOGIN FILESYSTEMS
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="corosync_notifyd"
+rcvar="corosync_notifyd_enable"
+
+load_rc_config $name
+
+: ${corosync_notifyd_enable:=NO}
+
+command="%%PREFIX%%/sbin/corosync-notifyd"
+command_args="-l"
+
+run_rc_command "$1"
diff --git a/net/corosync3/files/corosync.in b/net/corosync3/files/corosync.in
new file mode 100644
index 000000000000..58e82ffa08fe
--- /dev/null
+++ b/net/corosync3/files/corosync.in
@@ -0,0 +1,27 @@
+#!/bin/sh
+# $FreeBSD$
+
+# PROVIDE: corosync
+# REQUIRE: LOGIN FILESYSTEMS
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="corosync"
+rcvar="corosync_enable"
+start_precmd="corosync_precmd"
+
+corosync_precmd()
+{
+ if [ `${SYSCTL_N} kern.ipc.maxsockbuf` -lt 18874368 ]; then
+ err 3 "sysctl:kern.ipc.maxsockbuf must be at least 18874368"
+ fi
+}
+
+load_rc_config $name
+
+: ${corosync_enable:=NO}
+
+command="%%PREFIX%%/sbin/corosync"
+
+run_rc_command "$1"
diff --git a/net/corosync3/pkg-descr b/net/corosync3/pkg-descr
new file mode 100644
index 000000000000..fb42632850f8
--- /dev/null
+++ b/net/corosync3/pkg-descr
@@ -0,0 +1,16 @@
+The Corosync Cluster Engine is a Group Communication System with additional
+features for implementing high availability within applications. The project
+provides four C Application Programming Interface features:
+
+* A closed process group communication model with virtual synchrony guarantees
+ for creating replicated state machines.
+* A simple availability manager that restarts the application process when it
+ has failed.
+* A configuration and statistics in-memory database that provide the ability
+ to set, retrieve, and receive change notifications of information.
+* A quorum system that notifies applications when quorum is achieved or lost.
+
+Corosync is used as a High Availability framework by projects such as Apache
+Qpid and Pacemaker.
+
+WWW: https://corosync.github.io/corosync/
diff --git a/net/corosync3/pkg-message b/net/corosync3/pkg-message
new file mode 100644
index 000000000000..4f22785ea3d9
--- /dev/null
+++ b/net/corosync3/pkg-message
@@ -0,0 +1,9 @@
+For correct operation, maximum socket buffer size must be tuned
+by performing the following command as root :
+
+# sysctl kern.ipc.maxsockbuf=18874368
+
+To preserve this setting across reboots, append the following
+to /etc/sysctl.conf :
+
+kern.ipc.maxsockbuf=18874368
diff --git a/net/corosync3/pkg-plist b/net/corosync3/pkg-plist
new file mode 100644
index 000000000000..d13b135eea60
--- /dev/null
+++ b/net/corosync3/pkg-plist
@@ -0,0 +1,255 @@
+bin/corosync-blackbox
+%%ETCDIR%%/corosync.conf.example
+%%ETCDIR%%/corosync.conf.example.udpu
+etc/logrotate.d/corosync
+include/corosync/cfg.h
+include/corosync/cmap.h
+include/corosync/corodefs.h
+include/corosync/corotypes.h
+include/corosync/cpg.h
+include/corosync/hdb.h
+include/corosync/quorum.h
+include/corosync/sam.h
+include/corosync/totem/totem.h
+include/corosync/totem/totemip.h
+include/corosync/totem/totempg.h
+include/corosync/totem/totemstats.h
+include/corosync/votequorum.h
+lib/libcfg.a
+lib/libcfg.so
+lib/libcfg.so.7
+lib/libcfg.so.7.0.0
+lib/libcmap.a
+lib/libcmap.so
+lib/libcmap.so.4
+lib/libcmap.so.4.1.0
+lib/libcorosync_common.a
+lib/libcorosync_common.so
+lib/libcorosync_common.so.4
+lib/libcorosync_common.so.4.0.0
+lib/libcpg.a
+lib/libcpg.so
+lib/libcpg.so.4
+lib/libcpg.so.4.1.0
+lib/libquorum.a
+lib/libquorum.so
+lib/libquorum.so.5
+lib/libquorum.so.5.0.0
+lib/libsam.a
+lib/libsam.so
+lib/libsam.so.4
+lib/libsam.so.4.4.0
+lib/libtotem_pg.a
+lib/libtotem_pg.so
+lib/libtotem_pg.so.5
+lib/libtotem_pg.so.5.0.0
+lib/libvotequorum.a
+lib/libvotequorum.so
+lib/libvotequorum.so.8
+lib/libvotequorum.so.8.0.0
+libdata/pkgconfig/corosync.pc
+libdata/pkgconfig/libcfg.pc
+libdata/pkgconfig/libcmap.pc
+libdata/pkgconfig/libcorosync_common.pc
+libdata/pkgconfig/libcpg.pc
+libdata/pkgconfig/libquorum.pc
+libdata/pkgconfig/libsam.pc
+libdata/pkgconfig/libtotem_pg.pc
+libdata/pkgconfig/libvotequorum.pc
+man/man3/cmap_context_get.3.gz
+man/man3/cmap_context_set.3.gz
+man/man3/cmap_dec.3.gz
+man/man3/cmap_delete.3.gz
+man/man3/cmap_dispatch.3.gz
+man/man3/cmap_fd_get.3.gz
+man/man3/cmap_finalize.3.gz
+man/man3/cmap_get.3.gz
+man/man3/cmap_inc.3.gz
+man/man3/cmap_initialize.3.gz
+man/man3/cmap_initialize_map.3.gz
+man/man3/cmap_iter_finalize.3.gz
+man/man3/cmap_iter_init.3.gz
+man/man3/cmap_iter_next.3.gz
+man/man3/cmap_overview.3.gz
+man/man3/cmap_set.3.gz
+man/man3/cmap_track_add.3.gz
+man/man3/cmap_track_delete.3.gz
+man/man3/cpg_context_get.3.gz
+man/man3/cpg_context_set.3.gz
+man/man3/cpg_dispatch.3.gz
+man/man3/cpg_fd_get.3.gz
+man/man3/cpg_finalize.3.gz
+man/man3/cpg_initialize.3.gz
+man/man3/cpg_iteration_finalize.3.gz
+man/man3/cpg_iteration_initialize.3.gz
+man/man3/cpg_iteration_next.3.gz
+man/man3/cpg_join.3.gz
+man/man3/cpg_leave.3.gz
+man/man3/cpg_local_get.3.gz
+man/man3/cpg_overview.3.gz
+man/man3/cpg_mcast_joined.3.gz
+man/man3/cpg_membership_get.3.gz
+man/man3/cpg_model_initialize.3.gz
+man/man3/cpg_zcb_alloc.3.gz
+man/man3/cpg_zcb_free.3.gz
+man/man3/cpg_zcb_mcast_joined.3.gz
+man/man3/quorum_context_get.3.gz
+man/man3/quorum_context_set.3.gz
+man/man3/quorum_dispatch.3.gz
+man/man3/quorum_fd_get.3.gz
+man/man3/quorum_finalize.3.gz
+man/man3/quorum_getquorate.3.gz
+man/man3/quorum_initialize.3.gz
+man/man3/quorum_overview.3.gz
+man/man3/quorum_trackstart.3.gz
+man/man3/quorum_trackstop.3.gz
+man/man3/sam_data_getsize.3.gz
+man/man3/sam_data_restore.3.gz
+man/man3/sam_data_store.3.gz
+man/man3/sam_finalize.3.gz
+man/man3/sam_hc_callback_register.3.gz
+man/man3/sam_hc_send.3.gz
+man/man3/sam_initialize.3.gz
+man/man3/sam_mark_failed.3.gz
+man/man3/sam_overview.3.gz
+man/man3/sam_register.3.gz
+man/man3/sam_start.3.gz
+man/man3/sam_stop.3.gz
+man/man3/sam_warn_signal_set.3.gz
+man/man3/votequorum_context_get.3.gz
+man/man3/votequorum_context_set.3.gz
+man/man3/votequorum_dispatch.3.gz
+man/man3/votequorum_fd_get.3.gz
+man/man3/votequorum_finalize.3.gz
+man/man3/votequorum_getinfo.3.gz
+man/man3/votequorum_initialize.3.gz
+man/man3/votequorum_overview.3.gz
+man/man3/votequorum_qdevice_master_wins.3.gz
+man/man3/votequorum_qdevice_poll.3.gz
+man/man3/votequorum_qdevice_register.3.gz
+man/man3/votequorum_qdevice_unregister.3.gz
+man/man3/votequorum_qdevice_update.3.gz
+man/man3/votequorum_setexpected.3.gz
+man/man3/votequorum_setvotes.3.gz
+man/man3/votequorum_trackstart.3.gz
+man/man3/votequorum_trackstop.3.gz
+man/man5/corosync.conf.5.gz
+man/man5/votequorum.5.gz
+man/man7/corosync_overview.7.gz
+man/man8/cmap_keys.8.gz
+man/man8/corosync-blackbox.8.gz
+man/man8/corosync-cfgtool.8.gz
+man/man8/corosync-cmapctl.8.gz
+man/man8/corosync-cpgtool.8.gz
+man/man8/corosync-keygen.8.gz
+man/man8/corosync-notifyd.8.gz
+man/man8/corosync-quorumtool.8.gz
+man/man8/corosync.8.gz
+sbin/corosync
+sbin/corosync-cfgtool
+sbin/corosync-cmapctl
+sbin/corosync-cpgtool
+sbin/corosync-keygen
+sbin/corosync-notifyd
+sbin/corosync-quorumtool
+%%SNMP%%share/snmp/mibs/COROSYNC-MIB.txt
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README.recovery
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_context_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_context_set.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_dec.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_delete.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_dispatch.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_fd_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_inc.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_initialize_map.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_iter_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_iter_init.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_iter_next.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_keys.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_overview.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_set.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_track_add.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmap_track_delete.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-blackbox.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-cfgtool.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-cmapctl.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-cpgtool.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-keygen.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-notifyd.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync-quorumtool.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync.8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync.conf.5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/corosync_overview.7.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_context_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_context_set.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_dispatch.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_fd_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_iteration_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_iteration_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_iteration_next.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_join.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_leave.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_local_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_mcast_joined.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_membership_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_model_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_overview.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_zcb_alloc.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_zcb_free.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cpg_zcb_mcast_joined.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_context_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_context_set.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_dispatch.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_fd_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_getquorate.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_overview.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_trackstart.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quorum_trackstop.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_data_getsize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_data_restore.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_data_store.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_hc_callback_register.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_hc_send.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_mark_failed.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_overview.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_register.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_start.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_stop.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sam_warn_signal_set.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum.5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_context_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_context_set.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_dispatch.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_fd_get.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_finalize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_getinfo.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_initialize.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_overview.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_master_wins.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_poll.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_register.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_unregister.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_update.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_setexpected.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_setvotes.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_trackstart.3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_trackstop.3.html
+%%DBUS%%etc/dbus-1/system.d/corosync-signals.conf
+@dir %%ETCDIR%%/service.d
+@dir %%ETCDIR%%/uidgid.d
+@dir /var/lib/corosync
+@dir /var/lib
+@dir /var/log/cluster
diff --git a/net/pacemaker/Makefile b/net/pacemaker/Makefile
deleted file mode 100644
index 8cd5a82e26ca..000000000000
--- a/net/pacemaker/Makefile
+++ /dev/null
@@ -1,97 +0,0 @@
-# Created by: dpejesh@yahoo.com
-# $FreeBSD$
-
-PORTNAME= pacemaker
-PORTVERSION= 1.1.16
-PORTREVISION= 2
-DISTVERSIONPREFIX= Pacemaker-
-CATEGORIES= net
-
-MAINTAINER= dpejesh@yahoo.com
-COMMENT= Scalable High-Availability cluster resource manager
-
-LICENSE= GPLv2
-
-BROKEN_armv6= fails to install: help2man: can't get '--help' info from pacemakerd
-
-BUILD_DEPENDS= bash:shells/bash \
- corosync:net/corosync \
- getopt>=0:misc/getopt
-LIB_DEPENDS= libgnutls.so:security/gnutls \
- libltdl.so:devel/libltdl \
- libqb.so.0:devel/libqb \
- libuuid.so:misc/e2fsprogs-libuuid \
- libxml2.so:textproc/libxml2 \
- libxslt.so:textproc/libxslt
-RUN_DEPENDS= bash:shells/bash \
- corosync:net/corosync \
- getopt>=0:misc/getopt \
- ocf-tester:net-mgmt/resource-agents
-
-CONFLICTS= heartbeat-[0-9]*
-
-USERS= hacluster
-GROUPS= haclient
-
-USE_GITHUB= yes
-GH_ACCOUNT= ClusterLabs
-
-USES= autoreconf gmake libtool pathfix pkgconfig python shebangfix
-USE_BINUTILS= yes
-USE_GNOME= glib20
-USE_LDCONFIG= yes
-USE_PYTHON= py3kplist
-USE_RC_SUBR= ${PORTNAME}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-fatal-warnings \
- --disable-hardening \
- --with-corosync \
- --without-heartbeat
-LDFLAGS+= -B${LOCALBASE}/bin
-INSTALL_TARGET= install-strip
-
-PATHFIX_MAKEFILEIN= Makefile.am
-
-SHEBANG_LANG= sh
-sh_OLD_CMD= ${SH}
-sh_CMD= ${LOCALBASE}/bin/bash
-SHEBANG_FILES= BasicSanity.sh \
- coverage.sh.in \
- cts/CTSlab.py \
- cts/cts \
- cts/lxc_autogen.sh.in \
- extra/resources/* \
- fencing/* \
- lrmd/* \
- mcp/* \
- pengine/regression.sh \
- tools/* \
- xml/*
-
-REPLACE_ARGS_OCF= -e 's,/usr/lib/ocf,${PREFIX}/lib/ocf,'
-REPLACE_ARGS_GETOPT= -e 's,getopt,${LOCALBASE}/bin/getopt,'
-
-OPTIONS_DEFINE= DBUS DOCS MANPAGES SNMP
-OPTIONS_DEFAULT=MANPAGES
-OPTIONS_SUB= yes
-
-DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
-DBUS_VARS_OFF= REPLACE_ARGS+="-e 's/HAVE_dbus=1/HAVE_dbus=0/'"
-
-DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc
-
-MANPAGES_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
- help2man:misc/help2man \
- xsltproc:textproc/libxslt
-
-SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
-SNMP_CONFIGURE_WITH= snmp
-
-post-patch:
- @${REINPLACE_CMD} ${REPLACE_ARGS_OCF} ${WRKSRC}/configure.ac
- @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_failcount
- @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_master
- @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_report.in
- @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_standby
-
-.include <bsd.port.mk>
diff --git a/net/pacemaker/distinfo b/net/pacemaker/distinfo
deleted file mode 100644
index d4fcb399735e..000000000000
--- a/net/pacemaker/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1495733591
-SHA256 (ClusterLabs-pacemaker-Pacemaker-1.1.16_GH0.tar.gz) = 6b4b5c3f8571f57e46246a09c59b2ecbf59591b610bb3c9515e9ca84c834c75a
-SIZE (ClusterLabs-pacemaker-Pacemaker-1.1.16_GH0.tar.gz) = 4897770
diff --git a/net/pacemaker1/Makefile b/net/pacemaker1/Makefile
new file mode 100644
index 000000000000..57570aae1a8b
--- /dev/null
+++ b/net/pacemaker1/Makefile
@@ -0,0 +1,32 @@
+
+# Created by: David Shane Holden <dpejesh@yahoo.com>
+# $FreeBSD$
+
+PORTVERSION= 1.1.18
+PKGNAMESUFFIX= 1
+
+.include "${.CURDIR}/Makefile.common"
+
+CONFLICTS+= pacemaker2-[0-9]*
+
+SHEBANG_FILES+= cts/cts \
+ cts/lxc_autogen.sh.in \
+ fencing/* \
+ lrmd/* \
+ mcp/* \
+ tools/* \
+ xml/* \
+ BasicSanity.sh \
+ coverage.sh.in \
+ cts/CTSlab.py \
+ pengine/regression.sh
+
+REPLACE_ARGS_GETOPT= -e 's,getopt,${LOCALBASE}/bin/getopt,'
+
+post-patch: post-patch-common
+ @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_failcount
+ @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_master
+ @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_report.in
+ @${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_standby
+
+.include <bsd.port.mk>
diff --git a/net/pacemaker1/Makefile.common b/net/pacemaker1/Makefile.common
new file mode 100644
index 000000000000..425d2447b6d4
--- /dev/null
+++ b/net/pacemaker1/Makefile.common
@@ -0,0 +1,92 @@
+# Created by: David Shane Holden <dpejesh@yahoo.com>
+# $FreeBSD$
+
+PORTNAME= pacemaker
+CATEGORIES= net
+
+MAINTAINER= dpejesh@yahoo.com
+COMMENT= Scalable High-Availability cluster resource manager
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= bash:shells/bash \
+ getopt>=0:misc/getopt
+LIB_DEPENDS= libgnutls.so:security/gnutls \
+ libltdl.so:devel/libltdl \
+ libqb.so.0:devel/libqb \
+ libuuid.so:misc/e2fsprogs-libuuid \
+ libxml2.so:textproc/libxml2 \
+ libxslt.so:textproc/libxslt
+RUN_DEPENDS= bash:shells/bash \
+ getopt>=0:misc/getopt \
+ ocf-tester:net-mgmt/resource-agents
+
+CONFLICTS= heartbeat-[0-9]*
+
+USERS= hacluster
+GROUPS= haclient
+
+USE_GITHUB= yes
+GH_ACCOUNT= ClusterLabs
+GH_PROJECT= pacemaker
+GH_TAGNAME= Pacemaker-${PORTVERSION}${DISTVERSIONSUFFIX}
+
+USES= autoreconf corosync gmake libtool ncurses:port pathfix pkgconfig python shebangfix
+USE_BINUTILS= yes
+USE_GNOME= glib20
+USE_LDCONFIG= yes
+USE_PYTHON= py3kplist
+USE_RC_SUBR= ${PORTNAME}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-fatal-warnings \
+ --disable-hardening \
+ --with-corosync \
+ --without-heartbeat
+CONFIGURE_ENV= BASH_PATH=${LOCALBASE}/bin/bash
+LDFLAGS+= -B${LOCALBASE}/bin
+
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
+
+PATHFIX_MAKEFILEIN= Makefile.am
+
+SHEBANG_LANG= sh
+sh_OLD_CMD= ${SH}
+sh_CMD= ${LOCALBASE}/bin/bash
+SHEBANG_FILES= extra/resources/*
+
+REPLACE_ARGS_OCF= -e 's,/usr/lib/ocf,${PREFIX}/lib/ocf,'
+
+OPTIONS_DEFINE= DBUS DOCS MANPAGES SNMP
+
+OPTIONS_DEFAULT= MANPAGES
+OPTIONS_SUB= yes
+
+DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
+DBUS_VARS_OFF= REPLACE_ARGS+="-e 's/HAVE_dbus=1/HAVE_dbus=0/'"
+
+DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc
+
+MANPAGES_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
+ help2man:misc/help2man \
+ xsltproc:textproc/libxslt
+
+SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
+SNMP_CONFIGURE_WITH= snmp
+SNMP_USES= ssl
+
+# python default version must be set to 2.7 to generate a
+# correct pkg-plist
+maintainer-plist: stage
+ @${MAKE} makeplist \
+ | ${SED} -e '/^\/you/d' \
+ -e '/^etc\/rc.d\/pacemaker/d' \
+ -e 's,^man,%%MANPAGES%%man,g' \
+ -e 's,%%PYTHON_PYOEXTENSION%%,pyo,g' \
+ -e 's,%%PYTHON_VER%%,2.7,g' \
+ -e 's,^@dir \/var\/lib\/pacemaker\/\(.*\),@dir(\,haclient\,770) \/var\/lib\/pacemaker\/\1,g' \
+ -e 's,^@dir \/var\/log\/pacemaker\(.*\),@dir(\,haclient\,770) \/var\/log\/pacemaker\1,g' \
+ > pkg-plist
+
+post-patch-common:
+ @${REINPLACE_CMD} ${REPLACE_ARGS_OCF} ${WRKSRC}/configure.ac
diff --git a/net/pacemaker1/distinfo b/net/pacemaker1/distinfo
new file mode 100644
index 000000000000..e93ceb11253f
--- /dev/null
+++ b/net/pacemaker1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526195102
+SHA256 (ClusterLabs-pacemaker-1.1.18-Pacemaker-1.1.18_GH0.tar.gz) = a71921c1e2a93c5bed6199fb41464a1cff887be515f4a0ffbc2c92bc98d233af
+SIZE (ClusterLabs-pacemaker-1.1.18-Pacemaker-1.1.18_GH0.tar.gz) = 5321212
diff --git a/net/pacemaker/files/pacemaker.in b/net/pacemaker1/files/pacemaker.in
index 80c1cb8f5ad7..0292844dd418 100644
--- a/net/pacemaker/files/pacemaker.in
+++ b/net/pacemaker1/files/pacemaker.in
@@ -23,6 +23,10 @@ command_args="-f -p ${pidfile} ${procname}"
pacemaker_precmd()
{
+ if [ `${SYSCTL_N} kern.ipc.maxsockbuf` -lt 18874368 ]; then
+ err 3 "sysctl:kern.ipc.maxsockbuf must be at least 18874368"
+ fi
+
export PATH="${PATH}:/usr/local/sbin:/usr/local/bin"
export PCMK_ipc_buffer=${pacemaker_ipc_buffer}
export PCMK_ipc_type=socket
diff --git a/net/pacemaker/files/patch-crmd_pengine.c b/net/pacemaker1/files/patch-crmd_pengine.c
index 0da0c14b30c0..0da0c14b30c0 100644
--- a/net/pacemaker/files/patch-crmd_pengine.c
+++ b/net/pacemaker1/files/patch-crmd_pengine.c
diff --git a/net/pacemaker/files/patch-lrmd_Makefile.am b/net/pacemaker1/files/patch-lrmd_Makefile.am
index 224b8e6864ae..224b8e6864ae 100644
--- a/net/pacemaker/files/patch-lrmd_Makefile.am
+++ b/net/pacemaker1/files/patch-lrmd_Makefile.am
diff --git a/net/pacemaker/files/patch-mcp_Makefile.am b/net/pacemaker1/files/patch-mcp_Makefile.am
index ba68fd6961dc..ba68fd6961dc 100644
--- a/net/pacemaker/files/patch-mcp_Makefile.am
+++ b/net/pacemaker1/files/patch-mcp_Makefile.am
diff --git a/net/pacemaker/pkg-descr b/net/pacemaker1/pkg-descr
index fb77fe5f67fc..fb77fe5f67fc 100644
--- a/net/pacemaker/pkg-descr
+++ b/net/pacemaker1/pkg-descr
diff --git a/net/pacemaker1/pkg-message b/net/pacemaker1/pkg-message
new file mode 100644
index 000000000000..7ab7c38612f9
--- /dev/null
+++ b/net/pacemaker1/pkg-message
@@ -0,0 +1,10 @@
+For correct operation, maximum socket buffer size must be tuned
+by performing the following command as root :
+
+# sysctl kern.ipc.maxsockbuf=18874368
+
+To preserve this setting across reboots, append the following
+to /etc/sysctl.conf :
+
+kern.ipc.maxsockbuf=18874368
+
diff --git a/net/pacemaker/pkg-plist b/net/pacemaker1/pkg-plist
index 8586fc1ef54e..0248324db602 100644
--- a/net/pacemaker/pkg-plist
+++ b/net/pacemaker1/pkg-plist
@@ -1,18 +1,4 @@
etc/logrotate.d/pacemaker
-lib/ocf/resource.d/.isolation/docker-wrapper
-lib/ocf/resource.d/pacemaker/ClusterMon
-lib/ocf/resource.d/pacemaker/Dummy
-lib/ocf/resource.d/pacemaker/HealthCPU
-lib/ocf/resource.d/pacemaker/HealthSMART
-lib/ocf/resource.d/pacemaker/Stateful
-lib/ocf/resource.d/pacemaker/SysInfo
-lib/ocf/resource.d/pacemaker/SystemHealth
-lib/ocf/resource.d/pacemaker/attribute
-lib/ocf/resource.d/pacemaker/controld
-lib/ocf/resource.d/pacemaker/o2cb
-lib/ocf/resource.d/pacemaker/ping
-lib/ocf/resource.d/pacemaker/pingd
-lib/ocf/resource.d/pacemaker/remote
include/pacemaker/crm/attrd.h
include/pacemaker/crm/cib.h
include/pacemaker/crm/cib/util.h
@@ -40,43 +26,58 @@ include/pacemaker/crm_config.h
lib/libcib.a
lib/libcib.so
lib/libcib.so.4
-lib/libcib.so.4.1.2
+lib/libcib.so.4.1.4
lib/libcrmcluster.a
lib/libcrmcluster.so
lib/libcrmcluster.so.4
-lib/libcrmcluster.so.4.2.1
+lib/libcrmcluster.so.4.3.1
lib/libcrmcommon.a
lib/libcrmcommon.so
lib/libcrmcommon.so.3
-lib/libcrmcommon.so.3.6.1
+lib/libcrmcommon.so.3.8.0
lib/libcrmservice.a
lib/libcrmservice.so
lib/libcrmservice.so.3
-lib/libcrmservice.so.3.1.2
+lib/libcrmservice.so.3.3.0
lib/liblrmd.a
lib/liblrmd.so
lib/liblrmd.so.1
-lib/liblrmd.so.1.3.1
+lib/liblrmd.so.1.5.0
lib/libpe_rules.a
lib/libpe_rules.so
lib/libpe_rules.so.2
-lib/libpe_rules.so.2.1.0
+lib/libpe_rules.so.2.3.0
lib/libpe_status.a
lib/libpe_status.so
lib/libpe_status.so.10
-lib/libpe_status.so.10.2.0
+lib/libpe_status.so.10.4.0
lib/libpengine.a
lib/libpengine.so
lib/libpengine.so.10
-lib/libpengine.so.10.2.0
+lib/libpengine.so.10.4.0
lib/libstonithd.a
lib/libstonithd.so
lib/libstonithd.so.2
-lib/libstonithd.so.2.2.2
+lib/libstonithd.so.2.2.4
lib/libtransitioner.a
lib/libtransitioner.so
lib/libtransitioner.so.2
-lib/libtransitioner.so.2.0.6
+lib/libtransitioner.so.2.1.0
+lib/ocf/resource.d/.isolation/docker-wrapper
+lib/ocf/resource.d/pacemaker/ClusterMon
+lib/ocf/resource.d/pacemaker/Dummy
+lib/ocf/resource.d/pacemaker/HealthCPU
+lib/ocf/resource.d/pacemaker/HealthSMART
+lib/ocf/resource.d/pacemaker/Stateful
+lib/ocf/resource.d/pacemaker/SysInfo
+lib/ocf/resource.d/pacemaker/SystemHealth
+lib/ocf/resource.d/pacemaker/attribute
+lib/ocf/resource.d/pacemaker/controld
+lib/ocf/resource.d/pacemaker/ifspeed
+lib/ocf/resource.d/pacemaker/o2cb
+lib/ocf/resource.d/pacemaker/ping
+lib/ocf/resource.d/pacemaker/pingd
+lib/ocf/resource.d/pacemaker/remote
%%PYTHON_SITELIBDIR%%/cts/CIB.py
%%PYTHON_SITELIBDIR%%/cts/CIB.pyc
%%PYTHON_SITELIBDIR%%/cts/CIB.pyo
@@ -149,6 +150,7 @@ libexec/pacemaker/stonithd
%%MANPAGES%%man/man7/ocf_pacemaker_SystemHealth.7.gz
%%MANPAGES%%man/man7/ocf_pacemaker_attribute.7.gz
%%MANPAGES%%man/man7/ocf_pacemaker_controld.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_ifspeed.7.gz
%%MANPAGES%%man/man7/ocf_pacemaker_o2cb.7.gz
%%MANPAGES%%man/man7/ocf_pacemaker_ping.7.gz
%%MANPAGES%%man/man7/ocf_pacemaker_pingd.7.gz
@@ -213,7 +215,9 @@ sbin/stonith_admin
%%PORTDOCS%%%%DOCSDIR%%/licenses/RevisedBSD
%%DATADIR%%/acls-1.2.rng
%%DATADIR%%/acls-2.0.rng
+%%DATADIR%%/alerts-2.10.rng
%%DATADIR%%/alerts-2.5.rng
+%%DATADIR%%/alerts-2.9.rng
%%DATADIR%%/alerts/alert_file.sh.sample
%%DATADIR%%/alerts/alert_smtp.sh.sample
%%DATADIR%%/alerts/alert_snmp.sh.sample
@@ -225,6 +229,7 @@ sbin/stonith_admin
%%DATADIR%%/constraints-2.2.rng
%%DATADIR%%/constraints-2.3.rng
%%DATADIR%%/constraints-2.6.rng
+%%DATADIR%%/constraints-2.9.rng
%%DATADIR%%/constraints-next.rng
%%DATADIR%%/crm-transitional.dtd
%%DATADIR%%/crm.dtd
@@ -234,7 +239,9 @@ sbin/stonith_admin
%%DATADIR%%/nodes-1.0.rng
%%DATADIR%%/nodes-1.2.rng
%%DATADIR%%/nodes-1.3.rng
+%%DATADIR%%/nodes-2.9.rng
%%DATADIR%%/nvset-1.3.rng
+%%DATADIR%%/nvset-2.9.rng
%%DATADIR%%/nvset.rng
%%DATADIR%%/options-1.0.rng
%%DATADIR%%/pacemaker-1.0.rng
@@ -242,11 +249,15 @@ sbin/stonith_admin
%%DATADIR%%/pacemaker-1.3.rng
%%DATADIR%%/pacemaker-2.0.rng
%%DATADIR%%/pacemaker-2.1.rng
+%%DATADIR%%/pacemaker-2.10.rng
%%DATADIR%%/pacemaker-2.2.rng
%%DATADIR%%/pacemaker-2.3.rng
%%DATADIR%%/pacemaker-2.4.rng
%%DATADIR%%/pacemaker-2.5.rng
%%DATADIR%%/pacemaker-2.6.rng
+%%DATADIR%%/pacemaker-2.7.rng
+%%DATADIR%%/pacemaker-2.8.rng
+%%DATADIR%%/pacemaker-2.9.rng
%%DATADIR%%/pacemaker-next.rng
%%DATADIR%%/pacemaker.rng
%%DATADIR%%/report.collector
@@ -254,6 +265,11 @@ sbin/stonith_admin
%%DATADIR%%/resources-1.0.rng
%%DATADIR%%/resources-1.2.rng
%%DATADIR%%/resources-1.3.rng
+%%DATADIR%%/resources-2.10.rng
+%%DATADIR%%/resources-2.7.rng
+%%DATADIR%%/resources-2.8.rng
+%%DATADIR%%/resources-2.9.rng
+%%DATADIR%%/rule-2.9.rng
%%DATADIR%%/rule.rng
%%DATADIR%%/score.rng
%%DATADIR%%/status-1.0.rng
@@ -855,6 +871,81 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/bug-suse-707150.scores
%%DATADIR%%/tests/pengine/test10/bug-suse-707150.summary
%%DATADIR%%/tests/pengine/test10/bug-suse-707150.xml
+%%DATADIR%%/tests/pengine/test10/bundle-nested-colocation.dot
+%%DATADIR%%/tests/pengine/test10/bundle-nested-colocation.exp
+%%DATADIR%%/tests/pengine/test10/bundle-nested-colocation.scores
+%%DATADIR%%/tests/pengine/test10/bundle-nested-colocation.summary
+%%DATADIR%%/tests/pengine/test10/bundle-nested-colocation.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-fencing.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-fencing.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-fencing.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-fencing.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-fencing.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start-2.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start-2.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start-2.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start-2.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start-2.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-start.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-stop.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-stop.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-stop.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-stop.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial-stop.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-partial.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone-2.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone-2.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone-2.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone-2.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone-2.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup-clone.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-startup.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.xml
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop.dot
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop.exp
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop.scores
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop.summary
+%%DATADIR%%/tests/pengine/test10/bundle-order-stop.xml
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.dot
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.exp
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.scores
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.summary
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.xml
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-2.dot
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-2.exp
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-2.scores
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-2.summary
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-2.xml
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-3.dot
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-3.exp
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-3.scores
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-3.summary
+%%DATADIR%%/tests/pengine/test10/bundle-probe-order-3.xml
+%%DATADIR%%/tests/pengine/test10/bundle-probe-remotes.dot
+%%DATADIR%%/tests/pengine/test10/bundle-probe-remotes.exp
+%%DATADIR%%/tests/pengine/test10/bundle-probe-remotes.scores
+%%DATADIR%%/tests/pengine/test10/bundle-probe-remotes.summary
+%%DATADIR%%/tests/pengine/test10/bundle-probe-remotes.xml
%%DATADIR%%/tests/pengine/test10/clone-anon-dup.dot
%%DATADIR%%/tests/pengine/test10/clone-anon-dup.exp
%%DATADIR%%/tests/pengine/test10/clone-anon-dup.scores
@@ -1340,6 +1431,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/group9.scores
%%DATADIR%%/tests/pengine/test10/group9.summary
%%DATADIR%%/tests/pengine/test10/group9.xml
+%%DATADIR%%/tests/pengine/test10/guest-node-host-dies.dot
+%%DATADIR%%/tests/pengine/test10/guest-node-host-dies.exp
+%%DATADIR%%/tests/pengine/test10/guest-node-host-dies.scores
+%%DATADIR%%/tests/pengine/test10/guest-node-host-dies.summary
+%%DATADIR%%/tests/pengine/test10/guest-node-host-dies.xml
%%DATADIR%%/tests/pengine/test10/history-1.dot
%%DATADIR%%/tests/pengine/test10/history-1.exp
%%DATADIR%%/tests/pengine/test10/history-1.scores
@@ -1700,6 +1796,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/master-role.scores
%%DATADIR%%/tests/pengine/test10/master-role.summary
%%DATADIR%%/tests/pengine/test10/master-role.xml
+%%DATADIR%%/tests/pengine/test10/master-score-startup.dot
+%%DATADIR%%/tests/pengine/test10/master-score-startup.exp
+%%DATADIR%%/tests/pengine/test10/master-score-startup.scores
+%%DATADIR%%/tests/pengine/test10/master-score-startup.summary
+%%DATADIR%%/tests/pengine/test10/master-score-startup.xml
%%DATADIR%%/tests/pengine/test10/master-stop.dot
%%DATADIR%%/tests/pengine/test10/master-stop.exp
%%DATADIR%%/tests/pengine/test10/master-stop.scores
@@ -1855,6 +1956,16 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/migrate-success.scores
%%DATADIR%%/tests/pengine/test10/migrate-success.summary
%%DATADIR%%/tests/pengine/test10/migrate-success.xml
+%%DATADIR%%/tests/pengine/test10/migrate-versioned.dot
+%%DATADIR%%/tests/pengine/test10/migrate-versioned.exp
+%%DATADIR%%/tests/pengine/test10/migrate-versioned.scores
+%%DATADIR%%/tests/pengine/test10/migrate-versioned.summary
+%%DATADIR%%/tests/pengine/test10/migrate-versioned.xml
+%%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.dot
+%%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.exp
+%%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.scores
+%%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.summary
+%%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.xml
%%DATADIR%%/tests/pengine/test10/minimal.dot
%%DATADIR%%/tests/pengine/test10/minimal.exp
%%DATADIR%%/tests/pengine/test10/minimal.scores
@@ -2000,6 +2111,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/obsolete-lrm-resource.scores
%%DATADIR%%/tests/pengine/test10/obsolete-lrm-resource.summary
%%DATADIR%%/tests/pengine/test10/obsolete-lrm-resource.xml
+%%DATADIR%%/tests/pengine/test10/on-fail-ignore.dot
+%%DATADIR%%/tests/pengine/test10/on-fail-ignore.exp
+%%DATADIR%%/tests/pengine/test10/on-fail-ignore.scores
+%%DATADIR%%/tests/pengine/test10/on-fail-ignore.summary
+%%DATADIR%%/tests/pengine/test10/on-fail-ignore.xml
%%DATADIR%%/tests/pengine/test10/one-or-more-0.dot
%%DATADIR%%/tests/pengine/test10/one-or-more-0.exp
%%DATADIR%%/tests/pengine/test10/one-or-more-0.scores
@@ -2040,11 +2156,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/one-or-more-7.scores
%%DATADIR%%/tests/pengine/test10/one-or-more-7.summary
%%DATADIR%%/tests/pengine/test10/one-or-more-7.xml
-%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnnable-instances.dot
-%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnnable-instances.exp
-%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnnable-instances.scores
-%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnnable-instances.summary
-%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnnable-instances.xml
+%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnable-instances.dot
+%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnable-instances.exp
+%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnable-instances.scores
+%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnable-instances.summary
+%%DATADIR%%/tests/pengine/test10/one-or-more-unrunnable-instances.xml
%%DATADIR%%/tests/pengine/test10/order-clone.dot
%%DATADIR%%/tests/pengine/test10/order-clone.exp
%%DATADIR%%/tests/pengine/test10/order-clone.scores
@@ -2201,6 +2317,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/per-node-attrs.scores
%%DATADIR%%/tests/pengine/test10/per-node-attrs.summary
%%DATADIR%%/tests/pengine/test10/per-node-attrs.xml
+%%DATADIR%%/tests/pengine/test10/per-op-failcount.dot
+%%DATADIR%%/tests/pengine/test10/per-op-failcount.exp
+%%DATADIR%%/tests/pengine/test10/per-op-failcount.scores
+%%DATADIR%%/tests/pengine/test10/per-op-failcount.summary
+%%DATADIR%%/tests/pengine/test10/per-op-failcount.xml
%%DATADIR%%/tests/pengine/test10/placement-capacity.dot
%%DATADIR%%/tests/pengine/test10/placement-capacity.exp
%%DATADIR%%/tests/pengine/test10/placement-capacity.scores
@@ -2281,6 +2402,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/quorum-6.scores
%%DATADIR%%/tests/pengine/test10/quorum-6.summary
%%DATADIR%%/tests/pengine/test10/quorum-6.xml
+%%DATADIR%%/tests/pengine/test10/rebalance-unique-clones.dot
+%%DATADIR%%/tests/pengine/test10/rebalance-unique-clones.exp
+%%DATADIR%%/tests/pengine/test10/rebalance-unique-clones.scores
+%%DATADIR%%/tests/pengine/test10/rebalance-unique-clones.summary
+%%DATADIR%%/tests/pengine/test10/rebalance-unique-clones.xml
%%DATADIR%%/tests/pengine/test10/rec-node-1.dot
%%DATADIR%%/tests/pengine/test10/rec-node-1.exp
%%DATADIR%%/tests/pengine/test10/rec-node-1.scores
@@ -2406,6 +2532,21 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/rec-rsc-9.scores
%%DATADIR%%/tests/pengine/test10/rec-rsc-9.summary
%%DATADIR%%/tests/pengine/test10/rec-rsc-9.xml
+%%DATADIR%%/tests/pengine/test10/reload-becomes-restart.dot
+%%DATADIR%%/tests/pengine/test10/reload-becomes-restart.exp
+%%DATADIR%%/tests/pengine/test10/reload-becomes-restart.scores
+%%DATADIR%%/tests/pengine/test10/reload-becomes-restart.summary
+%%DATADIR%%/tests/pengine/test10/reload-becomes-restart.xml
+%%DATADIR%%/tests/pengine/test10/reload-versioned.dot
+%%DATADIR%%/tests/pengine/test10/reload-versioned.exp
+%%DATADIR%%/tests/pengine/test10/reload-versioned.scores
+%%DATADIR%%/tests/pengine/test10/reload-versioned.summary
+%%DATADIR%%/tests/pengine/test10/reload-versioned.xml
+%%DATADIR%%/tests/pengine/test10/remote-connection-unrecoverable.dot
+%%DATADIR%%/tests/pengine/test10/remote-connection-unrecoverable.exp
+%%DATADIR%%/tests/pengine/test10/remote-connection-unrecoverable.scores
+%%DATADIR%%/tests/pengine/test10/remote-connection-unrecoverable.summary
+%%DATADIR%%/tests/pengine/test10/remote-connection-unrecoverable.xml
%%DATADIR%%/tests/pengine/test10/remote-disable.dot
%%DATADIR%%/tests/pengine/test10/remote-disable.exp
%%DATADIR%%/tests/pengine/test10/remote-disable.scores
@@ -2416,6 +2557,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/remote-fence-before-reconnect.scores
%%DATADIR%%/tests/pengine/test10/remote-fence-before-reconnect.summary
%%DATADIR%%/tests/pengine/test10/remote-fence-before-reconnect.xml
+%%DATADIR%%/tests/pengine/test10/remote-fence-unclean-3.dot
+%%DATADIR%%/tests/pengine/test10/remote-fence-unclean-3.exp
+%%DATADIR%%/tests/pengine/test10/remote-fence-unclean-3.scores
+%%DATADIR%%/tests/pengine/test10/remote-fence-unclean-3.summary
+%%DATADIR%%/tests/pengine/test10/remote-fence-unclean-3.xml
%%DATADIR%%/tests/pengine/test10/remote-fence-unclean.dot
%%DATADIR%%/tests/pengine/test10/remote-fence-unclean.exp
%%DATADIR%%/tests/pengine/test10/remote-fence-unclean.scores
@@ -2451,16 +2597,51 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/remote-partial-migrate2.scores
%%DATADIR%%/tests/pengine/test10/remote-partial-migrate2.summary
%%DATADIR%%/tests/pengine/test10/remote-partial-migrate2.xml
+%%DATADIR%%/tests/pengine/test10/remote-probe-disable.dot
+%%DATADIR%%/tests/pengine/test10/remote-probe-disable.exp
+%%DATADIR%%/tests/pengine/test10/remote-probe-disable.scores
+%%DATADIR%%/tests/pengine/test10/remote-probe-disable.summary
+%%DATADIR%%/tests/pengine/test10/remote-probe-disable.xml
+%%DATADIR%%/tests/pengine/test10/remote-reconnect-delay.dot
+%%DATADIR%%/tests/pengine/test10/remote-reconnect-delay.exp
+%%DATADIR%%/tests/pengine/test10/remote-reconnect-delay.scores
+%%DATADIR%%/tests/pengine/test10/remote-reconnect-delay.summary
+%%DATADIR%%/tests/pengine/test10/remote-reconnect-delay.xml
+%%DATADIR%%/tests/pengine/test10/remote-recover-all.dot
+%%DATADIR%%/tests/pengine/test10/remote-recover-all.exp
+%%DATADIR%%/tests/pengine/test10/remote-recover-all.scores
+%%DATADIR%%/tests/pengine/test10/remote-recover-all.summary
+%%DATADIR%%/tests/pengine/test10/remote-recover-all.xml
+%%DATADIR%%/tests/pengine/test10/remote-recover-connection.dot
+%%DATADIR%%/tests/pengine/test10/remote-recover-connection.exp
+%%DATADIR%%/tests/pengine/test10/remote-recover-connection.scores
+%%DATADIR%%/tests/pengine/test10/remote-recover-connection.summary
+%%DATADIR%%/tests/pengine/test10/remote-recover-connection.xml
%%DATADIR%%/tests/pengine/test10/remote-recover-fail.dot
%%DATADIR%%/tests/pengine/test10/remote-recover-fail.exp
%%DATADIR%%/tests/pengine/test10/remote-recover-fail.scores
%%DATADIR%%/tests/pengine/test10/remote-recover-fail.summary
%%DATADIR%%/tests/pengine/test10/remote-recover-fail.xml
+%%DATADIR%%/tests/pengine/test10/remote-recover-no-resources.dot
+%%DATADIR%%/tests/pengine/test10/remote-recover-no-resources.exp
+%%DATADIR%%/tests/pengine/test10/remote-recover-no-resources.scores
+%%DATADIR%%/tests/pengine/test10/remote-recover-no-resources.summary
+%%DATADIR%%/tests/pengine/test10/remote-recover-no-resources.xml
+%%DATADIR%%/tests/pengine/test10/remote-recover-unknown.dot
+%%DATADIR%%/tests/pengine/test10/remote-recover-unknown.exp
+%%DATADIR%%/tests/pengine/test10/remote-recover-unknown.scores
+%%DATADIR%%/tests/pengine/test10/remote-recover-unknown.summary
+%%DATADIR%%/tests/pengine/test10/remote-recover-unknown.xml
%%DATADIR%%/tests/pengine/test10/remote-recover.dot
%%DATADIR%%/tests/pengine/test10/remote-recover.exp
%%DATADIR%%/tests/pengine/test10/remote-recover.scores
%%DATADIR%%/tests/pengine/test10/remote-recover.summary
%%DATADIR%%/tests/pengine/test10/remote-recover.xml
+%%DATADIR%%/tests/pengine/test10/remote-recovery.dot
+%%DATADIR%%/tests/pengine/test10/remote-recovery.exp
+%%DATADIR%%/tests/pengine/test10/remote-recovery.scores
+%%DATADIR%%/tests/pengine/test10/remote-recovery.summary
+%%DATADIR%%/tests/pengine/test10/remote-recovery.xml
%%DATADIR%%/tests/pengine/test10/remote-stale-node-entry.dot
%%DATADIR%%/tests/pengine/test10/remote-stale-node-entry.exp
%%DATADIR%%/tests/pengine/test10/remote-stale-node-entry.scores
@@ -2496,6 +2677,11 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/resource-discovery.scores
%%DATADIR%%/tests/pengine/test10/resource-discovery.summary
%%DATADIR%%/tests/pengine/test10/resource-discovery.xml
+%%DATADIR%%/tests/pengine/test10/restart-versioned.dot
+%%DATADIR%%/tests/pengine/test10/restart-versioned.exp
+%%DATADIR%%/tests/pengine/test10/restart-versioned.scores
+%%DATADIR%%/tests/pengine/test10/restart-versioned.summary
+%%DATADIR%%/tests/pengine/test10/restart-versioned.xml
%%DATADIR%%/tests/pengine/test10/rsc-discovery-per-node.dot
%%DATADIR%%/tests/pengine/test10/rsc-discovery-per-node.exp
%%DATADIR%%/tests/pengine/test10/rsc-discovery-per-node.scores
@@ -2791,6 +2977,26 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/stopped-monitor-31.scores
%%DATADIR%%/tests/pengine/test10/stopped-monitor-31.summary
%%DATADIR%%/tests/pengine/test10/stopped-monitor-31.xml
+%%DATADIR%%/tests/pengine/test10/suicide-needed-inquorate.dot
+%%DATADIR%%/tests/pengine/test10/suicide-needed-inquorate.exp
+%%DATADIR%%/tests/pengine/test10/suicide-needed-inquorate.scores
+%%DATADIR%%/tests/pengine/test10/suicide-needed-inquorate.summary
+%%DATADIR%%/tests/pengine/test10/suicide-needed-inquorate.xml
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-initial-quorum.dot
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-initial-quorum.exp
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-initial-quorum.scores
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-initial-quorum.summary
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-initial-quorum.xml
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-never-quorate.dot
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-never-quorate.exp
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-never-quorate.scores
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-never-quorate.summary
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-never-quorate.xml
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-quorate.dot
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-quorate.exp
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-quorate.scores
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-quorate.summary
+%%DATADIR%%/tests/pengine/test10/suicide-not-needed-quorate.xml
%%DATADIR%%/tests/pengine/test10/systemhealth1.dot
%%DATADIR%%/tests/pengine/test10/systemhealth1.exp
%%DATADIR%%/tests/pengine/test10/systemhealth1.scores
@@ -3626,6 +3832,31 @@ sbin/stonith_admin
%%DATADIR%%/tests/pengine/test10/utilization.scores
%%DATADIR%%/tests/pengine/test10/utilization.summary
%%DATADIR%%/tests/pengine/test10/utilization.xml
+%%DATADIR%%/tests/pengine/test10/versioned-operations-1.dot
+%%DATADIR%%/tests/pengine/test10/versioned-operations-1.exp
+%%DATADIR%%/tests/pengine/test10/versioned-operations-1.scores
+%%DATADIR%%/tests/pengine/test10/versioned-operations-1.summary
+%%DATADIR%%/tests/pengine/test10/versioned-operations-1.xml
+%%DATADIR%%/tests/pengine/test10/versioned-operations-2.dot
+%%DATADIR%%/tests/pengine/test10/versioned-operations-2.exp
+%%DATADIR%%/tests/pengine/test10/versioned-operations-2.scores
+%%DATADIR%%/tests/pengine/test10/versioned-operations-2.summary
+%%DATADIR%%/tests/pengine/test10/versioned-operations-2.xml
+%%DATADIR%%/tests/pengine/test10/versioned-operations-3.dot
+%%DATADIR%%/tests/pengine/test10/versioned-operations-3.exp
+%%DATADIR%%/tests/pengine/test10/versioned-operations-3.scores
+%%DATADIR%%/tests/pengine/test10/versioned-operations-3.summary
+%%DATADIR%%/tests/pengine/test10/versioned-operations-3.xml
+%%DATADIR%%/tests/pengine/test10/versioned-operations-4.dot
+%%DATADIR%%/tests/pengine/test10/versioned-operations-4.exp
+%%DATADIR%%/tests/pengine/test10/versioned-operations-4.scores
+%%DATADIR%%/tests/pengine/test10/versioned-operations-4.summary
+%%DATADIR%%/tests/pengine/test10/versioned-operations-4.xml
+%%DATADIR%%/tests/pengine/test10/versioned-resources.dot
+%%DATADIR%%/tests/pengine/test10/versioned-resources.exp
+%%DATADIR%%/tests/pengine/test10/versioned-resources.scores
+%%DATADIR%%/tests/pengine/test10/versioned-resources.summary
+%%DATADIR%%/tests/pengine/test10/versioned-resources.xml
%%DATADIR%%/tests/pengine/test10/whitebox-asymmetric.dot
%%DATADIR%%/tests/pengine/test10/whitebox-asymmetric.exp
%%DATADIR%%/tests/pengine/test10/whitebox-asymmetric.scores
@@ -3706,9 +3937,9 @@ sbin/stonith_admin
%%DATADIR%%/upgrade06.xsl
%%DATADIR%%/versions.rng
share/snmp/mibs/PCMK-MIB.txt
-@dir /var/lib/pacemaker/blackbox
-@dir /var/lib/pacemaker/cib
-@dir /var/lib/pacemaker/cores
-@dir /var/lib/pacemaker/pengine
+@dir(,haclient,770) /var/lib/pacemaker/blackbox
+@dir(,haclient,770) /var/lib/pacemaker/cib
+@dir(,haclient,770) /var/lib/pacemaker/cores
+@dir(,haclient,770) /var/lib/pacemaker/pengine
@dir /var/lib/pacemaker
@dir /var/lib
diff --git a/net/pacemaker2/Makefile b/net/pacemaker2/Makefile
new file mode 100644
index 000000000000..f25a5af3d477
--- /dev/null
+++ b/net/pacemaker2/Makefile
@@ -0,0 +1,14 @@
+# Created by: David Shane Holden <dpejesh@yahoo.com>
+# $FreeBSD$
+
+PORTVERSION= 2.0.0
+DISTVERSIONSUFFIX= -rc4
+PKGNAMESUFFIX= 2
+
+.include "${.CURDIR}/../pacemaker1/Makefile.common"
+
+CONFLICTS+= pacemaker1-[0-9]*
+
+post-patch: post-patch-common
+
+.include <bsd.port.mk>
diff --git a/net/pacemaker2/distinfo b/net/pacemaker2/distinfo
new file mode 100644
index 000000000000..d858691938b1
--- /dev/null
+++ b/net/pacemaker2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526411757
+SHA256 (ClusterLabs-pacemaker-2.0.0-rc4-Pacemaker-2.0.0-rc4_GH0.tar.gz) = ed7382f725cc8e5c751831d080f4c219185944c58af505be61aef8350f92841e
+SIZE (ClusterLabs-pacemaker-2.0.0-rc4-Pacemaker-2.0.0-rc4_GH0.tar.gz) = 5260030
diff --git a/net/pacemaker2/files/pacemaker.in b/net/pacemaker2/files/pacemaker.in
new file mode 100644
index 000000000000..0292844dd418
--- /dev/null
+++ b/net/pacemaker2/files/pacemaker.in
@@ -0,0 +1,35 @@
+#!/bin/sh
+# $FreeBSD$
+
+# PROVIDE: pacemaker
+# REQUIRE: corosync
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="pacemaker"
+rcvar="pacemaker_enable"
+start_precmd="pacemaker_precmd"
+
+load_rc_config $name
+
+: ${pacemaker_enable:=NO}
+: ${pacemaker_ipc_buffer:=0}
+
+pidfile="/var/run/pacemakerd.pid"
+procname="%%PREFIX%%/sbin/pacemakerd"
+command="/usr/sbin/daemon"
+command_args="-f -p ${pidfile} ${procname}"
+
+pacemaker_precmd()
+{
+ if [ `${SYSCTL_N} kern.ipc.maxsockbuf` -lt 18874368 ]; then
+ err 3 "sysctl:kern.ipc.maxsockbuf must be at least 18874368"
+ fi
+
+ export PATH="${PATH}:/usr/local/sbin:/usr/local/bin"
+ export PCMK_ipc_buffer=${pacemaker_ipc_buffer}
+ export PCMK_ipc_type=socket
+}
+
+run_rc_command "$1"
diff --git a/net/pacemaker2/files/patch-daemons_execd_Makefile.am b/net/pacemaker2/files/patch-daemons_execd_Makefile.am
new file mode 100644
index 000000000000..052f3c15187b
--- /dev/null
+++ b/net/pacemaker2/files/patch-daemons_execd_Makefile.am
@@ -0,0 +1,11 @@
+--- daemons/execd/Makefile.am.orig 2018-05-01 12:13:29 UTC
++++ daemons/execd/Makefile.am
+@@ -11,8 +11,6 @@ halibdir = $(CRM_DAEMON_DIR)
+
+ halib_PROGRAMS = pacemaker-execd cts-exec-helper
+
+-initdir = $(INITDIR)
+-init_SCRIPTS = pacemaker_remote
+ sbin_PROGRAMS = pacemaker-remoted
+
+ if BUILD_SYSTEMD
diff --git a/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am b/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am
new file mode 100644
index 000000000000..a7414da4f8ae
--- /dev/null
+++ b/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am
@@ -0,0 +1,11 @@
+--- daemons/pacemakerd/Makefile.am.orig 2018-05-01 12:13:51 UTC
++++ daemons/pacemakerd/Makefile.am
+@@ -9,8 +9,6 @@ include $(top_srcdir)/Makefile.common
+
+ if BUILD_CS_SUPPORT
+
+-initdir = $(INITDIR)
+-init_SCRIPTS = pacemaker
+ sbin_PROGRAMS = pacemakerd
+
+ if BUILD_SYSTEMD
diff --git a/net/pacemaker2/pkg-descr b/net/pacemaker2/pkg-descr
new file mode 100644
index 000000000000..fb77fe5f67fc
--- /dev/null
+++ b/net/pacemaker2/pkg-descr
@@ -0,0 +1,9 @@
+Pacemaker is an advanced, scalable High-Availability cluster resource manager
+for Linux-HA (Heartbeat) and/or Corosync.
+
+It supports "n-node" clusters with significant capabilities for managing
+resources and dependencies.
+
+It will run scripts at initialization, when machines go up or down, when
+related resources fail and can be configured to periodically check resource
+health.
diff --git a/net/pacemaker2/pkg-message b/net/pacemaker2/pkg-message
new file mode 100644
index 000000000000..4f22785ea3d9
--- /dev/null
+++ b/net/pacemaker2/pkg-message
@@ -0,0 +1,9 @@
+For correct operation, maximum socket buffer size must be tuned
+by performing the following command as root :
+
+# sysctl kern.ipc.maxsockbuf=18874368
+
+To preserve this setting across reboots, append the following
+to /etc/sysctl.conf :
+
+kern.ipc.maxsockbuf=18874368
diff --git a/net/pacemaker2/pkg-plist b/net/pacemaker2/pkg-plist
new file mode 100644
index 000000000000..e028a23f9bf1
--- /dev/null
+++ b/net/pacemaker2/pkg-plist
@@ -0,0 +1,3984 @@
+etc/logrotate.d/pacemaker
+include/pacemaker/crm/attrd.h
+include/pacemaker/crm/cib.h
+include/pacemaker/crm/cib/util.h
+include/pacemaker/crm/cluster.h
+include/pacemaker/crm/common/ipc.h
+include/pacemaker/crm/common/iso8601.h
+include/pacemaker/crm/common/logging.h
+include/pacemaker/crm/common/mainloop.h
+include/pacemaker/crm/common/results.h
+include/pacemaker/crm/common/util.h
+include/pacemaker/crm/common/xml.h
+include/pacemaker/crm/compatibility.h
+include/pacemaker/crm/crm.h
+include/pacemaker/crm/lrmd.h
+include/pacemaker/crm/msg_xml.h
+include/pacemaker/crm/pengine/common.h
+include/pacemaker/crm/pengine/complex.h
+include/pacemaker/crm/pengine/remote.h
+include/pacemaker/crm/pengine/rules.h
+include/pacemaker/crm/pengine/status.h
+include/pacemaker/crm/services.h
+include/pacemaker/crm/stonith-ng.h
+include/pacemaker/crm/transition.h
+include/pacemaker/crm_config.h
+lib/libcib.a
+lib/libcib.so
+lib/libcib.so.7
+lib/libcib.so.7.0.1
+lib/libcrmcluster.a
+lib/libcrmcluster.so
+lib/libcrmcluster.so.9
+lib/libcrmcluster.so.9.0.1
+lib/libcrmcommon.a
+lib/libcrmcommon.so
+lib/libcrmcommon.so.13
+lib/libcrmcommon.so.13.1.0
+lib/libcrmservice.a
+lib/libcrmservice.so
+lib/libcrmservice.so.8
+lib/libcrmservice.so.8.0.1
+lib/liblrmd.a
+lib/liblrmd.so
+lib/liblrmd.so.8
+lib/liblrmd.so.8.0.1
+lib/libpe_rules.a
+lib/libpe_rules.so
+lib/libpe_rules.so.2
+lib/libpe_rules.so.2.4.1
+lib/libpe_status.a
+lib/libpe_status.so
+lib/libpe_status.so.17
+lib/libpe_status.so.17.0.0
+lib/libpengine.a
+lib/libpengine.so
+lib/libpengine.so.17
+lib/libpengine.so.17.0.0
+lib/libstonithd.a
+lib/libstonithd.so
+lib/libstonithd.so.6
+lib/libstonithd.so.6.0.1
+lib/libtransitioner.a
+lib/libtransitioner.so
+lib/libtransitioner.so.5
+lib/libtransitioner.so.5.0.0
+lib/ocf/resource.d/pacemaker/ClusterMon
+lib/ocf/resource.d/pacemaker/Dummy
+lib/ocf/resource.d/pacemaker/HealthCPU
+lib/ocf/resource.d/pacemaker/HealthSMART
+lib/ocf/resource.d/pacemaker/Stateful
+lib/ocf/resource.d/pacemaker/SysInfo
+lib/ocf/resource.d/pacemaker/SystemHealth
+lib/ocf/resource.d/pacemaker/attribute
+lib/ocf/resource.d/pacemaker/controld
+lib/ocf/resource.d/pacemaker/ifspeed
+lib/ocf/resource.d/pacemaker/o2cb
+lib/ocf/resource.d/pacemaker/ping
+lib/ocf/resource.d/pacemaker/pingd
+lib/ocf/resource.d/pacemaker/remote
+%%PYTHON_SITELIBDIR%%/cts/CIB.py
+%%PYTHON_SITELIBDIR%%/cts/CIB.pyc
+%%PYTHON_SITELIBDIR%%/cts/CIB.pyo
+%%PYTHON_SITELIBDIR%%/cts/CM_common.py
+%%PYTHON_SITELIBDIR%%/cts/CM_common.pyc
+%%PYTHON_SITELIBDIR%%/cts/CM_common.pyo
+%%PYTHON_SITELIBDIR%%/cts/CM_corosync.py
+%%PYTHON_SITELIBDIR%%/cts/CM_corosync.pyc
+%%PYTHON_SITELIBDIR%%/cts/CM_corosync.pyo
+%%PYTHON_SITELIBDIR%%/cts/CTS.py
+%%PYTHON_SITELIBDIR%%/cts/CTS.pyc
+%%PYTHON_SITELIBDIR%%/cts/CTS.pyo
+%%PYTHON_SITELIBDIR%%/cts/CTSaudits.py
+%%PYTHON_SITELIBDIR%%/cts/CTSaudits.pyc
+%%PYTHON_SITELIBDIR%%/cts/CTSaudits.pyo
+%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.py
+%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.pyc
+%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.pyo
+%%PYTHON_SITELIBDIR%%/cts/CTStests.py
+%%PYTHON_SITELIBDIR%%/cts/CTStests.pyc
+%%PYTHON_SITELIBDIR%%/cts/CTStests.pyo
+%%PYTHON_SITELIBDIR%%/cts/CTSvars.py
+%%PYTHON_SITELIBDIR%%/cts/CTSvars.pyc
+%%PYTHON_SITELIBDIR%%/cts/CTSvars.pyo
+%%PYTHON_SITELIBDIR%%/cts/__init__.py
+%%PYTHON_SITELIBDIR%%/cts/__init__.pyc
+%%PYTHON_SITELIBDIR%%/cts/__init__.pyo
+%%PYTHON_SITELIBDIR%%/cts/cib_xml.py
+%%PYTHON_SITELIBDIR%%/cts/cib_xml.pyc
+%%PYTHON_SITELIBDIR%%/cts/cib_xml.pyo
+%%PYTHON_SITELIBDIR%%/cts/environment.py
+%%PYTHON_SITELIBDIR%%/cts/environment.pyc
+%%PYTHON_SITELIBDIR%%/cts/environment.pyo
+%%PYTHON_SITELIBDIR%%/cts/logging.py
+%%PYTHON_SITELIBDIR%%/cts/logging.pyc
+%%PYTHON_SITELIBDIR%%/cts/logging.pyo
+%%PYTHON_SITELIBDIR%%/cts/patterns.py
+%%PYTHON_SITELIBDIR%%/cts/patterns.pyc
+%%PYTHON_SITELIBDIR%%/cts/patterns.pyo
+%%PYTHON_SITELIBDIR%%/cts/remote.py
+%%PYTHON_SITELIBDIR%%/cts/remote.pyc
+%%PYTHON_SITELIBDIR%%/cts/remote.pyo
+%%PYTHON_SITELIBDIR%%/cts/watcher.py
+%%PYTHON_SITELIBDIR%%/cts/watcher.pyc
+%%PYTHON_SITELIBDIR%%/cts/watcher.pyo
+libdata/pkgconfig/pacemaker-cib.pc
+libdata/pkgconfig/pacemaker-cluster.pc
+libdata/pkgconfig/pacemaker-fencing.pc
+libdata/pkgconfig/pacemaker-lrmd.pc
+libdata/pkgconfig/pacemaker-pengine.pc
+libdata/pkgconfig/pacemaker-service.pc
+libdata/pkgconfig/pacemaker.pc
+libexec/pacemaker/attrd
+libexec/pacemaker/cib
+libexec/pacemaker/cibmon
+libexec/pacemaker/crmd
+libexec/pacemaker/cts-exec-helper
+libexec/pacemaker/cts-fence-helper
+libexec/pacemaker/cts-log-watcher
+libexec/pacemaker/cts-support
+libexec/pacemaker/lrmd
+libexec/pacemaker/pacemaker-attrd
+libexec/pacemaker/pacemaker-based
+libexec/pacemaker/pacemaker-controld
+libexec/pacemaker/pacemaker-execd
+libexec/pacemaker/pacemaker-fenced
+libexec/pacemaker/pacemaker-schedulerd
+libexec/pacemaker/pengine
+libexec/pacemaker/stonithd
+%%MANPAGES%%man/man7/ocf_pacemaker_ClusterMon.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_Dummy.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_HealthCPU.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_HealthSMART.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_Stateful.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_SysInfo.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_SystemHealth.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_attribute.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_controld.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_ifspeed.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_o2cb.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_ping.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_pingd.7.gz
+%%MANPAGES%%man/man7/ocf_pacemaker_remote.7.gz
+%%MANPAGES%%man/man7/pacemaker-controld.7.gz
+%%MANPAGES%%man/man7/pacemaker-fenced.7.gz
+%%MANPAGES%%man/man7/pacemaker-schedulerd.7.gz
+%%MANPAGES%%man/man8/attrd_updater.8.gz
+%%MANPAGES%%man/man8/cibadmin.8.gz
+%%MANPAGES%%man/man8/crm_attribute.8.gz
+%%MANPAGES%%man/man8/crm_diff.8.gz
+%%MANPAGES%%man/man8/crm_error.8.gz
+%%MANPAGES%%man/man8/crm_failcount.8.gz
+%%MANPAGES%%man/man8/crm_master.8.gz
+%%MANPAGES%%man/man8/crm_mon.8.gz
+%%MANPAGES%%man/man8/crm_node.8.gz
+%%MANPAGES%%man/man8/crm_report.8.gz
+%%MANPAGES%%man/man8/crm_resource.8.gz
+%%MANPAGES%%man/man8/crm_shadow.8.gz
+%%MANPAGES%%man/man8/crm_simulate.8.gz
+%%MANPAGES%%man/man8/crm_standby.8.gz
+%%MANPAGES%%man/man8/crm_ticket.8.gz
+%%MANPAGES%%man/man8/crm_verify.8.gz
+%%MANPAGES%%man/man8/crmadmin.8.gz
+%%MANPAGES%%man/man8/fence_legacy.8.gz
+%%MANPAGES%%man/man8/iso8601.8.gz
+%%MANPAGES%%man/man8/pacemaker-remoted.8.gz
+%%MANPAGES%%man/man8/pacemakerd.8.gz
+%%MANPAGES%%man/man8/stonith_admin.8.gz
+sbin/attrd_updater
+sbin/cibadmin
+sbin/crm_attribute
+sbin/crm_diff
+sbin/crm_error
+sbin/crm_failcount
+sbin/crm_master
+sbin/crm_mon
+sbin/crm_node
+sbin/crm_report
+sbin/crm_resource
+sbin/crm_shadow
+sbin/crm_simulate
+sbin/crm_standby
+sbin/crm_ticket
+sbin/crm_verify
+sbin/crmadmin
+sbin/fence_legacy
+sbin/iso8601
+sbin/pacemaker-remoted
+sbin/pacemaker_remoted
+sbin/pacemakerd
+sbin/stonith_admin
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README.markdown
+%%PORTDOCS%%%%DOCSDIR%%/acls.html
+%%PORTDOCS%%%%DOCSDIR%%/acls.txt
+%%PORTDOCS%%%%DOCSDIR%%/crm_fencing.html
+%%PORTDOCS%%%%DOCSDIR%%/crm_fencing.txt
+%%PORTDOCS%%%%DOCSDIR%%/licenses/CC-BY-SA-4.0
+%%PORTDOCS%%%%DOCSDIR%%/licenses/GPLv2
+%%PORTDOCS%%%%DOCSDIR%%/licenses/LGPLv2.1
+%%PORTDOCS%%%%DOCSDIR%%/licenses/RevisedBSD
+%%DATADIR%%/acls-1.2.rng
+%%DATADIR%%/acls-2.0.rng
+%%DATADIR%%/alerts-2.10.rng
+%%DATADIR%%/alerts-2.5.rng
+%%DATADIR%%/alerts-2.9.rng
+%%DATADIR%%/alerts/alert_file.sh.sample
+%%DATADIR%%/alerts/alert_smtp.sh.sample
+%%DATADIR%%/alerts/alert_snmp.sh.sample
+%%DATADIR%%/cib-1.0.rng
+%%DATADIR%%/cib-1.2.rng
+%%DATADIR%%/cibtr-2.rng
+%%DATADIR%%/constraints-1.0.rng
+%%DATADIR%%/constraints-1.2.rng
+%%DATADIR%%/constraints-2.1.rng
+%%DATADIR%%/constraints-2.2.rng
+%%DATADIR%%/constraints-2.3.rng
+%%DATADIR%%/constraints-2.6.rng
+%%DATADIR%%/constraints-2.9.rng
+%%DATADIR%%/constraints-3.0.rng
+%%DATADIR%%/constraints-next.rng
+%%DATADIR%%/crm_mon.rng
+%%DATADIR%%/fencing-1.2.rng
+%%DATADIR%%/fencing-2.4.rng
+%%DATADIR%%/nodes-1.0.rng
+%%DATADIR%%/nodes-1.2.rng
+%%DATADIR%%/nodes-1.3.rng
+%%DATADIR%%/nodes-2.9.rng
+%%DATADIR%%/nodes-3.0.rng
+%%DATADIR%%/nvset-1.3.rng
+%%DATADIR%%/nvset-2.9.rng
+%%DATADIR%%/nvset-3.0.rng
+%%DATADIR%%/nvset.rng
+%%DATADIR%%/options-1.0.rng
+%%DATADIR%%/options-3.0.rng
+%%DATADIR%%/pacemaker-1.0.rng
+%%DATADIR%%/pacemaker-1.2.rng
+%%DATADIR%%/pacemaker-1.3.rng
+%%DATADIR%%/pacemaker-2.0.rng
+%%DATADIR%%/pacemaker-2.1.rng
+%%DATADIR%%/pacemaker-2.10.rng
+%%DATADIR%%/pacemaker-2.2.rng
+%%DATADIR%%/pacemaker-2.3.rng
+%%DATADIR%%/pacemaker-2.4.rng
+%%DATADIR%%/pacemaker-2.5.rng
+%%DATADIR%%/pacemaker-2.6.rng
+%%DATADIR%%/pacemaker-2.7.rng
+%%DATADIR%%/pacemaker-2.8.rng
+%%DATADIR%%/pacemaker-2.9.rng
+%%DATADIR%%/pacemaker-3.0.rng
+%%DATADIR%%/pacemaker-next.rng
+%%DATADIR%%/pacemaker.rng
+%%DATADIR%%/report.collector
+%%DATADIR%%/report.common
+%%DATADIR%%/resources-1.0.rng
+%%DATADIR%%/resources-1.2.rng
+%%DATADIR%%/resources-1.3.rng
+%%DATADIR%%/resources-2.10.rng
+%%DATADIR%%/resources-2.7.rng
+%%DATADIR%%/resources-2.8.rng
+%%DATADIR%%/resources-2.9.rng
+%%DATADIR%%/resources-3.0.rng
+%%DATADIR%%/rule-2.9.rng
+%%DATADIR%%/rule.rng
+%%DATADIR%%/score.rng
+%%DATADIR%%/status-1.0.rng
+%%DATADIR%%/tags-1.3.rng
+%%DATADIR%%/tests/README.md
+%%DATADIR%%/tests/cli/regression.acls.exp
+%%DATADIR%%/tests/cli/regression.dates.exp
+%%DATADIR%%/tests/cli/regression.tools.exp
+%%DATADIR%%/tests/cli/regression.validity.exp
+%%DATADIR%%/tests/cts-cli
+%%DATADIR%%/tests/cts-coverage
+%%DATADIR%%/tests/cts-exec
+%%DATADIR%%/tests/cts-fencing
+%%DATADIR%%/tests/cts-regression
+%%DATADIR%%/tests/cts-scheduler
+%%DATADIR%%/tests/cts/CTSlab.py
+%%DATADIR%%/tests/cts/LSBDummy
+%%DATADIR%%/tests/cts/benchmark/README.benchmark
+%%DATADIR%%/tests/cts/benchmark/clubench
+%%DATADIR%%/tests/cts/benchmark/control
+%%DATADIR%%/tests/cts/cts
+%%DATADIR%%/tests/cts/cts.supp
+%%DATADIR%%/tests/cts/fence_dummy
+%%DATADIR%%/tests/cts/lxc_autogen.sh
+%%DATADIR%%/tests/cts/pacemaker-cts-dummyd
+%%DATADIR%%/tests/cts/pacemaker-cts-dummyd@.service
+%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.dot
+%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.exp
+%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.scores
+%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.summary
+%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.xml
+%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.dot
+%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.exp
+%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.scores
+%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.summary
+%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.xml
+%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.dot
+%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.exp
+%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.scores
+%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.summary
+%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.xml
+%%DATADIR%%/tests/scheduler/1360.dot
+%%DATADIR%%/tests/scheduler/1360.exp
+%%DATADIR%%/tests/scheduler/1360.scores
+%%DATADIR%%/tests/scheduler/1360.summary
+%%DATADIR%%/tests/scheduler/1360.xml
+%%DATADIR%%/tests/scheduler/1484.dot
+%%DATADIR%%/tests/scheduler/1484.exp
+%%DATADIR%%/tests/scheduler/1484.scores
+%%DATADIR%%/tests/scheduler/1484.summary
+%%DATADIR%%/tests/scheduler/1484.xml
+%%DATADIR%%/tests/scheduler/1494.dot
+%%DATADIR%%/tests/scheduler/1494.exp
+%%DATADIR%%/tests/scheduler/1494.scores
+%%DATADIR%%/tests/scheduler/1494.summary
+%%DATADIR%%/tests/scheduler/1494.xml
+%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.dot
+%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.exp
+%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.scores
+%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.summary
+%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.xml
+%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.dot
+%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.exp
+%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.scores
+%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.summary
+%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.xml
+%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.dot
+%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.exp
+%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.scores
+%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.summary
+%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.xml
+%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.dot
+%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.exp
+%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.scores
+%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.summary
+%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.xml
+%%DATADIR%%/tests/scheduler/594.dot
+%%DATADIR%%/tests/scheduler/594.exp
+%%DATADIR%%/tests/scheduler/594.scores
+%%DATADIR%%/tests/scheduler/594.summary
+%%DATADIR%%/tests/scheduler/594.xml
+%%DATADIR%%/tests/scheduler/6-migrate-group.dot
+%%DATADIR%%/tests/scheduler/6-migrate-group.exp
+%%DATADIR%%/tests/scheduler/6-migrate-group.scores
+%%DATADIR%%/tests/scheduler/6-migrate-group.summary
+%%DATADIR%%/tests/scheduler/6-migrate-group.xml
+%%DATADIR%%/tests/scheduler/662.dot
+%%DATADIR%%/tests/scheduler/662.exp
+%%DATADIR%%/tests/scheduler/662.scores
+%%DATADIR%%/tests/scheduler/662.summary
+%%DATADIR%%/tests/scheduler/662.xml
+%%DATADIR%%/tests/scheduler/696.dot
+%%DATADIR%%/tests/scheduler/696.exp
+%%DATADIR%%/tests/scheduler/696.scores
+%%DATADIR%%/tests/scheduler/696.summary
+%%DATADIR%%/tests/scheduler/696.xml
+%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.dot
+%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.exp
+%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.scores
+%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.summary
+%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.xml
+%%DATADIR%%/tests/scheduler/726.dot
+%%DATADIR%%/tests/scheduler/726.exp
+%%DATADIR%%/tests/scheduler/726.scores
+%%DATADIR%%/tests/scheduler/726.summary
+%%DATADIR%%/tests/scheduler/726.xml
+%%DATADIR%%/tests/scheduler/735.dot
+%%DATADIR%%/tests/scheduler/735.exp
+%%DATADIR%%/tests/scheduler/735.scores
+%%DATADIR%%/tests/scheduler/735.summary
+%%DATADIR%%/tests/scheduler/735.xml
+%%DATADIR%%/tests/scheduler/764.dot
+%%DATADIR%%/tests/scheduler/764.exp
+%%DATADIR%%/tests/scheduler/764.scores
+%%DATADIR%%/tests/scheduler/764.summary
+%%DATADIR%%/tests/scheduler/764.xml
+%%DATADIR%%/tests/scheduler/797.dot
+%%DATADIR%%/tests/scheduler/797.exp
+%%DATADIR%%/tests/scheduler/797.scores
+%%DATADIR%%/tests/scheduler/797.summary
+%%DATADIR%%/tests/scheduler/797.xml
+%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.dot
+%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.exp
+%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.scores
+%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.summary
+%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.xml
+%%DATADIR%%/tests/scheduler/829.dot
+%%DATADIR%%/tests/scheduler/829.exp
+%%DATADIR%%/tests/scheduler/829.scores
+%%DATADIR%%/tests/scheduler/829.summary
+%%DATADIR%%/tests/scheduler/829.xml
+%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.dot
+%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.exp
+%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.scores
+%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.summary
+%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.xml
+%%DATADIR%%/tests/scheduler/994-2.dot
+%%DATADIR%%/tests/scheduler/994-2.exp
+%%DATADIR%%/tests/scheduler/994-2.scores
+%%DATADIR%%/tests/scheduler/994-2.summary
+%%DATADIR%%/tests/scheduler/994-2.xml
+%%DATADIR%%/tests/scheduler/994.dot
+%%DATADIR%%/tests/scheduler/994.exp
+%%DATADIR%%/tests/scheduler/994.scores
+%%DATADIR%%/tests/scheduler/994.summary
+%%DATADIR%%/tests/scheduler/994.xml
+%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.dot
+%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.exp
+%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.scores
+%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.summary
+%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.xml
+%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.dot
+%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.exp
+%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.scores
+%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.summary
+%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.xml
+%%DATADIR%%/tests/scheduler/anti-colocation-master.dot
+%%DATADIR%%/tests/scheduler/anti-colocation-master.exp
+%%DATADIR%%/tests/scheduler/anti-colocation-master.scores
+%%DATADIR%%/tests/scheduler/anti-colocation-master.summary
+%%DATADIR%%/tests/scheduler/anti-colocation-master.xml
+%%DATADIR%%/tests/scheduler/anti-colocation-order.dot
+%%DATADIR%%/tests/scheduler/anti-colocation-order.exp
+%%DATADIR%%/tests/scheduler/anti-colocation-order.scores
+%%DATADIR%%/tests/scheduler/anti-colocation-order.summary
+%%DATADIR%%/tests/scheduler/anti-colocation-order.xml
+%%DATADIR%%/tests/scheduler/anti-colocation-slave.dot
+%%DATADIR%%/tests/scheduler/anti-colocation-slave.exp
+%%DATADIR%%/tests/scheduler/anti-colocation-slave.scores
+%%DATADIR%%/tests/scheduler/anti-colocation-slave.summary
+%%DATADIR%%/tests/scheduler/anti-colocation-slave.xml
+%%DATADIR%%/tests/scheduler/asymmetric.dot
+%%DATADIR%%/tests/scheduler/asymmetric.exp
+%%DATADIR%%/tests/scheduler/asymmetric.scores
+%%DATADIR%%/tests/scheduler/asymmetric.summary
+%%DATADIR%%/tests/scheduler/asymmetric.xml
+%%DATADIR%%/tests/scheduler/asymmetrical-order-move.dot
+%%DATADIR%%/tests/scheduler/asymmetrical-order-move.exp
+%%DATADIR%%/tests/scheduler/asymmetrical-order-move.scores
+%%DATADIR%%/tests/scheduler/asymmetrical-order-move.summary
+%%DATADIR%%/tests/scheduler/asymmetrical-order-move.xml
+%%DATADIR%%/tests/scheduler/attrs1.dot
+%%DATADIR%%/tests/scheduler/attrs1.exp
+%%DATADIR%%/tests/scheduler/attrs1.scores
+%%DATADIR%%/tests/scheduler/attrs1.summary
+%%DATADIR%%/tests/scheduler/attrs1.xml
+%%DATADIR%%/tests/scheduler/attrs2.dot
+%%DATADIR%%/tests/scheduler/attrs2.exp
+%%DATADIR%%/tests/scheduler/attrs2.scores
+%%DATADIR%%/tests/scheduler/attrs2.summary
+%%DATADIR%%/tests/scheduler/attrs2.xml
+%%DATADIR%%/tests/scheduler/attrs3.dot
+%%DATADIR%%/tests/scheduler/attrs3.exp
+%%DATADIR%%/tests/scheduler/attrs3.scores
+%%DATADIR%%/tests/scheduler/attrs3.summary
+%%DATADIR%%/tests/scheduler/attrs3.xml
+%%DATADIR%%/tests/scheduler/attrs4.dot
+%%DATADIR%%/tests/scheduler/attrs4.exp
+%%DATADIR%%/tests/scheduler/attrs4.scores
+%%DATADIR%%/tests/scheduler/attrs4.summary
+%%DATADIR%%/tests/scheduler/attrs4.xml
+%%DATADIR%%/tests/scheduler/attrs5.dot
+%%DATADIR%%/tests/scheduler/attrs5.exp
+%%DATADIR%%/tests/scheduler/attrs5.scores
+%%DATADIR%%/tests/scheduler/attrs5.summary
+%%DATADIR%%/tests/scheduler/attrs5.xml
+%%DATADIR%%/tests/scheduler/attrs6.dot
+%%DATADIR%%/tests/scheduler/attrs6.exp
+%%DATADIR%%/tests/scheduler/attrs6.scores
+%%DATADIR%%/tests/scheduler/attrs6.summary
+%%DATADIR%%/tests/scheduler/attrs6.xml
+%%DATADIR%%/tests/scheduler/attrs7.dot
+%%DATADIR%%/tests/scheduler/attrs7.exp
+%%DATADIR%%/tests/scheduler/attrs7.scores
+%%DATADIR%%/tests/scheduler/attrs7.summary
+%%DATADIR%%/tests/scheduler/attrs7.xml
+%%DATADIR%%/tests/scheduler/attrs8.dot
+%%DATADIR%%/tests/scheduler/attrs8.exp
+%%DATADIR%%/tests/scheduler/attrs8.scores
+%%DATADIR%%/tests/scheduler/attrs8.summary
+%%DATADIR%%/tests/scheduler/attrs8.xml
+%%DATADIR%%/tests/scheduler/balanced.dot
+%%DATADIR%%/tests/scheduler/balanced.exp
+%%DATADIR%%/tests/scheduler/balanced.scores
+%%DATADIR%%/tests/scheduler/balanced.summary
+%%DATADIR%%/tests/scheduler/balanced.xml
+%%DATADIR%%/tests/scheduler/base-score.dot
+%%DATADIR%%/tests/scheduler/base-score.exp
+%%DATADIR%%/tests/scheduler/base-score.scores
+%%DATADIR%%/tests/scheduler/base-score.summary
+%%DATADIR%%/tests/scheduler/base-score.xml
+%%DATADIR%%/tests/scheduler/bnc-515172.dot
+%%DATADIR%%/tests/scheduler/bnc-515172.exp
+%%DATADIR%%/tests/scheduler/bnc-515172.scores
+%%DATADIR%%/tests/scheduler/bnc-515172.summary
+%%DATADIR%%/tests/scheduler/bnc-515172.xml
+%%DATADIR%%/tests/scheduler/bug-1572-1.dot
+%%DATADIR%%/tests/scheduler/bug-1572-1.exp
+%%DATADIR%%/tests/scheduler/bug-1572-1.scores
+%%DATADIR%%/tests/scheduler/bug-1572-1.summary
+%%DATADIR%%/tests/scheduler/bug-1572-1.xml
+%%DATADIR%%/tests/scheduler/bug-1572-2.dot
+%%DATADIR%%/tests/scheduler/bug-1572-2.exp
+%%DATADIR%%/tests/scheduler/bug-1572-2.scores
+%%DATADIR%%/tests/scheduler/bug-1572-2.summary
+%%DATADIR%%/tests/scheduler/bug-1572-2.xml
+%%DATADIR%%/tests/scheduler/bug-1573.dot
+%%DATADIR%%/tests/scheduler/bug-1573.exp
+%%DATADIR%%/tests/scheduler/bug-1573.scores
+%%DATADIR%%/tests/scheduler/bug-1573.summary
+%%DATADIR%%/tests/scheduler/bug-1573.xml
+%%DATADIR%%/tests/scheduler/bug-1685.dot
+%%DATADIR%%/tests/scheduler/bug-1685.exp
+%%DATADIR%%/tests/scheduler/bug-1685.scores
+%%DATADIR%%/tests/scheduler/bug-1685.summary
+%%DATADIR%%/tests/scheduler/bug-1685.xml
+%%DATADIR%%/tests/scheduler/bug-1718.dot
+%%DATADIR%%/tests/scheduler/bug-1718.exp
+%%DATADIR%%/tests/scheduler/bug-1718.scores
+%%DATADIR%%/tests/scheduler/bug-1718.summary
+%%DATADIR%%/tests/scheduler/bug-1718.xml
+%%DATADIR%%/tests/scheduler/bug-1765.dot
+%%DATADIR%%/tests/scheduler/bug-1765.exp
+%%DATADIR%%/tests/scheduler/bug-1765.scores
+%%DATADIR%%/tests/scheduler/bug-1765.summary
+%%DATADIR%%/tests/scheduler/bug-1765.xml
+%%DATADIR%%/tests/scheduler/bug-1820-1.dot
+%%DATADIR%%/tests/scheduler/bug-1820-1.exp
+%%DATADIR%%/tests/scheduler/bug-1820-1.scores
+%%DATADIR%%/tests/scheduler/bug-1820-1.summary
+%%DATADIR%%/tests/scheduler/bug-1820-1.xml
+%%DATADIR%%/tests/scheduler/bug-1820.dot
+%%DATADIR%%/tests/scheduler/bug-1820.exp
+%%DATADIR%%/tests/scheduler/bug-1820.scores
+%%DATADIR%%/tests/scheduler/bug-1820.summary
+%%DATADIR%%/tests/scheduler/bug-1820.xml
+%%DATADIR%%/tests/scheduler/bug-1822.dot
+%%DATADIR%%/tests/scheduler/bug-1822.exp
+%%DATADIR%%/tests/scheduler/bug-1822.scores
+%%DATADIR%%/tests/scheduler/bug-1822.summary
+%%DATADIR%%/tests/scheduler/bug-1822.xml
+%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.dot
+%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.exp
+%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.scores
+%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.summary
+%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.xml
+%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.dot
+%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.exp
+%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.scores
+%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.summary
+%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.xml
+%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.dot
+%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.exp
+%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.scores
+%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.summary
+%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.xml
+%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.dot
+%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.exp
+%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.scores
+%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.summary
+%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.xml
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.dot
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.exp
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.scores
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.summary
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.xml
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.dot
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.exp
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.scores
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.summary
+%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.xml
+%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.dot
+%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.exp
+%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.scores
+%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.summary
+%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.xml
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.dot
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.exp
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.scores
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.summary
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.xml
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.dot
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.exp
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.scores
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.summary
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.xml
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.dot
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.exp
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.scores
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.summary
+%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.xml
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.dot
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.exp
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.scores
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.summary
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.xml
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.dot
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.exp
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.scores
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.summary
+%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.xml
+%%DATADIR%%/tests/scheduler/bug-5025-1.dot
+%%DATADIR%%/tests/scheduler/bug-5025-1.exp
+%%DATADIR%%/tests/scheduler/bug-5025-1.scores
+%%DATADIR%%/tests/scheduler/bug-5025-1.summary
+%%DATADIR%%/tests/scheduler/bug-5025-1.xml
+%%DATADIR%%/tests/scheduler/bug-5025-2.dot
+%%DATADIR%%/tests/scheduler/bug-5025-2.exp
+%%DATADIR%%/tests/scheduler/bug-5025-2.scores
+%%DATADIR%%/tests/scheduler/bug-5025-2.summary
+%%DATADIR%%/tests/scheduler/bug-5025-2.xml
+%%DATADIR%%/tests/scheduler/bug-5025-3.dot
+%%DATADIR%%/tests/scheduler/bug-5025-3.exp
+%%DATADIR%%/tests/scheduler/bug-5025-3.scores
+%%DATADIR%%/tests/scheduler/bug-5025-3.summary
+%%DATADIR%%/tests/scheduler/bug-5025-3.xml
+%%DATADIR%%/tests/scheduler/bug-5025-4.dot
+%%DATADIR%%/tests/scheduler/bug-5025-4.exp
+%%DATADIR%%/tests/scheduler/bug-5025-4.scores
+%%DATADIR%%/tests/scheduler/bug-5025-4.summary
+%%DATADIR%%/tests/scheduler/bug-5025-4.xml
+%%DATADIR%%/tests/scheduler/bug-5028-bottom.dot
+%%DATADIR%%/tests/scheduler/bug-5028-bottom.exp
+%%DATADIR%%/tests/scheduler/bug-5028-bottom.scores
+%%DATADIR%%/tests/scheduler/bug-5028-bottom.summary
+%%DATADIR%%/tests/scheduler/bug-5028-bottom.xml
+%%DATADIR%%/tests/scheduler/bug-5028-detach.dot
+%%DATADIR%%/tests/scheduler/bug-5028-detach.exp
+%%DATADIR%%/tests/scheduler/bug-5028-detach.scores
+%%DATADIR%%/tests/scheduler/bug-5028-detach.summary
+%%DATADIR%%/tests/scheduler/bug-5028-detach.xml
+%%DATADIR%%/tests/scheduler/bug-5028.dot
+%%DATADIR%%/tests/scheduler/bug-5028.exp
+%%DATADIR%%/tests/scheduler/bug-5028.scores
+%%DATADIR%%/tests/scheduler/bug-5028.summary
+%%DATADIR%%/tests/scheduler/bug-5028.xml
+%%DATADIR%%/tests/scheduler/bug-5038.dot
+%%DATADIR%%/tests/scheduler/bug-5038.exp
+%%DATADIR%%/tests/scheduler/bug-5038.scores
+%%DATADIR%%/tests/scheduler/bug-5038.summary
+%%DATADIR%%/tests/scheduler/bug-5038.xml
+%%DATADIR%%/tests/scheduler/bug-5059.dot
+%%DATADIR%%/tests/scheduler/bug-5059.exp
+%%DATADIR%%/tests/scheduler/bug-5059.scores
+%%DATADIR%%/tests/scheduler/bug-5059.summary
+%%DATADIR%%/tests/scheduler/bug-5059.xml
+%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.dot
+%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.exp
+%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.scores
+%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.summary
+%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.xml
+%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.dot
+%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.exp
+%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.scores
+%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.summary
+%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.xml
+%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.dot
+%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.exp
+%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.scores
+%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.summary
+%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.xml
+%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.dot
+%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.exp
+%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.scores
+%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.summary
+%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.xml
+%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.dot
+%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.exp
+%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.scores
+%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.summary
+%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.xml
+%%DATADIR%%/tests/scheduler/bug-cl-5168.dot
+%%DATADIR%%/tests/scheduler/bug-cl-5168.exp
+%%DATADIR%%/tests/scheduler/bug-cl-5168.scores
+%%DATADIR%%/tests/scheduler/bug-cl-5168.summary
+%%DATADIR%%/tests/scheduler/bug-cl-5168.xml
+%%DATADIR%%/tests/scheduler/bug-cl-5170.dot
+%%DATADIR%%/tests/scheduler/bug-cl-5170.exp
+%%DATADIR%%/tests/scheduler/bug-cl-5170.scores
+%%DATADIR%%/tests/scheduler/bug-cl-5170.summary
+%%DATADIR%%/tests/scheduler/bug-cl-5170.xml
+%%DATADIR%%/tests/scheduler/bug-cl-5212.dot
+%%DATADIR%%/tests/scheduler/bug-cl-5212.exp
+%%DATADIR%%/tests/scheduler/bug-cl-5212.scores
+%%DATADIR%%/tests/scheduler/bug-cl-5212.summary
+%%DATADIR%%/tests/scheduler/bug-cl-5212.xml
+%%DATADIR%%/tests/scheduler/bug-cl-5213.dot
+%%DATADIR%%/tests/scheduler/bug-cl-5213.exp
+%%DATADIR%%/tests/scheduler/bug-cl-5213.scores
+%%DATADIR%%/tests/scheduler/bug-cl-5213.summary
+%%DATADIR%%/tests/scheduler/bug-cl-5213.xml
+%%DATADIR%%/tests/scheduler/bug-cl-5219.dot
+%%DATADIR%%/tests/scheduler/bug-cl-5219.exp
+%%DATADIR%%/tests/scheduler/bug-cl-5219.scores
+%%DATADIR%%/tests/scheduler/bug-cl-5219.summary
+%%DATADIR%%/tests/scheduler/bug-cl-5219.xml
+%%DATADIR%%/tests/scheduler/bug-cl-5247.dot
+%%DATADIR%%/tests/scheduler/bug-cl-5247.exp
+%%DATADIR%%/tests/scheduler/bug-cl-5247.scores
+%%DATADIR%%/tests/scheduler/bug-cl-5247.summary
+%%DATADIR%%/tests/scheduler/bug-cl-5247.xml
+%%DATADIR%%/tests/scheduler/bug-lf-1852.dot
+%%DATADIR%%/tests/scheduler/bug-lf-1852.exp
+%%DATADIR%%/tests/scheduler/bug-lf-1852.scores
+%%DATADIR%%/tests/scheduler/bug-lf-1852.summary
+%%DATADIR%%/tests/scheduler/bug-lf-1852.xml
+%%DATADIR%%/tests/scheduler/bug-lf-1920.dot
+%%DATADIR%%/tests/scheduler/bug-lf-1920.exp
+%%DATADIR%%/tests/scheduler/bug-lf-1920.scores
+%%DATADIR%%/tests/scheduler/bug-lf-1920.summary
+%%DATADIR%%/tests/scheduler/bug-lf-1920.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2106.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2106.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2106.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2106.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2106.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2153.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2153.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2153.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2153.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2153.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2160.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2160.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2160.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2160.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2160.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2171.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2171.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2171.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2171.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2171.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2213.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2213.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2213.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2213.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2213.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2317.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2317.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2317.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2317.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2317.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2358.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2358.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2358.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2358.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2358.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2361.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2361.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2361.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2361.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2361.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2422.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2422.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2422.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2422.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2422.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2435.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2435.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2435.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2435.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2435.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2445.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2445.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2445.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2445.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2445.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2453.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2453.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2453.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2453.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2453.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2474.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2474.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2474.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2474.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2474.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2493.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2493.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2493.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2493.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2493.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2508.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2508.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2508.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2508.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2508.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2544.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2544.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2544.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2544.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2544.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2551.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2551.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2551.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2551.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2551.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2574.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2574.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2574.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2574.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2574.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2581.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2581.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2581.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2581.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2581.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2606.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2606.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2606.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2606.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2606.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2613.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2613.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2613.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2613.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2613.xml
+%%DATADIR%%/tests/scheduler/bug-lf-2619.dot
+%%DATADIR%%/tests/scheduler/bug-lf-2619.exp
+%%DATADIR%%/tests/scheduler/bug-lf-2619.scores
+%%DATADIR%%/tests/scheduler/bug-lf-2619.summary
+%%DATADIR%%/tests/scheduler/bug-lf-2619.xml
+%%DATADIR%%/tests/scheduler/bug-n-385265-2.dot
+%%DATADIR%%/tests/scheduler/bug-n-385265-2.exp
+%%DATADIR%%/tests/scheduler/bug-n-385265-2.scores
+%%DATADIR%%/tests/scheduler/bug-n-385265-2.summary
+%%DATADIR%%/tests/scheduler/bug-n-385265-2.xml
+%%DATADIR%%/tests/scheduler/bug-n-385265.dot
+%%DATADIR%%/tests/scheduler/bug-n-385265.exp
+%%DATADIR%%/tests/scheduler/bug-n-385265.scores
+%%DATADIR%%/tests/scheduler/bug-n-385265.summary
+%%DATADIR%%/tests/scheduler/bug-n-385265.xml
+%%DATADIR%%/tests/scheduler/bug-n-387749.dot
+%%DATADIR%%/tests/scheduler/bug-n-387749.exp
+%%DATADIR%%/tests/scheduler/bug-n-387749.scores
+%%DATADIR%%/tests/scheduler/bug-n-387749.summary
+%%DATADIR%%/tests/scheduler/bug-n-387749.xml
+%%DATADIR%%/tests/scheduler/bug-pm-11.dot
+%%DATADIR%%/tests/scheduler/bug-pm-11.exp
+%%DATADIR%%/tests/scheduler/bug-pm-11.scores
+%%DATADIR%%/tests/scheduler/bug-pm-11.summary
+%%DATADIR%%/tests/scheduler/bug-pm-11.xml
+%%DATADIR%%/tests/scheduler/bug-pm-12.dot
+%%DATADIR%%/tests/scheduler/bug-pm-12.exp
+%%DATADIR%%/tests/scheduler/bug-pm-12.scores
+%%DATADIR%%/tests/scheduler/bug-pm-12.summary
+%%DATADIR%%/tests/scheduler/bug-pm-12.xml
+%%DATADIR%%/tests/scheduler/bug-rh-1097457.dot
+%%DATADIR%%/tests/scheduler/bug-rh-1097457.exp
+%%DATADIR%%/tests/scheduler/bug-rh-1097457.scores
+%%DATADIR%%/tests/scheduler/bug-rh-1097457.summary
+%%DATADIR%%/tests/scheduler/bug-rh-1097457.xml
+%%DATADIR%%/tests/scheduler/bug-rh-880249.dot
+%%DATADIR%%/tests/scheduler/bug-rh-880249.exp
+%%DATADIR%%/tests/scheduler/bug-rh-880249.scores
+%%DATADIR%%/tests/scheduler/bug-rh-880249.summary
+%%DATADIR%%/tests/scheduler/bug-rh-880249.xml
+%%DATADIR%%/tests/scheduler/bug-suse-707150.dot
+%%DATADIR%%/tests/scheduler/bug-suse-707150.exp
+%%DATADIR%%/tests/scheduler/bug-suse-707150.scores
+%%DATADIR%%/tests/scheduler/bug-suse-707150.summary
+%%DATADIR%%/tests/scheduler/bug-suse-707150.xml
+%%DATADIR%%/tests/scheduler/bundle-nested-colocation.dot
+%%DATADIR%%/tests/scheduler/bundle-nested-colocation.exp
+%%DATADIR%%/tests/scheduler/bundle-nested-colocation.scores
+%%DATADIR%%/tests/scheduler/bundle-nested-colocation.summary
+%%DATADIR%%/tests/scheduler/bundle-nested-colocation.xml
+%%DATADIR%%/tests/scheduler/bundle-order-fencing.dot
+%%DATADIR%%/tests/scheduler/bundle-order-fencing.exp
+%%DATADIR%%/tests/scheduler/bundle-order-fencing.scores
+%%DATADIR%%/tests/scheduler/bundle-order-fencing.summary
+%%DATADIR%%/tests/scheduler/bundle-order-fencing.xml
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start-2.dot
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start-2.exp
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start-2.scores
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start-2.summary
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start-2.xml
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start.dot
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start.exp
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start.scores
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start.summary
+%%DATADIR%%/tests/scheduler/bundle-order-partial-start.xml
+%%DATADIR%%/tests/scheduler/bundle-order-partial-stop.dot
+%%DATADIR%%/tests/scheduler/bundle-order-partial-stop.exp
+%%DATADIR%%/tests/scheduler/bundle-order-partial-stop.scores
+%%DATADIR%%/tests/scheduler/bundle-order-partial-stop.summary
+%%DATADIR%%/tests/scheduler/bundle-order-partial-stop.xml
+%%DATADIR%%/tests/scheduler/bundle-order-partial.dot
+%%DATADIR%%/tests/scheduler/bundle-order-partial.exp
+%%DATADIR%%/tests/scheduler/bundle-order-partial.scores
+%%DATADIR%%/tests/scheduler/bundle-order-partial.summary
+%%DATADIR%%/tests/scheduler/bundle-order-partial.xml
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone-2.dot
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone-2.exp
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone-2.scores
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone-2.summary
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone-2.xml
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone.dot
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone.exp
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone.scores
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone.summary
+%%DATADIR%%/tests/scheduler/bundle-order-startup-clone.xml
+%%DATADIR%%/tests/scheduler/bundle-order-startup.dot
+%%DATADIR%%/tests/scheduler/bundle-order-startup.exp
+%%DATADIR%%/tests/scheduler/bundle-order-startup.scores
+%%DATADIR%%/tests/scheduler/bundle-order-startup.summary
+%%DATADIR%%/tests/scheduler/bundle-order-startup.xml
+%%DATADIR%%/tests/scheduler/bundle-order-stop-clone.dot
+%%DATADIR%%/tests/scheduler/bundle-order-stop-clone.exp
+%%DATADIR%%/tests/scheduler/bundle-order-stop-clone.scores
+%%DATADIR%%/tests/scheduler/bundle-order-stop-clone.summary
+%%DATADIR%%/tests/scheduler/bundle-order-stop-clone.xml
+%%DATADIR%%/tests/scheduler/bundle-order-stop-on-remote.dot
+%%DATADIR%%/tests/scheduler/bundle-order-stop-on-remote.exp
+%%DATADIR%%/tests/scheduler/bundle-order-stop-on-remote.scores
+%%DATADIR%%/tests/scheduler/bundle-order-stop-on-remote.summary
+%%DATADIR%%/tests/scheduler/bundle-order-stop-on-remote.xml
+%%DATADIR%%/tests/scheduler/bundle-order-stop.dot
+%%DATADIR%%/tests/scheduler/bundle-order-stop.exp
+%%DATADIR%%/tests/scheduler/bundle-order-stop.scores
+%%DATADIR%%/tests/scheduler/bundle-order-stop.summary
+%%DATADIR%%/tests/scheduler/bundle-order-stop.xml
+%%DATADIR%%/tests/scheduler/bundle-probe-order-1.dot
+%%DATADIR%%/tests/scheduler/bundle-probe-order-1.exp
+%%DATADIR%%/tests/scheduler/bundle-probe-order-1.scores
+%%DATADIR%%/tests/scheduler/bundle-probe-order-1.summary
+%%DATADIR%%/tests/scheduler/bundle-probe-order-1.xml
+%%DATADIR%%/tests/scheduler/bundle-probe-order-2.dot
+%%DATADIR%%/tests/scheduler/bundle-probe-order-2.exp
+%%DATADIR%%/tests/scheduler/bundle-probe-order-2.scores
+%%DATADIR%%/tests/scheduler/bundle-probe-order-2.summary
+%%DATADIR%%/tests/scheduler/bundle-probe-order-2.xml
+%%DATADIR%%/tests/scheduler/bundle-probe-order-3.dot
+%%DATADIR%%/tests/scheduler/bundle-probe-order-3.exp
+%%DATADIR%%/tests/scheduler/bundle-probe-order-3.scores
+%%DATADIR%%/tests/scheduler/bundle-probe-order-3.summary
+%%DATADIR%%/tests/scheduler/bundle-probe-order-3.xml
+%%DATADIR%%/tests/scheduler/bundle-probe-remotes.dot
+%%DATADIR%%/tests/scheduler/bundle-probe-remotes.exp
+%%DATADIR%%/tests/scheduler/bundle-probe-remotes.scores
+%%DATADIR%%/tests/scheduler/bundle-probe-remotes.summary
+%%DATADIR%%/tests/scheduler/bundle-probe-remotes.xml
+%%DATADIR%%/tests/scheduler/bundle-replicas-change.dot
+%%DATADIR%%/tests/scheduler/bundle-replicas-change.exp
+%%DATADIR%%/tests/scheduler/bundle-replicas-change.scores
+%%DATADIR%%/tests/scheduler/bundle-replicas-change.summary
+%%DATADIR%%/tests/scheduler/bundle-replicas-change.xml
+%%DATADIR%%/tests/scheduler/clone-anon-dup.dot
+%%DATADIR%%/tests/scheduler/clone-anon-dup.exp
+%%DATADIR%%/tests/scheduler/clone-anon-dup.scores
+%%DATADIR%%/tests/scheduler/clone-anon-dup.summary
+%%DATADIR%%/tests/scheduler/clone-anon-dup.xml
+%%DATADIR%%/tests/scheduler/clone-anon-failcount.dot
+%%DATADIR%%/tests/scheduler/clone-anon-failcount.exp
+%%DATADIR%%/tests/scheduler/clone-anon-failcount.scores
+%%DATADIR%%/tests/scheduler/clone-anon-failcount.summary
+%%DATADIR%%/tests/scheduler/clone-anon-failcount.xml
+%%DATADIR%%/tests/scheduler/clone-anon-probe-1.dot
+%%DATADIR%%/tests/scheduler/clone-anon-probe-1.exp
+%%DATADIR%%/tests/scheduler/clone-anon-probe-1.scores
+%%DATADIR%%/tests/scheduler/clone-anon-probe-1.summary
+%%DATADIR%%/tests/scheduler/clone-anon-probe-1.xml
+%%DATADIR%%/tests/scheduler/clone-anon-probe-2.dot
+%%DATADIR%%/tests/scheduler/clone-anon-probe-2.exp
+%%DATADIR%%/tests/scheduler/clone-anon-probe-2.scores
+%%DATADIR%%/tests/scheduler/clone-anon-probe-2.summary
+%%DATADIR%%/tests/scheduler/clone-anon-probe-2.xml
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-1.dot
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-1.exp
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-1.scores
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-1.summary
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-1.xml
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-2.dot
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-2.exp
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-2.scores
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-2.summary
+%%DATADIR%%/tests/scheduler/clone-colocate-instance-2.xml
+%%DATADIR%%/tests/scheduler/clone-fail-block-colocation.dot
+%%DATADIR%%/tests/scheduler/clone-fail-block-colocation.exp
+%%DATADIR%%/tests/scheduler/clone-fail-block-colocation.scores
+%%DATADIR%%/tests/scheduler/clone-fail-block-colocation.summary
+%%DATADIR%%/tests/scheduler/clone-fail-block-colocation.xml
+%%DATADIR%%/tests/scheduler/clone-interleave-1.dot
+%%DATADIR%%/tests/scheduler/clone-interleave-1.exp
+%%DATADIR%%/tests/scheduler/clone-interleave-1.scores
+%%DATADIR%%/tests/scheduler/clone-interleave-1.summary
+%%DATADIR%%/tests/scheduler/clone-interleave-1.xml
+%%DATADIR%%/tests/scheduler/clone-interleave-2.dot
+%%DATADIR%%/tests/scheduler/clone-interleave-2.exp
+%%DATADIR%%/tests/scheduler/clone-interleave-2.scores
+%%DATADIR%%/tests/scheduler/clone-interleave-2.summary
+%%DATADIR%%/tests/scheduler/clone-interleave-2.xml
+%%DATADIR%%/tests/scheduler/clone-interleave-3.dot
+%%DATADIR%%/tests/scheduler/clone-interleave-3.exp
+%%DATADIR%%/tests/scheduler/clone-interleave-3.scores
+%%DATADIR%%/tests/scheduler/clone-interleave-3.summary
+%%DATADIR%%/tests/scheduler/clone-interleave-3.xml
+%%DATADIR%%/tests/scheduler/clone-max-zero.dot
+%%DATADIR%%/tests/scheduler/clone-max-zero.exp
+%%DATADIR%%/tests/scheduler/clone-max-zero.scores
+%%DATADIR%%/tests/scheduler/clone-max-zero.summary
+%%DATADIR%%/tests/scheduler/clone-max-zero.xml
+%%DATADIR%%/tests/scheduler/clone-no-shuffle.dot
+%%DATADIR%%/tests/scheduler/clone-no-shuffle.exp
+%%DATADIR%%/tests/scheduler/clone-no-shuffle.scores
+%%DATADIR%%/tests/scheduler/clone-no-shuffle.summary
+%%DATADIR%%/tests/scheduler/clone-no-shuffle.xml
+%%DATADIR%%/tests/scheduler/clone-order-16instances.dot
+%%DATADIR%%/tests/scheduler/clone-order-16instances.exp
+%%DATADIR%%/tests/scheduler/clone-order-16instances.scores
+%%DATADIR%%/tests/scheduler/clone-order-16instances.summary
+%%DATADIR%%/tests/scheduler/clone-order-16instances.xml
+%%DATADIR%%/tests/scheduler/clone-order-instance.dot
+%%DATADIR%%/tests/scheduler/clone-order-instance.exp
+%%DATADIR%%/tests/scheduler/clone-order-instance.scores
+%%DATADIR%%/tests/scheduler/clone-order-instance.summary
+%%DATADIR%%/tests/scheduler/clone-order-instance.xml
+%%DATADIR%%/tests/scheduler/clone-order-primitive.dot
+%%DATADIR%%/tests/scheduler/clone-order-primitive.exp
+%%DATADIR%%/tests/scheduler/clone-order-primitive.scores
+%%DATADIR%%/tests/scheduler/clone-order-primitive.summary
+%%DATADIR%%/tests/scheduler/clone-order-primitive.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-1.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-1.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-1.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-1.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-1.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-2.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-2.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-2.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-2.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-2.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-3.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-3.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-3.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-3.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-3.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-4.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-4.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-4.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-4.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-4.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-5.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-5.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-5.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-5.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-5.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-6.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-6.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-6.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-6.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-6.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-7.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-7.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-7.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-7.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-7.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-1.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-1.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-1.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-1.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-1.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-2.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-2.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-2.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-2.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-2.xml
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.dot
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.exp
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.scores
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.summary
+%%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.xml
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.dot
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.exp
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.scores
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.summary
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.xml
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_two.dot
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_two.exp
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_two.scores
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_two.summary
+%%DATADIR%%/tests/scheduler/clone_min_interleave_start_two.xml
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_one.dot
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_one.exp
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_one.scores
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_one.summary
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_one.xml
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_two.dot
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_two.exp
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_two.scores
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_two.summary
+%%DATADIR%%/tests/scheduler/clone_min_interleave_stop_two.xml
+%%DATADIR%%/tests/scheduler/clone_min_start_one.dot
+%%DATADIR%%/tests/scheduler/clone_min_start_one.exp
+%%DATADIR%%/tests/scheduler/clone_min_start_one.scores
+%%DATADIR%%/tests/scheduler/clone_min_start_one.summary
+%%DATADIR%%/tests/scheduler/clone_min_start_one.xml
+%%DATADIR%%/tests/scheduler/clone_min_start_two.dot
+%%DATADIR%%/tests/scheduler/clone_min_start_two.exp
+%%DATADIR%%/tests/scheduler/clone_min_start_two.scores
+%%DATADIR%%/tests/scheduler/clone_min_start_two.summary
+%%DATADIR%%/tests/scheduler/clone_min_start_two.xml
+%%DATADIR%%/tests/scheduler/clone_min_stop_all.dot
+%%DATADIR%%/tests/scheduler/clone_min_stop_all.exp
+%%DATADIR%%/tests/scheduler/clone_min_stop_all.scores
+%%DATADIR%%/tests/scheduler/clone_min_stop_all.summary
+%%DATADIR%%/tests/scheduler/clone_min_stop_all.xml
+%%DATADIR%%/tests/scheduler/clone_min_stop_one.dot
+%%DATADIR%%/tests/scheduler/clone_min_stop_one.exp
+%%DATADIR%%/tests/scheduler/clone_min_stop_one.scores
+%%DATADIR%%/tests/scheduler/clone_min_stop_one.summary
+%%DATADIR%%/tests/scheduler/clone_min_stop_one.xml
+%%DATADIR%%/tests/scheduler/clone_min_stop_two.dot
+%%DATADIR%%/tests/scheduler/clone_min_stop_two.exp
+%%DATADIR%%/tests/scheduler/clone_min_stop_two.scores
+%%DATADIR%%/tests/scheduler/clone_min_stop_two.summary
+%%DATADIR%%/tests/scheduler/clone_min_stop_two.xml
+%%DATADIR%%/tests/scheduler/cloned-group-stop.dot
+%%DATADIR%%/tests/scheduler/cloned-group-stop.exp
+%%DATADIR%%/tests/scheduler/cloned-group-stop.scores
+%%DATADIR%%/tests/scheduler/cloned-group-stop.summary
+%%DATADIR%%/tests/scheduler/cloned-group-stop.xml
+%%DATADIR%%/tests/scheduler/cloned-group.dot
+%%DATADIR%%/tests/scheduler/cloned-group.exp
+%%DATADIR%%/tests/scheduler/cloned-group.scores
+%%DATADIR%%/tests/scheduler/cloned-group.summary
+%%DATADIR%%/tests/scheduler/cloned-group.xml
+%%DATADIR%%/tests/scheduler/cloned_start_one.dot
+%%DATADIR%%/tests/scheduler/cloned_start_one.exp
+%%DATADIR%%/tests/scheduler/cloned_start_one.scores
+%%DATADIR%%/tests/scheduler/cloned_start_one.summary
+%%DATADIR%%/tests/scheduler/cloned_start_one.xml
+%%DATADIR%%/tests/scheduler/cloned_start_two.dot
+%%DATADIR%%/tests/scheduler/cloned_start_two.exp
+%%DATADIR%%/tests/scheduler/cloned_start_two.scores
+%%DATADIR%%/tests/scheduler/cloned_start_two.summary
+%%DATADIR%%/tests/scheduler/cloned_start_two.xml
+%%DATADIR%%/tests/scheduler/cloned_stop_one.dot
+%%DATADIR%%/tests/scheduler/cloned_stop_one.exp
+%%DATADIR%%/tests/scheduler/cloned_stop_one.scores
+%%DATADIR%%/tests/scheduler/cloned_stop_one.summary
+%%DATADIR%%/tests/scheduler/cloned_stop_one.xml
+%%DATADIR%%/tests/scheduler/cloned_stop_two.dot
+%%DATADIR%%/tests/scheduler/cloned_stop_two.exp
+%%DATADIR%%/tests/scheduler/cloned_stop_two.scores
+%%DATADIR%%/tests/scheduler/cloned_stop_two.summary
+%%DATADIR%%/tests/scheduler/cloned_stop_two.xml
+%%DATADIR%%/tests/scheduler/cluster-specific-params.dot
+%%DATADIR%%/tests/scheduler/cluster-specific-params.exp
+%%DATADIR%%/tests/scheduler/cluster-specific-params.scores
+%%DATADIR%%/tests/scheduler/cluster-specific-params.summary
+%%DATADIR%%/tests/scheduler/cluster-specific-params.xml
+%%DATADIR%%/tests/scheduler/colo_master_w_native.dot
+%%DATADIR%%/tests/scheduler/colo_master_w_native.exp
+%%DATADIR%%/tests/scheduler/colo_master_w_native.scores
+%%DATADIR%%/tests/scheduler/colo_master_w_native.summary
+%%DATADIR%%/tests/scheduler/colo_master_w_native.xml
+%%DATADIR%%/tests/scheduler/colo_slave_w_native.dot
+%%DATADIR%%/tests/scheduler/colo_slave_w_native.exp
+%%DATADIR%%/tests/scheduler/colo_slave_w_native.scores
+%%DATADIR%%/tests/scheduler/colo_slave_w_native.summary
+%%DATADIR%%/tests/scheduler/colo_slave_w_native.xml
+%%DATADIR%%/tests/scheduler/coloc-attr.dot
+%%DATADIR%%/tests/scheduler/coloc-attr.exp
+%%DATADIR%%/tests/scheduler/coloc-attr.scores
+%%DATADIR%%/tests/scheduler/coloc-attr.summary
+%%DATADIR%%/tests/scheduler/coloc-attr.xml
+%%DATADIR%%/tests/scheduler/coloc-clone-stays-active.dot
+%%DATADIR%%/tests/scheduler/coloc-clone-stays-active.exp
+%%DATADIR%%/tests/scheduler/coloc-clone-stays-active.scores
+%%DATADIR%%/tests/scheduler/coloc-clone-stays-active.summary
+%%DATADIR%%/tests/scheduler/coloc-clone-stays-active.xml
+%%DATADIR%%/tests/scheduler/coloc-group.dot
+%%DATADIR%%/tests/scheduler/coloc-group.exp
+%%DATADIR%%/tests/scheduler/coloc-group.scores
+%%DATADIR%%/tests/scheduler/coloc-group.summary
+%%DATADIR%%/tests/scheduler/coloc-group.xml
+%%DATADIR%%/tests/scheduler/coloc-intra-set.dot
+%%DATADIR%%/tests/scheduler/coloc-intra-set.exp
+%%DATADIR%%/tests/scheduler/coloc-intra-set.scores
+%%DATADIR%%/tests/scheduler/coloc-intra-set.summary
+%%DATADIR%%/tests/scheduler/coloc-intra-set.xml
+%%DATADIR%%/tests/scheduler/coloc-list.dot
+%%DATADIR%%/tests/scheduler/coloc-list.exp
+%%DATADIR%%/tests/scheduler/coloc-list.scores
+%%DATADIR%%/tests/scheduler/coloc-list.summary
+%%DATADIR%%/tests/scheduler/coloc-list.xml
+%%DATADIR%%/tests/scheduler/coloc-loop.dot
+%%DATADIR%%/tests/scheduler/coloc-loop.exp
+%%DATADIR%%/tests/scheduler/coloc-loop.scores
+%%DATADIR%%/tests/scheduler/coloc-loop.summary
+%%DATADIR%%/tests/scheduler/coloc-loop.xml
+%%DATADIR%%/tests/scheduler/coloc-many-one.dot
+%%DATADIR%%/tests/scheduler/coloc-many-one.exp
+%%DATADIR%%/tests/scheduler/coloc-many-one.scores
+%%DATADIR%%/tests/scheduler/coloc-many-one.summary
+%%DATADIR%%/tests/scheduler/coloc-many-one.xml
+%%DATADIR%%/tests/scheduler/coloc-negative-group.dot
+%%DATADIR%%/tests/scheduler/coloc-negative-group.exp
+%%DATADIR%%/tests/scheduler/coloc-negative-group.scores
+%%DATADIR%%/tests/scheduler/coloc-negative-group.summary
+%%DATADIR%%/tests/scheduler/coloc-negative-group.xml
+%%DATADIR%%/tests/scheduler/coloc-slave-anti.dot
+%%DATADIR%%/tests/scheduler/coloc-slave-anti.exp
+%%DATADIR%%/tests/scheduler/coloc-slave-anti.scores
+%%DATADIR%%/tests/scheduler/coloc-slave-anti.summary
+%%DATADIR%%/tests/scheduler/coloc-slave-anti.xml
+%%DATADIR%%/tests/scheduler/coloc_fp_logic.dot
+%%DATADIR%%/tests/scheduler/coloc_fp_logic.exp
+%%DATADIR%%/tests/scheduler/coloc_fp_logic.scores
+%%DATADIR%%/tests/scheduler/coloc_fp_logic.summary
+%%DATADIR%%/tests/scheduler/coloc_fp_logic.xml
+%%DATADIR%%/tests/scheduler/colocate-primitive-with-clone.dot
+%%DATADIR%%/tests/scheduler/colocate-primitive-with-clone.exp
+%%DATADIR%%/tests/scheduler/colocate-primitive-with-clone.scores
+%%DATADIR%%/tests/scheduler/colocate-primitive-with-clone.summary
+%%DATADIR%%/tests/scheduler/colocate-primitive-with-clone.xml
+%%DATADIR%%/tests/scheduler/colocated-utilization-clone.dot
+%%DATADIR%%/tests/scheduler/colocated-utilization-clone.exp
+%%DATADIR%%/tests/scheduler/colocated-utilization-clone.scores
+%%DATADIR%%/tests/scheduler/colocated-utilization-clone.summary
+%%DATADIR%%/tests/scheduler/colocated-utilization-clone.xml
+%%DATADIR%%/tests/scheduler/colocated-utilization-group.dot
+%%DATADIR%%/tests/scheduler/colocated-utilization-group.exp
+%%DATADIR%%/tests/scheduler/colocated-utilization-group.scores
+%%DATADIR%%/tests/scheduler/colocated-utilization-group.summary
+%%DATADIR%%/tests/scheduler/colocated-utilization-group.xml
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-1.dot
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-1.exp
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-1.scores
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-1.summary
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-1.xml
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-2.dot
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-2.exp
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-2.scores
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-2.summary
+%%DATADIR%%/tests/scheduler/colocated-utilization-primitive-2.xml
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_master.dot
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_master.exp
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_master.scores
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_master.summary
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_master.xml
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_slave.dot
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_slave.exp
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_slave.scores
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_slave.summary
+%%DATADIR%%/tests/scheduler/colocation_constraint_stops_slave.xml
+%%DATADIR%%/tests/scheduler/comments.dot
+%%DATADIR%%/tests/scheduler/comments.exp
+%%DATADIR%%/tests/scheduler/comments.scores
+%%DATADIR%%/tests/scheduler/comments.summary
+%%DATADIR%%/tests/scheduler/comments.xml
+%%DATADIR%%/tests/scheduler/complex_enforce_colo.dot
+%%DATADIR%%/tests/scheduler/complex_enforce_colo.exp
+%%DATADIR%%/tests/scheduler/complex_enforce_colo.scores
+%%DATADIR%%/tests/scheduler/complex_enforce_colo.summary
+%%DATADIR%%/tests/scheduler/complex_enforce_colo.xml
+%%DATADIR%%/tests/scheduler/concurrent-fencing.dot
+%%DATADIR%%/tests/scheduler/concurrent-fencing.exp
+%%DATADIR%%/tests/scheduler/concurrent-fencing.scores
+%%DATADIR%%/tests/scheduler/concurrent-fencing.summary
+%%DATADIR%%/tests/scheduler/concurrent-fencing.xml
+%%DATADIR%%/tests/scheduler/container-1.dot
+%%DATADIR%%/tests/scheduler/container-1.exp
+%%DATADIR%%/tests/scheduler/container-1.scores
+%%DATADIR%%/tests/scheduler/container-1.summary
+%%DATADIR%%/tests/scheduler/container-1.xml
+%%DATADIR%%/tests/scheduler/container-2.dot
+%%DATADIR%%/tests/scheduler/container-2.exp
+%%DATADIR%%/tests/scheduler/container-2.scores
+%%DATADIR%%/tests/scheduler/container-2.summary
+%%DATADIR%%/tests/scheduler/container-2.xml
+%%DATADIR%%/tests/scheduler/container-3.dot
+%%DATADIR%%/tests/scheduler/container-3.exp
+%%DATADIR%%/tests/scheduler/container-3.scores
+%%DATADIR%%/tests/scheduler/container-3.summary
+%%DATADIR%%/tests/scheduler/container-3.xml
+%%DATADIR%%/tests/scheduler/container-4.dot
+%%DATADIR%%/tests/scheduler/container-4.exp
+%%DATADIR%%/tests/scheduler/container-4.scores
+%%DATADIR%%/tests/scheduler/container-4.summary
+%%DATADIR%%/tests/scheduler/container-4.xml
+%%DATADIR%%/tests/scheduler/container-group-1.dot
+%%DATADIR%%/tests/scheduler/container-group-1.exp
+%%DATADIR%%/tests/scheduler/container-group-1.scores
+%%DATADIR%%/tests/scheduler/container-group-1.summary
+%%DATADIR%%/tests/scheduler/container-group-1.xml
+%%DATADIR%%/tests/scheduler/container-group-2.dot
+%%DATADIR%%/tests/scheduler/container-group-2.exp
+%%DATADIR%%/tests/scheduler/container-group-2.scores
+%%DATADIR%%/tests/scheduler/container-group-2.summary
+%%DATADIR%%/tests/scheduler/container-group-2.xml
+%%DATADIR%%/tests/scheduler/container-group-3.dot
+%%DATADIR%%/tests/scheduler/container-group-3.exp
+%%DATADIR%%/tests/scheduler/container-group-3.scores
+%%DATADIR%%/tests/scheduler/container-group-3.summary
+%%DATADIR%%/tests/scheduler/container-group-3.xml
+%%DATADIR%%/tests/scheduler/container-group-4.dot
+%%DATADIR%%/tests/scheduler/container-group-4.exp
+%%DATADIR%%/tests/scheduler/container-group-4.scores
+%%DATADIR%%/tests/scheduler/container-group-4.summary
+%%DATADIR%%/tests/scheduler/container-group-4.xml
+%%DATADIR%%/tests/scheduler/container-is-remote-node.dot
+%%DATADIR%%/tests/scheduler/container-is-remote-node.exp
+%%DATADIR%%/tests/scheduler/container-is-remote-node.scores
+%%DATADIR%%/tests/scheduler/container-is-remote-node.summary
+%%DATADIR%%/tests/scheduler/container-is-remote-node.xml
+%%DATADIR%%/tests/scheduler/date-1.dot
+%%DATADIR%%/tests/scheduler/date-1.exp
+%%DATADIR%%/tests/scheduler/date-1.scores
+%%DATADIR%%/tests/scheduler/date-1.summary
+%%DATADIR%%/tests/scheduler/date-1.xml
+%%DATADIR%%/tests/scheduler/date-2.dot
+%%DATADIR%%/tests/scheduler/date-2.exp
+%%DATADIR%%/tests/scheduler/date-2.scores
+%%DATADIR%%/tests/scheduler/date-2.summary
+%%DATADIR%%/tests/scheduler/date-2.xml
+%%DATADIR%%/tests/scheduler/date-3.dot
+%%DATADIR%%/tests/scheduler/date-3.exp
+%%DATADIR%%/tests/scheduler/date-3.scores
+%%DATADIR%%/tests/scheduler/date-3.summary
+%%DATADIR%%/tests/scheduler/date-3.xml
+%%DATADIR%%/tests/scheduler/enforce-colo1.dot
+%%DATADIR%%/tests/scheduler/enforce-colo1.exp
+%%DATADIR%%/tests/scheduler/enforce-colo1.scores
+%%DATADIR%%/tests/scheduler/enforce-colo1.summary
+%%DATADIR%%/tests/scheduler/enforce-colo1.xml
+%%DATADIR%%/tests/scheduler/expire-non-blocked-failure.dot
+%%DATADIR%%/tests/scheduler/expire-non-blocked-failure.exp
+%%DATADIR%%/tests/scheduler/expire-non-blocked-failure.scores
+%%DATADIR%%/tests/scheduler/expire-non-blocked-failure.summary
+%%DATADIR%%/tests/scheduler/expire-non-blocked-failure.xml
+%%DATADIR%%/tests/scheduler/failcount-block.dot
+%%DATADIR%%/tests/scheduler/failcount-block.exp
+%%DATADIR%%/tests/scheduler/failcount-block.scores
+%%DATADIR%%/tests/scheduler/failcount-block.summary
+%%DATADIR%%/tests/scheduler/failcount-block.xml
+%%DATADIR%%/tests/scheduler/failcount.dot
+%%DATADIR%%/tests/scheduler/failcount.exp
+%%DATADIR%%/tests/scheduler/failcount.scores
+%%DATADIR%%/tests/scheduler/failcount.summary
+%%DATADIR%%/tests/scheduler/failcount.xml
+%%DATADIR%%/tests/scheduler/failed-demote-recovery-master.dot
+%%DATADIR%%/tests/scheduler/failed-demote-recovery-master.exp
+%%DATADIR%%/tests/scheduler/failed-demote-recovery-master.scores
+%%DATADIR%%/tests/scheduler/failed-demote-recovery-master.summary
+%%DATADIR%%/tests/scheduler/failed-demote-recovery-master.xml
+%%DATADIR%%/tests/scheduler/failed-demote-recovery.dot
+%%DATADIR%%/tests/scheduler/failed-demote-recovery.exp
+%%DATADIR%%/tests/scheduler/failed-demote-recovery.scores
+%%DATADIR%%/tests/scheduler/failed-demote-recovery.summary
+%%DATADIR%%/tests/scheduler/failed-demote-recovery.xml
+%%DATADIR%%/tests/scheduler/group-dependents.dot
+%%DATADIR%%/tests/scheduler/group-dependents.exp
+%%DATADIR%%/tests/scheduler/group-dependents.scores
+%%DATADIR%%/tests/scheduler/group-dependents.summary
+%%DATADIR%%/tests/scheduler/group-dependents.xml
+%%DATADIR%%/tests/scheduler/group-fail.dot
+%%DATADIR%%/tests/scheduler/group-fail.exp
+%%DATADIR%%/tests/scheduler/group-fail.scores
+%%DATADIR%%/tests/scheduler/group-fail.summary
+%%DATADIR%%/tests/scheduler/group-fail.xml
+%%DATADIR%%/tests/scheduler/group-unmanaged-stopped.dot
+%%DATADIR%%/tests/scheduler/group-unmanaged-stopped.exp
+%%DATADIR%%/tests/scheduler/group-unmanaged-stopped.scores
+%%DATADIR%%/tests/scheduler/group-unmanaged-stopped.summary
+%%DATADIR%%/tests/scheduler/group-unmanaged-stopped.xml
+%%DATADIR%%/tests/scheduler/group-unmanaged.dot
+%%DATADIR%%/tests/scheduler/group-unmanaged.exp
+%%DATADIR%%/tests/scheduler/group-unmanaged.scores
+%%DATADIR%%/tests/scheduler/group-unmanaged.summary
+%%DATADIR%%/tests/scheduler/group-unmanaged.xml
+%%DATADIR%%/tests/scheduler/group1.dot
+%%DATADIR%%/tests/scheduler/group1.exp
+%%DATADIR%%/tests/scheduler/group1.scores
+%%DATADIR%%/tests/scheduler/group1.summary
+%%DATADIR%%/tests/scheduler/group1.xml
+%%DATADIR%%/tests/scheduler/group10.dot
+%%DATADIR%%/tests/scheduler/group10.exp
+%%DATADIR%%/tests/scheduler/group10.scores
+%%DATADIR%%/tests/scheduler/group10.summary
+%%DATADIR%%/tests/scheduler/group10.xml
+%%DATADIR%%/tests/scheduler/group11.dot
+%%DATADIR%%/tests/scheduler/group11.exp
+%%DATADIR%%/tests/scheduler/group11.scores
+%%DATADIR%%/tests/scheduler/group11.summary
+%%DATADIR%%/tests/scheduler/group11.xml
+%%DATADIR%%/tests/scheduler/group13.dot
+%%DATADIR%%/tests/scheduler/group13.exp
+%%DATADIR%%/tests/scheduler/group13.scores
+%%DATADIR%%/tests/scheduler/group13.summary
+%%DATADIR%%/tests/scheduler/group13.xml
+%%DATADIR%%/tests/scheduler/group14.dot
+%%DATADIR%%/tests/scheduler/group14.exp
+%%DATADIR%%/tests/scheduler/group14.scores
+%%DATADIR%%/tests/scheduler/group14.summary
+%%DATADIR%%/tests/scheduler/group14.xml
+%%DATADIR%%/tests/scheduler/group15.dot
+%%DATADIR%%/tests/scheduler/group15.exp
+%%DATADIR%%/tests/scheduler/group15.scores
+%%DATADIR%%/tests/scheduler/group15.summary
+%%DATADIR%%/tests/scheduler/group15.xml
+%%DATADIR%%/tests/scheduler/group2.dot
+%%DATADIR%%/tests/scheduler/group2.exp
+%%DATADIR%%/tests/scheduler/group2.scores
+%%DATADIR%%/tests/scheduler/group2.summary
+%%DATADIR%%/tests/scheduler/group2.xml
+%%DATADIR%%/tests/scheduler/group3.dot
+%%DATADIR%%/tests/scheduler/group3.exp
+%%DATADIR%%/tests/scheduler/group3.scores
+%%DATADIR%%/tests/scheduler/group3.summary
+%%DATADIR%%/tests/scheduler/group3.xml
+%%DATADIR%%/tests/scheduler/group4.dot
+%%DATADIR%%/tests/scheduler/group4.exp
+%%DATADIR%%/tests/scheduler/group4.scores
+%%DATADIR%%/tests/scheduler/group4.summary
+%%DATADIR%%/tests/scheduler/group4.xml
+%%DATADIR%%/tests/scheduler/group5.dot
+%%DATADIR%%/tests/scheduler/group5.exp
+%%DATADIR%%/tests/scheduler/group5.scores
+%%DATADIR%%/tests/scheduler/group5.summary
+%%DATADIR%%/tests/scheduler/group5.xml
+%%DATADIR%%/tests/scheduler/group6.dot
+%%DATADIR%%/tests/scheduler/group6.exp
+%%DATADIR%%/tests/scheduler/group6.scores
+%%DATADIR%%/tests/scheduler/group6.summary
+%%DATADIR%%/tests/scheduler/group6.xml
+%%DATADIR%%/tests/scheduler/group7.dot
+%%DATADIR%%/tests/scheduler/group7.exp
+%%DATADIR%%/tests/scheduler/group7.scores
+%%DATADIR%%/tests/scheduler/group7.summary
+%%DATADIR%%/tests/scheduler/group7.xml
+%%DATADIR%%/tests/scheduler/group8.dot
+%%DATADIR%%/tests/scheduler/group8.exp
+%%DATADIR%%/tests/scheduler/group8.scores
+%%DATADIR%%/tests/scheduler/group8.summary
+%%DATADIR%%/tests/scheduler/group8.xml
+%%DATADIR%%/tests/scheduler/group9.dot
+%%DATADIR%%/tests/scheduler/group9.exp
+%%DATADIR%%/tests/scheduler/group9.scores
+%%DATADIR%%/tests/scheduler/group9.summary
+%%DATADIR%%/tests/scheduler/group9.xml
+%%DATADIR%%/tests/scheduler/guest-node-host-dies.dot
+%%DATADIR%%/tests/scheduler/guest-node-host-dies.exp
+%%DATADIR%%/tests/scheduler/guest-node-host-dies.scores
+%%DATADIR%%/tests/scheduler/guest-node-host-dies.summary
+%%DATADIR%%/tests/scheduler/guest-node-host-dies.xml
+%%DATADIR%%/tests/scheduler/history-1.dot
+%%DATADIR%%/tests/scheduler/history-1.exp
+%%DATADIR%%/tests/scheduler/history-1.scores
+%%DATADIR%%/tests/scheduler/history-1.summary
+%%DATADIR%%/tests/scheduler/history-1.xml
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order1.dot
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order1.exp
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order1.scores
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order1.summary
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order1.xml
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order2.dot
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order2.exp
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order2.scores
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order2.summary
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order2.xml
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order3.dot
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order3.exp
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order3.scores
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order3.summary
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order3.xml
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order4.dot
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order4.exp
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order4.scores
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order4.summary
+%%DATADIR%%/tests/scheduler/honor_stonith_rsc_order4.xml
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order1.dot
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order1.exp
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order1.scores
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order1.summary
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order1.xml
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order2.dot
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order2.exp
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order2.scores
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order2.summary
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order2.xml
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order3.dot
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order3.exp
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order3.scores
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order3.summary
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order3.xml
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order4.dot
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order4.exp
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order4.scores
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order4.summary
+%%DATADIR%%/tests/scheduler/ignore_stonith_rsc_order4.xml
+%%DATADIR%%/tests/scheduler/inc0.dot
+%%DATADIR%%/tests/scheduler/inc0.exp
+%%DATADIR%%/tests/scheduler/inc0.scores
+%%DATADIR%%/tests/scheduler/inc0.summary
+%%DATADIR%%/tests/scheduler/inc0.xml
+%%DATADIR%%/tests/scheduler/inc1.dot
+%%DATADIR%%/tests/scheduler/inc1.exp
+%%DATADIR%%/tests/scheduler/inc1.scores
+%%DATADIR%%/tests/scheduler/inc1.summary
+%%DATADIR%%/tests/scheduler/inc1.xml
+%%DATADIR%%/tests/scheduler/inc10.dot
+%%DATADIR%%/tests/scheduler/inc10.exp
+%%DATADIR%%/tests/scheduler/inc10.scores
+%%DATADIR%%/tests/scheduler/inc10.summary
+%%DATADIR%%/tests/scheduler/inc10.xml
+%%DATADIR%%/tests/scheduler/inc11.dot
+%%DATADIR%%/tests/scheduler/inc11.exp
+%%DATADIR%%/tests/scheduler/inc11.scores
+%%DATADIR%%/tests/scheduler/inc11.summary
+%%DATADIR%%/tests/scheduler/inc11.xml
+%%DATADIR%%/tests/scheduler/inc12.dot
+%%DATADIR%%/tests/scheduler/inc12.exp
+%%DATADIR%%/tests/scheduler/inc12.scores
+%%DATADIR%%/tests/scheduler/inc12.summary
+%%DATADIR%%/tests/scheduler/inc12.xml
+%%DATADIR%%/tests/scheduler/inc2.dot
+%%DATADIR%%/tests/scheduler/inc2.exp
+%%DATADIR%%/tests/scheduler/inc2.scores
+%%DATADIR%%/tests/scheduler/inc2.summary
+%%DATADIR%%/tests/scheduler/inc2.xml
+%%DATADIR%%/tests/scheduler/inc3.dot
+%%DATADIR%%/tests/scheduler/inc3.exp
+%%DATADIR%%/tests/scheduler/inc3.scores
+%%DATADIR%%/tests/scheduler/inc3.summary
+%%DATADIR%%/tests/scheduler/inc3.xml
+%%DATADIR%%/tests/scheduler/inc4.dot
+%%DATADIR%%/tests/scheduler/inc4.exp
+%%DATADIR%%/tests/scheduler/inc4.scores
+%%DATADIR%%/tests/scheduler/inc4.summary
+%%DATADIR%%/tests/scheduler/inc4.xml
+%%DATADIR%%/tests/scheduler/inc5.dot
+%%DATADIR%%/tests/scheduler/inc5.exp
+%%DATADIR%%/tests/scheduler/inc5.scores
+%%DATADIR%%/tests/scheduler/inc5.summary
+%%DATADIR%%/tests/scheduler/inc5.xml
+%%DATADIR%%/tests/scheduler/inc6.dot
+%%DATADIR%%/tests/scheduler/inc6.exp
+%%DATADIR%%/tests/scheduler/inc6.scores
+%%DATADIR%%/tests/scheduler/inc6.summary
+%%DATADIR%%/tests/scheduler/inc6.xml
+%%DATADIR%%/tests/scheduler/inc7.dot
+%%DATADIR%%/tests/scheduler/inc7.exp
+%%DATADIR%%/tests/scheduler/inc7.scores
+%%DATADIR%%/tests/scheduler/inc7.summary
+%%DATADIR%%/tests/scheduler/inc7.xml
+%%DATADIR%%/tests/scheduler/inc8.dot
+%%DATADIR%%/tests/scheduler/inc8.exp
+%%DATADIR%%/tests/scheduler/inc8.scores
+%%DATADIR%%/tests/scheduler/inc8.summary
+%%DATADIR%%/tests/scheduler/inc8.xml
+%%DATADIR%%/tests/scheduler/inc9.dot
+%%DATADIR%%/tests/scheduler/inc9.exp
+%%DATADIR%%/tests/scheduler/inc9.scores
+%%DATADIR%%/tests/scheduler/inc9.summary
+%%DATADIR%%/tests/scheduler/inc9.xml
+%%DATADIR%%/tests/scheduler/interleave-0.dot
+%%DATADIR%%/tests/scheduler/interleave-0.exp
+%%DATADIR%%/tests/scheduler/interleave-0.scores
+%%DATADIR%%/tests/scheduler/interleave-0.summary
+%%DATADIR%%/tests/scheduler/interleave-0.xml
+%%DATADIR%%/tests/scheduler/interleave-1.dot
+%%DATADIR%%/tests/scheduler/interleave-1.exp
+%%DATADIR%%/tests/scheduler/interleave-1.scores
+%%DATADIR%%/tests/scheduler/interleave-1.summary
+%%DATADIR%%/tests/scheduler/interleave-1.xml
+%%DATADIR%%/tests/scheduler/interleave-2.dot
+%%DATADIR%%/tests/scheduler/interleave-2.exp
+%%DATADIR%%/tests/scheduler/interleave-2.scores
+%%DATADIR%%/tests/scheduler/interleave-2.summary
+%%DATADIR%%/tests/scheduler/interleave-2.xml
+%%DATADIR%%/tests/scheduler/interleave-3.dot
+%%DATADIR%%/tests/scheduler/interleave-3.exp
+%%DATADIR%%/tests/scheduler/interleave-3.scores
+%%DATADIR%%/tests/scheduler/interleave-3.summary
+%%DATADIR%%/tests/scheduler/interleave-3.xml
+%%DATADIR%%/tests/scheduler/interleave-pseudo-stop.dot
+%%DATADIR%%/tests/scheduler/interleave-pseudo-stop.exp
+%%DATADIR%%/tests/scheduler/interleave-pseudo-stop.scores
+%%DATADIR%%/tests/scheduler/interleave-pseudo-stop.summary
+%%DATADIR%%/tests/scheduler/interleave-pseudo-stop.xml
+%%DATADIR%%/tests/scheduler/interleave-restart.dot
+%%DATADIR%%/tests/scheduler/interleave-restart.exp
+%%DATADIR%%/tests/scheduler/interleave-restart.scores
+%%DATADIR%%/tests/scheduler/interleave-restart.summary
+%%DATADIR%%/tests/scheduler/interleave-restart.xml
+%%DATADIR%%/tests/scheduler/interleave-stop.dot
+%%DATADIR%%/tests/scheduler/interleave-stop.exp
+%%DATADIR%%/tests/scheduler/interleave-stop.scores
+%%DATADIR%%/tests/scheduler/interleave-stop.summary
+%%DATADIR%%/tests/scheduler/interleave-stop.xml
+%%DATADIR%%/tests/scheduler/intervals.dot
+%%DATADIR%%/tests/scheduler/intervals.exp
+%%DATADIR%%/tests/scheduler/intervals.scores
+%%DATADIR%%/tests/scheduler/intervals.summary
+%%DATADIR%%/tests/scheduler/intervals.xml
+%%DATADIR%%/tests/scheduler/load-stopped-loop-2.dot
+%%DATADIR%%/tests/scheduler/load-stopped-loop-2.exp
+%%DATADIR%%/tests/scheduler/load-stopped-loop-2.scores
+%%DATADIR%%/tests/scheduler/load-stopped-loop-2.summary
+%%DATADIR%%/tests/scheduler/load-stopped-loop-2.xml
+%%DATADIR%%/tests/scheduler/load-stopped-loop.dot
+%%DATADIR%%/tests/scheduler/load-stopped-loop.exp
+%%DATADIR%%/tests/scheduler/load-stopped-loop.scores
+%%DATADIR%%/tests/scheduler/load-stopped-loop.summary
+%%DATADIR%%/tests/scheduler/load-stopped-loop.xml
+%%DATADIR%%/tests/scheduler/location-sets-templates.dot
+%%DATADIR%%/tests/scheduler/location-sets-templates.exp
+%%DATADIR%%/tests/scheduler/location-sets-templates.scores
+%%DATADIR%%/tests/scheduler/location-sets-templates.summary
+%%DATADIR%%/tests/scheduler/location-sets-templates.xml
+%%DATADIR%%/tests/scheduler/managed-0.dot
+%%DATADIR%%/tests/scheduler/managed-0.exp
+%%DATADIR%%/tests/scheduler/managed-0.scores
+%%DATADIR%%/tests/scheduler/managed-0.summary
+%%DATADIR%%/tests/scheduler/managed-0.xml
+%%DATADIR%%/tests/scheduler/managed-1.dot
+%%DATADIR%%/tests/scheduler/managed-1.exp
+%%DATADIR%%/tests/scheduler/managed-1.scores
+%%DATADIR%%/tests/scheduler/managed-1.summary
+%%DATADIR%%/tests/scheduler/managed-1.xml
+%%DATADIR%%/tests/scheduler/managed-2.dot
+%%DATADIR%%/tests/scheduler/managed-2.exp
+%%DATADIR%%/tests/scheduler/managed-2.scores
+%%DATADIR%%/tests/scheduler/managed-2.summary
+%%DATADIR%%/tests/scheduler/managed-2.xml
+%%DATADIR%%/tests/scheduler/master-0.dot
+%%DATADIR%%/tests/scheduler/master-0.exp
+%%DATADIR%%/tests/scheduler/master-0.scores
+%%DATADIR%%/tests/scheduler/master-0.summary
+%%DATADIR%%/tests/scheduler/master-0.xml
+%%DATADIR%%/tests/scheduler/master-1.dot
+%%DATADIR%%/tests/scheduler/master-1.exp
+%%DATADIR%%/tests/scheduler/master-1.scores
+%%DATADIR%%/tests/scheduler/master-1.summary
+%%DATADIR%%/tests/scheduler/master-1.xml
+%%DATADIR%%/tests/scheduler/master-10.dot
+%%DATADIR%%/tests/scheduler/master-10.exp
+%%DATADIR%%/tests/scheduler/master-10.scores
+%%DATADIR%%/tests/scheduler/master-10.summary
+%%DATADIR%%/tests/scheduler/master-10.xml
+%%DATADIR%%/tests/scheduler/master-11.dot
+%%DATADIR%%/tests/scheduler/master-11.exp
+%%DATADIR%%/tests/scheduler/master-11.scores
+%%DATADIR%%/tests/scheduler/master-11.summary
+%%DATADIR%%/tests/scheduler/master-11.xml
+%%DATADIR%%/tests/scheduler/master-12.dot
+%%DATADIR%%/tests/scheduler/master-12.exp
+%%DATADIR%%/tests/scheduler/master-12.scores
+%%DATADIR%%/tests/scheduler/master-12.summary
+%%DATADIR%%/tests/scheduler/master-12.xml
+%%DATADIR%%/tests/scheduler/master-13.dot
+%%DATADIR%%/tests/scheduler/master-13.exp
+%%DATADIR%%/tests/scheduler/master-13.scores
+%%DATADIR%%/tests/scheduler/master-13.summary
+%%DATADIR%%/tests/scheduler/master-13.xml
+%%DATADIR%%/tests/scheduler/master-2.dot
+%%DATADIR%%/tests/scheduler/master-2.exp
+%%DATADIR%%/tests/scheduler/master-2.scores
+%%DATADIR%%/tests/scheduler/master-2.summary
+%%DATADIR%%/tests/scheduler/master-2.xml
+%%DATADIR%%/tests/scheduler/master-3.dot
+%%DATADIR%%/tests/scheduler/master-3.exp
+%%DATADIR%%/tests/scheduler/master-3.scores
+%%DATADIR%%/tests/scheduler/master-3.summary
+%%DATADIR%%/tests/scheduler/master-3.xml
+%%DATADIR%%/tests/scheduler/master-4.dot
+%%DATADIR%%/tests/scheduler/master-4.exp
+%%DATADIR%%/tests/scheduler/master-4.scores
+%%DATADIR%%/tests/scheduler/master-4.summary
+%%DATADIR%%/tests/scheduler/master-4.xml
+%%DATADIR%%/tests/scheduler/master-5.dot
+%%DATADIR%%/tests/scheduler/master-5.exp
+%%DATADIR%%/tests/scheduler/master-5.scores
+%%DATADIR%%/tests/scheduler/master-5.summary
+%%DATADIR%%/tests/scheduler/master-5.xml
+%%DATADIR%%/tests/scheduler/master-6.dot
+%%DATADIR%%/tests/scheduler/master-6.exp
+%%DATADIR%%/tests/scheduler/master-6.scores
+%%DATADIR%%/tests/scheduler/master-6.summary
+%%DATADIR%%/tests/scheduler/master-6.xml
+%%DATADIR%%/tests/scheduler/master-7.dot
+%%DATADIR%%/tests/scheduler/master-7.exp
+%%DATADIR%%/tests/scheduler/master-7.scores
+%%DATADIR%%/tests/scheduler/master-7.summary
+%%DATADIR%%/tests/scheduler/master-7.xml
+%%DATADIR%%/tests/scheduler/master-8.dot
+%%DATADIR%%/tests/scheduler/master-8.exp
+%%DATADIR%%/tests/scheduler/master-8.scores
+%%DATADIR%%/tests/scheduler/master-8.summary
+%%DATADIR%%/tests/scheduler/master-8.xml
+%%DATADIR%%/tests/scheduler/master-9.dot
+%%DATADIR%%/tests/scheduler/master-9.exp
+%%DATADIR%%/tests/scheduler/master-9.scores
+%%DATADIR%%/tests/scheduler/master-9.summary
+%%DATADIR%%/tests/scheduler/master-9.xml
+%%DATADIR%%/tests/scheduler/master-allow-start.dot
+%%DATADIR%%/tests/scheduler/master-allow-start.exp
+%%DATADIR%%/tests/scheduler/master-allow-start.scores
+%%DATADIR%%/tests/scheduler/master-allow-start.summary
+%%DATADIR%%/tests/scheduler/master-allow-start.xml
+%%DATADIR%%/tests/scheduler/master-asymmetrical-order.dot
+%%DATADIR%%/tests/scheduler/master-asymmetrical-order.exp
+%%DATADIR%%/tests/scheduler/master-asymmetrical-order.scores
+%%DATADIR%%/tests/scheduler/master-asymmetrical-order.summary
+%%DATADIR%%/tests/scheduler/master-asymmetrical-order.xml
+%%DATADIR%%/tests/scheduler/master-colocation.dot
+%%DATADIR%%/tests/scheduler/master-colocation.exp
+%%DATADIR%%/tests/scheduler/master-colocation.scores
+%%DATADIR%%/tests/scheduler/master-colocation.summary
+%%DATADIR%%/tests/scheduler/master-colocation.xml
+%%DATADIR%%/tests/scheduler/master-demote-2.dot
+%%DATADIR%%/tests/scheduler/master-demote-2.exp
+%%DATADIR%%/tests/scheduler/master-demote-2.scores
+%%DATADIR%%/tests/scheduler/master-demote-2.summary
+%%DATADIR%%/tests/scheduler/master-demote-2.xml
+%%DATADIR%%/tests/scheduler/master-demote-block.dot
+%%DATADIR%%/tests/scheduler/master-demote-block.exp
+%%DATADIR%%/tests/scheduler/master-demote-block.scores
+%%DATADIR%%/tests/scheduler/master-demote-block.summary
+%%DATADIR%%/tests/scheduler/master-demote-block.xml
+%%DATADIR%%/tests/scheduler/master-demote.dot
+%%DATADIR%%/tests/scheduler/master-demote.exp
+%%DATADIR%%/tests/scheduler/master-demote.scores
+%%DATADIR%%/tests/scheduler/master-demote.summary
+%%DATADIR%%/tests/scheduler/master-demote.xml
+%%DATADIR%%/tests/scheduler/master-depend.dot
+%%DATADIR%%/tests/scheduler/master-depend.exp
+%%DATADIR%%/tests/scheduler/master-depend.scores
+%%DATADIR%%/tests/scheduler/master-depend.summary
+%%DATADIR%%/tests/scheduler/master-depend.xml
+%%DATADIR%%/tests/scheduler/master-dependent-ban.dot
+%%DATADIR%%/tests/scheduler/master-dependent-ban.exp
+%%DATADIR%%/tests/scheduler/master-dependent-ban.scores
+%%DATADIR%%/tests/scheduler/master-dependent-ban.summary
+%%DATADIR%%/tests/scheduler/master-dependent-ban.xml
+%%DATADIR%%/tests/scheduler/master-failed-demote-2.dot
+%%DATADIR%%/tests/scheduler/master-failed-demote-2.exp
+%%DATADIR%%/tests/scheduler/master-failed-demote-2.scores
+%%DATADIR%%/tests/scheduler/master-failed-demote-2.summary
+%%DATADIR%%/tests/scheduler/master-failed-demote-2.xml
+%%DATADIR%%/tests/scheduler/master-failed-demote.dot
+%%DATADIR%%/tests/scheduler/master-failed-demote.exp
+%%DATADIR%%/tests/scheduler/master-failed-demote.scores
+%%DATADIR%%/tests/scheduler/master-failed-demote.summary
+%%DATADIR%%/tests/scheduler/master-failed-demote.xml
+%%DATADIR%%/tests/scheduler/master-group.dot
+%%DATADIR%%/tests/scheduler/master-group.exp
+%%DATADIR%%/tests/scheduler/master-group.scores
+%%DATADIR%%/tests/scheduler/master-group.summary
+%%DATADIR%%/tests/scheduler/master-group.xml
+%%DATADIR%%/tests/scheduler/master-move.dot
+%%DATADIR%%/tests/scheduler/master-move.exp
+%%DATADIR%%/tests/scheduler/master-move.scores
+%%DATADIR%%/tests/scheduler/master-move.summary
+%%DATADIR%%/tests/scheduler/master-move.xml
+%%DATADIR%%/tests/scheduler/master-notify.dot
+%%DATADIR%%/tests/scheduler/master-notify.exp
+%%DATADIR%%/tests/scheduler/master-notify.scores
+%%DATADIR%%/tests/scheduler/master-notify.summary
+%%DATADIR%%/tests/scheduler/master-notify.xml
+%%DATADIR%%/tests/scheduler/master-ordering.dot
+%%DATADIR%%/tests/scheduler/master-ordering.exp
+%%DATADIR%%/tests/scheduler/master-ordering.scores
+%%DATADIR%%/tests/scheduler/master-ordering.summary
+%%DATADIR%%/tests/scheduler/master-ordering.xml
+%%DATADIR%%/tests/scheduler/master-partially-demoted-group.dot
+%%DATADIR%%/tests/scheduler/master-partially-demoted-group.exp
+%%DATADIR%%/tests/scheduler/master-partially-demoted-group.scores
+%%DATADIR%%/tests/scheduler/master-partially-demoted-group.summary
+%%DATADIR%%/tests/scheduler/master-partially-demoted-group.xml
+%%DATADIR%%/tests/scheduler/master-probed-score.dot
+%%DATADIR%%/tests/scheduler/master-probed-score.exp
+%%DATADIR%%/tests/scheduler/master-probed-score.scores
+%%DATADIR%%/tests/scheduler/master-probed-score.summary
+%%DATADIR%%/tests/scheduler/master-probed-score.xml
+%%DATADIR%%/tests/scheduler/master-promotion-constraint.dot
+%%DATADIR%%/tests/scheduler/master-promotion-constraint.exp
+%%DATADIR%%/tests/scheduler/master-promotion-constraint.scores
+%%DATADIR%%/tests/scheduler/master-promotion-constraint.summary
+%%DATADIR%%/tests/scheduler/master-promotion-constraint.xml
+%%DATADIR%%/tests/scheduler/master-pseudo.dot
+%%DATADIR%%/tests/scheduler/master-pseudo.exp
+%%DATADIR%%/tests/scheduler/master-pseudo.scores
+%%DATADIR%%/tests/scheduler/master-pseudo.summary
+%%DATADIR%%/tests/scheduler/master-pseudo.xml
+%%DATADIR%%/tests/scheduler/master-reattach.dot
+%%DATADIR%%/tests/scheduler/master-reattach.exp
+%%DATADIR%%/tests/scheduler/master-reattach.scores
+%%DATADIR%%/tests/scheduler/master-reattach.summary
+%%DATADIR%%/tests/scheduler/master-reattach.xml
+%%DATADIR%%/tests/scheduler/master-role.dot
+%%DATADIR%%/tests/scheduler/master-role.exp
+%%DATADIR%%/tests/scheduler/master-role.scores
+%%DATADIR%%/tests/scheduler/master-role.summary
+%%DATADIR%%/tests/scheduler/master-role.xml
+%%DATADIR%%/tests/scheduler/master-score-startup.dot
+%%DATADIR%%/tests/scheduler/master-score-startup.exp
+%%DATADIR%%/tests/scheduler/master-score-startup.scores
+%%DATADIR%%/tests/scheduler/master-score-startup.summary
+%%DATADIR%%/tests/scheduler/master-score-startup.xml
+%%DATADIR%%/tests/scheduler/master-stop.dot
+%%DATADIR%%/tests/scheduler/master-stop.exp
+%%DATADIR%%/tests/scheduler/master-stop.scores
+%%DATADIR%%/tests/scheduler/master-stop.summary
+%%DATADIR%%/tests/scheduler/master-stop.xml
+%%DATADIR%%/tests/scheduler/master-unmanaged-monitor.dot
+%%DATADIR%%/tests/scheduler/master-unmanaged-monitor.exp
+%%DATADIR%%/tests/scheduler/master-unmanaged-monitor.scores
+%%DATADIR%%/tests/scheduler/master-unmanaged-monitor.summary
+%%DATADIR%%/tests/scheduler/master-unmanaged-monitor.xml
+%%DATADIR%%/tests/scheduler/master_monitor_restart.dot
+%%DATADIR%%/tests/scheduler/master_monitor_restart.exp
+%%DATADIR%%/tests/scheduler/master_monitor_restart.scores
+%%DATADIR%%/tests/scheduler/master_monitor_restart.summary
+%%DATADIR%%/tests/scheduler/master_monitor_restart.xml
+%%DATADIR%%/tests/scheduler/migrate-1.dot
+%%DATADIR%%/tests/scheduler/migrate-1.exp
+%%DATADIR%%/tests/scheduler/migrate-1.scores
+%%DATADIR%%/tests/scheduler/migrate-1.summary
+%%DATADIR%%/tests/scheduler/migrate-1.xml
+%%DATADIR%%/tests/scheduler/migrate-2.dot
+%%DATADIR%%/tests/scheduler/migrate-2.exp
+%%DATADIR%%/tests/scheduler/migrate-2.scores
+%%DATADIR%%/tests/scheduler/migrate-2.summary
+%%DATADIR%%/tests/scheduler/migrate-2.xml
+%%DATADIR%%/tests/scheduler/migrate-3.dot
+%%DATADIR%%/tests/scheduler/migrate-3.exp
+%%DATADIR%%/tests/scheduler/migrate-3.scores
+%%DATADIR%%/tests/scheduler/migrate-3.summary
+%%DATADIR%%/tests/scheduler/migrate-3.xml
+%%DATADIR%%/tests/scheduler/migrate-4.dot
+%%DATADIR%%/tests/scheduler/migrate-4.exp
+%%DATADIR%%/tests/scheduler/migrate-4.scores
+%%DATADIR%%/tests/scheduler/migrate-4.summary
+%%DATADIR%%/tests/scheduler/migrate-4.xml
+%%DATADIR%%/tests/scheduler/migrate-5.dot
+%%DATADIR%%/tests/scheduler/migrate-5.exp
+%%DATADIR%%/tests/scheduler/migrate-5.scores
+%%DATADIR%%/tests/scheduler/migrate-5.summary
+%%DATADIR%%/tests/scheduler/migrate-5.xml
+%%DATADIR%%/tests/scheduler/migrate-begin.dot
+%%DATADIR%%/tests/scheduler/migrate-begin.exp
+%%DATADIR%%/tests/scheduler/migrate-begin.scores
+%%DATADIR%%/tests/scheduler/migrate-begin.summary
+%%DATADIR%%/tests/scheduler/migrate-begin.xml
+%%DATADIR%%/tests/scheduler/migrate-both-vms.dot
+%%DATADIR%%/tests/scheduler/migrate-both-vms.exp
+%%DATADIR%%/tests/scheduler/migrate-both-vms.scores
+%%DATADIR%%/tests/scheduler/migrate-both-vms.summary
+%%DATADIR%%/tests/scheduler/migrate-both-vms.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-2.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-2.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-2.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-2.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-2.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-3.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-3.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-3.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-3.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-3.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-4.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-4.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-4.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-4.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-4.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-5.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-5.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-5.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-5.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-5.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-6.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-6.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-6.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-6.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-6.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-7.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-7.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-7.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-7.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-7.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-8.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-8.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-8.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-8.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-8.xml
+%%DATADIR%%/tests/scheduler/migrate-fail-9.dot
+%%DATADIR%%/tests/scheduler/migrate-fail-9.exp
+%%DATADIR%%/tests/scheduler/migrate-fail-9.scores
+%%DATADIR%%/tests/scheduler/migrate-fail-9.summary
+%%DATADIR%%/tests/scheduler/migrate-fail-9.xml
+%%DATADIR%%/tests/scheduler/migrate-fencing.dot
+%%DATADIR%%/tests/scheduler/migrate-fencing.exp
+%%DATADIR%%/tests/scheduler/migrate-fencing.scores
+%%DATADIR%%/tests/scheduler/migrate-fencing.summary
+%%DATADIR%%/tests/scheduler/migrate-fencing.xml
+%%DATADIR%%/tests/scheduler/migrate-partial-1.dot
+%%DATADIR%%/tests/scheduler/migrate-partial-1.exp
+%%DATADIR%%/tests/scheduler/migrate-partial-1.scores
+%%DATADIR%%/tests/scheduler/migrate-partial-1.summary
+%%DATADIR%%/tests/scheduler/migrate-partial-1.xml
+%%DATADIR%%/tests/scheduler/migrate-partial-2.dot
+%%DATADIR%%/tests/scheduler/migrate-partial-2.exp
+%%DATADIR%%/tests/scheduler/migrate-partial-2.scores
+%%DATADIR%%/tests/scheduler/migrate-partial-2.summary
+%%DATADIR%%/tests/scheduler/migrate-partial-2.xml
+%%DATADIR%%/tests/scheduler/migrate-partial-3.dot
+%%DATADIR%%/tests/scheduler/migrate-partial-3.exp
+%%DATADIR%%/tests/scheduler/migrate-partial-3.scores
+%%DATADIR%%/tests/scheduler/migrate-partial-3.summary
+%%DATADIR%%/tests/scheduler/migrate-partial-3.xml
+%%DATADIR%%/tests/scheduler/migrate-partial-4.dot
+%%DATADIR%%/tests/scheduler/migrate-partial-4.exp
+%%DATADIR%%/tests/scheduler/migrate-partial-4.scores
+%%DATADIR%%/tests/scheduler/migrate-partial-4.summary
+%%DATADIR%%/tests/scheduler/migrate-partial-4.xml
+%%DATADIR%%/tests/scheduler/migrate-shutdown.dot
+%%DATADIR%%/tests/scheduler/migrate-shutdown.exp
+%%DATADIR%%/tests/scheduler/migrate-shutdown.scores
+%%DATADIR%%/tests/scheduler/migrate-shutdown.summary
+%%DATADIR%%/tests/scheduler/migrate-shutdown.xml
+%%DATADIR%%/tests/scheduler/migrate-start-complex.dot
+%%DATADIR%%/tests/scheduler/migrate-start-complex.exp
+%%DATADIR%%/tests/scheduler/migrate-start-complex.scores
+%%DATADIR%%/tests/scheduler/migrate-start-complex.summary
+%%DATADIR%%/tests/scheduler/migrate-start-complex.xml
+%%DATADIR%%/tests/scheduler/migrate-start.dot
+%%DATADIR%%/tests/scheduler/migrate-start.exp
+%%DATADIR%%/tests/scheduler/migrate-start.scores
+%%DATADIR%%/tests/scheduler/migrate-start.summary
+%%DATADIR%%/tests/scheduler/migrate-start.xml
+%%DATADIR%%/tests/scheduler/migrate-stop-complex.dot
+%%DATADIR%%/tests/scheduler/migrate-stop-complex.exp
+%%DATADIR%%/tests/scheduler/migrate-stop-complex.scores
+%%DATADIR%%/tests/scheduler/migrate-stop-complex.summary
+%%DATADIR%%/tests/scheduler/migrate-stop-complex.xml
+%%DATADIR%%/tests/scheduler/migrate-stop-start-complex.dot
+%%DATADIR%%/tests/scheduler/migrate-stop-start-complex.exp
+%%DATADIR%%/tests/scheduler/migrate-stop-start-complex.scores
+%%DATADIR%%/tests/scheduler/migrate-stop-start-complex.summary
+%%DATADIR%%/tests/scheduler/migrate-stop-start-complex.xml
+%%DATADIR%%/tests/scheduler/migrate-stop.dot
+%%DATADIR%%/tests/scheduler/migrate-stop.exp
+%%DATADIR%%/tests/scheduler/migrate-stop.scores
+%%DATADIR%%/tests/scheduler/migrate-stop.summary
+%%DATADIR%%/tests/scheduler/migrate-stop.xml
+%%DATADIR%%/tests/scheduler/migrate-stop_start.dot
+%%DATADIR%%/tests/scheduler/migrate-stop_start.exp
+%%DATADIR%%/tests/scheduler/migrate-stop_start.scores
+%%DATADIR%%/tests/scheduler/migrate-stop_start.summary
+%%DATADIR%%/tests/scheduler/migrate-stop_start.xml
+%%DATADIR%%/tests/scheduler/migrate-success.dot
+%%DATADIR%%/tests/scheduler/migrate-success.exp
+%%DATADIR%%/tests/scheduler/migrate-success.scores
+%%DATADIR%%/tests/scheduler/migrate-success.summary
+%%DATADIR%%/tests/scheduler/migrate-success.xml
+%%DATADIR%%/tests/scheduler/migrate-versioned.dot
+%%DATADIR%%/tests/scheduler/migrate-versioned.exp
+%%DATADIR%%/tests/scheduler/migrate-versioned.scores
+%%DATADIR%%/tests/scheduler/migrate-versioned.summary
+%%DATADIR%%/tests/scheduler/migrate-versioned.xml
+%%DATADIR%%/tests/scheduler/migration-behind-migrating-remote.dot
+%%DATADIR%%/tests/scheduler/migration-behind-migrating-remote.exp
+%%DATADIR%%/tests/scheduler/migration-behind-migrating-remote.scores
+%%DATADIR%%/tests/scheduler/migration-behind-migrating-remote.summary
+%%DATADIR%%/tests/scheduler/migration-behind-migrating-remote.xml
+%%DATADIR%%/tests/scheduler/minimal.dot
+%%DATADIR%%/tests/scheduler/minimal.exp
+%%DATADIR%%/tests/scheduler/minimal.scores
+%%DATADIR%%/tests/scheduler/minimal.summary
+%%DATADIR%%/tests/scheduler/minimal.xml
+%%DATADIR%%/tests/scheduler/mon-rsc-1.dot
+%%DATADIR%%/tests/scheduler/mon-rsc-1.exp
+%%DATADIR%%/tests/scheduler/mon-rsc-1.scores
+%%DATADIR%%/tests/scheduler/mon-rsc-1.summary
+%%DATADIR%%/tests/scheduler/mon-rsc-1.xml
+%%DATADIR%%/tests/scheduler/mon-rsc-2.dot
+%%DATADIR%%/tests/scheduler/mon-rsc-2.exp
+%%DATADIR%%/tests/scheduler/mon-rsc-2.scores
+%%DATADIR%%/tests/scheduler/mon-rsc-2.summary
+%%DATADIR%%/tests/scheduler/mon-rsc-2.xml
+%%DATADIR%%/tests/scheduler/mon-rsc-3.dot
+%%DATADIR%%/tests/scheduler/mon-rsc-3.exp
+%%DATADIR%%/tests/scheduler/mon-rsc-3.scores
+%%DATADIR%%/tests/scheduler/mon-rsc-3.summary
+%%DATADIR%%/tests/scheduler/mon-rsc-3.xml
+%%DATADIR%%/tests/scheduler/mon-rsc-4.dot
+%%DATADIR%%/tests/scheduler/mon-rsc-4.exp
+%%DATADIR%%/tests/scheduler/mon-rsc-4.scores
+%%DATADIR%%/tests/scheduler/mon-rsc-4.summary
+%%DATADIR%%/tests/scheduler/mon-rsc-4.xml
+%%DATADIR%%/tests/scheduler/monitor-onfail-restart.dot
+%%DATADIR%%/tests/scheduler/monitor-onfail-restart.exp
+%%DATADIR%%/tests/scheduler/monitor-onfail-restart.scores
+%%DATADIR%%/tests/scheduler/monitor-onfail-restart.summary
+%%DATADIR%%/tests/scheduler/monitor-onfail-restart.xml
+%%DATADIR%%/tests/scheduler/monitor-onfail-stop.dot
+%%DATADIR%%/tests/scheduler/monitor-onfail-stop.exp
+%%DATADIR%%/tests/scheduler/monitor-onfail-stop.scores
+%%DATADIR%%/tests/scheduler/monitor-onfail-stop.summary
+%%DATADIR%%/tests/scheduler/monitor-onfail-stop.xml
+%%DATADIR%%/tests/scheduler/monitor-recovery.dot
+%%DATADIR%%/tests/scheduler/monitor-recovery.exp
+%%DATADIR%%/tests/scheduler/monitor-recovery.scores
+%%DATADIR%%/tests/scheduler/monitor-recovery.summary
+%%DATADIR%%/tests/scheduler/monitor-recovery.xml
+%%DATADIR%%/tests/scheduler/multi1.dot
+%%DATADIR%%/tests/scheduler/multi1.exp
+%%DATADIR%%/tests/scheduler/multi1.scores
+%%DATADIR%%/tests/scheduler/multi1.summary
+%%DATADIR%%/tests/scheduler/multi1.xml
+%%DATADIR%%/tests/scheduler/multiple-active-block-group.dot
+%%DATADIR%%/tests/scheduler/multiple-active-block-group.exp
+%%DATADIR%%/tests/scheduler/multiple-active-block-group.scores
+%%DATADIR%%/tests/scheduler/multiple-active-block-group.summary
+%%DATADIR%%/tests/scheduler/multiple-active-block-group.xml
+%%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.dot
+%%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.exp
+%%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.scores
+%%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.summary
+%%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.xml
+%%DATADIR%%/tests/scheduler/node-maintenance-1.dot
+%%DATADIR%%/tests/scheduler/node-maintenance-1.exp
+%%DATADIR%%/tests/scheduler/node-maintenance-1.scores
+%%DATADIR%%/tests/scheduler/node-maintenance-1.summary
+%%DATADIR%%/tests/scheduler/node-maintenance-1.xml
+%%DATADIR%%/tests/scheduler/node-maintenance-2.dot
+%%DATADIR%%/tests/scheduler/node-maintenance-2.exp
+%%DATADIR%%/tests/scheduler/node-maintenance-2.scores
+%%DATADIR%%/tests/scheduler/node-maintenance-2.summary
+%%DATADIR%%/tests/scheduler/node-maintenance-2.xml
+%%DATADIR%%/tests/scheduler/not-installed-agent.dot
+%%DATADIR%%/tests/scheduler/not-installed-agent.exp
+%%DATADIR%%/tests/scheduler/not-installed-agent.scores
+%%DATADIR%%/tests/scheduler/not-installed-agent.summary
+%%DATADIR%%/tests/scheduler/not-installed-agent.xml
+%%DATADIR%%/tests/scheduler/not-installed-tools.dot
+%%DATADIR%%/tests/scheduler/not-installed-tools.exp
+%%DATADIR%%/tests/scheduler/not-installed-tools.scores
+%%DATADIR%%/tests/scheduler/not-installed-tools.summary
+%%DATADIR%%/tests/scheduler/not-installed-tools.xml
+%%DATADIR%%/tests/scheduler/not-reschedule-unneeded-monitor.dot
+%%DATADIR%%/tests/scheduler/not-reschedule-unneeded-monitor.exp
+%%DATADIR%%/tests/scheduler/not-reschedule-unneeded-monitor.scores
+%%DATADIR%%/tests/scheduler/not-reschedule-unneeded-monitor.summary
+%%DATADIR%%/tests/scheduler/not-reschedule-unneeded-monitor.xml
+%%DATADIR%%/tests/scheduler/notifs-for-unrunnable.dot
+%%DATADIR%%/tests/scheduler/notifs-for-unrunnable.exp
+%%DATADIR%%/tests/scheduler/notifs-for-unrunnable.scores
+%%DATADIR%%/tests/scheduler/notifs-for-unrunnable.summary
+%%DATADIR%%/tests/scheduler/notifs-for-unrunnable.xml
+%%DATADIR%%/tests/scheduler/notify-0.dot
+%%DATADIR%%/tests/scheduler/notify-0.exp
+%%DATADIR%%/tests/scheduler/notify-0.scores
+%%DATADIR%%/tests/scheduler/notify-0.summary
+%%DATADIR%%/tests/scheduler/notify-0.xml
+%%DATADIR%%/tests/scheduler/notify-1.dot
+%%DATADIR%%/tests/scheduler/notify-1.exp
+%%DATADIR%%/tests/scheduler/notify-1.scores
+%%DATADIR%%/tests/scheduler/notify-1.summary
+%%DATADIR%%/tests/scheduler/notify-1.xml
+%%DATADIR%%/tests/scheduler/notify-2.dot
+%%DATADIR%%/tests/scheduler/notify-2.exp
+%%DATADIR%%/tests/scheduler/notify-2.scores
+%%DATADIR%%/tests/scheduler/notify-2.summary
+%%DATADIR%%/tests/scheduler/notify-2.xml
+%%DATADIR%%/tests/scheduler/notify-3.dot
+%%DATADIR%%/tests/scheduler/notify-3.exp
+%%DATADIR%%/tests/scheduler/notify-3.scores
+%%DATADIR%%/tests/scheduler/notify-3.summary
+%%DATADIR%%/tests/scheduler/notify-3.xml
+%%DATADIR%%/tests/scheduler/novell-239079.dot
+%%DATADIR%%/tests/scheduler/novell-239079.exp
+%%DATADIR%%/tests/scheduler/novell-239079.scores
+%%DATADIR%%/tests/scheduler/novell-239079.summary
+%%DATADIR%%/tests/scheduler/novell-239079.xml
+%%DATADIR%%/tests/scheduler/novell-239082.dot
+%%DATADIR%%/tests/scheduler/novell-239082.exp
+%%DATADIR%%/tests/scheduler/novell-239082.scores
+%%DATADIR%%/tests/scheduler/novell-239082.summary
+%%DATADIR%%/tests/scheduler/novell-239082.xml
+%%DATADIR%%/tests/scheduler/novell-239087.dot
+%%DATADIR%%/tests/scheduler/novell-239087.exp
+%%DATADIR%%/tests/scheduler/novell-239087.scores
+%%DATADIR%%/tests/scheduler/novell-239087.summary
+%%DATADIR%%/tests/scheduler/novell-239087.xml
+%%DATADIR%%/tests/scheduler/novell-251689.dot
+%%DATADIR%%/tests/scheduler/novell-251689.exp
+%%DATADIR%%/tests/scheduler/novell-251689.scores
+%%DATADIR%%/tests/scheduler/novell-251689.summary
+%%DATADIR%%/tests/scheduler/novell-251689.xml
+%%DATADIR%%/tests/scheduler/novell-252693-2.dot
+%%DATADIR%%/tests/scheduler/novell-252693-2.exp
+%%DATADIR%%/tests/scheduler/novell-252693-2.scores
+%%DATADIR%%/tests/scheduler/novell-252693-2.summary
+%%DATADIR%%/tests/scheduler/novell-252693-2.xml
+%%DATADIR%%/tests/scheduler/novell-252693-3.dot
+%%DATADIR%%/tests/scheduler/novell-252693-3.exp
+%%DATADIR%%/tests/scheduler/novell-252693-3.scores
+%%DATADIR%%/tests/scheduler/novell-252693-3.summary
+%%DATADIR%%/tests/scheduler/novell-252693-3.xml
+%%DATADIR%%/tests/scheduler/novell-252693.dot
+%%DATADIR%%/tests/scheduler/novell-252693.exp
+%%DATADIR%%/tests/scheduler/novell-252693.scores
+%%DATADIR%%/tests/scheduler/novell-252693.summary
+%%DATADIR%%/tests/scheduler/novell-252693.xml
+%%DATADIR%%/tests/scheduler/nvpair-id-ref.dot
+%%DATADIR%%/tests/scheduler/nvpair-id-ref.exp
+%%DATADIR%%/tests/scheduler/nvpair-id-ref.scores
+%%DATADIR%%/tests/scheduler/nvpair-id-ref.summary
+%%DATADIR%%/tests/scheduler/nvpair-id-ref.xml
+%%DATADIR%%/tests/scheduler/obsolete-lrm-resource.dot
+%%DATADIR%%/tests/scheduler/obsolete-lrm-resource.exp
+%%DATADIR%%/tests/scheduler/obsolete-lrm-resource.scores
+%%DATADIR%%/tests/scheduler/obsolete-lrm-resource.summary
+%%DATADIR%%/tests/scheduler/obsolete-lrm-resource.xml
+%%DATADIR%%/tests/scheduler/on-fail-ignore.dot
+%%DATADIR%%/tests/scheduler/on-fail-ignore.exp
+%%DATADIR%%/tests/scheduler/on-fail-ignore.scores
+%%DATADIR%%/tests/scheduler/on-fail-ignore.summary
+%%DATADIR%%/tests/scheduler/on-fail-ignore.xml
+%%DATADIR%%/tests/scheduler/one-or-more-0.dot
+%%DATADIR%%/tests/scheduler/one-or-more-0.exp
+%%DATADIR%%/tests/scheduler/one-or-more-0.scores
+%%DATADIR%%/tests/scheduler/one-or-more-0.summary
+%%DATADIR%%/tests/scheduler/one-or-more-0.xml
+%%DATADIR%%/tests/scheduler/one-or-more-1.dot
+%%DATADIR%%/tests/scheduler/one-or-more-1.exp
+%%DATADIR%%/tests/scheduler/one-or-more-1.scores
+%%DATADIR%%/tests/scheduler/one-or-more-1.summary
+%%DATADIR%%/tests/scheduler/one-or-more-1.xml
+%%DATADIR%%/tests/scheduler/one-or-more-2.dot
+%%DATADIR%%/tests/scheduler/one-or-more-2.exp
+%%DATADIR%%/tests/scheduler/one-or-more-2.scores
+%%DATADIR%%/tests/scheduler/one-or-more-2.summary
+%%DATADIR%%/tests/scheduler/one-or-more-2.xml
+%%DATADIR%%/tests/scheduler/one-or-more-3.dot
+%%DATADIR%%/tests/scheduler/one-or-more-3.exp
+%%DATADIR%%/tests/scheduler/one-or-more-3.scores
+%%DATADIR%%/tests/scheduler/one-or-more-3.summary
+%%DATADIR%%/tests/scheduler/one-or-more-3.xml
+%%DATADIR%%/tests/scheduler/one-or-more-4.dot
+%%DATADIR%%/tests/scheduler/one-or-more-4.exp
+%%DATADIR%%/tests/scheduler/one-or-more-4.scores
+%%DATADIR%%/tests/scheduler/one-or-more-4.summary
+%%DATADIR%%/tests/scheduler/one-or-more-4.xml
+%%DATADIR%%/tests/scheduler/one-or-more-5.dot
+%%DATADIR%%/tests/scheduler/one-or-more-5.exp
+%%DATADIR%%/tests/scheduler/one-or-more-5.scores
+%%DATADIR%%/tests/scheduler/one-or-more-5.summary
+%%DATADIR%%/tests/scheduler/one-or-more-5.xml
+%%DATADIR%%/tests/scheduler/one-or-more-6.dot
+%%DATADIR%%/tests/scheduler/one-or-more-6.exp
+%%DATADIR%%/tests/scheduler/one-or-more-6.scores
+%%DATADIR%%/tests/scheduler/one-or-more-6.summary
+%%DATADIR%%/tests/scheduler/one-or-more-6.xml
+%%DATADIR%%/tests/scheduler/one-or-more-7.dot
+%%DATADIR%%/tests/scheduler/one-or-more-7.exp
+%%DATADIR%%/tests/scheduler/one-or-more-7.scores
+%%DATADIR%%/tests/scheduler/one-or-more-7.summary
+%%DATADIR%%/tests/scheduler/one-or-more-7.xml
+%%DATADIR%%/tests/scheduler/one-or-more-unrunnable-instances.dot
+%%DATADIR%%/tests/scheduler/one-or-more-unrunnable-instances.exp
+%%DATADIR%%/tests/scheduler/one-or-more-unrunnable-instances.scores
+%%DATADIR%%/tests/scheduler/one-or-more-unrunnable-instances.summary
+%%DATADIR%%/tests/scheduler/one-or-more-unrunnable-instances.xml
+%%DATADIR%%/tests/scheduler/order-clone.dot
+%%DATADIR%%/tests/scheduler/order-clone.exp
+%%DATADIR%%/tests/scheduler/order-clone.scores
+%%DATADIR%%/tests/scheduler/order-clone.summary
+%%DATADIR%%/tests/scheduler/order-clone.xml
+%%DATADIR%%/tests/scheduler/order-expired-failure.dot
+%%DATADIR%%/tests/scheduler/order-expired-failure.exp
+%%DATADIR%%/tests/scheduler/order-expired-failure.scores
+%%DATADIR%%/tests/scheduler/order-expired-failure.summary
+%%DATADIR%%/tests/scheduler/order-expired-failure.xml
+%%DATADIR%%/tests/scheduler/order-mandatory.dot
+%%DATADIR%%/tests/scheduler/order-mandatory.exp
+%%DATADIR%%/tests/scheduler/order-mandatory.scores
+%%DATADIR%%/tests/scheduler/order-mandatory.summary
+%%DATADIR%%/tests/scheduler/order-mandatory.xml
+%%DATADIR%%/tests/scheduler/order-optional-keyword.dot
+%%DATADIR%%/tests/scheduler/order-optional-keyword.exp
+%%DATADIR%%/tests/scheduler/order-optional-keyword.scores
+%%DATADIR%%/tests/scheduler/order-optional-keyword.summary
+%%DATADIR%%/tests/scheduler/order-optional-keyword.xml
+%%DATADIR%%/tests/scheduler/order-optional.dot
+%%DATADIR%%/tests/scheduler/order-optional.exp
+%%DATADIR%%/tests/scheduler/order-optional.scores
+%%DATADIR%%/tests/scheduler/order-optional.summary
+%%DATADIR%%/tests/scheduler/order-optional.xml
+%%DATADIR%%/tests/scheduler/order-required.dot
+%%DATADIR%%/tests/scheduler/order-required.exp
+%%DATADIR%%/tests/scheduler/order-required.scores
+%%DATADIR%%/tests/scheduler/order-required.summary
+%%DATADIR%%/tests/scheduler/order-required.xml
+%%DATADIR%%/tests/scheduler/order-serialize-set.dot
+%%DATADIR%%/tests/scheduler/order-serialize-set.exp
+%%DATADIR%%/tests/scheduler/order-serialize-set.scores
+%%DATADIR%%/tests/scheduler/order-serialize-set.summary
+%%DATADIR%%/tests/scheduler/order-serialize-set.xml
+%%DATADIR%%/tests/scheduler/order-serialize.dot
+%%DATADIR%%/tests/scheduler/order-serialize.exp
+%%DATADIR%%/tests/scheduler/order-serialize.scores
+%%DATADIR%%/tests/scheduler/order-serialize.summary
+%%DATADIR%%/tests/scheduler/order-serialize.xml
+%%DATADIR%%/tests/scheduler/order-sets.dot
+%%DATADIR%%/tests/scheduler/order-sets.exp
+%%DATADIR%%/tests/scheduler/order-sets.scores
+%%DATADIR%%/tests/scheduler/order-sets.summary
+%%DATADIR%%/tests/scheduler/order-sets.xml
+%%DATADIR%%/tests/scheduler/order-wrong-kind.dot
+%%DATADIR%%/tests/scheduler/order-wrong-kind.exp
+%%DATADIR%%/tests/scheduler/order-wrong-kind.scores
+%%DATADIR%%/tests/scheduler/order-wrong-kind.stderr
+%%DATADIR%%/tests/scheduler/order-wrong-kind.summary
+%%DATADIR%%/tests/scheduler/order-wrong-kind.xml
+%%DATADIR%%/tests/scheduler/order1.dot
+%%DATADIR%%/tests/scheduler/order1.exp
+%%DATADIR%%/tests/scheduler/order1.scores
+%%DATADIR%%/tests/scheduler/order1.summary
+%%DATADIR%%/tests/scheduler/order1.xml
+%%DATADIR%%/tests/scheduler/order2.dot
+%%DATADIR%%/tests/scheduler/order2.exp
+%%DATADIR%%/tests/scheduler/order2.scores
+%%DATADIR%%/tests/scheduler/order2.summary
+%%DATADIR%%/tests/scheduler/order2.xml
+%%DATADIR%%/tests/scheduler/order3.dot
+%%DATADIR%%/tests/scheduler/order3.exp
+%%DATADIR%%/tests/scheduler/order3.scores
+%%DATADIR%%/tests/scheduler/order3.summary
+%%DATADIR%%/tests/scheduler/order3.xml
+%%DATADIR%%/tests/scheduler/order4.dot
+%%DATADIR%%/tests/scheduler/order4.exp
+%%DATADIR%%/tests/scheduler/order4.scores
+%%DATADIR%%/tests/scheduler/order4.summary
+%%DATADIR%%/tests/scheduler/order4.xml
+%%DATADIR%%/tests/scheduler/order5.dot
+%%DATADIR%%/tests/scheduler/order5.exp
+%%DATADIR%%/tests/scheduler/order5.scores
+%%DATADIR%%/tests/scheduler/order5.summary
+%%DATADIR%%/tests/scheduler/order5.xml
+%%DATADIR%%/tests/scheduler/order6.dot
+%%DATADIR%%/tests/scheduler/order6.exp
+%%DATADIR%%/tests/scheduler/order6.scores
+%%DATADIR%%/tests/scheduler/order6.summary
+%%DATADIR%%/tests/scheduler/order6.xml
+%%DATADIR%%/tests/scheduler/order7.dot
+%%DATADIR%%/tests/scheduler/order7.exp
+%%DATADIR%%/tests/scheduler/order7.scores
+%%DATADIR%%/tests/scheduler/order7.summary
+%%DATADIR%%/tests/scheduler/order7.xml
+%%DATADIR%%/tests/scheduler/order_constraint_stops_master.dot
+%%DATADIR%%/tests/scheduler/order_constraint_stops_master.exp
+%%DATADIR%%/tests/scheduler/order_constraint_stops_master.scores
+%%DATADIR%%/tests/scheduler/order_constraint_stops_master.summary
+%%DATADIR%%/tests/scheduler/order_constraint_stops_master.xml
+%%DATADIR%%/tests/scheduler/order_constraint_stops_slave.dot
+%%DATADIR%%/tests/scheduler/order_constraint_stops_slave.exp
+%%DATADIR%%/tests/scheduler/order_constraint_stops_slave.scores
+%%DATADIR%%/tests/scheduler/order_constraint_stops_slave.summary
+%%DATADIR%%/tests/scheduler/order_constraint_stops_slave.xml
+%%DATADIR%%/tests/scheduler/ordered-set-basic-startup.dot
+%%DATADIR%%/tests/scheduler/ordered-set-basic-startup.exp
+%%DATADIR%%/tests/scheduler/ordered-set-basic-startup.scores
+%%DATADIR%%/tests/scheduler/ordered-set-basic-startup.summary
+%%DATADIR%%/tests/scheduler/ordered-set-basic-startup.xml
+%%DATADIR%%/tests/scheduler/ordered-set-natural.dot
+%%DATADIR%%/tests/scheduler/ordered-set-natural.exp
+%%DATADIR%%/tests/scheduler/ordered-set-natural.scores
+%%DATADIR%%/tests/scheduler/ordered-set-natural.summary
+%%DATADIR%%/tests/scheduler/ordered-set-natural.xml
+%%DATADIR%%/tests/scheduler/origin.dot
+%%DATADIR%%/tests/scheduler/origin.exp
+%%DATADIR%%/tests/scheduler/origin.scores
+%%DATADIR%%/tests/scheduler/origin.summary
+%%DATADIR%%/tests/scheduler/origin.xml
+%%DATADIR%%/tests/scheduler/orphan-0.dot
+%%DATADIR%%/tests/scheduler/orphan-0.exp
+%%DATADIR%%/tests/scheduler/orphan-0.scores
+%%DATADIR%%/tests/scheduler/orphan-0.summary
+%%DATADIR%%/tests/scheduler/orphan-0.xml
+%%DATADIR%%/tests/scheduler/orphan-1.dot
+%%DATADIR%%/tests/scheduler/orphan-1.exp
+%%DATADIR%%/tests/scheduler/orphan-1.scores
+%%DATADIR%%/tests/scheduler/orphan-1.summary
+%%DATADIR%%/tests/scheduler/orphan-1.xml
+%%DATADIR%%/tests/scheduler/orphan-2.dot
+%%DATADIR%%/tests/scheduler/orphan-2.exp
+%%DATADIR%%/tests/scheduler/orphan-2.scores
+%%DATADIR%%/tests/scheduler/orphan-2.summary
+%%DATADIR%%/tests/scheduler/orphan-2.xml
+%%DATADIR%%/tests/scheduler/params-0.dot
+%%DATADIR%%/tests/scheduler/params-0.exp
+%%DATADIR%%/tests/scheduler/params-0.scores
+%%DATADIR%%/tests/scheduler/params-0.summary
+%%DATADIR%%/tests/scheduler/params-0.xml
+%%DATADIR%%/tests/scheduler/params-1.dot
+%%DATADIR%%/tests/scheduler/params-1.exp
+%%DATADIR%%/tests/scheduler/params-1.scores
+%%DATADIR%%/tests/scheduler/params-1.summary
+%%DATADIR%%/tests/scheduler/params-1.xml
+%%DATADIR%%/tests/scheduler/params-2.dot
+%%DATADIR%%/tests/scheduler/params-2.exp
+%%DATADIR%%/tests/scheduler/params-2.scores
+%%DATADIR%%/tests/scheduler/params-2.summary
+%%DATADIR%%/tests/scheduler/params-2.xml
+%%DATADIR%%/tests/scheduler/params-4.dot
+%%DATADIR%%/tests/scheduler/params-4.exp
+%%DATADIR%%/tests/scheduler/params-4.scores
+%%DATADIR%%/tests/scheduler/params-4.summary
+%%DATADIR%%/tests/scheduler/params-4.xml
+%%DATADIR%%/tests/scheduler/params-5.dot
+%%DATADIR%%/tests/scheduler/params-5.exp
+%%DATADIR%%/tests/scheduler/params-5.scores
+%%DATADIR%%/tests/scheduler/params-5.summary
+%%DATADIR%%/tests/scheduler/params-5.xml
+%%DATADIR%%/tests/scheduler/params-6.dot
+%%DATADIR%%/tests/scheduler/params-6.exp
+%%DATADIR%%/tests/scheduler/params-6.scores
+%%DATADIR%%/tests/scheduler/params-6.summary
+%%DATADIR%%/tests/scheduler/params-6.xml
+%%DATADIR%%/tests/scheduler/per-node-attrs.dot
+%%DATADIR%%/tests/scheduler/per-node-attrs.exp
+%%DATADIR%%/tests/scheduler/per-node-attrs.scores
+%%DATADIR%%/tests/scheduler/per-node-attrs.summary
+%%DATADIR%%/tests/scheduler/per-node-attrs.xml
+%%DATADIR%%/tests/scheduler/per-op-failcount.dot
+%%DATADIR%%/tests/scheduler/per-op-failcount.exp
+%%DATADIR%%/tests/scheduler/per-op-failcount.scores
+%%DATADIR%%/tests/scheduler/per-op-failcount.summary
+%%DATADIR%%/tests/scheduler/per-op-failcount.xml
+%%DATADIR%%/tests/scheduler/placement-capacity.dot
+%%DATADIR%%/tests/scheduler/placement-capacity.exp
+%%DATADIR%%/tests/scheduler/placement-capacity.scores
+%%DATADIR%%/tests/scheduler/placement-capacity.summary
+%%DATADIR%%/tests/scheduler/placement-capacity.xml
+%%DATADIR%%/tests/scheduler/placement-location.dot
+%%DATADIR%%/tests/scheduler/placement-location.exp
+%%DATADIR%%/tests/scheduler/placement-location.scores
+%%DATADIR%%/tests/scheduler/placement-location.summary
+%%DATADIR%%/tests/scheduler/placement-location.xml
+%%DATADIR%%/tests/scheduler/placement-priority.dot
+%%DATADIR%%/tests/scheduler/placement-priority.exp
+%%DATADIR%%/tests/scheduler/placement-priority.scores
+%%DATADIR%%/tests/scheduler/placement-priority.summary
+%%DATADIR%%/tests/scheduler/placement-priority.xml
+%%DATADIR%%/tests/scheduler/placement-stickiness.dot
+%%DATADIR%%/tests/scheduler/placement-stickiness.exp
+%%DATADIR%%/tests/scheduler/placement-stickiness.scores
+%%DATADIR%%/tests/scheduler/placement-stickiness.summary
+%%DATADIR%%/tests/scheduler/placement-stickiness.xml
+%%DATADIR%%/tests/scheduler/probe-0.dot
+%%DATADIR%%/tests/scheduler/probe-0.exp
+%%DATADIR%%/tests/scheduler/probe-0.scores
+%%DATADIR%%/tests/scheduler/probe-0.summary
+%%DATADIR%%/tests/scheduler/probe-0.xml
+%%DATADIR%%/tests/scheduler/probe-1.dot
+%%DATADIR%%/tests/scheduler/probe-1.exp
+%%DATADIR%%/tests/scheduler/probe-1.scores
+%%DATADIR%%/tests/scheduler/probe-1.summary
+%%DATADIR%%/tests/scheduler/probe-1.xml
+%%DATADIR%%/tests/scheduler/probe-2.dot
+%%DATADIR%%/tests/scheduler/probe-2.exp
+%%DATADIR%%/tests/scheduler/probe-2.scores
+%%DATADIR%%/tests/scheduler/probe-2.summary
+%%DATADIR%%/tests/scheduler/probe-2.xml
+%%DATADIR%%/tests/scheduler/probe-3.dot
+%%DATADIR%%/tests/scheduler/probe-3.exp
+%%DATADIR%%/tests/scheduler/probe-3.scores
+%%DATADIR%%/tests/scheduler/probe-3.summary
+%%DATADIR%%/tests/scheduler/probe-3.xml
+%%DATADIR%%/tests/scheduler/probe-4.dot
+%%DATADIR%%/tests/scheduler/probe-4.exp
+%%DATADIR%%/tests/scheduler/probe-4.scores
+%%DATADIR%%/tests/scheduler/probe-4.summary
+%%DATADIR%%/tests/scheduler/probe-4.xml
+%%DATADIR%%/tests/scheduler/probe-timeout.dot
+%%DATADIR%%/tests/scheduler/probe-timeout.exp
+%%DATADIR%%/tests/scheduler/probe-timeout.scores
+%%DATADIR%%/tests/scheduler/probe-timeout.summary
+%%DATADIR%%/tests/scheduler/probe-timeout.xml
+%%DATADIR%%/tests/scheduler/quorum-1.dot
+%%DATADIR%%/tests/scheduler/quorum-1.exp
+%%DATADIR%%/tests/scheduler/quorum-1.scores
+%%DATADIR%%/tests/scheduler/quorum-1.summary
+%%DATADIR%%/tests/scheduler/quorum-1.xml
+%%DATADIR%%/tests/scheduler/quorum-2.dot
+%%DATADIR%%/tests/scheduler/quorum-2.exp
+%%DATADIR%%/tests/scheduler/quorum-2.scores
+%%DATADIR%%/tests/scheduler/quorum-2.summary
+%%DATADIR%%/tests/scheduler/quorum-2.xml
+%%DATADIR%%/tests/scheduler/quorum-3.dot
+%%DATADIR%%/tests/scheduler/quorum-3.exp
+%%DATADIR%%/tests/scheduler/quorum-3.scores
+%%DATADIR%%/tests/scheduler/quorum-3.summary
+%%DATADIR%%/tests/scheduler/quorum-3.xml
+%%DATADIR%%/tests/scheduler/quorum-4.dot
+%%DATADIR%%/tests/scheduler/quorum-4.exp
+%%DATADIR%%/tests/scheduler/quorum-4.scores
+%%DATADIR%%/tests/scheduler/quorum-4.summary
+%%DATADIR%%/tests/scheduler/quorum-4.xml
+%%DATADIR%%/tests/scheduler/quorum-5.dot
+%%DATADIR%%/tests/scheduler/quorum-5.exp
+%%DATADIR%%/tests/scheduler/quorum-5.scores
+%%DATADIR%%/tests/scheduler/quorum-5.summary
+%%DATADIR%%/tests/scheduler/quorum-5.xml
+%%DATADIR%%/tests/scheduler/quorum-6.dot
+%%DATADIR%%/tests/scheduler/quorum-6.exp
+%%DATADIR%%/tests/scheduler/quorum-6.scores
+%%DATADIR%%/tests/scheduler/quorum-6.summary
+%%DATADIR%%/tests/scheduler/quorum-6.xml
+%%DATADIR%%/tests/scheduler/rebalance-unique-clones.dot
+%%DATADIR%%/tests/scheduler/rebalance-unique-clones.exp
+%%DATADIR%%/tests/scheduler/rebalance-unique-clones.scores
+%%DATADIR%%/tests/scheduler/rebalance-unique-clones.summary
+%%DATADIR%%/tests/scheduler/rebalance-unique-clones.xml
+%%DATADIR%%/tests/scheduler/rec-node-1.dot
+%%DATADIR%%/tests/scheduler/rec-node-1.exp
+%%DATADIR%%/tests/scheduler/rec-node-1.scores
+%%DATADIR%%/tests/scheduler/rec-node-1.summary
+%%DATADIR%%/tests/scheduler/rec-node-1.xml
+%%DATADIR%%/tests/scheduler/rec-node-10.dot
+%%DATADIR%%/tests/scheduler/rec-node-10.exp
+%%DATADIR%%/tests/scheduler/rec-node-10.scores
+%%DATADIR%%/tests/scheduler/rec-node-10.summary
+%%DATADIR%%/tests/scheduler/rec-node-10.xml
+%%DATADIR%%/tests/scheduler/rec-node-11.dot
+%%DATADIR%%/tests/scheduler/rec-node-11.exp
+%%DATADIR%%/tests/scheduler/rec-node-11.scores
+%%DATADIR%%/tests/scheduler/rec-node-11.summary
+%%DATADIR%%/tests/scheduler/rec-node-11.xml
+%%DATADIR%%/tests/scheduler/rec-node-12.dot
+%%DATADIR%%/tests/scheduler/rec-node-12.exp
+%%DATADIR%%/tests/scheduler/rec-node-12.scores
+%%DATADIR%%/tests/scheduler/rec-node-12.summary
+%%DATADIR%%/tests/scheduler/rec-node-12.xml
+%%DATADIR%%/tests/scheduler/rec-node-13.dot
+%%DATADIR%%/tests/scheduler/rec-node-13.exp
+%%DATADIR%%/tests/scheduler/rec-node-13.scores
+%%DATADIR%%/tests/scheduler/rec-node-13.summary
+%%DATADIR%%/tests/scheduler/rec-node-13.xml
+%%DATADIR%%/tests/scheduler/rec-node-14.dot
+%%DATADIR%%/tests/scheduler/rec-node-14.exp
+%%DATADIR%%/tests/scheduler/rec-node-14.scores
+%%DATADIR%%/tests/scheduler/rec-node-14.summary
+%%DATADIR%%/tests/scheduler/rec-node-14.xml
+%%DATADIR%%/tests/scheduler/rec-node-15.dot
+%%DATADIR%%/tests/scheduler/rec-node-15.exp
+%%DATADIR%%/tests/scheduler/rec-node-15.scores
+%%DATADIR%%/tests/scheduler/rec-node-15.summary
+%%DATADIR%%/tests/scheduler/rec-node-15.xml
+%%DATADIR%%/tests/scheduler/rec-node-2.dot
+%%DATADIR%%/tests/scheduler/rec-node-2.exp
+%%DATADIR%%/tests/scheduler/rec-node-2.scores
+%%DATADIR%%/tests/scheduler/rec-node-2.summary
+%%DATADIR%%/tests/scheduler/rec-node-2.xml
+%%DATADIR%%/tests/scheduler/rec-node-3.dot
+%%DATADIR%%/tests/scheduler/rec-node-3.exp
+%%DATADIR%%/tests/scheduler/rec-node-3.scores
+%%DATADIR%%/tests/scheduler/rec-node-3.summary
+%%DATADIR%%/tests/scheduler/rec-node-3.xml
+%%DATADIR%%/tests/scheduler/rec-node-4.dot
+%%DATADIR%%/tests/scheduler/rec-node-4.exp
+%%DATADIR%%/tests/scheduler/rec-node-4.scores
+%%DATADIR%%/tests/scheduler/rec-node-4.summary
+%%DATADIR%%/tests/scheduler/rec-node-4.xml
+%%DATADIR%%/tests/scheduler/rec-node-5.dot
+%%DATADIR%%/tests/scheduler/rec-node-5.exp
+%%DATADIR%%/tests/scheduler/rec-node-5.scores
+%%DATADIR%%/tests/scheduler/rec-node-5.summary
+%%DATADIR%%/tests/scheduler/rec-node-5.xml
+%%DATADIR%%/tests/scheduler/rec-node-6.dot
+%%DATADIR%%/tests/scheduler/rec-node-6.exp
+%%DATADIR%%/tests/scheduler/rec-node-6.scores
+%%DATADIR%%/tests/scheduler/rec-node-6.summary
+%%DATADIR%%/tests/scheduler/rec-node-6.xml
+%%DATADIR%%/tests/scheduler/rec-node-7.dot
+%%DATADIR%%/tests/scheduler/rec-node-7.exp
+%%DATADIR%%/tests/scheduler/rec-node-7.scores
+%%DATADIR%%/tests/scheduler/rec-node-7.summary
+%%DATADIR%%/tests/scheduler/rec-node-7.xml
+%%DATADIR%%/tests/scheduler/rec-node-8.dot
+%%DATADIR%%/tests/scheduler/rec-node-8.exp
+%%DATADIR%%/tests/scheduler/rec-node-8.scores
+%%DATADIR%%/tests/scheduler/rec-node-8.summary
+%%DATADIR%%/tests/scheduler/rec-node-8.xml
+%%DATADIR%%/tests/scheduler/rec-node-9.dot
+%%DATADIR%%/tests/scheduler/rec-node-9.exp
+%%DATADIR%%/tests/scheduler/rec-node-9.scores
+%%DATADIR%%/tests/scheduler/rec-node-9.summary
+%%DATADIR%%/tests/scheduler/rec-node-9.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-0.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-0.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-0.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-0.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-0.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-1.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-1.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-1.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-1.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-1.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-2.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-2.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-2.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-2.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-2.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-3.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-3.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-3.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-3.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-3.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-4.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-4.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-4.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-4.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-4.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-5.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-5.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-5.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-5.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-5.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-6.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-6.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-6.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-6.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-6.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-7.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-7.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-7.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-7.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-7.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-8.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-8.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-8.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-8.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-8.xml
+%%DATADIR%%/tests/scheduler/rec-rsc-9.dot
+%%DATADIR%%/tests/scheduler/rec-rsc-9.exp
+%%DATADIR%%/tests/scheduler/rec-rsc-9.scores
+%%DATADIR%%/tests/scheduler/rec-rsc-9.summary
+%%DATADIR%%/tests/scheduler/rec-rsc-9.xml
+%%DATADIR%%/tests/scheduler/reload-becomes-restart.dot
+%%DATADIR%%/tests/scheduler/reload-becomes-restart.exp
+%%DATADIR%%/tests/scheduler/reload-becomes-restart.scores
+%%DATADIR%%/tests/scheduler/reload-becomes-restart.summary
+%%DATADIR%%/tests/scheduler/reload-becomes-restart.xml
+%%DATADIR%%/tests/scheduler/reload-versioned.dot
+%%DATADIR%%/tests/scheduler/reload-versioned.exp
+%%DATADIR%%/tests/scheduler/reload-versioned.scores
+%%DATADIR%%/tests/scheduler/reload-versioned.summary
+%%DATADIR%%/tests/scheduler/reload-versioned.xml
+%%DATADIR%%/tests/scheduler/remote-connection-unrecoverable.dot
+%%DATADIR%%/tests/scheduler/remote-connection-unrecoverable.exp
+%%DATADIR%%/tests/scheduler/remote-connection-unrecoverable.scores
+%%DATADIR%%/tests/scheduler/remote-connection-unrecoverable.summary
+%%DATADIR%%/tests/scheduler/remote-connection-unrecoverable.xml
+%%DATADIR%%/tests/scheduler/remote-disable.dot
+%%DATADIR%%/tests/scheduler/remote-disable.exp
+%%DATADIR%%/tests/scheduler/remote-disable.scores
+%%DATADIR%%/tests/scheduler/remote-disable.summary
+%%DATADIR%%/tests/scheduler/remote-disable.xml
+%%DATADIR%%/tests/scheduler/remote-fence-before-reconnect.dot
+%%DATADIR%%/tests/scheduler/remote-fence-before-reconnect.exp
+%%DATADIR%%/tests/scheduler/remote-fence-before-reconnect.scores
+%%DATADIR%%/tests/scheduler/remote-fence-before-reconnect.summary
+%%DATADIR%%/tests/scheduler/remote-fence-before-reconnect.xml
+%%DATADIR%%/tests/scheduler/remote-fence-unclean-3.dot
+%%DATADIR%%/tests/scheduler/remote-fence-unclean-3.exp
+%%DATADIR%%/tests/scheduler/remote-fence-unclean-3.scores
+%%DATADIR%%/tests/scheduler/remote-fence-unclean-3.summary
+%%DATADIR%%/tests/scheduler/remote-fence-unclean-3.xml
+%%DATADIR%%/tests/scheduler/remote-fence-unclean.dot
+%%DATADIR%%/tests/scheduler/remote-fence-unclean.exp
+%%DATADIR%%/tests/scheduler/remote-fence-unclean.scores
+%%DATADIR%%/tests/scheduler/remote-fence-unclean.summary
+%%DATADIR%%/tests/scheduler/remote-fence-unclean.xml
+%%DATADIR%%/tests/scheduler/remote-fence-unclean2.dot
+%%DATADIR%%/tests/scheduler/remote-fence-unclean2.exp
+%%DATADIR%%/tests/scheduler/remote-fence-unclean2.scores
+%%DATADIR%%/tests/scheduler/remote-fence-unclean2.summary
+%%DATADIR%%/tests/scheduler/remote-fence-unclean2.xml
+%%DATADIR%%/tests/scheduler/remote-move.dot
+%%DATADIR%%/tests/scheduler/remote-move.exp
+%%DATADIR%%/tests/scheduler/remote-move.scores
+%%DATADIR%%/tests/scheduler/remote-move.summary
+%%DATADIR%%/tests/scheduler/remote-move.xml
+%%DATADIR%%/tests/scheduler/remote-orphaned.dot
+%%DATADIR%%/tests/scheduler/remote-orphaned.exp
+%%DATADIR%%/tests/scheduler/remote-orphaned.scores
+%%DATADIR%%/tests/scheduler/remote-orphaned.summary
+%%DATADIR%%/tests/scheduler/remote-orphaned.xml
+%%DATADIR%%/tests/scheduler/remote-orphaned2.dot
+%%DATADIR%%/tests/scheduler/remote-orphaned2.exp
+%%DATADIR%%/tests/scheduler/remote-orphaned2.scores
+%%DATADIR%%/tests/scheduler/remote-orphaned2.summary
+%%DATADIR%%/tests/scheduler/remote-orphaned2.xml
+%%DATADIR%%/tests/scheduler/remote-partial-migrate.dot
+%%DATADIR%%/tests/scheduler/remote-partial-migrate.exp
+%%DATADIR%%/tests/scheduler/remote-partial-migrate.scores
+%%DATADIR%%/tests/scheduler/remote-partial-migrate.summary
+%%DATADIR%%/tests/scheduler/remote-partial-migrate.xml
+%%DATADIR%%/tests/scheduler/remote-partial-migrate2.dot
+%%DATADIR%%/tests/scheduler/remote-partial-migrate2.exp
+%%DATADIR%%/tests/scheduler/remote-partial-migrate2.scores
+%%DATADIR%%/tests/scheduler/remote-partial-migrate2.summary
+%%DATADIR%%/tests/scheduler/remote-partial-migrate2.xml
+%%DATADIR%%/tests/scheduler/remote-probe-disable.dot
+%%DATADIR%%/tests/scheduler/remote-probe-disable.exp
+%%DATADIR%%/tests/scheduler/remote-probe-disable.scores
+%%DATADIR%%/tests/scheduler/remote-probe-disable.summary
+%%DATADIR%%/tests/scheduler/remote-probe-disable.xml
+%%DATADIR%%/tests/scheduler/remote-reconnect-delay.dot
+%%DATADIR%%/tests/scheduler/remote-reconnect-delay.exp
+%%DATADIR%%/tests/scheduler/remote-reconnect-delay.scores
+%%DATADIR%%/tests/scheduler/remote-reconnect-delay.summary
+%%DATADIR%%/tests/scheduler/remote-reconnect-delay.xml
+%%DATADIR%%/tests/scheduler/remote-recover-all.dot
+%%DATADIR%%/tests/scheduler/remote-recover-all.exp
+%%DATADIR%%/tests/scheduler/remote-recover-all.scores
+%%DATADIR%%/tests/scheduler/remote-recover-all.summary
+%%DATADIR%%/tests/scheduler/remote-recover-all.xml
+%%DATADIR%%/tests/scheduler/remote-recover-connection.dot
+%%DATADIR%%/tests/scheduler/remote-recover-connection.exp
+%%DATADIR%%/tests/scheduler/remote-recover-connection.scores
+%%DATADIR%%/tests/scheduler/remote-recover-connection.summary
+%%DATADIR%%/tests/scheduler/remote-recover-connection.xml
+%%DATADIR%%/tests/scheduler/remote-recover-fail.dot
+%%DATADIR%%/tests/scheduler/remote-recover-fail.exp
+%%DATADIR%%/tests/scheduler/remote-recover-fail.scores
+%%DATADIR%%/tests/scheduler/remote-recover-fail.summary
+%%DATADIR%%/tests/scheduler/remote-recover-fail.xml
+%%DATADIR%%/tests/scheduler/remote-recover-no-resources.dot
+%%DATADIR%%/tests/scheduler/remote-recover-no-resources.exp
+%%DATADIR%%/tests/scheduler/remote-recover-no-resources.scores
+%%DATADIR%%/tests/scheduler/remote-recover-no-resources.summary
+%%DATADIR%%/tests/scheduler/remote-recover-no-resources.xml
+%%DATADIR%%/tests/scheduler/remote-recover-unknown.dot
+%%DATADIR%%/tests/scheduler/remote-recover-unknown.exp
+%%DATADIR%%/tests/scheduler/remote-recover-unknown.scores
+%%DATADIR%%/tests/scheduler/remote-recover-unknown.summary
+%%DATADIR%%/tests/scheduler/remote-recover-unknown.xml
+%%DATADIR%%/tests/scheduler/remote-recover.dot
+%%DATADIR%%/tests/scheduler/remote-recover.exp
+%%DATADIR%%/tests/scheduler/remote-recover.scores
+%%DATADIR%%/tests/scheduler/remote-recover.summary
+%%DATADIR%%/tests/scheduler/remote-recover.xml
+%%DATADIR%%/tests/scheduler/remote-recovery.dot
+%%DATADIR%%/tests/scheduler/remote-recovery.exp
+%%DATADIR%%/tests/scheduler/remote-recovery.scores
+%%DATADIR%%/tests/scheduler/remote-recovery.summary
+%%DATADIR%%/tests/scheduler/remote-recovery.xml
+%%DATADIR%%/tests/scheduler/remote-stale-node-entry.dot
+%%DATADIR%%/tests/scheduler/remote-stale-node-entry.exp
+%%DATADIR%%/tests/scheduler/remote-stale-node-entry.scores
+%%DATADIR%%/tests/scheduler/remote-stale-node-entry.summary
+%%DATADIR%%/tests/scheduler/remote-stale-node-entry.xml
+%%DATADIR%%/tests/scheduler/remote-start-fail.dot
+%%DATADIR%%/tests/scheduler/remote-start-fail.exp
+%%DATADIR%%/tests/scheduler/remote-start-fail.scores
+%%DATADIR%%/tests/scheduler/remote-start-fail.summary
+%%DATADIR%%/tests/scheduler/remote-start-fail.xml
+%%DATADIR%%/tests/scheduler/remote-startup-probes.dot
+%%DATADIR%%/tests/scheduler/remote-startup-probes.exp
+%%DATADIR%%/tests/scheduler/remote-startup-probes.scores
+%%DATADIR%%/tests/scheduler/remote-startup-probes.summary
+%%DATADIR%%/tests/scheduler/remote-startup-probes.xml
+%%DATADIR%%/tests/scheduler/remote-startup.dot
+%%DATADIR%%/tests/scheduler/remote-startup.exp
+%%DATADIR%%/tests/scheduler/remote-startup.scores
+%%DATADIR%%/tests/scheduler/remote-startup.summary
+%%DATADIR%%/tests/scheduler/remote-startup.xml
+%%DATADIR%%/tests/scheduler/remote-unclean2.dot
+%%DATADIR%%/tests/scheduler/remote-unclean2.exp
+%%DATADIR%%/tests/scheduler/remote-unclean2.scores
+%%DATADIR%%/tests/scheduler/remote-unclean2.summary
+%%DATADIR%%/tests/scheduler/remote-unclean2.xml
+%%DATADIR%%/tests/scheduler/reprobe-target_rc.dot
+%%DATADIR%%/tests/scheduler/reprobe-target_rc.exp
+%%DATADIR%%/tests/scheduler/reprobe-target_rc.scores
+%%DATADIR%%/tests/scheduler/reprobe-target_rc.summary
+%%DATADIR%%/tests/scheduler/reprobe-target_rc.xml
+%%DATADIR%%/tests/scheduler/resource-discovery.dot
+%%DATADIR%%/tests/scheduler/resource-discovery.exp
+%%DATADIR%%/tests/scheduler/resource-discovery.scores
+%%DATADIR%%/tests/scheduler/resource-discovery.summary
+%%DATADIR%%/tests/scheduler/resource-discovery.xml
+%%DATADIR%%/tests/scheduler/restart-versioned.dot
+%%DATADIR%%/tests/scheduler/restart-versioned.exp
+%%DATADIR%%/tests/scheduler/restart-versioned.scores
+%%DATADIR%%/tests/scheduler/restart-versioned.summary
+%%DATADIR%%/tests/scheduler/restart-versioned.xml
+%%DATADIR%%/tests/scheduler/rsc-discovery-per-node.dot
+%%DATADIR%%/tests/scheduler/rsc-discovery-per-node.exp
+%%DATADIR%%/tests/scheduler/rsc-discovery-per-node.scores
+%%DATADIR%%/tests/scheduler/rsc-discovery-per-node.summary
+%%DATADIR%%/tests/scheduler/rsc-discovery-per-node.xml
+%%DATADIR%%/tests/scheduler/rsc-maintenance.dot
+%%DATADIR%%/tests/scheduler/rsc-maintenance.exp
+%%DATADIR%%/tests/scheduler/rsc-maintenance.scores
+%%DATADIR%%/tests/scheduler/rsc-maintenance.summary
+%%DATADIR%%/tests/scheduler/rsc-maintenance.xml
+%%DATADIR%%/tests/scheduler/rsc-sets-clone-1.dot
+%%DATADIR%%/tests/scheduler/rsc-sets-clone-1.exp
+%%DATADIR%%/tests/scheduler/rsc-sets-clone-1.scores
+%%DATADIR%%/tests/scheduler/rsc-sets-clone-1.summary
+%%DATADIR%%/tests/scheduler/rsc-sets-clone-1.xml
+%%DATADIR%%/tests/scheduler/rsc-sets-clone.dot
+%%DATADIR%%/tests/scheduler/rsc-sets-clone.exp
+%%DATADIR%%/tests/scheduler/rsc-sets-clone.scores
+%%DATADIR%%/tests/scheduler/rsc-sets-clone.summary
+%%DATADIR%%/tests/scheduler/rsc-sets-clone.xml
+%%DATADIR%%/tests/scheduler/rsc-sets-master.dot
+%%DATADIR%%/tests/scheduler/rsc-sets-master.exp
+%%DATADIR%%/tests/scheduler/rsc-sets-master.scores
+%%DATADIR%%/tests/scheduler/rsc-sets-master.summary
+%%DATADIR%%/tests/scheduler/rsc-sets-master.xml
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-false.dot
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-false.exp
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-false.scores
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-false.summary
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-false.xml
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-true.dot
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-true.exp
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-true.scores
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-true.summary
+%%DATADIR%%/tests/scheduler/rsc-sets-seq-true.xml
+%%DATADIR%%/tests/scheduler/rsc_dep1.dot
+%%DATADIR%%/tests/scheduler/rsc_dep1.exp
+%%DATADIR%%/tests/scheduler/rsc_dep1.scores
+%%DATADIR%%/tests/scheduler/rsc_dep1.summary
+%%DATADIR%%/tests/scheduler/rsc_dep1.xml
+%%DATADIR%%/tests/scheduler/rsc_dep10.dot
+%%DATADIR%%/tests/scheduler/rsc_dep10.exp
+%%DATADIR%%/tests/scheduler/rsc_dep10.scores
+%%DATADIR%%/tests/scheduler/rsc_dep10.summary
+%%DATADIR%%/tests/scheduler/rsc_dep10.xml
+%%DATADIR%%/tests/scheduler/rsc_dep2.dot
+%%DATADIR%%/tests/scheduler/rsc_dep2.exp
+%%DATADIR%%/tests/scheduler/rsc_dep2.scores
+%%DATADIR%%/tests/scheduler/rsc_dep2.summary
+%%DATADIR%%/tests/scheduler/rsc_dep2.xml
+%%DATADIR%%/tests/scheduler/rsc_dep3.dot
+%%DATADIR%%/tests/scheduler/rsc_dep3.exp
+%%DATADIR%%/tests/scheduler/rsc_dep3.scores
+%%DATADIR%%/tests/scheduler/rsc_dep3.summary
+%%DATADIR%%/tests/scheduler/rsc_dep3.xml
+%%DATADIR%%/tests/scheduler/rsc_dep4.dot
+%%DATADIR%%/tests/scheduler/rsc_dep4.exp
+%%DATADIR%%/tests/scheduler/rsc_dep4.scores
+%%DATADIR%%/tests/scheduler/rsc_dep4.summary
+%%DATADIR%%/tests/scheduler/rsc_dep4.xml
+%%DATADIR%%/tests/scheduler/rsc_dep5.dot
+%%DATADIR%%/tests/scheduler/rsc_dep5.exp
+%%DATADIR%%/tests/scheduler/rsc_dep5.scores
+%%DATADIR%%/tests/scheduler/rsc_dep5.summary
+%%DATADIR%%/tests/scheduler/rsc_dep5.xml
+%%DATADIR%%/tests/scheduler/rsc_dep7.dot
+%%DATADIR%%/tests/scheduler/rsc_dep7.exp
+%%DATADIR%%/tests/scheduler/rsc_dep7.scores
+%%DATADIR%%/tests/scheduler/rsc_dep7.summary
+%%DATADIR%%/tests/scheduler/rsc_dep7.xml
+%%DATADIR%%/tests/scheduler/rsc_dep8.dot
+%%DATADIR%%/tests/scheduler/rsc_dep8.exp
+%%DATADIR%%/tests/scheduler/rsc_dep8.scores
+%%DATADIR%%/tests/scheduler/rsc_dep8.summary
+%%DATADIR%%/tests/scheduler/rsc_dep8.xml
+%%DATADIR%%/tests/scheduler/shutdown-maintenance-node.dot
+%%DATADIR%%/tests/scheduler/shutdown-maintenance-node.exp
+%%DATADIR%%/tests/scheduler/shutdown-maintenance-node.scores
+%%DATADIR%%/tests/scheduler/shutdown-maintenance-node.summary
+%%DATADIR%%/tests/scheduler/shutdown-maintenance-node.xml
+%%DATADIR%%/tests/scheduler/simple1.dot
+%%DATADIR%%/tests/scheduler/simple1.exp
+%%DATADIR%%/tests/scheduler/simple1.scores
+%%DATADIR%%/tests/scheduler/simple1.summary
+%%DATADIR%%/tests/scheduler/simple1.xml
+%%DATADIR%%/tests/scheduler/simple11.dot
+%%DATADIR%%/tests/scheduler/simple11.exp
+%%DATADIR%%/tests/scheduler/simple11.scores
+%%DATADIR%%/tests/scheduler/simple11.summary
+%%DATADIR%%/tests/scheduler/simple11.xml
+%%DATADIR%%/tests/scheduler/simple12.dot
+%%DATADIR%%/tests/scheduler/simple12.exp
+%%DATADIR%%/tests/scheduler/simple12.scores
+%%DATADIR%%/tests/scheduler/simple12.summary
+%%DATADIR%%/tests/scheduler/simple12.xml
+%%DATADIR%%/tests/scheduler/simple2.dot
+%%DATADIR%%/tests/scheduler/simple2.exp
+%%DATADIR%%/tests/scheduler/simple2.scores
+%%DATADIR%%/tests/scheduler/simple2.summary
+%%DATADIR%%/tests/scheduler/simple2.xml
+%%DATADIR%%/tests/scheduler/simple3.dot
+%%DATADIR%%/tests/scheduler/simple3.exp
+%%DATADIR%%/tests/scheduler/simple3.scores
+%%DATADIR%%/tests/scheduler/simple3.summary
+%%DATADIR%%/tests/scheduler/simple3.xml
+%%DATADIR%%/tests/scheduler/simple4.dot
+%%DATADIR%%/tests/scheduler/simple4.exp
+%%DATADIR%%/tests/scheduler/simple4.scores
+%%DATADIR%%/tests/scheduler/simple4.summary
+%%DATADIR%%/tests/scheduler/simple4.xml
+%%DATADIR%%/tests/scheduler/simple6.dot
+%%DATADIR%%/tests/scheduler/simple6.exp
+%%DATADIR%%/tests/scheduler/simple6.scores
+%%DATADIR%%/tests/scheduler/simple6.summary
+%%DATADIR%%/tests/scheduler/simple6.xml
+%%DATADIR%%/tests/scheduler/simple7.dot
+%%DATADIR%%/tests/scheduler/simple7.exp
+%%DATADIR%%/tests/scheduler/simple7.scores
+%%DATADIR%%/tests/scheduler/simple7.summary
+%%DATADIR%%/tests/scheduler/simple7.xml
+%%DATADIR%%/tests/scheduler/simple8.dot
+%%DATADIR%%/tests/scheduler/simple8.exp
+%%DATADIR%%/tests/scheduler/simple8.scores
+%%DATADIR%%/tests/scheduler/simple8.summary
+%%DATADIR%%/tests/scheduler/simple8.xml
+%%DATADIR%%/tests/scheduler/site-specific-params.dot
+%%DATADIR%%/tests/scheduler/site-specific-params.exp
+%%DATADIR%%/tests/scheduler/site-specific-params.scores
+%%DATADIR%%/tests/scheduler/site-specific-params.summary
+%%DATADIR%%/tests/scheduler/site-specific-params.xml
+%%DATADIR%%/tests/scheduler/standby.dot
+%%DATADIR%%/tests/scheduler/standby.exp
+%%DATADIR%%/tests/scheduler/standby.scores
+%%DATADIR%%/tests/scheduler/standby.summary
+%%DATADIR%%/tests/scheduler/standby.xml
+%%DATADIR%%/tests/scheduler/start-then-stop-with-unfence.dot
+%%DATADIR%%/tests/scheduler/start-then-stop-with-unfence.exp
+%%DATADIR%%/tests/scheduler/start-then-stop-with-unfence.scores
+%%DATADIR%%/tests/scheduler/start-then-stop-with-unfence.summary
+%%DATADIR%%/tests/scheduler/start-then-stop-with-unfence.xml
+%%DATADIR%%/tests/scheduler/stonith-0.dot
+%%DATADIR%%/tests/scheduler/stonith-0.exp
+%%DATADIR%%/tests/scheduler/stonith-0.scores
+%%DATADIR%%/tests/scheduler/stonith-0.summary
+%%DATADIR%%/tests/scheduler/stonith-0.xml
+%%DATADIR%%/tests/scheduler/stonith-1.dot
+%%DATADIR%%/tests/scheduler/stonith-1.exp
+%%DATADIR%%/tests/scheduler/stonith-1.scores
+%%DATADIR%%/tests/scheduler/stonith-1.summary
+%%DATADIR%%/tests/scheduler/stonith-1.xml
+%%DATADIR%%/tests/scheduler/stonith-2.dot
+%%DATADIR%%/tests/scheduler/stonith-2.exp
+%%DATADIR%%/tests/scheduler/stonith-2.scores
+%%DATADIR%%/tests/scheduler/stonith-2.summary
+%%DATADIR%%/tests/scheduler/stonith-2.xml
+%%DATADIR%%/tests/scheduler/stonith-3.dot
+%%DATADIR%%/tests/scheduler/stonith-3.exp
+%%DATADIR%%/tests/scheduler/stonith-3.scores
+%%DATADIR%%/tests/scheduler/stonith-3.summary
+%%DATADIR%%/tests/scheduler/stonith-3.xml
+%%DATADIR%%/tests/scheduler/stonith-4.dot
+%%DATADIR%%/tests/scheduler/stonith-4.exp
+%%DATADIR%%/tests/scheduler/stonith-4.scores
+%%DATADIR%%/tests/scheduler/stonith-4.summary
+%%DATADIR%%/tests/scheduler/stonith-4.xml
+%%DATADIR%%/tests/scheduler/stop-failure-no-fencing.dot
+%%DATADIR%%/tests/scheduler/stop-failure-no-fencing.exp
+%%DATADIR%%/tests/scheduler/stop-failure-no-fencing.scores
+%%DATADIR%%/tests/scheduler/stop-failure-no-fencing.summary
+%%DATADIR%%/tests/scheduler/stop-failure-no-fencing.xml
+%%DATADIR%%/tests/scheduler/stop-failure-no-quorum.dot
+%%DATADIR%%/tests/scheduler/stop-failure-no-quorum.exp
+%%DATADIR%%/tests/scheduler/stop-failure-no-quorum.scores
+%%DATADIR%%/tests/scheduler/stop-failure-no-quorum.summary
+%%DATADIR%%/tests/scheduler/stop-failure-no-quorum.xml
+%%DATADIR%%/tests/scheduler/stop-failure-with-fencing.dot
+%%DATADIR%%/tests/scheduler/stop-failure-with-fencing.exp
+%%DATADIR%%/tests/scheduler/stop-failure-with-fencing.scores
+%%DATADIR%%/tests/scheduler/stop-failure-with-fencing.summary
+%%DATADIR%%/tests/scheduler/stop-failure-with-fencing.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-00.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-00.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-00.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-00.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-00.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-01.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-01.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-01.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-01.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-01.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-02.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-02.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-02.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-02.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-02.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-03.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-03.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-03.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-03.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-03.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-04.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-04.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-04.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-04.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-04.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-05.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-05.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-05.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-05.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-05.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-06.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-06.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-06.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-06.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-06.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-07.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-07.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-07.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-07.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-07.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-08.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-08.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-08.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-08.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-08.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-09.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-09.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-09.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-09.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-09.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-10.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-10.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-10.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-10.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-10.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-11.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-11.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-11.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-11.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-11.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-12.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-12.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-12.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-12.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-12.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-20.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-20.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-20.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-20.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-20.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-21.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-21.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-21.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-21.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-21.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-22.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-22.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-22.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-22.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-22.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-23.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-23.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-23.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-23.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-23.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-24.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-24.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-24.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-24.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-24.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-25.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-25.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-25.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-25.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-25.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-26.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-26.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-26.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-26.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-26.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-27.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-27.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-27.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-27.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-27.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-30.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-30.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-30.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-30.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-30.xml
+%%DATADIR%%/tests/scheduler/stopped-monitor-31.dot
+%%DATADIR%%/tests/scheduler/stopped-monitor-31.exp
+%%DATADIR%%/tests/scheduler/stopped-monitor-31.scores
+%%DATADIR%%/tests/scheduler/stopped-monitor-31.summary
+%%DATADIR%%/tests/scheduler/stopped-monitor-31.xml
+%%DATADIR%%/tests/scheduler/suicide-needed-inquorate.dot
+%%DATADIR%%/tests/scheduler/suicide-needed-inquorate.exp
+%%DATADIR%%/tests/scheduler/suicide-needed-inquorate.scores
+%%DATADIR%%/tests/scheduler/suicide-needed-inquorate.summary
+%%DATADIR%%/tests/scheduler/suicide-needed-inquorate.xml
+%%DATADIR%%/tests/scheduler/suicide-not-needed-initial-quorum.dot
+%%DATADIR%%/tests/scheduler/suicide-not-needed-initial-quorum.exp
+%%DATADIR%%/tests/scheduler/suicide-not-needed-initial-quorum.scores
+%%DATADIR%%/tests/scheduler/suicide-not-needed-initial-quorum.summary
+%%DATADIR%%/tests/scheduler/suicide-not-needed-initial-quorum.xml
+%%DATADIR%%/tests/scheduler/suicide-not-needed-never-quorate.dot
+%%DATADIR%%/tests/scheduler/suicide-not-needed-never-quorate.exp
+%%DATADIR%%/tests/scheduler/suicide-not-needed-never-quorate.scores
+%%DATADIR%%/tests/scheduler/suicide-not-needed-never-quorate.summary
+%%DATADIR%%/tests/scheduler/suicide-not-needed-never-quorate.xml
+%%DATADIR%%/tests/scheduler/suicide-not-needed-quorate.dot
+%%DATADIR%%/tests/scheduler/suicide-not-needed-quorate.exp
+%%DATADIR%%/tests/scheduler/suicide-not-needed-quorate.scores
+%%DATADIR%%/tests/scheduler/suicide-not-needed-quorate.summary
+%%DATADIR%%/tests/scheduler/suicide-not-needed-quorate.xml
+%%DATADIR%%/tests/scheduler/systemhealth1.dot
+%%DATADIR%%/tests/scheduler/systemhealth1.exp
+%%DATADIR%%/tests/scheduler/systemhealth1.scores
+%%DATADIR%%/tests/scheduler/systemhealth1.summary
+%%DATADIR%%/tests/scheduler/systemhealth1.xml
+%%DATADIR%%/tests/scheduler/systemhealth2.dot
+%%DATADIR%%/tests/scheduler/systemhealth2.exp
+%%DATADIR%%/tests/scheduler/systemhealth2.scores
+%%DATADIR%%/tests/scheduler/systemhealth2.summary
+%%DATADIR%%/tests/scheduler/systemhealth2.xml
+%%DATADIR%%/tests/scheduler/systemhealth3.dot
+%%DATADIR%%/tests/scheduler/systemhealth3.exp
+%%DATADIR%%/tests/scheduler/systemhealth3.scores
+%%DATADIR%%/tests/scheduler/systemhealth3.summary
+%%DATADIR%%/tests/scheduler/systemhealth3.xml
+%%DATADIR%%/tests/scheduler/systemhealthm1.dot
+%%DATADIR%%/tests/scheduler/systemhealthm1.exp
+%%DATADIR%%/tests/scheduler/systemhealthm1.scores
+%%DATADIR%%/tests/scheduler/systemhealthm1.summary
+%%DATADIR%%/tests/scheduler/systemhealthm1.xml
+%%DATADIR%%/tests/scheduler/systemhealthm2.dot
+%%DATADIR%%/tests/scheduler/systemhealthm2.exp
+%%DATADIR%%/tests/scheduler/systemhealthm2.scores
+%%DATADIR%%/tests/scheduler/systemhealthm2.summary
+%%DATADIR%%/tests/scheduler/systemhealthm2.xml
+%%DATADIR%%/tests/scheduler/systemhealthm3.dot
+%%DATADIR%%/tests/scheduler/systemhealthm3.exp
+%%DATADIR%%/tests/scheduler/systemhealthm3.scores
+%%DATADIR%%/tests/scheduler/systemhealthm3.summary
+%%DATADIR%%/tests/scheduler/systemhealthm3.xml
+%%DATADIR%%/tests/scheduler/systemhealthn1.dot
+%%DATADIR%%/tests/scheduler/systemhealthn1.exp
+%%DATADIR%%/tests/scheduler/systemhealthn1.scores
+%%DATADIR%%/tests/scheduler/systemhealthn1.summary
+%%DATADIR%%/tests/scheduler/systemhealthn1.xml
+%%DATADIR%%/tests/scheduler/systemhealthn2.dot
+%%DATADIR%%/tests/scheduler/systemhealthn2.exp
+%%DATADIR%%/tests/scheduler/systemhealthn2.scores
+%%DATADIR%%/tests/scheduler/systemhealthn2.summary
+%%DATADIR%%/tests/scheduler/systemhealthn2.xml
+%%DATADIR%%/tests/scheduler/systemhealthn3.dot
+%%DATADIR%%/tests/scheduler/systemhealthn3.exp
+%%DATADIR%%/tests/scheduler/systemhealthn3.scores
+%%DATADIR%%/tests/scheduler/systemhealthn3.summary
+%%DATADIR%%/tests/scheduler/systemhealthn3.xml
+%%DATADIR%%/tests/scheduler/systemhealtho1.dot
+%%DATADIR%%/tests/scheduler/systemhealtho1.exp
+%%DATADIR%%/tests/scheduler/systemhealtho1.scores
+%%DATADIR%%/tests/scheduler/systemhealtho1.summary
+%%DATADIR%%/tests/scheduler/systemhealtho1.xml
+%%DATADIR%%/tests/scheduler/systemhealtho2.dot
+%%DATADIR%%/tests/scheduler/systemhealtho2.exp
+%%DATADIR%%/tests/scheduler/systemhealtho2.scores
+%%DATADIR%%/tests/scheduler/systemhealtho2.summary
+%%DATADIR%%/tests/scheduler/systemhealtho2.xml
+%%DATADIR%%/tests/scheduler/systemhealtho3.dot
+%%DATADIR%%/tests/scheduler/systemhealtho3.exp
+%%DATADIR%%/tests/scheduler/systemhealtho3.scores
+%%DATADIR%%/tests/scheduler/systemhealtho3.summary
+%%DATADIR%%/tests/scheduler/systemhealtho3.xml
+%%DATADIR%%/tests/scheduler/systemhealthp1.dot
+%%DATADIR%%/tests/scheduler/systemhealthp1.exp
+%%DATADIR%%/tests/scheduler/systemhealthp1.scores
+%%DATADIR%%/tests/scheduler/systemhealthp1.summary
+%%DATADIR%%/tests/scheduler/systemhealthp1.xml
+%%DATADIR%%/tests/scheduler/systemhealthp2.dot
+%%DATADIR%%/tests/scheduler/systemhealthp2.exp
+%%DATADIR%%/tests/scheduler/systemhealthp2.scores
+%%DATADIR%%/tests/scheduler/systemhealthp2.summary
+%%DATADIR%%/tests/scheduler/systemhealthp2.xml
+%%DATADIR%%/tests/scheduler/systemhealthp3.dot
+%%DATADIR%%/tests/scheduler/systemhealthp3.exp
+%%DATADIR%%/tests/scheduler/systemhealthp3.scores
+%%DATADIR%%/tests/scheduler/systemhealthp3.summary
+%%DATADIR%%/tests/scheduler/systemhealthp3.xml
+%%DATADIR%%/tests/scheduler/tags-coloc-order-1.dot
+%%DATADIR%%/tests/scheduler/tags-coloc-order-1.exp
+%%DATADIR%%/tests/scheduler/tags-coloc-order-1.scores
+%%DATADIR%%/tests/scheduler/tags-coloc-order-1.summary
+%%DATADIR%%/tests/scheduler/tags-coloc-order-1.xml
+%%DATADIR%%/tests/scheduler/tags-coloc-order-2.dot
+%%DATADIR%%/tests/scheduler/tags-coloc-order-2.exp
+%%DATADIR%%/tests/scheduler/tags-coloc-order-2.scores
+%%DATADIR%%/tests/scheduler/tags-coloc-order-2.summary
+%%DATADIR%%/tests/scheduler/tags-coloc-order-2.xml
+%%DATADIR%%/tests/scheduler/tags-location.dot
+%%DATADIR%%/tests/scheduler/tags-location.exp
+%%DATADIR%%/tests/scheduler/tags-location.scores
+%%DATADIR%%/tests/scheduler/tags-location.summary
+%%DATADIR%%/tests/scheduler/tags-location.xml
+%%DATADIR%%/tests/scheduler/tags-ticket.dot
+%%DATADIR%%/tests/scheduler/tags-ticket.exp
+%%DATADIR%%/tests/scheduler/tags-ticket.scores
+%%DATADIR%%/tests/scheduler/tags-ticket.summary
+%%DATADIR%%/tests/scheduler/tags-ticket.xml
+%%DATADIR%%/tests/scheduler/target-0.dot
+%%DATADIR%%/tests/scheduler/target-0.exp
+%%DATADIR%%/tests/scheduler/target-0.scores
+%%DATADIR%%/tests/scheduler/target-0.summary
+%%DATADIR%%/tests/scheduler/target-0.xml
+%%DATADIR%%/tests/scheduler/target-1.dot
+%%DATADIR%%/tests/scheduler/target-1.exp
+%%DATADIR%%/tests/scheduler/target-1.scores
+%%DATADIR%%/tests/scheduler/target-1.summary
+%%DATADIR%%/tests/scheduler/target-1.xml
+%%DATADIR%%/tests/scheduler/target-2.dot
+%%DATADIR%%/tests/scheduler/target-2.exp
+%%DATADIR%%/tests/scheduler/target-2.scores
+%%DATADIR%%/tests/scheduler/target-2.summary
+%%DATADIR%%/tests/scheduler/target-2.xml
+%%DATADIR%%/tests/scheduler/template-1.dot
+%%DATADIR%%/tests/scheduler/template-1.exp
+%%DATADIR%%/tests/scheduler/template-1.scores
+%%DATADIR%%/tests/scheduler/template-1.summary
+%%DATADIR%%/tests/scheduler/template-1.xml
+%%DATADIR%%/tests/scheduler/template-2.dot
+%%DATADIR%%/tests/scheduler/template-2.exp
+%%DATADIR%%/tests/scheduler/template-2.scores
+%%DATADIR%%/tests/scheduler/template-2.summary
+%%DATADIR%%/tests/scheduler/template-2.xml
+%%DATADIR%%/tests/scheduler/template-3.dot
+%%DATADIR%%/tests/scheduler/template-3.exp
+%%DATADIR%%/tests/scheduler/template-3.scores
+%%DATADIR%%/tests/scheduler/template-3.summary
+%%DATADIR%%/tests/scheduler/template-3.xml
+%%DATADIR%%/tests/scheduler/template-clone-group.dot
+%%DATADIR%%/tests/scheduler/template-clone-group.exp
+%%DATADIR%%/tests/scheduler/template-clone-group.scores
+%%DATADIR%%/tests/scheduler/template-clone-group.summary
+%%DATADIR%%/tests/scheduler/template-clone-group.xml
+%%DATADIR%%/tests/scheduler/template-clone-primitive.dot
+%%DATADIR%%/tests/scheduler/template-clone-primitive.exp
+%%DATADIR%%/tests/scheduler/template-clone-primitive.scores
+%%DATADIR%%/tests/scheduler/template-clone-primitive.summary
+%%DATADIR%%/tests/scheduler/template-clone-primitive.xml
+%%DATADIR%%/tests/scheduler/template-coloc-1.dot
+%%DATADIR%%/tests/scheduler/template-coloc-1.exp
+%%DATADIR%%/tests/scheduler/template-coloc-1.scores
+%%DATADIR%%/tests/scheduler/template-coloc-1.summary
+%%DATADIR%%/tests/scheduler/template-coloc-1.xml
+%%DATADIR%%/tests/scheduler/template-coloc-2.dot
+%%DATADIR%%/tests/scheduler/template-coloc-2.exp
+%%DATADIR%%/tests/scheduler/template-coloc-2.scores
+%%DATADIR%%/tests/scheduler/template-coloc-2.summary
+%%DATADIR%%/tests/scheduler/template-coloc-2.xml
+%%DATADIR%%/tests/scheduler/template-coloc-3.dot
+%%DATADIR%%/tests/scheduler/template-coloc-3.exp
+%%DATADIR%%/tests/scheduler/template-coloc-3.scores
+%%DATADIR%%/tests/scheduler/template-coloc-3.summary
+%%DATADIR%%/tests/scheduler/template-coloc-3.xml
+%%DATADIR%%/tests/scheduler/template-order-1.dot
+%%DATADIR%%/tests/scheduler/template-order-1.exp
+%%DATADIR%%/tests/scheduler/template-order-1.scores
+%%DATADIR%%/tests/scheduler/template-order-1.summary
+%%DATADIR%%/tests/scheduler/template-order-1.xml
+%%DATADIR%%/tests/scheduler/template-order-2.dot
+%%DATADIR%%/tests/scheduler/template-order-2.exp
+%%DATADIR%%/tests/scheduler/template-order-2.scores
+%%DATADIR%%/tests/scheduler/template-order-2.summary
+%%DATADIR%%/tests/scheduler/template-order-2.xml
+%%DATADIR%%/tests/scheduler/template-order-3.dot
+%%DATADIR%%/tests/scheduler/template-order-3.exp
+%%DATADIR%%/tests/scheduler/template-order-3.scores
+%%DATADIR%%/tests/scheduler/template-order-3.summary
+%%DATADIR%%/tests/scheduler/template-order-3.xml
+%%DATADIR%%/tests/scheduler/template-rsc-sets-1.dot
+%%DATADIR%%/tests/scheduler/template-rsc-sets-1.exp
+%%DATADIR%%/tests/scheduler/template-rsc-sets-1.scores
+%%DATADIR%%/tests/scheduler/template-rsc-sets-1.summary
+%%DATADIR%%/tests/scheduler/template-rsc-sets-1.xml
+%%DATADIR%%/tests/scheduler/template-rsc-sets-2.dot
+%%DATADIR%%/tests/scheduler/template-rsc-sets-2.exp
+%%DATADIR%%/tests/scheduler/template-rsc-sets-2.scores
+%%DATADIR%%/tests/scheduler/template-rsc-sets-2.summary
+%%DATADIR%%/tests/scheduler/template-rsc-sets-2.xml
+%%DATADIR%%/tests/scheduler/template-rsc-sets-3.dot
+%%DATADIR%%/tests/scheduler/template-rsc-sets-3.exp
+%%DATADIR%%/tests/scheduler/template-rsc-sets-3.scores
+%%DATADIR%%/tests/scheduler/template-rsc-sets-3.summary
+%%DATADIR%%/tests/scheduler/template-rsc-sets-3.xml
+%%DATADIR%%/tests/scheduler/template-rsc-sets-4.dot
+%%DATADIR%%/tests/scheduler/template-rsc-sets-4.exp
+%%DATADIR%%/tests/scheduler/template-rsc-sets-4.scores
+%%DATADIR%%/tests/scheduler/template-rsc-sets-4.summary
+%%DATADIR%%/tests/scheduler/template-rsc-sets-4.xml
+%%DATADIR%%/tests/scheduler/template-ticket.dot
+%%DATADIR%%/tests/scheduler/template-ticket.exp
+%%DATADIR%%/tests/scheduler/template-ticket.scores
+%%DATADIR%%/tests/scheduler/template-ticket.summary
+%%DATADIR%%/tests/scheduler/template-ticket.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-1.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-1.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-1.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-1.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-1.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-10.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-10.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-10.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-10.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-10.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-11.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-11.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-11.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-11.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-11.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-12.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-12.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-12.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-12.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-12.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-13.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-13.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-13.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-13.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-13.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-14.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-14.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-14.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-14.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-14.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-15.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-15.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-15.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-15.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-15.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-16.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-16.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-16.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-16.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-16.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-17.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-17.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-17.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-17.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-17.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-18.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-18.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-18.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-18.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-18.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-19.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-19.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-19.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-19.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-19.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-2.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-2.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-2.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-2.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-2.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-20.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-20.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-20.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-20.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-20.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-21.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-21.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-21.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-21.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-21.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-22.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-22.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-22.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-22.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-22.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-23.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-23.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-23.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-23.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-23.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-24.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-24.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-24.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-24.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-24.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-3.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-3.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-3.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-3.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-3.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-4.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-4.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-4.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-4.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-4.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-5.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-5.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-5.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-5.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-5.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-6.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-6.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-6.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-6.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-6.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-7.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-7.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-7.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-7.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-7.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-8.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-8.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-8.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-8.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-8.xml
+%%DATADIR%%/tests/scheduler/ticket-clone-9.dot
+%%DATADIR%%/tests/scheduler/ticket-clone-9.exp
+%%DATADIR%%/tests/scheduler/ticket-clone-9.scores
+%%DATADIR%%/tests/scheduler/ticket-clone-9.summary
+%%DATADIR%%/tests/scheduler/ticket-clone-9.xml
+%%DATADIR%%/tests/scheduler/ticket-group-1.dot
+%%DATADIR%%/tests/scheduler/ticket-group-1.exp
+%%DATADIR%%/tests/scheduler/ticket-group-1.scores
+%%DATADIR%%/tests/scheduler/ticket-group-1.summary
+%%DATADIR%%/tests/scheduler/ticket-group-1.xml
+%%DATADIR%%/tests/scheduler/ticket-group-10.dot
+%%DATADIR%%/tests/scheduler/ticket-group-10.exp
+%%DATADIR%%/tests/scheduler/ticket-group-10.scores
+%%DATADIR%%/tests/scheduler/ticket-group-10.summary
+%%DATADIR%%/tests/scheduler/ticket-group-10.xml
+%%DATADIR%%/tests/scheduler/ticket-group-11.dot
+%%DATADIR%%/tests/scheduler/ticket-group-11.exp
+%%DATADIR%%/tests/scheduler/ticket-group-11.scores
+%%DATADIR%%/tests/scheduler/ticket-group-11.summary
+%%DATADIR%%/tests/scheduler/ticket-group-11.xml
+%%DATADIR%%/tests/scheduler/ticket-group-12.dot
+%%DATADIR%%/tests/scheduler/ticket-group-12.exp
+%%DATADIR%%/tests/scheduler/ticket-group-12.scores
+%%DATADIR%%/tests/scheduler/ticket-group-12.summary
+%%DATADIR%%/tests/scheduler/ticket-group-12.xml
+%%DATADIR%%/tests/scheduler/ticket-group-13.dot
+%%DATADIR%%/tests/scheduler/ticket-group-13.exp
+%%DATADIR%%/tests/scheduler/ticket-group-13.scores
+%%DATADIR%%/tests/scheduler/ticket-group-13.summary
+%%DATADIR%%/tests/scheduler/ticket-group-13.xml
+%%DATADIR%%/tests/scheduler/ticket-group-14.dot
+%%DATADIR%%/tests/scheduler/ticket-group-14.exp
+%%DATADIR%%/tests/scheduler/ticket-group-14.scores
+%%DATADIR%%/tests/scheduler/ticket-group-14.summary
+%%DATADIR%%/tests/scheduler/ticket-group-14.xml
+%%DATADIR%%/tests/scheduler/ticket-group-15.dot
+%%DATADIR%%/tests/scheduler/ticket-group-15.exp
+%%DATADIR%%/tests/scheduler/ticket-group-15.scores
+%%DATADIR%%/tests/scheduler/ticket-group-15.summary
+%%DATADIR%%/tests/scheduler/ticket-group-15.xml
+%%DATADIR%%/tests/scheduler/ticket-group-16.dot
+%%DATADIR%%/tests/scheduler/ticket-group-16.exp
+%%DATADIR%%/tests/scheduler/ticket-group-16.scores
+%%DATADIR%%/tests/scheduler/ticket-group-16.summary
+%%DATADIR%%/tests/scheduler/ticket-group-16.xml
+%%DATADIR%%/tests/scheduler/ticket-group-17.dot
+%%DATADIR%%/tests/scheduler/ticket-group-17.exp
+%%DATADIR%%/tests/scheduler/ticket-group-17.scores
+%%DATADIR%%/tests/scheduler/ticket-group-17.summary
+%%DATADIR%%/tests/scheduler/ticket-group-17.xml
+%%DATADIR%%/tests/scheduler/ticket-group-18.dot
+%%DATADIR%%/tests/scheduler/ticket-group-18.exp
+%%DATADIR%%/tests/scheduler/ticket-group-18.scores
+%%DATADIR%%/tests/scheduler/ticket-group-18.summary
+%%DATADIR%%/tests/scheduler/ticket-group-18.xml
+%%DATADIR%%/tests/scheduler/ticket-group-19.dot
+%%DATADIR%%/tests/scheduler/ticket-group-19.exp
+%%DATADIR%%/tests/scheduler/ticket-group-19.scores
+%%DATADIR%%/tests/scheduler/ticket-group-19.summary
+%%DATADIR%%/tests/scheduler/ticket-group-19.xml
+%%DATADIR%%/tests/scheduler/ticket-group-2.dot
+%%DATADIR%%/tests/scheduler/ticket-group-2.exp
+%%DATADIR%%/tests/scheduler/ticket-group-2.scores
+%%DATADIR%%/tests/scheduler/ticket-group-2.summary
+%%DATADIR%%/tests/scheduler/ticket-group-2.xml
+%%DATADIR%%/tests/scheduler/ticket-group-20.dot
+%%DATADIR%%/tests/scheduler/ticket-group-20.exp
+%%DATADIR%%/tests/scheduler/ticket-group-20.scores
+%%DATADIR%%/tests/scheduler/ticket-group-20.summary
+%%DATADIR%%/tests/scheduler/ticket-group-20.xml
+%%DATADIR%%/tests/scheduler/ticket-group-21.dot
+%%DATADIR%%/tests/scheduler/ticket-group-21.exp
+%%DATADIR%%/tests/scheduler/ticket-group-21.scores
+%%DATADIR%%/tests/scheduler/ticket-group-21.summary
+%%DATADIR%%/tests/scheduler/ticket-group-21.xml
+%%DATADIR%%/tests/scheduler/ticket-group-22.dot
+%%DATADIR%%/tests/scheduler/ticket-group-22.exp
+%%DATADIR%%/tests/scheduler/ticket-group-22.scores
+%%DATADIR%%/tests/scheduler/ticket-group-22.summary
+%%DATADIR%%/tests/scheduler/ticket-group-22.xml
+%%DATADIR%%/tests/scheduler/ticket-group-23.dot
+%%DATADIR%%/tests/scheduler/ticket-group-23.exp
+%%DATADIR%%/tests/scheduler/ticket-group-23.scores
+%%DATADIR%%/tests/scheduler/ticket-group-23.summary
+%%DATADIR%%/tests/scheduler/ticket-group-23.xml
+%%DATADIR%%/tests/scheduler/ticket-group-24.dot
+%%DATADIR%%/tests/scheduler/ticket-group-24.exp
+%%DATADIR%%/tests/scheduler/ticket-group-24.scores
+%%DATADIR%%/tests/scheduler/ticket-group-24.summary
+%%DATADIR%%/tests/scheduler/ticket-group-24.xml
+%%DATADIR%%/tests/scheduler/ticket-group-3.dot
+%%DATADIR%%/tests/scheduler/ticket-group-3.exp
+%%DATADIR%%/tests/scheduler/ticket-group-3.scores
+%%DATADIR%%/tests/scheduler/ticket-group-3.summary
+%%DATADIR%%/tests/scheduler/ticket-group-3.xml
+%%DATADIR%%/tests/scheduler/ticket-group-4.dot
+%%DATADIR%%/tests/scheduler/ticket-group-4.exp
+%%DATADIR%%/tests/scheduler/ticket-group-4.scores
+%%DATADIR%%/tests/scheduler/ticket-group-4.summary
+%%DATADIR%%/tests/scheduler/ticket-group-4.xml
+%%DATADIR%%/tests/scheduler/ticket-group-5.dot
+%%DATADIR%%/tests/scheduler/ticket-group-5.exp
+%%DATADIR%%/tests/scheduler/ticket-group-5.scores
+%%DATADIR%%/tests/scheduler/ticket-group-5.summary
+%%DATADIR%%/tests/scheduler/ticket-group-5.xml
+%%DATADIR%%/tests/scheduler/ticket-group-6.dot
+%%DATADIR%%/tests/scheduler/ticket-group-6.exp
+%%DATADIR%%/tests/scheduler/ticket-group-6.scores
+%%DATADIR%%/tests/scheduler/ticket-group-6.summary
+%%DATADIR%%/tests/scheduler/ticket-group-6.xml
+%%DATADIR%%/tests/scheduler/ticket-group-7.dot
+%%DATADIR%%/tests/scheduler/ticket-group-7.exp
+%%DATADIR%%/tests/scheduler/ticket-group-7.scores
+%%DATADIR%%/tests/scheduler/ticket-group-7.summary
+%%DATADIR%%/tests/scheduler/ticket-group-7.xml
+%%DATADIR%%/tests/scheduler/ticket-group-8.dot
+%%DATADIR%%/tests/scheduler/ticket-group-8.exp
+%%DATADIR%%/tests/scheduler/ticket-group-8.scores
+%%DATADIR%%/tests/scheduler/ticket-group-8.summary
+%%DATADIR%%/tests/scheduler/ticket-group-8.xml
+%%DATADIR%%/tests/scheduler/ticket-group-9.dot
+%%DATADIR%%/tests/scheduler/ticket-group-9.exp
+%%DATADIR%%/tests/scheduler/ticket-group-9.scores
+%%DATADIR%%/tests/scheduler/ticket-group-9.summary
+%%DATADIR%%/tests/scheduler/ticket-group-9.xml
+%%DATADIR%%/tests/scheduler/ticket-master-1.dot
+%%DATADIR%%/tests/scheduler/ticket-master-1.exp
+%%DATADIR%%/tests/scheduler/ticket-master-1.scores
+%%DATADIR%%/tests/scheduler/ticket-master-1.summary
+%%DATADIR%%/tests/scheduler/ticket-master-1.xml
+%%DATADIR%%/tests/scheduler/ticket-master-10.dot
+%%DATADIR%%/tests/scheduler/ticket-master-10.exp
+%%DATADIR%%/tests/scheduler/ticket-master-10.scores
+%%DATADIR%%/tests/scheduler/ticket-master-10.summary
+%%DATADIR%%/tests/scheduler/ticket-master-10.xml
+%%DATADIR%%/tests/scheduler/ticket-master-11.dot
+%%DATADIR%%/tests/scheduler/ticket-master-11.exp
+%%DATADIR%%/tests/scheduler/ticket-master-11.scores
+%%DATADIR%%/tests/scheduler/ticket-master-11.summary
+%%DATADIR%%/tests/scheduler/ticket-master-11.xml
+%%DATADIR%%/tests/scheduler/ticket-master-12.dot
+%%DATADIR%%/tests/scheduler/ticket-master-12.exp
+%%DATADIR%%/tests/scheduler/ticket-master-12.scores
+%%DATADIR%%/tests/scheduler/ticket-master-12.summary
+%%DATADIR%%/tests/scheduler/ticket-master-12.xml
+%%DATADIR%%/tests/scheduler/ticket-master-13.dot
+%%DATADIR%%/tests/scheduler/ticket-master-13.exp
+%%DATADIR%%/tests/scheduler/ticket-master-13.scores
+%%DATADIR%%/tests/scheduler/ticket-master-13.summary
+%%DATADIR%%/tests/scheduler/ticket-master-13.xml
+%%DATADIR%%/tests/scheduler/ticket-master-14.dot
+%%DATADIR%%/tests/scheduler/ticket-master-14.exp
+%%DATADIR%%/tests/scheduler/ticket-master-14.scores
+%%DATADIR%%/tests/scheduler/ticket-master-14.summary
+%%DATADIR%%/tests/scheduler/ticket-master-14.xml
+%%DATADIR%%/tests/scheduler/ticket-master-15.dot
+%%DATADIR%%/tests/scheduler/ticket-master-15.exp
+%%DATADIR%%/tests/scheduler/ticket-master-15.scores
+%%DATADIR%%/tests/scheduler/ticket-master-15.summary
+%%DATADIR%%/tests/scheduler/ticket-master-15.xml
+%%DATADIR%%/tests/scheduler/ticket-master-16.dot
+%%DATADIR%%/tests/scheduler/ticket-master-16.exp
+%%DATADIR%%/tests/scheduler/ticket-master-16.scores
+%%DATADIR%%/tests/scheduler/ticket-master-16.summary
+%%DATADIR%%/tests/scheduler/ticket-master-16.xml
+%%DATADIR%%/tests/scheduler/ticket-master-17.dot
+%%DATADIR%%/tests/scheduler/ticket-master-17.exp
+%%DATADIR%%/tests/scheduler/ticket-master-17.scores
+%%DATADIR%%/tests/scheduler/ticket-master-17.summary
+%%DATADIR%%/tests/scheduler/ticket-master-17.xml
+%%DATADIR%%/tests/scheduler/ticket-master-18.dot
+%%DATADIR%%/tests/scheduler/ticket-master-18.exp
+%%DATADIR%%/tests/scheduler/ticket-master-18.scores
+%%DATADIR%%/tests/scheduler/ticket-master-18.summary
+%%DATADIR%%/tests/scheduler/ticket-master-18.xml
+%%DATADIR%%/tests/scheduler/ticket-master-19.dot
+%%DATADIR%%/tests/scheduler/ticket-master-19.exp
+%%DATADIR%%/tests/scheduler/ticket-master-19.scores
+%%DATADIR%%/tests/scheduler/ticket-master-19.summary
+%%DATADIR%%/tests/scheduler/ticket-master-19.xml
+%%DATADIR%%/tests/scheduler/ticket-master-2.dot
+%%DATADIR%%/tests/scheduler/ticket-master-2.exp
+%%DATADIR%%/tests/scheduler/ticket-master-2.scores
+%%DATADIR%%/tests/scheduler/ticket-master-2.summary
+%%DATADIR%%/tests/scheduler/ticket-master-2.xml
+%%DATADIR%%/tests/scheduler/ticket-master-20.dot
+%%DATADIR%%/tests/scheduler/ticket-master-20.exp
+%%DATADIR%%/tests/scheduler/ticket-master-20.scores
+%%DATADIR%%/tests/scheduler/ticket-master-20.summary
+%%DATADIR%%/tests/scheduler/ticket-master-20.xml
+%%DATADIR%%/tests/scheduler/ticket-master-21.dot
+%%DATADIR%%/tests/scheduler/ticket-master-21.exp
+%%DATADIR%%/tests/scheduler/ticket-master-21.scores
+%%DATADIR%%/tests/scheduler/ticket-master-21.summary
+%%DATADIR%%/tests/scheduler/ticket-master-21.xml
+%%DATADIR%%/tests/scheduler/ticket-master-22.dot
+%%DATADIR%%/tests/scheduler/ticket-master-22.exp
+%%DATADIR%%/tests/scheduler/ticket-master-22.scores
+%%DATADIR%%/tests/scheduler/ticket-master-22.summary
+%%DATADIR%%/tests/scheduler/ticket-master-22.xml
+%%DATADIR%%/tests/scheduler/ticket-master-23.dot
+%%DATADIR%%/tests/scheduler/ticket-master-23.exp
+%%DATADIR%%/tests/scheduler/ticket-master-23.scores
+%%DATADIR%%/tests/scheduler/ticket-master-23.summary
+%%DATADIR%%/tests/scheduler/ticket-master-23.xml
+%%DATADIR%%/tests/scheduler/ticket-master-24.dot
+%%DATADIR%%/tests/scheduler/ticket-master-24.exp
+%%DATADIR%%/tests/scheduler/ticket-master-24.scores
+%%DATADIR%%/tests/scheduler/ticket-master-24.summary
+%%DATADIR%%/tests/scheduler/ticket-master-24.xml
+%%DATADIR%%/tests/scheduler/ticket-master-3.dot
+%%DATADIR%%/tests/scheduler/ticket-master-3.exp
+%%DATADIR%%/tests/scheduler/ticket-master-3.scores
+%%DATADIR%%/tests/scheduler/ticket-master-3.summary
+%%DATADIR%%/tests/scheduler/ticket-master-3.xml
+%%DATADIR%%/tests/scheduler/ticket-master-4.dot
+%%DATADIR%%/tests/scheduler/ticket-master-4.exp
+%%DATADIR%%/tests/scheduler/ticket-master-4.scores
+%%DATADIR%%/tests/scheduler/ticket-master-4.summary
+%%DATADIR%%/tests/scheduler/ticket-master-4.xml
+%%DATADIR%%/tests/scheduler/ticket-master-5.dot
+%%DATADIR%%/tests/scheduler/ticket-master-5.exp
+%%DATADIR%%/tests/scheduler/ticket-master-5.scores
+%%DATADIR%%/tests/scheduler/ticket-master-5.summary
+%%DATADIR%%/tests/scheduler/ticket-master-5.xml
+%%DATADIR%%/tests/scheduler/ticket-master-6.dot
+%%DATADIR%%/tests/scheduler/ticket-master-6.exp
+%%DATADIR%%/tests/scheduler/ticket-master-6.scores
+%%DATADIR%%/tests/scheduler/ticket-master-6.summary
+%%DATADIR%%/tests/scheduler/ticket-master-6.xml
+%%DATADIR%%/tests/scheduler/ticket-master-7.dot
+%%DATADIR%%/tests/scheduler/ticket-master-7.exp
+%%DATADIR%%/tests/scheduler/ticket-master-7.scores
+%%DATADIR%%/tests/scheduler/ticket-master-7.summary
+%%DATADIR%%/tests/scheduler/ticket-master-7.xml
+%%DATADIR%%/tests/scheduler/ticket-master-8.dot
+%%DATADIR%%/tests/scheduler/ticket-master-8.exp
+%%DATADIR%%/tests/scheduler/ticket-master-8.scores
+%%DATADIR%%/tests/scheduler/ticket-master-8.summary
+%%DATADIR%%/tests/scheduler/ticket-master-8.xml
+%%DATADIR%%/tests/scheduler/ticket-master-9.dot
+%%DATADIR%%/tests/scheduler/ticket-master-9.exp
+%%DATADIR%%/tests/scheduler/ticket-master-9.scores
+%%DATADIR%%/tests/scheduler/ticket-master-9.summary
+%%DATADIR%%/tests/scheduler/ticket-master-9.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-1.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-1.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-1.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-1.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-1.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-10.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-10.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-10.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-10.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-10.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-11.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-11.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-11.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-11.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-11.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-12.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-12.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-12.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-12.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-12.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-13.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-13.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-13.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-13.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-13.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-14.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-14.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-14.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-14.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-14.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-15.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-15.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-15.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-15.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-15.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-16.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-16.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-16.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-16.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-16.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-17.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-17.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-17.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-17.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-17.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-18.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-18.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-18.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-18.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-18.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-19.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-19.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-19.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-19.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-19.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-2.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-2.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-2.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-2.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-2.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-20.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-20.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-20.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-20.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-20.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-21.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-21.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-21.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-21.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-21.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-22.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-22.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-22.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-22.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-22.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-23.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-23.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-23.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-23.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-23.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-24.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-24.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-24.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-24.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-24.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-3.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-3.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-3.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-3.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-3.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-4.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-4.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-4.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-4.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-4.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-5.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-5.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-5.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-5.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-5.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-6.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-6.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-6.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-6.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-6.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-7.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-7.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-7.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-7.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-7.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-8.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-8.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-8.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-8.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-8.xml
+%%DATADIR%%/tests/scheduler/ticket-primitive-9.dot
+%%DATADIR%%/tests/scheduler/ticket-primitive-9.exp
+%%DATADIR%%/tests/scheduler/ticket-primitive-9.scores
+%%DATADIR%%/tests/scheduler/ticket-primitive-9.summary
+%%DATADIR%%/tests/scheduler/ticket-primitive-9.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-1.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-1.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-1.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-1.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-1.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-10.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-10.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-10.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-10.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-10.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-11.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-11.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-11.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-11.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-11.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-12.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-12.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-12.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-12.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-12.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-13.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-13.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-13.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-13.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-13.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-14.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-14.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-14.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-14.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-14.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-2.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-2.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-2.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-2.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-2.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-3.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-3.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-3.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-3.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-3.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-4.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-4.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-4.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-4.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-4.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-5.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-5.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-5.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-5.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-5.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-6.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-6.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-6.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-6.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-6.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-7.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-7.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-7.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-7.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-7.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-8.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-8.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-8.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-8.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-8.xml
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-9.dot
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-9.exp
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-9.scores
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-9.summary
+%%DATADIR%%/tests/scheduler/ticket-rsc-sets-9.xml
+%%DATADIR%%/tests/scheduler/unfence-definition.dot
+%%DATADIR%%/tests/scheduler/unfence-definition.exp
+%%DATADIR%%/tests/scheduler/unfence-definition.scores
+%%DATADIR%%/tests/scheduler/unfence-definition.summary
+%%DATADIR%%/tests/scheduler/unfence-definition.xml
+%%DATADIR%%/tests/scheduler/unfence-device.dot
+%%DATADIR%%/tests/scheduler/unfence-device.exp
+%%DATADIR%%/tests/scheduler/unfence-device.scores
+%%DATADIR%%/tests/scheduler/unfence-device.summary
+%%DATADIR%%/tests/scheduler/unfence-device.xml
+%%DATADIR%%/tests/scheduler/unfence-parameters.dot
+%%DATADIR%%/tests/scheduler/unfence-parameters.exp
+%%DATADIR%%/tests/scheduler/unfence-parameters.scores
+%%DATADIR%%/tests/scheduler/unfence-parameters.summary
+%%DATADIR%%/tests/scheduler/unfence-parameters.xml
+%%DATADIR%%/tests/scheduler/unfence-startup.dot
+%%DATADIR%%/tests/scheduler/unfence-startup.exp
+%%DATADIR%%/tests/scheduler/unfence-startup.scores
+%%DATADIR%%/tests/scheduler/unfence-startup.summary
+%%DATADIR%%/tests/scheduler/unfence-startup.xml
+%%DATADIR%%/tests/scheduler/unmanaged-block-restart.dot
+%%DATADIR%%/tests/scheduler/unmanaged-block-restart.exp
+%%DATADIR%%/tests/scheduler/unmanaged-block-restart.scores
+%%DATADIR%%/tests/scheduler/unmanaged-block-restart.summary
+%%DATADIR%%/tests/scheduler/unmanaged-block-restart.xml
+%%DATADIR%%/tests/scheduler/unmanaged-master.dot
+%%DATADIR%%/tests/scheduler/unmanaged-master.exp
+%%DATADIR%%/tests/scheduler/unmanaged-master.scores
+%%DATADIR%%/tests/scheduler/unmanaged-master.summary
+%%DATADIR%%/tests/scheduler/unmanaged-master.xml
+%%DATADIR%%/tests/scheduler/unmanaged-stop-1.dot
+%%DATADIR%%/tests/scheduler/unmanaged-stop-1.exp
+%%DATADIR%%/tests/scheduler/unmanaged-stop-1.scores
+%%DATADIR%%/tests/scheduler/unmanaged-stop-1.summary
+%%DATADIR%%/tests/scheduler/unmanaged-stop-1.xml
+%%DATADIR%%/tests/scheduler/unmanaged-stop-2.dot
+%%DATADIR%%/tests/scheduler/unmanaged-stop-2.exp
+%%DATADIR%%/tests/scheduler/unmanaged-stop-2.scores
+%%DATADIR%%/tests/scheduler/unmanaged-stop-2.summary
+%%DATADIR%%/tests/scheduler/unmanaged-stop-2.xml
+%%DATADIR%%/tests/scheduler/unmanaged-stop-3.dot
+%%DATADIR%%/tests/scheduler/unmanaged-stop-3.exp
+%%DATADIR%%/tests/scheduler/unmanaged-stop-3.scores
+%%DATADIR%%/tests/scheduler/unmanaged-stop-3.summary
+%%DATADIR%%/tests/scheduler/unmanaged-stop-3.xml
+%%DATADIR%%/tests/scheduler/unmanaged-stop-4.dot
+%%DATADIR%%/tests/scheduler/unmanaged-stop-4.exp
+%%DATADIR%%/tests/scheduler/unmanaged-stop-4.scores
+%%DATADIR%%/tests/scheduler/unmanaged-stop-4.summary
+%%DATADIR%%/tests/scheduler/unmanaged-stop-4.xml
+%%DATADIR%%/tests/scheduler/unrunnable-1.dot
+%%DATADIR%%/tests/scheduler/unrunnable-1.exp
+%%DATADIR%%/tests/scheduler/unrunnable-1.scores
+%%DATADIR%%/tests/scheduler/unrunnable-1.summary
+%%DATADIR%%/tests/scheduler/unrunnable-1.xml
+%%DATADIR%%/tests/scheduler/unrunnable-2.dot
+%%DATADIR%%/tests/scheduler/unrunnable-2.exp
+%%DATADIR%%/tests/scheduler/unrunnable-2.scores
+%%DATADIR%%/tests/scheduler/unrunnable-2.summary
+%%DATADIR%%/tests/scheduler/unrunnable-2.xml
+%%DATADIR%%/tests/scheduler/use-after-free-merge.dot
+%%DATADIR%%/tests/scheduler/use-after-free-merge.exp
+%%DATADIR%%/tests/scheduler/use-after-free-merge.scores
+%%DATADIR%%/tests/scheduler/use-after-free-merge.summary
+%%DATADIR%%/tests/scheduler/use-after-free-merge.xml
+%%DATADIR%%/tests/scheduler/utilization-check-allowed-nodes.dot
+%%DATADIR%%/tests/scheduler/utilization-check-allowed-nodes.exp
+%%DATADIR%%/tests/scheduler/utilization-check-allowed-nodes.scores
+%%DATADIR%%/tests/scheduler/utilization-check-allowed-nodes.summary
+%%DATADIR%%/tests/scheduler/utilization-check-allowed-nodes.xml
+%%DATADIR%%/tests/scheduler/utilization-order1.dot
+%%DATADIR%%/tests/scheduler/utilization-order1.exp
+%%DATADIR%%/tests/scheduler/utilization-order1.scores
+%%DATADIR%%/tests/scheduler/utilization-order1.summary
+%%DATADIR%%/tests/scheduler/utilization-order1.xml
+%%DATADIR%%/tests/scheduler/utilization-order2.dot
+%%DATADIR%%/tests/scheduler/utilization-order2.exp
+%%DATADIR%%/tests/scheduler/utilization-order2.scores
+%%DATADIR%%/tests/scheduler/utilization-order2.summary
+%%DATADIR%%/tests/scheduler/utilization-order2.xml
+%%DATADIR%%/tests/scheduler/utilization-order3.dot
+%%DATADIR%%/tests/scheduler/utilization-order3.exp
+%%DATADIR%%/tests/scheduler/utilization-order3.scores
+%%DATADIR%%/tests/scheduler/utilization-order3.summary
+%%DATADIR%%/tests/scheduler/utilization-order3.xml
+%%DATADIR%%/tests/scheduler/utilization-order4.dot
+%%DATADIR%%/tests/scheduler/utilization-order4.exp
+%%DATADIR%%/tests/scheduler/utilization-order4.scores
+%%DATADIR%%/tests/scheduler/utilization-order4.summary
+%%DATADIR%%/tests/scheduler/utilization-order4.xml
+%%DATADIR%%/tests/scheduler/utilization-shuffle.dot
+%%DATADIR%%/tests/scheduler/utilization-shuffle.exp
+%%DATADIR%%/tests/scheduler/utilization-shuffle.scores
+%%DATADIR%%/tests/scheduler/utilization-shuffle.summary
+%%DATADIR%%/tests/scheduler/utilization-shuffle.xml
+%%DATADIR%%/tests/scheduler/utilization.dot
+%%DATADIR%%/tests/scheduler/utilization.exp
+%%DATADIR%%/tests/scheduler/utilization.scores
+%%DATADIR%%/tests/scheduler/utilization.summary
+%%DATADIR%%/tests/scheduler/utilization.xml
+%%DATADIR%%/tests/scheduler/versioned-operations-1.dot
+%%DATADIR%%/tests/scheduler/versioned-operations-1.exp
+%%DATADIR%%/tests/scheduler/versioned-operations-1.scores
+%%DATADIR%%/tests/scheduler/versioned-operations-1.summary
+%%DATADIR%%/tests/scheduler/versioned-operations-1.xml
+%%DATADIR%%/tests/scheduler/versioned-operations-2.dot
+%%DATADIR%%/tests/scheduler/versioned-operations-2.exp
+%%DATADIR%%/tests/scheduler/versioned-operations-2.scores
+%%DATADIR%%/tests/scheduler/versioned-operations-2.summary
+%%DATADIR%%/tests/scheduler/versioned-operations-2.xml
+%%DATADIR%%/tests/scheduler/versioned-operations-3.dot
+%%DATADIR%%/tests/scheduler/versioned-operations-3.exp
+%%DATADIR%%/tests/scheduler/versioned-operations-3.scores
+%%DATADIR%%/tests/scheduler/versioned-operations-3.summary
+%%DATADIR%%/tests/scheduler/versioned-operations-3.xml
+%%DATADIR%%/tests/scheduler/versioned-operations-4.dot
+%%DATADIR%%/tests/scheduler/versioned-operations-4.exp
+%%DATADIR%%/tests/scheduler/versioned-operations-4.scores
+%%DATADIR%%/tests/scheduler/versioned-operations-4.summary
+%%DATADIR%%/tests/scheduler/versioned-operations-4.xml
+%%DATADIR%%/tests/scheduler/versioned-resources.dot
+%%DATADIR%%/tests/scheduler/versioned-resources.exp
+%%DATADIR%%/tests/scheduler/versioned-resources.scores
+%%DATADIR%%/tests/scheduler/versioned-resources.summary
+%%DATADIR%%/tests/scheduler/versioned-resources.xml
+%%DATADIR%%/tests/scheduler/whitebox-asymmetric.dot
+%%DATADIR%%/tests/scheduler/whitebox-asymmetric.exp
+%%DATADIR%%/tests/scheduler/whitebox-asymmetric.scores
+%%DATADIR%%/tests/scheduler/whitebox-asymmetric.summary
+%%DATADIR%%/tests/scheduler/whitebox-asymmetric.xml
+%%DATADIR%%/tests/scheduler/whitebox-fail1.dot
+%%DATADIR%%/tests/scheduler/whitebox-fail1.exp
+%%DATADIR%%/tests/scheduler/whitebox-fail1.scores
+%%DATADIR%%/tests/scheduler/whitebox-fail1.summary
+%%DATADIR%%/tests/scheduler/whitebox-fail1.xml
+%%DATADIR%%/tests/scheduler/whitebox-fail2.dot
+%%DATADIR%%/tests/scheduler/whitebox-fail2.exp
+%%DATADIR%%/tests/scheduler/whitebox-fail2.scores
+%%DATADIR%%/tests/scheduler/whitebox-fail2.summary
+%%DATADIR%%/tests/scheduler/whitebox-fail2.xml
+%%DATADIR%%/tests/scheduler/whitebox-fail3.dot
+%%DATADIR%%/tests/scheduler/whitebox-fail3.exp
+%%DATADIR%%/tests/scheduler/whitebox-fail3.scores
+%%DATADIR%%/tests/scheduler/whitebox-fail3.summary
+%%DATADIR%%/tests/scheduler/whitebox-fail3.xml
+%%DATADIR%%/tests/scheduler/whitebox-imply-stop-on-fence.dot
+%%DATADIR%%/tests/scheduler/whitebox-imply-stop-on-fence.exp
+%%DATADIR%%/tests/scheduler/whitebox-imply-stop-on-fence.scores
+%%DATADIR%%/tests/scheduler/whitebox-imply-stop-on-fence.summary
+%%DATADIR%%/tests/scheduler/whitebox-imply-stop-on-fence.xml
+%%DATADIR%%/tests/scheduler/whitebox-migrate1.dot
+%%DATADIR%%/tests/scheduler/whitebox-migrate1.exp
+%%DATADIR%%/tests/scheduler/whitebox-migrate1.scores
+%%DATADIR%%/tests/scheduler/whitebox-migrate1.summary
+%%DATADIR%%/tests/scheduler/whitebox-migrate1.xml
+%%DATADIR%%/tests/scheduler/whitebox-move.dot
+%%DATADIR%%/tests/scheduler/whitebox-move.exp
+%%DATADIR%%/tests/scheduler/whitebox-move.scores
+%%DATADIR%%/tests/scheduler/whitebox-move.summary
+%%DATADIR%%/tests/scheduler/whitebox-move.xml
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering-move.dot
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering-move.exp
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering-move.scores
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering-move.summary
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering-move.xml
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering.dot
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering.exp
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering.scores
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering.summary
+%%DATADIR%%/tests/scheduler/whitebox-ms-ordering.xml
+%%DATADIR%%/tests/scheduler/whitebox-nested-group.dot
+%%DATADIR%%/tests/scheduler/whitebox-nested-group.exp
+%%DATADIR%%/tests/scheduler/whitebox-nested-group.scores
+%%DATADIR%%/tests/scheduler/whitebox-nested-group.summary
+%%DATADIR%%/tests/scheduler/whitebox-nested-group.xml
+%%DATADIR%%/tests/scheduler/whitebox-orphan-ms.dot
+%%DATADIR%%/tests/scheduler/whitebox-orphan-ms.exp
+%%DATADIR%%/tests/scheduler/whitebox-orphan-ms.scores
+%%DATADIR%%/tests/scheduler/whitebox-orphan-ms.summary
+%%DATADIR%%/tests/scheduler/whitebox-orphan-ms.xml
+%%DATADIR%%/tests/scheduler/whitebox-orphaned.dot
+%%DATADIR%%/tests/scheduler/whitebox-orphaned.exp
+%%DATADIR%%/tests/scheduler/whitebox-orphaned.scores
+%%DATADIR%%/tests/scheduler/whitebox-orphaned.summary
+%%DATADIR%%/tests/scheduler/whitebox-orphaned.xml
+%%DATADIR%%/tests/scheduler/whitebox-start.dot
+%%DATADIR%%/tests/scheduler/whitebox-start.exp
+%%DATADIR%%/tests/scheduler/whitebox-start.scores
+%%DATADIR%%/tests/scheduler/whitebox-start.summary
+%%DATADIR%%/tests/scheduler/whitebox-start.xml
+%%DATADIR%%/tests/scheduler/whitebox-stop.dot
+%%DATADIR%%/tests/scheduler/whitebox-stop.exp
+%%DATADIR%%/tests/scheduler/whitebox-stop.scores
+%%DATADIR%%/tests/scheduler/whitebox-stop.summary
+%%DATADIR%%/tests/scheduler/whitebox-stop.xml
+%%DATADIR%%/tests/scheduler/whitebox-unexpectedly-running.dot
+%%DATADIR%%/tests/scheduler/whitebox-unexpectedly-running.exp
+%%DATADIR%%/tests/scheduler/whitebox-unexpectedly-running.scores
+%%DATADIR%%/tests/scheduler/whitebox-unexpectedly-running.summary
+%%DATADIR%%/tests/scheduler/whitebox-unexpectedly-running.xml
+%%DATADIR%%/tests/valgrind-pcmk.suppressions
+%%DATADIR%%/upgrade-1.3.xsl
+%%DATADIR%%/upgrade-2.10.xsl
+%%DATADIR%%/upgrade-detail.xsl
+%%DATADIR%%/versions.rng
+share/snmp/mibs/PCMK-MIB.txt
+@dir %%ETCDIR%%
+@dir(,haclient,770) /var/lib/pacemaker/blackbox
+@dir(,haclient,770) /var/lib/pacemaker/cib
+@dir(,haclient,770) /var/lib/pacemaker/cores
+@dir(,haclient,770) /var/lib/pacemaker/pengine
+@dir /var/lib/pacemaker
+@dir /var/lib
+@dir(,haclient,770) /var/log/pacemaker/bundles
+@dir(,haclient,770) /var/log/pacemaker