diff --git a/net/pacemaker2/Makefile b/net/pacemaker2/Makefile index 3be2fa0634b8..198cdf597d3f 100644 --- a/net/pacemaker2/Makefile +++ b/net/pacemaker2/Makefile @@ -1,14 +1,14 @@ # Created by: David Shane Holden -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.0 PKGNAMESUFFIX= 2 .include "${.CURDIR}/../pacemaker1/Makefile.common" CONFIGURE_ARGS+= --with-noarch-pkgconfigdir=${PREFIX}/libdata/pkgconfig CONFLICTS+= pacemaker1-[0-9]* post-patch: post-patch-common .include diff --git a/net/pacemaker2/distinfo b/net/pacemaker2/distinfo index b62cb8a1b8da..5fe88fd2a029 100644 --- a/net/pacemaker2/distinfo +++ b/net/pacemaker2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592858530 -SHA256 (ClusterLabs-pacemaker-Pacemaker-2.0.4_GH0.tar.gz) = dccc37190230e1ee645966d279f90ea989f44f4c619274684bef4ccb6de6f371 -SIZE (ClusterLabs-pacemaker-Pacemaker-2.0.4_GH0.tar.gz) = 5134516 +TIMESTAMP = 1628943006 +SHA256 (ClusterLabs-pacemaker-Pacemaker-2.1.0_GH0.tar.gz) = 9ebf5925a6720cca49c90ce9f0dd6e7cbcf41739e9915f33a00e0a12e63bb494 +SIZE (ClusterLabs-pacemaker-Pacemaker-2.1.0_GH0.tar.gz) = 5032674 diff --git a/net/pacemaker2/files/patch-daemons_execd_Makefile.am b/net/pacemaker2/files/patch-daemons_execd_Makefile.am index 052f3c15187b..3b0f2a9988eb 100644 --- a/net/pacemaker2/files/patch-daemons_execd_Makefile.am +++ b/net/pacemaker2/files/patch-daemons_execd_Makefile.am @@ -1,11 +1,13 @@ ---- daemons/execd/Makefile.am.orig 2018-05-01 12:13:29 UTC +--- daemons/execd/Makefile.am.orig 2021-08-14 12:30:33 UTC +++ daemons/execd/Makefile.am -@@ -11,8 +11,6 @@ halibdir = $(CRM_DAEMON_DIR) - - halib_PROGRAMS = pacemaker-execd cts-exec-helper +@@ -23,8 +23,8 @@ pacemaker_execd_SOURCES = pacemaker-execd.c execd_com + execd_alerts.c + if BUILD_REMOTE -initdir = $(INITDIR) -init_SCRIPTS = pacemaker_remote ++# initdir = $(INITDIR) ++# init_SCRIPTS = pacemaker_remote sbin_PROGRAMS = pacemaker-remoted - if BUILD_SYSTEMD + systemdsystemunit_DATA = pacemaker_remote.service diff --git a/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am b/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am deleted file mode 100644 index a7414da4f8ae..000000000000 --- a/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/files/patch-tools_cibsecret.in b/net/pacemaker2/files/patch-tools_cibsecret.in index ed9cb171834e..5650f03f8796 100644 --- a/net/pacemaker2/files/patch-tools_cibsecret.in +++ b/net/pacemaker2/files/patch-tools_cibsecret.in @@ -1,29 +1,33 @@ ---- tools/cibsecret.in.orig 2020-06-22 21:03:03 UTC +--- tools/cibsecret.in.orig 2021-08-14 12:21:28 UTC +++ tools/cibsecret.in -@@ -138,7 +138,7 @@ info() { +@@ -152,8 +152,8 @@ info() { } check_env() { - which md5sum >/dev/null 2>&1 || +- fatal $CRM_EX_NOT_INSTALLED "please install md5sum to run $PROG" + which md5 >/dev/null 2>&1 || - fatal "please install md5sum to run $PROG" ++ fatal $CRM_EX_NOT_INSTALLED "please install md5 to run $PROG" if which pssh >/dev/null 2>&1; then rsh=pssh_fun -@@ -300,7 +300,7 @@ localfiles() { + rcp_to_from=pscp_fun +@@ -328,8 +328,8 @@ localfiles() { ;; set) - LF_SUM="$(printf %s "$LF_VALUE" | md5sum)" || +- fatal $CRM_EX_ERROR "md5sum failed to produce hash for resource $LF_RSC parameter $LF_PARAM" + LF_SUM="$(printf %s "$LF_VALUE" | md5)" || - fatal "md5sum failed to produce hash for resource $LF_RSC parameter $LF_PARAM" ++ fatal $CRM_EX_ERROR "md5 failed to produce hash for resource $LF_RSC parameter $LF_PARAM" LF_SUM="$(echo "$LF_SUM" | awk '{print $1}')" mkdir -p "$(dirname "$LF_FILE")" && -@@ -338,7 +338,7 @@ cibsecret_check() { + echo "$LF_VALUE" > "$LF_FILE" && +@@ -370,7 +370,7 @@ cibsecret_check() { [ "$CSC_LOCAL_SUM" ] || - fatal "no MD5 hash for resource $rsc parameter $param" + fatal $CRM_EX_OSFILE "no MD5 hash for resource $rsc parameter $param" CSC_LOCAL_VALUE="$(localfiles get "$rsc" "$param")" - CSC_CALC_SUM="$(printf "%s" "$CSC_LOCAL_VALUE" | md5sum | awk '{print $1}')" + CSC_CALC_SUM="$(printf "%s" "$CSC_LOCAL_VALUE" | md5 | awk '{print $1}')" [ "$CSC_CALC_SUM" = "$CSC_LOCAL_SUM" ] || - fatal "MD5 hash mismatch for resource $rsc parameter $param" + fatal $CRM_EX_DIGEST "MD5 hash mismatch for resource $rsc parameter $param" } diff --git a/net/pacemaker2/pkg-plist b/net/pacemaker2/pkg-plist index c3ef989b407b..60384c2c92d3 100644 --- a/net/pacemaker2/pkg-plist +++ b/net/pacemaker2/pkg-plist @@ -1,4138 +1,4366 @@ etc/logrotate.d/pacemaker +etc/sysconfig/crm_mon +etc/sysconfig/pacemaker include/pacemaker/crm/cib.h include/pacemaker/crm/cib/cib_types.h include/pacemaker/crm/cib/util.h include/pacemaker/crm/cluster.h +include/pacemaker/crm/cluster/compat.h include/pacemaker/crm/common/acl.h +include/pacemaker/crm/common/agents.h +include/pacemaker/crm/common/agents_compat.h include/pacemaker/crm/common/ipc.h +include/pacemaker/crm/common/ipc_controld.h +include/pacemaker/crm/common/ipc_pacemakerd.h include/pacemaker/crm/common/iso8601.h include/pacemaker/crm/common/logging.h +include/pacemaker/crm/common/logging_compat.h include/pacemaker/crm/common/mainloop.h +include/pacemaker/crm/common/mainloop_compat.h include/pacemaker/crm/common/nvpair.h include/pacemaker/crm/common/results.h include/pacemaker/crm/common/util.h +include/pacemaker/crm/common/util_compat.h include/pacemaker/crm/common/xml.h +include/pacemaker/crm/common/xml_compat.h include/pacemaker/crm/compatibility.h include/pacemaker/crm/crm.h +include/pacemaker/crm/crm_compat.h +include/pacemaker/crm/fencing/compat.h include/pacemaker/crm/lrmd.h include/pacemaker/crm/msg_xml.h +include/pacemaker/crm/msg_xml_compat.h include/pacemaker/crm/pengine/common.h +include/pacemaker/crm/pengine/common_compat.h include/pacemaker/crm/pengine/complex.h include/pacemaker/crm/pengine/pe_types.h +include/pacemaker/crm/pengine/pe_types_compat.h include/pacemaker/crm/pengine/rules.h +include/pacemaker/crm/pengine/rules_compat.h include/pacemaker/crm/pengine/status.h include/pacemaker/crm/services.h include/pacemaker/crm/stonith-ng.h include/pacemaker/crm_config.h lib/libcib.a lib/libcib.so lib/libcib.so.27 -lib/libcib.so.27.1.1 +lib/libcib.so.27.2.0 lib/libcrmcluster.a lib/libcrmcluster.so lib/libcrmcluster.so.29 -lib/libcrmcluster.so.29.0.4 +lib/libcrmcluster.so.29.0.6 lib/libcrmcommon.a lib/libcrmcommon.so lib/libcrmcommon.so.34 -lib/libcrmcommon.so.34.4.0 +lib/libcrmcommon.so.34.6.0 lib/libcrmservice.a lib/libcrmservice.so lib/libcrmservice.so.28 -lib/libcrmservice.so.28.2.1 +lib/libcrmservice.so.28.2.3 lib/liblrmd.a lib/liblrmd.so lib/liblrmd.so.28 -lib/liblrmd.so.28.1.0 +lib/liblrmd.so.28.1.2 lib/libpacemaker.a lib/libpacemaker.so lib/libpacemaker.so.1 -lib/libpacemaker.so.1.1.1 +lib/libpacemaker.so.1.2.0 lib/libpe_rules.a lib/libpe_rules.so lib/libpe_rules.so.26 -lib/libpe_rules.so.26.1.1 +lib/libpe_rules.so.26.3.0 lib/libpe_status.a lib/libpe_status.so lib/libpe_status.so.28 -lib/libpe_status.so.28.2.0 +lib/libpe_status.so.28.4.0 lib/libstonithd.a lib/libstonithd.so lib/libstonithd.so.26 -lib/libstonithd.so.26.4.0 +lib/libstonithd.so.26.5.0 lib/ocf/resource.d/pacemaker/ClusterMon lib/ocf/resource.d/pacemaker/Dummy lib/ocf/resource.d/pacemaker/HealthCPU lib/ocf/resource.d/pacemaker/HealthIOWait 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/CM_common.py %%PYTHON_SITELIBDIR%%/cts/CM_corosync.py %%PYTHON_SITELIBDIR%%/cts/CTS.py %%PYTHON_SITELIBDIR%%/cts/CTSaudits.py %%PYTHON_SITELIBDIR%%/cts/CTSscenarios.py %%PYTHON_SITELIBDIR%%/cts/CTStests.py %%PYTHON_SITELIBDIR%%/cts/CTSvars.py %%PYTHON_SITELIBDIR%%/cts/__init__.py -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/cts/cib_xml.py %%PYTHON_SITELIBDIR%%/cts/environment.py %%PYTHON_SITELIBDIR%%/cts/logging.py %%PYTHON_SITELIBDIR%%/cts/patterns.py %%PYTHON_SITELIBDIR%%/cts/remote.py %%PYTHON_SITELIBDIR%%/cts/watcher.py libdata/pkgconfig/libpacemaker.pc libdata/pkgconfig/pacemaker-cib.pc libdata/pkgconfig/pacemaker-cluster.pc libdata/pkgconfig/pacemaker-fencing.pc libdata/pkgconfig/pacemaker-lrmd.pc libdata/pkgconfig/pacemaker-pe_rules.pc libdata/pkgconfig/pacemaker-pe_status.pc libdata/pkgconfig/pacemaker-schemas.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_HealthIOWait.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_rule.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_rule 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%%/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-3.5.rng %%DATADIR%%/alerts/alert_file.sh.sample %%DATADIR%%/alerts/alert_smtp.sh.sample %%DATADIR%%/alerts/alert_snmp.sh.sample %%DATADIR%%/api/api-result-1.0.rng %%DATADIR%%/api/api-result-1.1.rng %%DATADIR%%/api/api-result-2.0.rng %%DATADIR%%/api/api-result-2.1.rng %%DATADIR%%/api/api-result-2.2.rng +%%DATADIR%%/api/api-result-2.3.rng +%%DATADIR%%/api/api-result-2.4.rng +%%DATADIR%%/api/api-result-2.6.rng +%%DATADIR%%/api/api-result-2.7.rng +%%DATADIR%%/api/api-result-2.8.rng +%%DATADIR%%/api/api-result-2.9.rng %%DATADIR%%/api/api-result-next.rng %%DATADIR%%/api/api-result.rng %%DATADIR%%/api/command-output-1.0.rng %%DATADIR%%/api/crm_mon-2.0.rng %%DATADIR%%/api/crm_mon-2.1.rng %%DATADIR%%/api/crm_mon-2.2.rng +%%DATADIR%%/api/crm_mon-2.3.rng +%%DATADIR%%/api/crm_mon-2.4.rng +%%DATADIR%%/api/crm_mon-2.7.rng +%%DATADIR%%/api/crm_mon-2.8.rng +%%DATADIR%%/api/crm_mon-2.9.rng +%%DATADIR%%/api/crm_resource-2.4.rng +%%DATADIR%%/api/crm_resource-2.6.rng +%%DATADIR%%/api/crm_resource-2.7.rng +%%DATADIR%%/api/crm_simulate-2.8.rng +%%DATADIR%%/api/crmadmin-2.4.rng +%%DATADIR%%/api/digests-2.6.rng +%%DATADIR%%/api/digests-2.9.rng +%%DATADIR%%/api/failure-2.8.rng %%DATADIR%%/api/fence-event-2.0.rng +%%DATADIR%%/api/generic-list-2.4.rng %%DATADIR%%/api/item-1.1.rng +%%DATADIR%%/api/node-attrs-2.8.rng +%%DATADIR%%/api/nodes-2.8.rng +%%DATADIR%%/api/resources-2.4.rng %%DATADIR%%/api/status-2.0.rng %%DATADIR%%/api/stonith_admin-1.0.rng %%DATADIR%%/api/stonith_admin-1.1.rng %%DATADIR%%/api/stonith_admin-2.0.rng %%DATADIR%%/api/stonith_admin-2.1.rng %%DATADIR%%/api/version-2.0.rng %%DATADIR%%/cib-1.0.rng %%DATADIR%%/cib-1.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-3.5.rng +%%DATADIR%%/constraints-3.6.rng +%%DATADIR%%/constraints-3.7.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%%/nodes-3.4.rng +%%DATADIR%%/nodes-3.5.rng %%DATADIR%%/nvset-1.3.rng %%DATADIR%%/nvset-2.9.rng %%DATADIR%%/nvset-3.0.rng +%%DATADIR%%/nvset-3.4.rng +%%DATADIR%%/nvset-3.5.rng %%DATADIR%%/nvset.rng %%DATADIR%%/options-1.0.rng %%DATADIR%%/options-3.0.rng +%%DATADIR%%/options-3.4.rng +%%DATADIR%%/options-3.5.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-3.1.rng %%DATADIR%%/pacemaker-3.2.rng %%DATADIR%%/pacemaker-3.3.rng +%%DATADIR%%/pacemaker-3.4.rng +%%DATADIR%%/pacemaker-3.5.rng +%%DATADIR%%/pacemaker-3.6.rng +%%DATADIR%%/pacemaker-3.7.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%%/resources-3.1.rng %%DATADIR%%/resources-3.2.rng +%%DATADIR%%/resources-3.4.rng +%%DATADIR%%/resources-3.5.rng +%%DATADIR%%/resources-3.7.rng %%DATADIR%%/rule-2.9.rng +%%DATADIR%%/rule-3.4.rng +%%DATADIR%%/rule-3.5.rng %%DATADIR%%/rule.rng %%DATADIR%%/score.rng %%DATADIR%%/status-1.0.rng %%DATADIR%%/tags-1.3.rng %%DATADIR%%/tags-3.3.rng %%DATADIR%%/tests/README.md +%%DATADIR%%/tests/cli/constraints.xml %%DATADIR%%/tests/cli/crm_diff_new.xml %%DATADIR%%/tests/cli/crm_diff_old.xml %%DATADIR%%/tests/cli/crm_mon-partial.xml %%DATADIR%%/tests/cli/crm_mon.xml +%%DATADIR%%/tests/cli/crm_resource_digests.xml +%%DATADIR%%/tests/cli/crmadmin-cluster-remote-guest-nodes.xml %%DATADIR%%/tests/cli/regression.acls.exp %%DATADIR%%/tests/cli/regression.crm_mon.exp %%DATADIR%%/tests/cli/regression.dates.exp %%DATADIR%%/tests/cli/regression.rules.exp %%DATADIR%%/tests/cli/regression.tools.exp %%DATADIR%%/tests/cli/regression.upgrade.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.conf %%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/anon-instance-pending.dot -%%DATADIR%%/tests/scheduler/anon-instance-pending.exp -%%DATADIR%%/tests/scheduler/anon-instance-pending.scores -%%DATADIR%%/tests/scheduler/anon-instance-pending.summary -%%DATADIR%%/tests/scheduler/anon-instance-pending.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/asymmetrical-order-restart.dot -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.exp -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.scores -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.summary -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.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-requires-quorum-recovery.dot -%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.exp -%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.scores -%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.summary -%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.xml -%%DATADIR%%/tests/scheduler/clone-requires-quorum.dot -%%DATADIR%%/tests/scheduler/clone-requires-quorum.exp -%%DATADIR%%/tests/scheduler/clone-requires-quorum.scores -%%DATADIR%%/tests/scheduler/clone-requires-quorum.summary -%%DATADIR%%/tests/scheduler/clone-requires-quorum.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-dependee-should-move.dot -%%DATADIR%%/tests/scheduler/coloc-dependee-should-move.exp -%%DATADIR%%/tests/scheduler/coloc-dependee-should-move.scores -%%DATADIR%%/tests/scheduler/coloc-dependee-should-move.summary -%%DATADIR%%/tests/scheduler/coloc-dependee-should-move.xml -%%DATADIR%%/tests/scheduler/coloc-dependee-should-stay.dot -%%DATADIR%%/tests/scheduler/coloc-dependee-should-stay.exp -%%DATADIR%%/tests/scheduler/coloc-dependee-should-stay.scores -%%DATADIR%%/tests/scheduler/coloc-dependee-should-stay.summary -%%DATADIR%%/tests/scheduler/coloc-dependee-should-stay.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/dc-fence-ordering.dot -%%DATADIR%%/tests/scheduler/dc-fence-ordering.exp -%%DATADIR%%/tests/scheduler/dc-fence-ordering.scores -%%DATADIR%%/tests/scheduler/dc-fence-ordering.summary -%%DATADIR%%/tests/scheduler/dc-fence-ordering.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/force-anon-clone-max.dot -%%DATADIR%%/tests/scheduler/force-anon-clone-max.exp -%%DATADIR%%/tests/scheduler/force-anon-clone-max.scores -%%DATADIR%%/tests/scheduler/force-anon-clone-max.summary -%%DATADIR%%/tests/scheduler/force-anon-clone-max.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-stop-ordering.dot -%%DATADIR%%/tests/scheduler/group-stop-ordering.exp -%%DATADIR%%/tests/scheduler/group-stop-ordering.scores -%%DATADIR%%/tests/scheduler/group-stop-ordering.summary -%%DATADIR%%/tests/scheduler/group-stop-ordering.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-host-not-fenceable.dot -%%DATADIR%%/tests/scheduler/guest-host-not-fenceable.exp -%%DATADIR%%/tests/scheduler/guest-host-not-fenceable.scores -%%DATADIR%%/tests/scheduler/guest-host-not-fenceable.summary -%%DATADIR%%/tests/scheduler/guest-host-not-fenceable.xml -%%DATADIR%%/tests/scheduler/guest-node-cleanup.dot -%%DATADIR%%/tests/scheduler/guest-node-cleanup.exp -%%DATADIR%%/tests/scheduler/guest-node-cleanup.scores -%%DATADIR%%/tests/scheduler/guest-node-cleanup.summary -%%DATADIR%%/tests/scheduler/guest-node-cleanup.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-date-rules-1.dot -%%DATADIR%%/tests/scheduler/location-date-rules-1.exp -%%DATADIR%%/tests/scheduler/location-date-rules-1.scores -%%DATADIR%%/tests/scheduler/location-date-rules-1.summary -%%DATADIR%%/tests/scheduler/location-date-rules-1.xml -%%DATADIR%%/tests/scheduler/location-date-rules-2.dot -%%DATADIR%%/tests/scheduler/location-date-rules-2.exp -%%DATADIR%%/tests/scheduler/location-date-rules-2.scores -%%DATADIR%%/tests/scheduler/location-date-rules-2.summary -%%DATADIR%%/tests/scheduler/location-date-rules-2.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/migration-ping-pong.dot -%%DATADIR%%/tests/scheduler/migration-ping-pong.exp -%%DATADIR%%/tests/scheduler/migration-ping-pong.scores -%%DATADIR%%/tests/scheduler/migration-ping-pong.summary -%%DATADIR%%/tests/scheduler/migration-ping-pong.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/multiply-active-stonith.dot -%%DATADIR%%/tests/scheduler/multiply-active-stonith.exp -%%DATADIR%%/tests/scheduler/multiply-active-stonith.scores -%%DATADIR%%/tests/scheduler/multiply-active-stonith.summary -%%DATADIR%%/tests/scheduler/multiply-active-stonith.xml -%%DATADIR%%/tests/scheduler/nested-remote-recovery.dot -%%DATADIR%%/tests/scheduler/nested-remote-recovery.exp -%%DATADIR%%/tests/scheduler/nested-remote-recovery.scores -%%DATADIR%%/tests/scheduler/nested-remote-recovery.summary -%%DATADIR%%/tests/scheduler/nested-remote-recovery.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/notify-behind-stopping-remote.dot -%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.exp -%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.scores -%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.summary -%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.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-date-rules-1.dot -%%DATADIR%%/tests/scheduler/nvpair-date-rules-1.exp -%%DATADIR%%/tests/scheduler/nvpair-date-rules-1.scores -%%DATADIR%%/tests/scheduler/nvpair-date-rules-1.summary -%%DATADIR%%/tests/scheduler/nvpair-date-rules-1.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-first-probes.dot -%%DATADIR%%/tests/scheduler/order-first-probes.exp -%%DATADIR%%/tests/scheduler/order-first-probes.scores -%%DATADIR%%/tests/scheduler/order-first-probes.summary -%%DATADIR%%/tests/scheduler/order-first-probes.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/priority-fencing-delay.dot -%%DATADIR%%/tests/scheduler/priority-fencing-delay.exp -%%DATADIR%%/tests/scheduler/priority-fencing-delay.scores -%%DATADIR%%/tests/scheduler/priority-fencing-delay.summary -%%DATADIR%%/tests/scheduler/priority-fencing-delay.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/route-remote-notify.dot -%%DATADIR%%/tests/scheduler/route-remote-notify.exp -%%DATADIR%%/tests/scheduler/route-remote-notify.scores -%%DATADIR%%/tests/scheduler/route-remote-notify.summary -%%DATADIR%%/tests/scheduler/route-remote-notify.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-lock-expiration.dot -%%DATADIR%%/tests/scheduler/shutdown-lock-expiration.exp -%%DATADIR%%/tests/scheduler/shutdown-lock-expiration.scores -%%DATADIR%%/tests/scheduler/shutdown-lock-expiration.summary -%%DATADIR%%/tests/scheduler/shutdown-lock-expiration.xml -%%DATADIR%%/tests/scheduler/shutdown-lock.dot -%%DATADIR%%/tests/scheduler/shutdown-lock.exp -%%DATADIR%%/tests/scheduler/shutdown-lock.scores -%%DATADIR%%/tests/scheduler/shutdown-lock.summary -%%DATADIR%%/tests/scheduler/shutdown-lock.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/scheduler/year-2038.dot -%%DATADIR%%/tests/scheduler/year-2038.exp -%%DATADIR%%/tests/scheduler/year-2038.scores -%%DATADIR%%/tests/scheduler/year-2038.summary -%%DATADIR%%/tests/scheduler/year-2038.xml +%%DATADIR%%/tests/scheduler/dot/1-a-then-bm-move-b.dot +%%DATADIR%%/tests/scheduler/dot/10-a-then-bm-b-move-a-clone.dot +%%DATADIR%%/tests/scheduler/dot/11-a-then-bm-b-move-a-clone-starting.dot +%%DATADIR%%/tests/scheduler/dot/1360.dot +%%DATADIR%%/tests/scheduler/dot/1484.dot +%%DATADIR%%/tests/scheduler/dot/1494.dot +%%DATADIR%%/tests/scheduler/dot/2-am-then-b-move-a.dot +%%DATADIR%%/tests/scheduler/dot/3-am-then-bm-both-migrate.dot +%%DATADIR%%/tests/scheduler/dot/4-am-then-bm-b-not-migratable.dot +%%DATADIR%%/tests/scheduler/dot/5-am-then-bm-a-not-migratable.dot +%%DATADIR%%/tests/scheduler/dot/594.dot +%%DATADIR%%/tests/scheduler/dot/6-migrate-group.dot +%%DATADIR%%/tests/scheduler/dot/662.dot +%%DATADIR%%/tests/scheduler/dot/696.dot +%%DATADIR%%/tests/scheduler/dot/7-migrate-group-one-unmigratable.dot +%%DATADIR%%/tests/scheduler/dot/726.dot +%%DATADIR%%/tests/scheduler/dot/735.dot +%%DATADIR%%/tests/scheduler/dot/764.dot +%%DATADIR%%/tests/scheduler/dot/797.dot +%%DATADIR%%/tests/scheduler/dot/8-am-then-bm-a-migrating-b-stopping.dot +%%DATADIR%%/tests/scheduler/dot/829.dot +%%DATADIR%%/tests/scheduler/dot/9-am-then-bm-b-migrating-a-stopping.dot +%%DATADIR%%/tests/scheduler/dot/994-2.dot +%%DATADIR%%/tests/scheduler/dot/994.dot +%%DATADIR%%/tests/scheduler/dot/a-demote-then-b-migrate.dot +%%DATADIR%%/tests/scheduler/dot/a-promote-then-b-migrate.dot +%%DATADIR%%/tests/scheduler/dot/anon-instance-pending.dot +%%DATADIR%%/tests/scheduler/dot/anti-colocation-order.dot +%%DATADIR%%/tests/scheduler/dot/anti-colocation-promoted.dot +%%DATADIR%%/tests/scheduler/dot/anti-colocation-unpromoted.dot +%%DATADIR%%/tests/scheduler/dot/asymmetric.dot +%%DATADIR%%/tests/scheduler/dot/asymmetrical-order-move.dot +%%DATADIR%%/tests/scheduler/dot/asymmetrical-order-restart.dot +%%DATADIR%%/tests/scheduler/dot/attrs1.dot +%%DATADIR%%/tests/scheduler/dot/attrs2.dot +%%DATADIR%%/tests/scheduler/dot/attrs3.dot +%%DATADIR%%/tests/scheduler/dot/attrs4.dot +%%DATADIR%%/tests/scheduler/dot/attrs5.dot +%%DATADIR%%/tests/scheduler/dot/attrs6.dot +%%DATADIR%%/tests/scheduler/dot/attrs7.dot +%%DATADIR%%/tests/scheduler/dot/attrs8.dot +%%DATADIR%%/tests/scheduler/dot/balanced.dot +%%DATADIR%%/tests/scheduler/dot/base-score.dot +%%DATADIR%%/tests/scheduler/dot/bnc-515172.dot +%%DATADIR%%/tests/scheduler/dot/bug-1572-1.dot +%%DATADIR%%/tests/scheduler/dot/bug-1572-2.dot +%%DATADIR%%/tests/scheduler/dot/bug-1573.dot +%%DATADIR%%/tests/scheduler/dot/bug-1685.dot +%%DATADIR%%/tests/scheduler/dot/bug-1718.dot +%%DATADIR%%/tests/scheduler/dot/bug-1765.dot +%%DATADIR%%/tests/scheduler/dot/bug-1820-1.dot +%%DATADIR%%/tests/scheduler/dot/bug-1820.dot +%%DATADIR%%/tests/scheduler/dot/bug-1822.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-A-start-B-start.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-A-stop-B-started.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-A-stopped-B-stopped.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-CLONE-A-start-B-start.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-CLONE-A-stop-B-started.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-CthenAthenB-C-stopped.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-GROUP-A-start-B-start.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-GROUP-A-stopped-B-started.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-GROUP-A-stopped-B-stopped.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-ordered-set-symmetrical-false.dot +%%DATADIR%%/tests/scheduler/dot/bug-5014-ordered-set-symmetrical-true.dot +%%DATADIR%%/tests/scheduler/dot/bug-5025-1.dot +%%DATADIR%%/tests/scheduler/dot/bug-5025-2.dot +%%DATADIR%%/tests/scheduler/dot/bug-5025-3.dot +%%DATADIR%%/tests/scheduler/dot/bug-5025-4.dot +%%DATADIR%%/tests/scheduler/dot/bug-5028-bottom.dot +%%DATADIR%%/tests/scheduler/dot/bug-5028-detach.dot +%%DATADIR%%/tests/scheduler/dot/bug-5028.dot +%%DATADIR%%/tests/scheduler/dot/bug-5038.dot +%%DATADIR%%/tests/scheduler/dot/bug-5059.dot +%%DATADIR%%/tests/scheduler/dot/bug-5069-op-disabled.dot +%%DATADIR%%/tests/scheduler/dot/bug-5069-op-enabled.dot +%%DATADIR%%/tests/scheduler/dot/bug-5140-require-all-false.dot +%%DATADIR%%/tests/scheduler/dot/bug-5143-ms-shuffle.dot +%%DATADIR%%/tests/scheduler/dot/bug-5186-partial-migrate.dot +%%DATADIR%%/tests/scheduler/dot/bug-cl-5168.dot +%%DATADIR%%/tests/scheduler/dot/bug-cl-5170.dot +%%DATADIR%%/tests/scheduler/dot/bug-cl-5212.dot +%%DATADIR%%/tests/scheduler/dot/bug-cl-5213.dot +%%DATADIR%%/tests/scheduler/dot/bug-cl-5219.dot +%%DATADIR%%/tests/scheduler/dot/bug-cl-5247.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-1852.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-1920.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2106.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2153.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2160.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2171.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2213.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2317.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2358.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2361.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2422.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2435.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2445.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2453.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2474.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2493.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2508.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2544.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2551.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2574.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2581.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2606.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2613.dot +%%DATADIR%%/tests/scheduler/dot/bug-lf-2619.dot +%%DATADIR%%/tests/scheduler/dot/bug-n-385265-2.dot +%%DATADIR%%/tests/scheduler/dot/bug-n-385265.dot +%%DATADIR%%/tests/scheduler/dot/bug-n-387749.dot +%%DATADIR%%/tests/scheduler/dot/bug-pm-11.dot +%%DATADIR%%/tests/scheduler/dot/bug-pm-12.dot +%%DATADIR%%/tests/scheduler/dot/bug-rh-1097457.dot +%%DATADIR%%/tests/scheduler/dot/bug-rh-880249.dot +%%DATADIR%%/tests/scheduler/dot/bug-suse-707150.dot +%%DATADIR%%/tests/scheduler/dot/bundle-nested-colocation.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-fencing.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-partial-start-2.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-partial-start.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-partial-stop.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-partial.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-startup-clone-2.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-startup-clone.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-startup.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-stop-clone.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-stop-on-remote.dot +%%DATADIR%%/tests/scheduler/dot/bundle-order-stop.dot +%%DATADIR%%/tests/scheduler/dot/bundle-probe-order-1.dot +%%DATADIR%%/tests/scheduler/dot/bundle-probe-order-2.dot +%%DATADIR%%/tests/scheduler/dot/bundle-probe-order-3.dot +%%DATADIR%%/tests/scheduler/dot/bundle-probe-remotes.dot +%%DATADIR%%/tests/scheduler/dot/bundle-replicas-change.dot +%%DATADIR%%/tests/scheduler/dot/cancel-behind-moving-remote.dot +%%DATADIR%%/tests/scheduler/dot/clbz5007-promotable-colocation.dot +%%DATADIR%%/tests/scheduler/dot/clone-anon-dup.dot +%%DATADIR%%/tests/scheduler/dot/clone-anon-failcount.dot +%%DATADIR%%/tests/scheduler/dot/clone-anon-probe-1.dot +%%DATADIR%%/tests/scheduler/dot/clone-anon-probe-2.dot +%%DATADIR%%/tests/scheduler/dot/clone-colocate-instance-1.dot +%%DATADIR%%/tests/scheduler/dot/clone-colocate-instance-2.dot +%%DATADIR%%/tests/scheduler/dot/clone-fail-block-colocation.dot +%%DATADIR%%/tests/scheduler/dot/clone-interleave-1.dot +%%DATADIR%%/tests/scheduler/dot/clone-interleave-2.dot +%%DATADIR%%/tests/scheduler/dot/clone-interleave-3.dot +%%DATADIR%%/tests/scheduler/dot/clone-max-zero.dot +%%DATADIR%%/tests/scheduler/dot/clone-no-shuffle.dot +%%DATADIR%%/tests/scheduler/dot/clone-order-16instances.dot +%%DATADIR%%/tests/scheduler/dot/clone-order-instance.dot +%%DATADIR%%/tests/scheduler/dot/clone-order-primitive.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-1.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-2.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-3.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-4.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-5.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-6.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-7.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-no-interleave-1.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-no-interleave-2.dot +%%DATADIR%%/tests/scheduler/dot/clone-require-all-no-interleave-3.dot +%%DATADIR%%/tests/scheduler/dot/clone-requires-quorum-recovery.dot +%%DATADIR%%/tests/scheduler/dot/clone-requires-quorum.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_interleave_start_one.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_interleave_start_two.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_interleave_stop_one.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_interleave_stop_two.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_start_one.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_start_two.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_stop_all.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_stop_one.dot +%%DATADIR%%/tests/scheduler/dot/clone_min_stop_two.dot +%%DATADIR%%/tests/scheduler/dot/cloned-group-stop.dot +%%DATADIR%%/tests/scheduler/dot/cloned-group.dot +%%DATADIR%%/tests/scheduler/dot/cloned_start_one.dot +%%DATADIR%%/tests/scheduler/dot/cloned_start_two.dot +%%DATADIR%%/tests/scheduler/dot/cloned_stop_one.dot +%%DATADIR%%/tests/scheduler/dot/cloned_stop_two.dot +%%DATADIR%%/tests/scheduler/dot/cluster-specific-params.dot +%%DATADIR%%/tests/scheduler/dot/colo_promoted_w_native.dot +%%DATADIR%%/tests/scheduler/dot/colo_unpromoted_w_native.dot +%%DATADIR%%/tests/scheduler/dot/coloc-attr.dot +%%DATADIR%%/tests/scheduler/dot/coloc-clone-stays-active.dot +%%DATADIR%%/tests/scheduler/dot/coloc-dependee-should-move.dot +%%DATADIR%%/tests/scheduler/dot/coloc-dependee-should-stay.dot +%%DATADIR%%/tests/scheduler/dot/coloc-group.dot +%%DATADIR%%/tests/scheduler/dot/coloc-intra-set.dot +%%DATADIR%%/tests/scheduler/dot/coloc-list.dot +%%DATADIR%%/tests/scheduler/dot/coloc-loop.dot +%%DATADIR%%/tests/scheduler/dot/coloc-many-one.dot +%%DATADIR%%/tests/scheduler/dot/coloc-negative-group.dot +%%DATADIR%%/tests/scheduler/dot/coloc-unpromoted-anti.dot +%%DATADIR%%/tests/scheduler/dot/coloc_fp_logic.dot +%%DATADIR%%/tests/scheduler/dot/colocate-primitive-with-clone.dot +%%DATADIR%%/tests/scheduler/dot/colocated-utilization-clone.dot +%%DATADIR%%/tests/scheduler/dot/colocated-utilization-group.dot +%%DATADIR%%/tests/scheduler/dot/colocated-utilization-primitive-1.dot +%%DATADIR%%/tests/scheduler/dot/colocated-utilization-primitive-2.dot +%%DATADIR%%/tests/scheduler/dot/colocation-influence.dot +%%DATADIR%%/tests/scheduler/dot/colocation_constraint_stops_promoted.dot +%%DATADIR%%/tests/scheduler/dot/colocation_constraint_stops_unpromoted.dot +%%DATADIR%%/tests/scheduler/dot/comments.dot +%%DATADIR%%/tests/scheduler/dot/complex_enforce_colo.dot +%%DATADIR%%/tests/scheduler/dot/concurrent-fencing.dot +%%DATADIR%%/tests/scheduler/dot/container-1.dot +%%DATADIR%%/tests/scheduler/dot/container-2.dot +%%DATADIR%%/tests/scheduler/dot/container-3.dot +%%DATADIR%%/tests/scheduler/dot/container-4.dot +%%DATADIR%%/tests/scheduler/dot/container-group-1.dot +%%DATADIR%%/tests/scheduler/dot/container-group-2.dot +%%DATADIR%%/tests/scheduler/dot/container-group-3.dot +%%DATADIR%%/tests/scheduler/dot/container-group-4.dot +%%DATADIR%%/tests/scheduler/dot/container-is-remote-node.dot +%%DATADIR%%/tests/scheduler/dot/date-1.dot +%%DATADIR%%/tests/scheduler/dot/date-2.dot +%%DATADIR%%/tests/scheduler/dot/date-3.dot +%%DATADIR%%/tests/scheduler/dot/dc-fence-ordering.dot +%%DATADIR%%/tests/scheduler/dot/enforce-colo1.dot +%%DATADIR%%/tests/scheduler/dot/expire-non-blocked-failure.dot +%%DATADIR%%/tests/scheduler/dot/failcount-block.dot +%%DATADIR%%/tests/scheduler/dot/failcount.dot +%%DATADIR%%/tests/scheduler/dot/failed-demote-recovery-promoted.dot +%%DATADIR%%/tests/scheduler/dot/failed-demote-recovery.dot +%%DATADIR%%/tests/scheduler/dot/force-anon-clone-max.dot +%%DATADIR%%/tests/scheduler/dot/group-dependents.dot +%%DATADIR%%/tests/scheduler/dot/group-fail.dot +%%DATADIR%%/tests/scheduler/dot/group-stop-ordering.dot +%%DATADIR%%/tests/scheduler/dot/group-unmanaged-stopped.dot +%%DATADIR%%/tests/scheduler/dot/group-unmanaged.dot +%%DATADIR%%/tests/scheduler/dot/group1.dot +%%DATADIR%%/tests/scheduler/dot/group10.dot +%%DATADIR%%/tests/scheduler/dot/group11.dot +%%DATADIR%%/tests/scheduler/dot/group13.dot +%%DATADIR%%/tests/scheduler/dot/group14.dot +%%DATADIR%%/tests/scheduler/dot/group15.dot +%%DATADIR%%/tests/scheduler/dot/group2.dot +%%DATADIR%%/tests/scheduler/dot/group3.dot +%%DATADIR%%/tests/scheduler/dot/group4.dot +%%DATADIR%%/tests/scheduler/dot/group5.dot +%%DATADIR%%/tests/scheduler/dot/group6.dot +%%DATADIR%%/tests/scheduler/dot/group7.dot +%%DATADIR%%/tests/scheduler/dot/group8.dot +%%DATADIR%%/tests/scheduler/dot/group9.dot +%%DATADIR%%/tests/scheduler/dot/guest-host-not-fenceable.dot +%%DATADIR%%/tests/scheduler/dot/guest-node-cleanup.dot +%%DATADIR%%/tests/scheduler/dot/guest-node-host-dies.dot +%%DATADIR%%/tests/scheduler/dot/history-1.dot +%%DATADIR%%/tests/scheduler/dot/honor_stonith_rsc_order1.dot +%%DATADIR%%/tests/scheduler/dot/honor_stonith_rsc_order2.dot +%%DATADIR%%/tests/scheduler/dot/honor_stonith_rsc_order3.dot +%%DATADIR%%/tests/scheduler/dot/honor_stonith_rsc_order4.dot +%%DATADIR%%/tests/scheduler/dot/ignore_stonith_rsc_order1.dot +%%DATADIR%%/tests/scheduler/dot/ignore_stonith_rsc_order2.dot +%%DATADIR%%/tests/scheduler/dot/ignore_stonith_rsc_order3.dot +%%DATADIR%%/tests/scheduler/dot/ignore_stonith_rsc_order4.dot +%%DATADIR%%/tests/scheduler/dot/inc0.dot +%%DATADIR%%/tests/scheduler/dot/inc1.dot +%%DATADIR%%/tests/scheduler/dot/inc10.dot +%%DATADIR%%/tests/scheduler/dot/inc11.dot +%%DATADIR%%/tests/scheduler/dot/inc12.dot +%%DATADIR%%/tests/scheduler/dot/inc2.dot +%%DATADIR%%/tests/scheduler/dot/inc3.dot +%%DATADIR%%/tests/scheduler/dot/inc4.dot +%%DATADIR%%/tests/scheduler/dot/inc5.dot +%%DATADIR%%/tests/scheduler/dot/inc6.dot +%%DATADIR%%/tests/scheduler/dot/inc7.dot +%%DATADIR%%/tests/scheduler/dot/inc8.dot +%%DATADIR%%/tests/scheduler/dot/inc9.dot +%%DATADIR%%/tests/scheduler/dot/interleave-0.dot +%%DATADIR%%/tests/scheduler/dot/interleave-1.dot +%%DATADIR%%/tests/scheduler/dot/interleave-2.dot +%%DATADIR%%/tests/scheduler/dot/interleave-3.dot +%%DATADIR%%/tests/scheduler/dot/interleave-pseudo-stop.dot +%%DATADIR%%/tests/scheduler/dot/interleave-restart.dot +%%DATADIR%%/tests/scheduler/dot/interleave-stop.dot +%%DATADIR%%/tests/scheduler/dot/intervals.dot +%%DATADIR%%/tests/scheduler/dot/load-stopped-loop-2.dot +%%DATADIR%%/tests/scheduler/dot/load-stopped-loop.dot +%%DATADIR%%/tests/scheduler/dot/location-date-rules-1.dot +%%DATADIR%%/tests/scheduler/dot/location-date-rules-2.dot +%%DATADIR%%/tests/scheduler/dot/location-sets-templates.dot +%%DATADIR%%/tests/scheduler/dot/managed-0.dot +%%DATADIR%%/tests/scheduler/dot/managed-1.dot +%%DATADIR%%/tests/scheduler/dot/managed-2.dot +%%DATADIR%%/tests/scheduler/dot/migrate-1.dot +%%DATADIR%%/tests/scheduler/dot/migrate-2.dot +%%DATADIR%%/tests/scheduler/dot/migrate-3.dot +%%DATADIR%%/tests/scheduler/dot/migrate-4.dot +%%DATADIR%%/tests/scheduler/dot/migrate-5.dot +%%DATADIR%%/tests/scheduler/dot/migrate-begin.dot +%%DATADIR%%/tests/scheduler/dot/migrate-both-vms.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-2.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-3.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-4.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-5.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-6.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-7.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-8.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fail-9.dot +%%DATADIR%%/tests/scheduler/dot/migrate-fencing.dot +%%DATADIR%%/tests/scheduler/dot/migrate-partial-1.dot +%%DATADIR%%/tests/scheduler/dot/migrate-partial-2.dot +%%DATADIR%%/tests/scheduler/dot/migrate-partial-3.dot +%%DATADIR%%/tests/scheduler/dot/migrate-partial-4.dot +%%DATADIR%%/tests/scheduler/dot/migrate-shutdown.dot +%%DATADIR%%/tests/scheduler/dot/migrate-start-complex.dot +%%DATADIR%%/tests/scheduler/dot/migrate-start.dot +%%DATADIR%%/tests/scheduler/dot/migrate-stop-complex.dot +%%DATADIR%%/tests/scheduler/dot/migrate-stop-start-complex.dot +%%DATADIR%%/tests/scheduler/dot/migrate-stop.dot +%%DATADIR%%/tests/scheduler/dot/migrate-stop_start.dot +%%DATADIR%%/tests/scheduler/dot/migrate-success.dot +%%DATADIR%%/tests/scheduler/dot/migrate-versioned.dot +%%DATADIR%%/tests/scheduler/dot/migration-behind-migrating-remote.dot +%%DATADIR%%/tests/scheduler/dot/migration-ping-pong.dot +%%DATADIR%%/tests/scheduler/dot/minimal.dot +%%DATADIR%%/tests/scheduler/dot/mon-rsc-1.dot +%%DATADIR%%/tests/scheduler/dot/mon-rsc-2.dot +%%DATADIR%%/tests/scheduler/dot/mon-rsc-3.dot +%%DATADIR%%/tests/scheduler/dot/mon-rsc-4.dot +%%DATADIR%%/tests/scheduler/dot/monitor-onfail-restart.dot +%%DATADIR%%/tests/scheduler/dot/monitor-onfail-stop.dot +%%DATADIR%%/tests/scheduler/dot/monitor-recovery.dot +%%DATADIR%%/tests/scheduler/dot/multi1.dot +%%DATADIR%%/tests/scheduler/dot/multiple-active-block-group.dot +%%DATADIR%%/tests/scheduler/dot/multiple-monitor-one-failed.dot +%%DATADIR%%/tests/scheduler/dot/multiply-active-stonith.dot +%%DATADIR%%/tests/scheduler/dot/nested-remote-recovery.dot +%%DATADIR%%/tests/scheduler/dot/no-promote-on-unrunnable-guest.dot +%%DATADIR%%/tests/scheduler/dot/no_quorum_demote.dot +%%DATADIR%%/tests/scheduler/dot/node-maintenance-1.dot +%%DATADIR%%/tests/scheduler/dot/node-maintenance-2.dot +%%DATADIR%%/tests/scheduler/dot/not-installed-agent.dot +%%DATADIR%%/tests/scheduler/dot/not-installed-tools.dot +%%DATADIR%%/tests/scheduler/dot/not-reschedule-unneeded-monitor.dot +%%DATADIR%%/tests/scheduler/dot/notifs-for-unrunnable.dot +%%DATADIR%%/tests/scheduler/dot/notify-0.dot +%%DATADIR%%/tests/scheduler/dot/notify-1.dot +%%DATADIR%%/tests/scheduler/dot/notify-2.dot +%%DATADIR%%/tests/scheduler/dot/notify-3.dot +%%DATADIR%%/tests/scheduler/dot/notify-behind-stopping-remote.dot +%%DATADIR%%/tests/scheduler/dot/novell-239079.dot +%%DATADIR%%/tests/scheduler/dot/novell-239082.dot +%%DATADIR%%/tests/scheduler/dot/novell-239087.dot +%%DATADIR%%/tests/scheduler/dot/novell-251689.dot +%%DATADIR%%/tests/scheduler/dot/novell-252693-2.dot +%%DATADIR%%/tests/scheduler/dot/novell-252693-3.dot +%%DATADIR%%/tests/scheduler/dot/novell-252693.dot +%%DATADIR%%/tests/scheduler/dot/nvpair-date-rules-1.dot +%%DATADIR%%/tests/scheduler/dot/nvpair-id-ref.dot +%%DATADIR%%/tests/scheduler/dot/obsolete-lrm-resource.dot +%%DATADIR%%/tests/scheduler/dot/ocf_degraded-remap-ocf_ok.dot +%%DATADIR%%/tests/scheduler/dot/ocf_degraded_promoted-remap-ocf_ok.dot +%%DATADIR%%/tests/scheduler/dot/on-fail-ignore.dot +%%DATADIR%%/tests/scheduler/dot/on_fail_demote1.dot +%%DATADIR%%/tests/scheduler/dot/on_fail_demote2.dot +%%DATADIR%%/tests/scheduler/dot/on_fail_demote3.dot +%%DATADIR%%/tests/scheduler/dot/on_fail_demote4.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-0.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-1.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-2.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-3.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-4.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-5.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-6.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-7.dot +%%DATADIR%%/tests/scheduler/dot/one-or-more-unrunnable-instances.dot +%%DATADIR%%/tests/scheduler/dot/op-defaults-2.dot +%%DATADIR%%/tests/scheduler/dot/op-defaults-3.dot +%%DATADIR%%/tests/scheduler/dot/op-defaults.dot +%%DATADIR%%/tests/scheduler/dot/order-clone.dot +%%DATADIR%%/tests/scheduler/dot/order-expired-failure.dot +%%DATADIR%%/tests/scheduler/dot/order-first-probes.dot +%%DATADIR%%/tests/scheduler/dot/order-mandatory.dot +%%DATADIR%%/tests/scheduler/dot/order-optional-keyword.dot +%%DATADIR%%/tests/scheduler/dot/order-optional.dot +%%DATADIR%%/tests/scheduler/dot/order-required.dot +%%DATADIR%%/tests/scheduler/dot/order-serialize-set.dot +%%DATADIR%%/tests/scheduler/dot/order-serialize.dot +%%DATADIR%%/tests/scheduler/dot/order-sets.dot +%%DATADIR%%/tests/scheduler/dot/order-wrong-kind.dot +%%DATADIR%%/tests/scheduler/dot/order1.dot +%%DATADIR%%/tests/scheduler/dot/order2.dot +%%DATADIR%%/tests/scheduler/dot/order3.dot +%%DATADIR%%/tests/scheduler/dot/order4.dot +%%DATADIR%%/tests/scheduler/dot/order5.dot +%%DATADIR%%/tests/scheduler/dot/order6.dot +%%DATADIR%%/tests/scheduler/dot/order7.dot +%%DATADIR%%/tests/scheduler/dot/order_constraint_stops_promoted.dot +%%DATADIR%%/tests/scheduler/dot/order_constraint_stops_unpromoted.dot +%%DATADIR%%/tests/scheduler/dot/ordered-set-basic-startup.dot +%%DATADIR%%/tests/scheduler/dot/ordered-set-natural.dot +%%DATADIR%%/tests/scheduler/dot/origin.dot +%%DATADIR%%/tests/scheduler/dot/orphan-0.dot +%%DATADIR%%/tests/scheduler/dot/orphan-1.dot +%%DATADIR%%/tests/scheduler/dot/orphan-2.dot +%%DATADIR%%/tests/scheduler/dot/params-0.dot +%%DATADIR%%/tests/scheduler/dot/params-1.dot +%%DATADIR%%/tests/scheduler/dot/params-2.dot +%%DATADIR%%/tests/scheduler/dot/params-3.dot +%%DATADIR%%/tests/scheduler/dot/params-4.dot +%%DATADIR%%/tests/scheduler/dot/params-5.dot +%%DATADIR%%/tests/scheduler/dot/params-6.dot +%%DATADIR%%/tests/scheduler/dot/per-node-attrs.dot +%%DATADIR%%/tests/scheduler/dot/per-op-failcount.dot +%%DATADIR%%/tests/scheduler/dot/placement-capacity.dot +%%DATADIR%%/tests/scheduler/dot/placement-location.dot +%%DATADIR%%/tests/scheduler/dot/placement-priority.dot +%%DATADIR%%/tests/scheduler/dot/placement-stickiness.dot +%%DATADIR%%/tests/scheduler/dot/priority-fencing-delay.dot +%%DATADIR%%/tests/scheduler/dot/probe-0.dot +%%DATADIR%%/tests/scheduler/dot/probe-1.dot +%%DATADIR%%/tests/scheduler/dot/probe-2.dot +%%DATADIR%%/tests/scheduler/dot/probe-3.dot +%%DATADIR%%/tests/scheduler/dot/probe-4.dot +%%DATADIR%%/tests/scheduler/dot/probe-timeout.dot +%%DATADIR%%/tests/scheduler/dot/promoted-0.dot +%%DATADIR%%/tests/scheduler/dot/promoted-1.dot +%%DATADIR%%/tests/scheduler/dot/promoted-10.dot +%%DATADIR%%/tests/scheduler/dot/promoted-11.dot +%%DATADIR%%/tests/scheduler/dot/promoted-12.dot +%%DATADIR%%/tests/scheduler/dot/promoted-13.dot +%%DATADIR%%/tests/scheduler/dot/promoted-2.dot +%%DATADIR%%/tests/scheduler/dot/promoted-3.dot +%%DATADIR%%/tests/scheduler/dot/promoted-4.dot +%%DATADIR%%/tests/scheduler/dot/promoted-5.dot +%%DATADIR%%/tests/scheduler/dot/promoted-6.dot +%%DATADIR%%/tests/scheduler/dot/promoted-7.dot +%%DATADIR%%/tests/scheduler/dot/promoted-8.dot +%%DATADIR%%/tests/scheduler/dot/promoted-9.dot +%%DATADIR%%/tests/scheduler/dot/promoted-allow-start.dot +%%DATADIR%%/tests/scheduler/dot/promoted-asymmetrical-order.dot +%%DATADIR%%/tests/scheduler/dot/promoted-colocation.dot +%%DATADIR%%/tests/scheduler/dot/promoted-demote-2.dot +%%DATADIR%%/tests/scheduler/dot/promoted-demote-block.dot +%%DATADIR%%/tests/scheduler/dot/promoted-demote.dot +%%DATADIR%%/tests/scheduler/dot/promoted-depend.dot +%%DATADIR%%/tests/scheduler/dot/promoted-dependent-ban.dot +%%DATADIR%%/tests/scheduler/dot/promoted-failed-demote-2.dot +%%DATADIR%%/tests/scheduler/dot/promoted-failed-demote.dot +%%DATADIR%%/tests/scheduler/dot/promoted-group.dot +%%DATADIR%%/tests/scheduler/dot/promoted-move.dot +%%DATADIR%%/tests/scheduler/dot/promoted-notify.dot +%%DATADIR%%/tests/scheduler/dot/promoted-ordering.dot +%%DATADIR%%/tests/scheduler/dot/promoted-partially-demoted-group.dot +%%DATADIR%%/tests/scheduler/dot/promoted-probed-score.dot +%%DATADIR%%/tests/scheduler/dot/promoted-promotion-constraint.dot +%%DATADIR%%/tests/scheduler/dot/promoted-pseudo.dot +%%DATADIR%%/tests/scheduler/dot/promoted-reattach.dot +%%DATADIR%%/tests/scheduler/dot/promoted-role.dot +%%DATADIR%%/tests/scheduler/dot/promoted-score-startup.dot +%%DATADIR%%/tests/scheduler/dot/promoted-stop.dot +%%DATADIR%%/tests/scheduler/dot/promoted-unmanaged-monitor.dot +%%DATADIR%%/tests/scheduler/dot/promoted_monitor_restart.dot +%%DATADIR%%/tests/scheduler/dot/quorum-1.dot +%%DATADIR%%/tests/scheduler/dot/quorum-2.dot +%%DATADIR%%/tests/scheduler/dot/quorum-3.dot +%%DATADIR%%/tests/scheduler/dot/quorum-4.dot +%%DATADIR%%/tests/scheduler/dot/quorum-5.dot +%%DATADIR%%/tests/scheduler/dot/quorum-6.dot +%%DATADIR%%/tests/scheduler/dot/rebalance-unique-clones.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-1.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-10.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-11.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-12.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-13.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-14.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-15.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-2.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-3.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-4.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-5.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-6.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-7.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-8.dot +%%DATADIR%%/tests/scheduler/dot/rec-node-9.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-0.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-1.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-2.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-3.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-4.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-5.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-6.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-7.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-8.dot +%%DATADIR%%/tests/scheduler/dot/rec-rsc-9.dot +%%DATADIR%%/tests/scheduler/dot/reload-becomes-restart.dot +%%DATADIR%%/tests/scheduler/dot/reload-versioned.dot +%%DATADIR%%/tests/scheduler/dot/remote-connection-shutdown.dot +%%DATADIR%%/tests/scheduler/dot/remote-connection-unrecoverable.dot +%%DATADIR%%/tests/scheduler/dot/remote-disable.dot +%%DATADIR%%/tests/scheduler/dot/remote-fence-before-reconnect.dot +%%DATADIR%%/tests/scheduler/dot/remote-fence-unclean-3.dot +%%DATADIR%%/tests/scheduler/dot/remote-fence-unclean.dot +%%DATADIR%%/tests/scheduler/dot/remote-fence-unclean2.dot +%%DATADIR%%/tests/scheduler/dot/remote-move.dot +%%DATADIR%%/tests/scheduler/dot/remote-orphaned.dot +%%DATADIR%%/tests/scheduler/dot/remote-orphaned2.dot +%%DATADIR%%/tests/scheduler/dot/remote-partial-migrate.dot +%%DATADIR%%/tests/scheduler/dot/remote-partial-migrate2.dot +%%DATADIR%%/tests/scheduler/dot/remote-probe-disable.dot +%%DATADIR%%/tests/scheduler/dot/remote-reconnect-delay.dot +%%DATADIR%%/tests/scheduler/dot/remote-recover-all.dot +%%DATADIR%%/tests/scheduler/dot/remote-recover-connection.dot +%%DATADIR%%/tests/scheduler/dot/remote-recover-fail.dot +%%DATADIR%%/tests/scheduler/dot/remote-recover-no-resources.dot +%%DATADIR%%/tests/scheduler/dot/remote-recover-unknown.dot +%%DATADIR%%/tests/scheduler/dot/remote-recover.dot +%%DATADIR%%/tests/scheduler/dot/remote-recovery.dot +%%DATADIR%%/tests/scheduler/dot/remote-stale-node-entry.dot +%%DATADIR%%/tests/scheduler/dot/remote-start-fail.dot +%%DATADIR%%/tests/scheduler/dot/remote-startup-probes.dot +%%DATADIR%%/tests/scheduler/dot/remote-startup.dot +%%DATADIR%%/tests/scheduler/dot/remote-unclean2.dot +%%DATADIR%%/tests/scheduler/dot/reprobe-target_rc.dot +%%DATADIR%%/tests/scheduler/dot/resource-discovery.dot +%%DATADIR%%/tests/scheduler/dot/restart-versioned.dot +%%DATADIR%%/tests/scheduler/dot/route-remote-notify.dot +%%DATADIR%%/tests/scheduler/dot/rsc-defaults-2.dot +%%DATADIR%%/tests/scheduler/dot/rsc-defaults.dot +%%DATADIR%%/tests/scheduler/dot/rsc-discovery-per-node.dot +%%DATADIR%%/tests/scheduler/dot/rsc-maintenance.dot +%%DATADIR%%/tests/scheduler/dot/rsc-sets-clone-1.dot +%%DATADIR%%/tests/scheduler/dot/rsc-sets-clone.dot +%%DATADIR%%/tests/scheduler/dot/rsc-sets-promoted.dot +%%DATADIR%%/tests/scheduler/dot/rsc-sets-seq-false.dot +%%DATADIR%%/tests/scheduler/dot/rsc-sets-seq-true.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep1.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep10.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep2.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep3.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep4.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep5.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep7.dot +%%DATADIR%%/tests/scheduler/dot/rsc_dep8.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-as-auto-number-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-as-auto-number-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-as-integer-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-as-integer-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-as-number-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-as-number-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-parse-fail-default-str-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-dbl-parse-fail-default-str-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-as-auto-integer-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-as-auto-integer-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-as-integer-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-as-integer-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-as-number-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-as-number-no-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-parse-fail-default-str-match.dot +%%DATADIR%%/tests/scheduler/dot/rule-int-parse-fail-default-str-no-match.dot +%%DATADIR%%/tests/scheduler/dot/shutdown-lock-expiration.dot +%%DATADIR%%/tests/scheduler/dot/shutdown-lock.dot +%%DATADIR%%/tests/scheduler/dot/shutdown-maintenance-node.dot +%%DATADIR%%/tests/scheduler/dot/simple1.dot +%%DATADIR%%/tests/scheduler/dot/simple11.dot +%%DATADIR%%/tests/scheduler/dot/simple12.dot +%%DATADIR%%/tests/scheduler/dot/simple2.dot +%%DATADIR%%/tests/scheduler/dot/simple3.dot +%%DATADIR%%/tests/scheduler/dot/simple4.dot +%%DATADIR%%/tests/scheduler/dot/simple6.dot +%%DATADIR%%/tests/scheduler/dot/simple7.dot +%%DATADIR%%/tests/scheduler/dot/simple8.dot +%%DATADIR%%/tests/scheduler/dot/site-specific-params.dot +%%DATADIR%%/tests/scheduler/dot/standby.dot +%%DATADIR%%/tests/scheduler/dot/start-then-stop-with-unfence.dot +%%DATADIR%%/tests/scheduler/dot/stonith-0.dot +%%DATADIR%%/tests/scheduler/dot/stonith-1.dot +%%DATADIR%%/tests/scheduler/dot/stonith-2.dot +%%DATADIR%%/tests/scheduler/dot/stonith-3.dot +%%DATADIR%%/tests/scheduler/dot/stonith-4.dot +%%DATADIR%%/tests/scheduler/dot/stop-all-resources.dot +%%DATADIR%%/tests/scheduler/dot/stop-failure-no-fencing.dot +%%DATADIR%%/tests/scheduler/dot/stop-failure-no-quorum.dot +%%DATADIR%%/tests/scheduler/dot/stop-failure-with-fencing.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-00.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-01.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-02.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-03.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-04.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-05.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-06.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-07.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-08.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-09.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-10.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-11.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-12.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-20.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-21.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-22.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-23.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-24.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-25.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-26.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-27.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-30.dot +%%DATADIR%%/tests/scheduler/dot/stopped-monitor-31.dot +%%DATADIR%%/tests/scheduler/dot/suicide-needed-inquorate.dot +%%DATADIR%%/tests/scheduler/dot/suicide-not-needed-initial-quorum.dot +%%DATADIR%%/tests/scheduler/dot/suicide-not-needed-never-quorate.dot +%%DATADIR%%/tests/scheduler/dot/suicide-not-needed-quorate.dot +%%DATADIR%%/tests/scheduler/dot/systemhealth1.dot +%%DATADIR%%/tests/scheduler/dot/systemhealth2.dot +%%DATADIR%%/tests/scheduler/dot/systemhealth3.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthm1.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthm2.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthm3.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthn1.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthn2.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthn3.dot +%%DATADIR%%/tests/scheduler/dot/systemhealtho1.dot +%%DATADIR%%/tests/scheduler/dot/systemhealtho2.dot +%%DATADIR%%/tests/scheduler/dot/systemhealtho3.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthp1.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthp2.dot +%%DATADIR%%/tests/scheduler/dot/systemhealthp3.dot +%%DATADIR%%/tests/scheduler/dot/tags-coloc-order-1.dot +%%DATADIR%%/tests/scheduler/dot/tags-coloc-order-2.dot +%%DATADIR%%/tests/scheduler/dot/tags-location.dot +%%DATADIR%%/tests/scheduler/dot/tags-ticket.dot +%%DATADIR%%/tests/scheduler/dot/target-0.dot +%%DATADIR%%/tests/scheduler/dot/target-1.dot +%%DATADIR%%/tests/scheduler/dot/target-2.dot +%%DATADIR%%/tests/scheduler/dot/template-1.dot +%%DATADIR%%/tests/scheduler/dot/template-2.dot +%%DATADIR%%/tests/scheduler/dot/template-3.dot +%%DATADIR%%/tests/scheduler/dot/template-clone-group.dot +%%DATADIR%%/tests/scheduler/dot/template-clone-primitive.dot +%%DATADIR%%/tests/scheduler/dot/template-coloc-1.dot +%%DATADIR%%/tests/scheduler/dot/template-coloc-2.dot +%%DATADIR%%/tests/scheduler/dot/template-coloc-3.dot +%%DATADIR%%/tests/scheduler/dot/template-order-1.dot +%%DATADIR%%/tests/scheduler/dot/template-order-2.dot +%%DATADIR%%/tests/scheduler/dot/template-order-3.dot +%%DATADIR%%/tests/scheduler/dot/template-rsc-sets-1.dot +%%DATADIR%%/tests/scheduler/dot/template-rsc-sets-2.dot +%%DATADIR%%/tests/scheduler/dot/template-rsc-sets-3.dot +%%DATADIR%%/tests/scheduler/dot/template-rsc-sets-4.dot +%%DATADIR%%/tests/scheduler/dot/template-ticket.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-1.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-10.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-11.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-12.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-13.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-14.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-15.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-16.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-17.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-18.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-19.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-2.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-20.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-21.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-22.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-23.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-24.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-3.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-4.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-5.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-6.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-7.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-8.dot +%%DATADIR%%/tests/scheduler/dot/ticket-clone-9.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-1.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-10.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-11.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-12.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-13.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-14.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-15.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-16.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-17.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-18.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-19.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-2.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-20.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-21.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-22.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-23.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-24.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-3.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-4.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-5.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-6.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-7.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-8.dot +%%DATADIR%%/tests/scheduler/dot/ticket-group-9.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-1.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-10.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-11.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-12.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-13.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-14.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-15.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-16.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-17.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-18.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-19.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-2.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-20.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-21.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-22.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-23.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-24.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-3.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-4.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-5.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-6.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-7.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-8.dot +%%DATADIR%%/tests/scheduler/dot/ticket-primitive-9.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-1.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-10.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-11.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-12.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-13.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-14.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-15.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-16.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-17.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-18.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-19.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-2.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-20.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-21.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-22.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-23.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-24.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-3.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-4.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-5.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-6.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-7.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-8.dot +%%DATADIR%%/tests/scheduler/dot/ticket-promoted-9.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-1.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-10.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-11.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-12.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-13.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-14.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-2.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-3.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-4.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-5.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-6.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-7.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-8.dot +%%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-9.dot +%%DATADIR%%/tests/scheduler/dot/unfence-definition.dot +%%DATADIR%%/tests/scheduler/dot/unfence-device.dot +%%DATADIR%%/tests/scheduler/dot/unfence-parameters.dot +%%DATADIR%%/tests/scheduler/dot/unfence-startup.dot +%%DATADIR%%/tests/scheduler/dot/unmanaged-block-restart.dot +%%DATADIR%%/tests/scheduler/dot/unmanaged-promoted.dot +%%DATADIR%%/tests/scheduler/dot/unmanaged-stop-1.dot +%%DATADIR%%/tests/scheduler/dot/unmanaged-stop-2.dot +%%DATADIR%%/tests/scheduler/dot/unmanaged-stop-3.dot +%%DATADIR%%/tests/scheduler/dot/unmanaged-stop-4.dot +%%DATADIR%%/tests/scheduler/dot/unrunnable-1.dot +%%DATADIR%%/tests/scheduler/dot/unrunnable-2.dot +%%DATADIR%%/tests/scheduler/dot/use-after-free-merge.dot +%%DATADIR%%/tests/scheduler/dot/utilization-check-allowed-nodes.dot +%%DATADIR%%/tests/scheduler/dot/utilization-order1.dot +%%DATADIR%%/tests/scheduler/dot/utilization-order2.dot +%%DATADIR%%/tests/scheduler/dot/utilization-order3.dot +%%DATADIR%%/tests/scheduler/dot/utilization-order4.dot +%%DATADIR%%/tests/scheduler/dot/utilization-shuffle.dot +%%DATADIR%%/tests/scheduler/dot/utilization.dot +%%DATADIR%%/tests/scheduler/dot/value-source.dot +%%DATADIR%%/tests/scheduler/dot/versioned-operations-1.dot +%%DATADIR%%/tests/scheduler/dot/versioned-operations-2.dot +%%DATADIR%%/tests/scheduler/dot/versioned-operations-3.dot +%%DATADIR%%/tests/scheduler/dot/versioned-operations-4.dot +%%DATADIR%%/tests/scheduler/dot/versioned-resources.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-asymmetric.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-fail1.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-fail2.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-fail3.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-imply-stop-on-fence.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-migrate1.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-move.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-ms-ordering-move.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-ms-ordering.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-nested-group.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-orphan-ms.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-orphaned.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-start.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-stop.dot +%%DATADIR%%/tests/scheduler/dot/whitebox-unexpectedly-running.dot +%%DATADIR%%/tests/scheduler/dot/year-2038.dot +%%DATADIR%%/tests/scheduler/exp/1-a-then-bm-move-b.exp +%%DATADIR%%/tests/scheduler/exp/10-a-then-bm-b-move-a-clone.exp +%%DATADIR%%/tests/scheduler/exp/11-a-then-bm-b-move-a-clone-starting.exp +%%DATADIR%%/tests/scheduler/exp/1360.exp +%%DATADIR%%/tests/scheduler/exp/1484.exp +%%DATADIR%%/tests/scheduler/exp/1494.exp +%%DATADIR%%/tests/scheduler/exp/2-am-then-b-move-a.exp +%%DATADIR%%/tests/scheduler/exp/3-am-then-bm-both-migrate.exp +%%DATADIR%%/tests/scheduler/exp/4-am-then-bm-b-not-migratable.exp +%%DATADIR%%/tests/scheduler/exp/5-am-then-bm-a-not-migratable.exp +%%DATADIR%%/tests/scheduler/exp/594.exp +%%DATADIR%%/tests/scheduler/exp/6-migrate-group.exp +%%DATADIR%%/tests/scheduler/exp/662.exp +%%DATADIR%%/tests/scheduler/exp/696.exp +%%DATADIR%%/tests/scheduler/exp/7-migrate-group-one-unmigratable.exp +%%DATADIR%%/tests/scheduler/exp/726.exp +%%DATADIR%%/tests/scheduler/exp/735.exp +%%DATADIR%%/tests/scheduler/exp/764.exp +%%DATADIR%%/tests/scheduler/exp/797.exp +%%DATADIR%%/tests/scheduler/exp/8-am-then-bm-a-migrating-b-stopping.exp +%%DATADIR%%/tests/scheduler/exp/829.exp +%%DATADIR%%/tests/scheduler/exp/9-am-then-bm-b-migrating-a-stopping.exp +%%DATADIR%%/tests/scheduler/exp/994-2.exp +%%DATADIR%%/tests/scheduler/exp/994.exp +%%DATADIR%%/tests/scheduler/exp/a-demote-then-b-migrate.exp +%%DATADIR%%/tests/scheduler/exp/a-promote-then-b-migrate.exp +%%DATADIR%%/tests/scheduler/exp/anon-instance-pending.exp +%%DATADIR%%/tests/scheduler/exp/anti-colocation-order.exp +%%DATADIR%%/tests/scheduler/exp/anti-colocation-promoted.exp +%%DATADIR%%/tests/scheduler/exp/anti-colocation-unpromoted.exp +%%DATADIR%%/tests/scheduler/exp/asymmetric.exp +%%DATADIR%%/tests/scheduler/exp/asymmetrical-order-move.exp +%%DATADIR%%/tests/scheduler/exp/asymmetrical-order-restart.exp +%%DATADIR%%/tests/scheduler/exp/attrs1.exp +%%DATADIR%%/tests/scheduler/exp/attrs2.exp +%%DATADIR%%/tests/scheduler/exp/attrs3.exp +%%DATADIR%%/tests/scheduler/exp/attrs4.exp +%%DATADIR%%/tests/scheduler/exp/attrs5.exp +%%DATADIR%%/tests/scheduler/exp/attrs6.exp +%%DATADIR%%/tests/scheduler/exp/attrs7.exp +%%DATADIR%%/tests/scheduler/exp/attrs8.exp +%%DATADIR%%/tests/scheduler/exp/balanced.exp +%%DATADIR%%/tests/scheduler/exp/base-score.exp +%%DATADIR%%/tests/scheduler/exp/bnc-515172.exp +%%DATADIR%%/tests/scheduler/exp/bug-1572-1.exp +%%DATADIR%%/tests/scheduler/exp/bug-1572-2.exp +%%DATADIR%%/tests/scheduler/exp/bug-1573.exp +%%DATADIR%%/tests/scheduler/exp/bug-1685.exp +%%DATADIR%%/tests/scheduler/exp/bug-1718.exp +%%DATADIR%%/tests/scheduler/exp/bug-1765.exp +%%DATADIR%%/tests/scheduler/exp/bug-1820-1.exp +%%DATADIR%%/tests/scheduler/exp/bug-1820.exp +%%DATADIR%%/tests/scheduler/exp/bug-1822.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-A-start-B-start.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-A-stop-B-started.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-A-stopped-B-stopped.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-CLONE-A-start-B-start.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-CLONE-A-stop-B-started.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-CthenAthenB-C-stopped.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-GROUP-A-start-B-start.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-GROUP-A-stopped-B-started.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-GROUP-A-stopped-B-stopped.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-ordered-set-symmetrical-false.exp +%%DATADIR%%/tests/scheduler/exp/bug-5014-ordered-set-symmetrical-true.exp +%%DATADIR%%/tests/scheduler/exp/bug-5025-1.exp +%%DATADIR%%/tests/scheduler/exp/bug-5025-2.exp +%%DATADIR%%/tests/scheduler/exp/bug-5025-3.exp +%%DATADIR%%/tests/scheduler/exp/bug-5025-4.exp +%%DATADIR%%/tests/scheduler/exp/bug-5028-bottom.exp +%%DATADIR%%/tests/scheduler/exp/bug-5028-detach.exp +%%DATADIR%%/tests/scheduler/exp/bug-5028.exp +%%DATADIR%%/tests/scheduler/exp/bug-5038.exp +%%DATADIR%%/tests/scheduler/exp/bug-5059.exp +%%DATADIR%%/tests/scheduler/exp/bug-5069-op-disabled.exp +%%DATADIR%%/tests/scheduler/exp/bug-5069-op-enabled.exp +%%DATADIR%%/tests/scheduler/exp/bug-5140-require-all-false.exp +%%DATADIR%%/tests/scheduler/exp/bug-5143-ms-shuffle.exp +%%DATADIR%%/tests/scheduler/exp/bug-5186-partial-migrate.exp +%%DATADIR%%/tests/scheduler/exp/bug-cl-5168.exp +%%DATADIR%%/tests/scheduler/exp/bug-cl-5170.exp +%%DATADIR%%/tests/scheduler/exp/bug-cl-5212.exp +%%DATADIR%%/tests/scheduler/exp/bug-cl-5213.exp +%%DATADIR%%/tests/scheduler/exp/bug-cl-5219.exp +%%DATADIR%%/tests/scheduler/exp/bug-cl-5247.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-1852.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-1920.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2106.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2153.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2160.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2171.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2213.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2317.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2358.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2361.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2422.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2435.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2445.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2453.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2474.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2493.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2508.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2544.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2551.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2574.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2581.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2606.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2613.exp +%%DATADIR%%/tests/scheduler/exp/bug-lf-2619.exp +%%DATADIR%%/tests/scheduler/exp/bug-n-385265-2.exp +%%DATADIR%%/tests/scheduler/exp/bug-n-385265.exp +%%DATADIR%%/tests/scheduler/exp/bug-n-387749.exp +%%DATADIR%%/tests/scheduler/exp/bug-pm-11.exp +%%DATADIR%%/tests/scheduler/exp/bug-pm-12.exp +%%DATADIR%%/tests/scheduler/exp/bug-rh-1097457.exp +%%DATADIR%%/tests/scheduler/exp/bug-rh-880249.exp +%%DATADIR%%/tests/scheduler/exp/bug-suse-707150.exp +%%DATADIR%%/tests/scheduler/exp/bundle-nested-colocation.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-fencing.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-partial-start-2.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-partial-start.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-partial-stop.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-partial.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-startup-clone-2.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-startup-clone.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-startup.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-stop-clone.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-stop-on-remote.exp +%%DATADIR%%/tests/scheduler/exp/bundle-order-stop.exp +%%DATADIR%%/tests/scheduler/exp/bundle-probe-order-1.exp +%%DATADIR%%/tests/scheduler/exp/bundle-probe-order-2.exp +%%DATADIR%%/tests/scheduler/exp/bundle-probe-order-3.exp +%%DATADIR%%/tests/scheduler/exp/bundle-probe-remotes.exp +%%DATADIR%%/tests/scheduler/exp/bundle-replicas-change.exp +%%DATADIR%%/tests/scheduler/exp/cancel-behind-moving-remote.exp +%%DATADIR%%/tests/scheduler/exp/clbz5007-promotable-colocation.exp +%%DATADIR%%/tests/scheduler/exp/clone-anon-dup.exp +%%DATADIR%%/tests/scheduler/exp/clone-anon-failcount.exp +%%DATADIR%%/tests/scheduler/exp/clone-anon-probe-1.exp +%%DATADIR%%/tests/scheduler/exp/clone-anon-probe-2.exp +%%DATADIR%%/tests/scheduler/exp/clone-colocate-instance-1.exp +%%DATADIR%%/tests/scheduler/exp/clone-colocate-instance-2.exp +%%DATADIR%%/tests/scheduler/exp/clone-fail-block-colocation.exp +%%DATADIR%%/tests/scheduler/exp/clone-interleave-1.exp +%%DATADIR%%/tests/scheduler/exp/clone-interleave-2.exp +%%DATADIR%%/tests/scheduler/exp/clone-interleave-3.exp +%%DATADIR%%/tests/scheduler/exp/clone-max-zero.exp +%%DATADIR%%/tests/scheduler/exp/clone-no-shuffle.exp +%%DATADIR%%/tests/scheduler/exp/clone-order-16instances.exp +%%DATADIR%%/tests/scheduler/exp/clone-order-instance.exp +%%DATADIR%%/tests/scheduler/exp/clone-order-primitive.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-1.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-2.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-3.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-4.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-5.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-6.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-7.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-no-interleave-1.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-no-interleave-2.exp +%%DATADIR%%/tests/scheduler/exp/clone-require-all-no-interleave-3.exp +%%DATADIR%%/tests/scheduler/exp/clone-requires-quorum-recovery.exp +%%DATADIR%%/tests/scheduler/exp/clone-requires-quorum.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_interleave_start_one.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_interleave_start_two.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_interleave_stop_one.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_interleave_stop_two.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_start_one.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_start_two.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_stop_all.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_stop_one.exp +%%DATADIR%%/tests/scheduler/exp/clone_min_stop_two.exp +%%DATADIR%%/tests/scheduler/exp/cloned-group-stop.exp +%%DATADIR%%/tests/scheduler/exp/cloned-group.exp +%%DATADIR%%/tests/scheduler/exp/cloned_start_one.exp +%%DATADIR%%/tests/scheduler/exp/cloned_start_two.exp +%%DATADIR%%/tests/scheduler/exp/cloned_stop_one.exp +%%DATADIR%%/tests/scheduler/exp/cloned_stop_two.exp +%%DATADIR%%/tests/scheduler/exp/cluster-specific-params.exp +%%DATADIR%%/tests/scheduler/exp/colo_promoted_w_native.exp +%%DATADIR%%/tests/scheduler/exp/colo_unpromoted_w_native.exp +%%DATADIR%%/tests/scheduler/exp/coloc-attr.exp +%%DATADIR%%/tests/scheduler/exp/coloc-clone-stays-active.exp +%%DATADIR%%/tests/scheduler/exp/coloc-dependee-should-move.exp +%%DATADIR%%/tests/scheduler/exp/coloc-dependee-should-stay.exp +%%DATADIR%%/tests/scheduler/exp/coloc-group.exp +%%DATADIR%%/tests/scheduler/exp/coloc-intra-set.exp +%%DATADIR%%/tests/scheduler/exp/coloc-list.exp +%%DATADIR%%/tests/scheduler/exp/coloc-loop.exp +%%DATADIR%%/tests/scheduler/exp/coloc-many-one.exp +%%DATADIR%%/tests/scheduler/exp/coloc-negative-group.exp +%%DATADIR%%/tests/scheduler/exp/coloc-unpromoted-anti.exp +%%DATADIR%%/tests/scheduler/exp/coloc_fp_logic.exp +%%DATADIR%%/tests/scheduler/exp/colocate-primitive-with-clone.exp +%%DATADIR%%/tests/scheduler/exp/colocated-utilization-clone.exp +%%DATADIR%%/tests/scheduler/exp/colocated-utilization-group.exp +%%DATADIR%%/tests/scheduler/exp/colocated-utilization-primitive-1.exp +%%DATADIR%%/tests/scheduler/exp/colocated-utilization-primitive-2.exp +%%DATADIR%%/tests/scheduler/exp/colocation-influence.exp +%%DATADIR%%/tests/scheduler/exp/colocation_constraint_stops_promoted.exp +%%DATADIR%%/tests/scheduler/exp/colocation_constraint_stops_unpromoted.exp +%%DATADIR%%/tests/scheduler/exp/comments.exp +%%DATADIR%%/tests/scheduler/exp/complex_enforce_colo.exp +%%DATADIR%%/tests/scheduler/exp/concurrent-fencing.exp +%%DATADIR%%/tests/scheduler/exp/container-1.exp +%%DATADIR%%/tests/scheduler/exp/container-2.exp +%%DATADIR%%/tests/scheduler/exp/container-3.exp +%%DATADIR%%/tests/scheduler/exp/container-4.exp +%%DATADIR%%/tests/scheduler/exp/container-group-1.exp +%%DATADIR%%/tests/scheduler/exp/container-group-2.exp +%%DATADIR%%/tests/scheduler/exp/container-group-3.exp +%%DATADIR%%/tests/scheduler/exp/container-group-4.exp +%%DATADIR%%/tests/scheduler/exp/container-is-remote-node.exp +%%DATADIR%%/tests/scheduler/exp/date-1.exp +%%DATADIR%%/tests/scheduler/exp/date-2.exp +%%DATADIR%%/tests/scheduler/exp/date-3.exp +%%DATADIR%%/tests/scheduler/exp/dc-fence-ordering.exp +%%DATADIR%%/tests/scheduler/exp/enforce-colo1.exp +%%DATADIR%%/tests/scheduler/exp/expire-non-blocked-failure.exp +%%DATADIR%%/tests/scheduler/exp/failcount-block.exp +%%DATADIR%%/tests/scheduler/exp/failcount.exp +%%DATADIR%%/tests/scheduler/exp/failed-demote-recovery-promoted.exp +%%DATADIR%%/tests/scheduler/exp/failed-demote-recovery.exp +%%DATADIR%%/tests/scheduler/exp/force-anon-clone-max.exp +%%DATADIR%%/tests/scheduler/exp/group-dependents.exp +%%DATADIR%%/tests/scheduler/exp/group-fail.exp +%%DATADIR%%/tests/scheduler/exp/group-stop-ordering.exp +%%DATADIR%%/tests/scheduler/exp/group-unmanaged-stopped.exp +%%DATADIR%%/tests/scheduler/exp/group-unmanaged.exp +%%DATADIR%%/tests/scheduler/exp/group1.exp +%%DATADIR%%/tests/scheduler/exp/group10.exp +%%DATADIR%%/tests/scheduler/exp/group11.exp +%%DATADIR%%/tests/scheduler/exp/group13.exp +%%DATADIR%%/tests/scheduler/exp/group14.exp +%%DATADIR%%/tests/scheduler/exp/group15.exp +%%DATADIR%%/tests/scheduler/exp/group2.exp +%%DATADIR%%/tests/scheduler/exp/group3.exp +%%DATADIR%%/tests/scheduler/exp/group4.exp +%%DATADIR%%/tests/scheduler/exp/group5.exp +%%DATADIR%%/tests/scheduler/exp/group6.exp +%%DATADIR%%/tests/scheduler/exp/group7.exp +%%DATADIR%%/tests/scheduler/exp/group8.exp +%%DATADIR%%/tests/scheduler/exp/group9.exp +%%DATADIR%%/tests/scheduler/exp/guest-host-not-fenceable.exp +%%DATADIR%%/tests/scheduler/exp/guest-node-cleanup.exp +%%DATADIR%%/tests/scheduler/exp/guest-node-host-dies.exp +%%DATADIR%%/tests/scheduler/exp/history-1.exp +%%DATADIR%%/tests/scheduler/exp/honor_stonith_rsc_order1.exp +%%DATADIR%%/tests/scheduler/exp/honor_stonith_rsc_order2.exp +%%DATADIR%%/tests/scheduler/exp/honor_stonith_rsc_order3.exp +%%DATADIR%%/tests/scheduler/exp/honor_stonith_rsc_order4.exp +%%DATADIR%%/tests/scheduler/exp/ignore_stonith_rsc_order1.exp +%%DATADIR%%/tests/scheduler/exp/ignore_stonith_rsc_order2.exp +%%DATADIR%%/tests/scheduler/exp/ignore_stonith_rsc_order3.exp +%%DATADIR%%/tests/scheduler/exp/ignore_stonith_rsc_order4.exp +%%DATADIR%%/tests/scheduler/exp/inc0.exp +%%DATADIR%%/tests/scheduler/exp/inc1.exp +%%DATADIR%%/tests/scheduler/exp/inc10.exp +%%DATADIR%%/tests/scheduler/exp/inc11.exp +%%DATADIR%%/tests/scheduler/exp/inc12.exp +%%DATADIR%%/tests/scheduler/exp/inc2.exp +%%DATADIR%%/tests/scheduler/exp/inc3.exp +%%DATADIR%%/tests/scheduler/exp/inc4.exp +%%DATADIR%%/tests/scheduler/exp/inc5.exp +%%DATADIR%%/tests/scheduler/exp/inc6.exp +%%DATADIR%%/tests/scheduler/exp/inc7.exp +%%DATADIR%%/tests/scheduler/exp/inc8.exp +%%DATADIR%%/tests/scheduler/exp/inc9.exp +%%DATADIR%%/tests/scheduler/exp/interleave-0.exp +%%DATADIR%%/tests/scheduler/exp/interleave-1.exp +%%DATADIR%%/tests/scheduler/exp/interleave-2.exp +%%DATADIR%%/tests/scheduler/exp/interleave-3.exp +%%DATADIR%%/tests/scheduler/exp/interleave-pseudo-stop.exp +%%DATADIR%%/tests/scheduler/exp/interleave-restart.exp +%%DATADIR%%/tests/scheduler/exp/interleave-stop.exp +%%DATADIR%%/tests/scheduler/exp/intervals.exp +%%DATADIR%%/tests/scheduler/exp/load-stopped-loop-2.exp +%%DATADIR%%/tests/scheduler/exp/load-stopped-loop.exp +%%DATADIR%%/tests/scheduler/exp/location-date-rules-1.exp +%%DATADIR%%/tests/scheduler/exp/location-date-rules-2.exp +%%DATADIR%%/tests/scheduler/exp/location-sets-templates.exp +%%DATADIR%%/tests/scheduler/exp/managed-0.exp +%%DATADIR%%/tests/scheduler/exp/managed-1.exp +%%DATADIR%%/tests/scheduler/exp/managed-2.exp +%%DATADIR%%/tests/scheduler/exp/migrate-1.exp +%%DATADIR%%/tests/scheduler/exp/migrate-2.exp +%%DATADIR%%/tests/scheduler/exp/migrate-3.exp +%%DATADIR%%/tests/scheduler/exp/migrate-4.exp +%%DATADIR%%/tests/scheduler/exp/migrate-5.exp +%%DATADIR%%/tests/scheduler/exp/migrate-begin.exp +%%DATADIR%%/tests/scheduler/exp/migrate-both-vms.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-2.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-3.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-4.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-5.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-6.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-7.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-8.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fail-9.exp +%%DATADIR%%/tests/scheduler/exp/migrate-fencing.exp +%%DATADIR%%/tests/scheduler/exp/migrate-partial-1.exp +%%DATADIR%%/tests/scheduler/exp/migrate-partial-2.exp +%%DATADIR%%/tests/scheduler/exp/migrate-partial-3.exp +%%DATADIR%%/tests/scheduler/exp/migrate-partial-4.exp +%%DATADIR%%/tests/scheduler/exp/migrate-shutdown.exp +%%DATADIR%%/tests/scheduler/exp/migrate-start-complex.exp +%%DATADIR%%/tests/scheduler/exp/migrate-start.exp +%%DATADIR%%/tests/scheduler/exp/migrate-stop-complex.exp +%%DATADIR%%/tests/scheduler/exp/migrate-stop-start-complex.exp +%%DATADIR%%/tests/scheduler/exp/migrate-stop.exp +%%DATADIR%%/tests/scheduler/exp/migrate-stop_start.exp +%%DATADIR%%/tests/scheduler/exp/migrate-success.exp +%%DATADIR%%/tests/scheduler/exp/migrate-versioned.exp +%%DATADIR%%/tests/scheduler/exp/migration-behind-migrating-remote.exp +%%DATADIR%%/tests/scheduler/exp/migration-ping-pong.exp +%%DATADIR%%/tests/scheduler/exp/minimal.exp +%%DATADIR%%/tests/scheduler/exp/mon-rsc-1.exp +%%DATADIR%%/tests/scheduler/exp/mon-rsc-2.exp +%%DATADIR%%/tests/scheduler/exp/mon-rsc-3.exp +%%DATADIR%%/tests/scheduler/exp/mon-rsc-4.exp +%%DATADIR%%/tests/scheduler/exp/monitor-onfail-restart.exp +%%DATADIR%%/tests/scheduler/exp/monitor-onfail-stop.exp +%%DATADIR%%/tests/scheduler/exp/monitor-recovery.exp +%%DATADIR%%/tests/scheduler/exp/multi1.exp +%%DATADIR%%/tests/scheduler/exp/multiple-active-block-group.exp +%%DATADIR%%/tests/scheduler/exp/multiple-monitor-one-failed.exp +%%DATADIR%%/tests/scheduler/exp/multiply-active-stonith.exp +%%DATADIR%%/tests/scheduler/exp/nested-remote-recovery.exp +%%DATADIR%%/tests/scheduler/exp/no-promote-on-unrunnable-guest.exp +%%DATADIR%%/tests/scheduler/exp/no_quorum_demote.exp +%%DATADIR%%/tests/scheduler/exp/node-maintenance-1.exp +%%DATADIR%%/tests/scheduler/exp/node-maintenance-2.exp +%%DATADIR%%/tests/scheduler/exp/not-installed-agent.exp +%%DATADIR%%/tests/scheduler/exp/not-installed-tools.exp +%%DATADIR%%/tests/scheduler/exp/not-reschedule-unneeded-monitor.exp +%%DATADIR%%/tests/scheduler/exp/notifs-for-unrunnable.exp +%%DATADIR%%/tests/scheduler/exp/notify-0.exp +%%DATADIR%%/tests/scheduler/exp/notify-1.exp +%%DATADIR%%/tests/scheduler/exp/notify-2.exp +%%DATADIR%%/tests/scheduler/exp/notify-3.exp +%%DATADIR%%/tests/scheduler/exp/notify-behind-stopping-remote.exp +%%DATADIR%%/tests/scheduler/exp/novell-239079.exp +%%DATADIR%%/tests/scheduler/exp/novell-239082.exp +%%DATADIR%%/tests/scheduler/exp/novell-239087.exp +%%DATADIR%%/tests/scheduler/exp/novell-251689.exp +%%DATADIR%%/tests/scheduler/exp/novell-252693-2.exp +%%DATADIR%%/tests/scheduler/exp/novell-252693-3.exp +%%DATADIR%%/tests/scheduler/exp/novell-252693.exp +%%DATADIR%%/tests/scheduler/exp/nvpair-date-rules-1.exp +%%DATADIR%%/tests/scheduler/exp/nvpair-id-ref.exp +%%DATADIR%%/tests/scheduler/exp/obsolete-lrm-resource.exp +%%DATADIR%%/tests/scheduler/exp/ocf_degraded-remap-ocf_ok.exp +%%DATADIR%%/tests/scheduler/exp/ocf_degraded_promoted-remap-ocf_ok.exp +%%DATADIR%%/tests/scheduler/exp/on-fail-ignore.exp +%%DATADIR%%/tests/scheduler/exp/on_fail_demote1.exp +%%DATADIR%%/tests/scheduler/exp/on_fail_demote2.exp +%%DATADIR%%/tests/scheduler/exp/on_fail_demote3.exp +%%DATADIR%%/tests/scheduler/exp/on_fail_demote4.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-0.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-1.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-2.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-3.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-4.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-5.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-6.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-7.exp +%%DATADIR%%/tests/scheduler/exp/one-or-more-unrunnable-instances.exp +%%DATADIR%%/tests/scheduler/exp/op-defaults-2.exp +%%DATADIR%%/tests/scheduler/exp/op-defaults-3.exp +%%DATADIR%%/tests/scheduler/exp/op-defaults.exp +%%DATADIR%%/tests/scheduler/exp/order-clone.exp +%%DATADIR%%/tests/scheduler/exp/order-expired-failure.exp +%%DATADIR%%/tests/scheduler/exp/order-first-probes.exp +%%DATADIR%%/tests/scheduler/exp/order-mandatory.exp +%%DATADIR%%/tests/scheduler/exp/order-optional-keyword.exp +%%DATADIR%%/tests/scheduler/exp/order-optional.exp +%%DATADIR%%/tests/scheduler/exp/order-required.exp +%%DATADIR%%/tests/scheduler/exp/order-serialize-set.exp +%%DATADIR%%/tests/scheduler/exp/order-serialize.exp +%%DATADIR%%/tests/scheduler/exp/order-sets.exp +%%DATADIR%%/tests/scheduler/exp/order-wrong-kind.exp +%%DATADIR%%/tests/scheduler/exp/order1.exp +%%DATADIR%%/tests/scheduler/exp/order2.exp +%%DATADIR%%/tests/scheduler/exp/order3.exp +%%DATADIR%%/tests/scheduler/exp/order4.exp +%%DATADIR%%/tests/scheduler/exp/order5.exp +%%DATADIR%%/tests/scheduler/exp/order6.exp +%%DATADIR%%/tests/scheduler/exp/order7.exp +%%DATADIR%%/tests/scheduler/exp/order_constraint_stops_promoted.exp +%%DATADIR%%/tests/scheduler/exp/order_constraint_stops_unpromoted.exp +%%DATADIR%%/tests/scheduler/exp/ordered-set-basic-startup.exp +%%DATADIR%%/tests/scheduler/exp/ordered-set-natural.exp +%%DATADIR%%/tests/scheduler/exp/origin.exp +%%DATADIR%%/tests/scheduler/exp/orphan-0.exp +%%DATADIR%%/tests/scheduler/exp/orphan-1.exp +%%DATADIR%%/tests/scheduler/exp/orphan-2.exp +%%DATADIR%%/tests/scheduler/exp/params-0.exp +%%DATADIR%%/tests/scheduler/exp/params-1.exp +%%DATADIR%%/tests/scheduler/exp/params-2.exp +%%DATADIR%%/tests/scheduler/exp/params-3.exp +%%DATADIR%%/tests/scheduler/exp/params-4.exp +%%DATADIR%%/tests/scheduler/exp/params-5.exp +%%DATADIR%%/tests/scheduler/exp/params-6.exp +%%DATADIR%%/tests/scheduler/exp/per-node-attrs.exp +%%DATADIR%%/tests/scheduler/exp/per-op-failcount.exp +%%DATADIR%%/tests/scheduler/exp/placement-capacity.exp +%%DATADIR%%/tests/scheduler/exp/placement-location.exp +%%DATADIR%%/tests/scheduler/exp/placement-priority.exp +%%DATADIR%%/tests/scheduler/exp/placement-stickiness.exp +%%DATADIR%%/tests/scheduler/exp/priority-fencing-delay.exp +%%DATADIR%%/tests/scheduler/exp/probe-0.exp +%%DATADIR%%/tests/scheduler/exp/probe-1.exp +%%DATADIR%%/tests/scheduler/exp/probe-2.exp +%%DATADIR%%/tests/scheduler/exp/probe-3.exp +%%DATADIR%%/tests/scheduler/exp/probe-4.exp +%%DATADIR%%/tests/scheduler/exp/probe-timeout.exp +%%DATADIR%%/tests/scheduler/exp/promoted-0.exp +%%DATADIR%%/tests/scheduler/exp/promoted-1.exp +%%DATADIR%%/tests/scheduler/exp/promoted-10.exp +%%DATADIR%%/tests/scheduler/exp/promoted-11.exp +%%DATADIR%%/tests/scheduler/exp/promoted-12.exp +%%DATADIR%%/tests/scheduler/exp/promoted-13.exp +%%DATADIR%%/tests/scheduler/exp/promoted-2.exp +%%DATADIR%%/tests/scheduler/exp/promoted-3.exp +%%DATADIR%%/tests/scheduler/exp/promoted-4.exp +%%DATADIR%%/tests/scheduler/exp/promoted-5.exp +%%DATADIR%%/tests/scheduler/exp/promoted-6.exp +%%DATADIR%%/tests/scheduler/exp/promoted-7.exp +%%DATADIR%%/tests/scheduler/exp/promoted-8.exp +%%DATADIR%%/tests/scheduler/exp/promoted-9.exp +%%DATADIR%%/tests/scheduler/exp/promoted-allow-start.exp +%%DATADIR%%/tests/scheduler/exp/promoted-asymmetrical-order.exp +%%DATADIR%%/tests/scheduler/exp/promoted-colocation.exp +%%DATADIR%%/tests/scheduler/exp/promoted-demote-2.exp +%%DATADIR%%/tests/scheduler/exp/promoted-demote-block.exp +%%DATADIR%%/tests/scheduler/exp/promoted-demote.exp +%%DATADIR%%/tests/scheduler/exp/promoted-depend.exp +%%DATADIR%%/tests/scheduler/exp/promoted-dependent-ban.exp +%%DATADIR%%/tests/scheduler/exp/promoted-failed-demote-2.exp +%%DATADIR%%/tests/scheduler/exp/promoted-failed-demote.exp +%%DATADIR%%/tests/scheduler/exp/promoted-group.exp +%%DATADIR%%/tests/scheduler/exp/promoted-move.exp +%%DATADIR%%/tests/scheduler/exp/promoted-notify.exp +%%DATADIR%%/tests/scheduler/exp/promoted-ordering.exp +%%DATADIR%%/tests/scheduler/exp/promoted-partially-demoted-group.exp +%%DATADIR%%/tests/scheduler/exp/promoted-probed-score.exp +%%DATADIR%%/tests/scheduler/exp/promoted-promotion-constraint.exp +%%DATADIR%%/tests/scheduler/exp/promoted-pseudo.exp +%%DATADIR%%/tests/scheduler/exp/promoted-reattach.exp +%%DATADIR%%/tests/scheduler/exp/promoted-role.exp +%%DATADIR%%/tests/scheduler/exp/promoted-score-startup.exp +%%DATADIR%%/tests/scheduler/exp/promoted-stop.exp +%%DATADIR%%/tests/scheduler/exp/promoted-unmanaged-monitor.exp +%%DATADIR%%/tests/scheduler/exp/promoted_monitor_restart.exp +%%DATADIR%%/tests/scheduler/exp/quorum-1.exp +%%DATADIR%%/tests/scheduler/exp/quorum-2.exp +%%DATADIR%%/tests/scheduler/exp/quorum-3.exp +%%DATADIR%%/tests/scheduler/exp/quorum-4.exp +%%DATADIR%%/tests/scheduler/exp/quorum-5.exp +%%DATADIR%%/tests/scheduler/exp/quorum-6.exp +%%DATADIR%%/tests/scheduler/exp/rebalance-unique-clones.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-1.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-10.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-11.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-12.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-13.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-14.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-15.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-2.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-3.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-4.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-5.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-6.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-7.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-8.exp +%%DATADIR%%/tests/scheduler/exp/rec-node-9.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-0.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-1.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-2.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-3.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-4.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-5.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-6.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-7.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-8.exp +%%DATADIR%%/tests/scheduler/exp/rec-rsc-9.exp +%%DATADIR%%/tests/scheduler/exp/reload-becomes-restart.exp +%%DATADIR%%/tests/scheduler/exp/reload-versioned.exp +%%DATADIR%%/tests/scheduler/exp/remote-connection-shutdown.exp +%%DATADIR%%/tests/scheduler/exp/remote-connection-unrecoverable.exp +%%DATADIR%%/tests/scheduler/exp/remote-disable.exp +%%DATADIR%%/tests/scheduler/exp/remote-fence-before-reconnect.exp +%%DATADIR%%/tests/scheduler/exp/remote-fence-unclean-3.exp +%%DATADIR%%/tests/scheduler/exp/remote-fence-unclean.exp +%%DATADIR%%/tests/scheduler/exp/remote-fence-unclean2.exp +%%DATADIR%%/tests/scheduler/exp/remote-move.exp +%%DATADIR%%/tests/scheduler/exp/remote-orphaned.exp +%%DATADIR%%/tests/scheduler/exp/remote-orphaned2.exp +%%DATADIR%%/tests/scheduler/exp/remote-partial-migrate.exp +%%DATADIR%%/tests/scheduler/exp/remote-partial-migrate2.exp +%%DATADIR%%/tests/scheduler/exp/remote-probe-disable.exp +%%DATADIR%%/tests/scheduler/exp/remote-reconnect-delay.exp +%%DATADIR%%/tests/scheduler/exp/remote-recover-all.exp +%%DATADIR%%/tests/scheduler/exp/remote-recover-connection.exp +%%DATADIR%%/tests/scheduler/exp/remote-recover-fail.exp +%%DATADIR%%/tests/scheduler/exp/remote-recover-no-resources.exp +%%DATADIR%%/tests/scheduler/exp/remote-recover-unknown.exp +%%DATADIR%%/tests/scheduler/exp/remote-recover.exp +%%DATADIR%%/tests/scheduler/exp/remote-recovery.exp +%%DATADIR%%/tests/scheduler/exp/remote-stale-node-entry.exp +%%DATADIR%%/tests/scheduler/exp/remote-start-fail.exp +%%DATADIR%%/tests/scheduler/exp/remote-startup-probes.exp +%%DATADIR%%/tests/scheduler/exp/remote-startup.exp +%%DATADIR%%/tests/scheduler/exp/remote-unclean2.exp +%%DATADIR%%/tests/scheduler/exp/reprobe-target_rc.exp +%%DATADIR%%/tests/scheduler/exp/resource-discovery.exp +%%DATADIR%%/tests/scheduler/exp/restart-versioned.exp +%%DATADIR%%/tests/scheduler/exp/route-remote-notify.exp +%%DATADIR%%/tests/scheduler/exp/rsc-defaults-2.exp +%%DATADIR%%/tests/scheduler/exp/rsc-defaults.exp +%%DATADIR%%/tests/scheduler/exp/rsc-discovery-per-node.exp +%%DATADIR%%/tests/scheduler/exp/rsc-maintenance.exp +%%DATADIR%%/tests/scheduler/exp/rsc-sets-clone-1.exp +%%DATADIR%%/tests/scheduler/exp/rsc-sets-clone.exp +%%DATADIR%%/tests/scheduler/exp/rsc-sets-promoted.exp +%%DATADIR%%/tests/scheduler/exp/rsc-sets-seq-false.exp +%%DATADIR%%/tests/scheduler/exp/rsc-sets-seq-true.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep1.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep10.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep2.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep3.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep4.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep5.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep7.exp +%%DATADIR%%/tests/scheduler/exp/rsc_dep8.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-as-auto-number-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-as-auto-number-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-as-integer-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-as-integer-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-as-number-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-as-number-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-parse-fail-default-str-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-dbl-parse-fail-default-str-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-as-auto-integer-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-as-auto-integer-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-as-integer-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-as-integer-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-as-number-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-as-number-no-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-parse-fail-default-str-match.exp +%%DATADIR%%/tests/scheduler/exp/rule-int-parse-fail-default-str-no-match.exp +%%DATADIR%%/tests/scheduler/exp/shutdown-lock-expiration.exp +%%DATADIR%%/tests/scheduler/exp/shutdown-lock.exp +%%DATADIR%%/tests/scheduler/exp/shutdown-maintenance-node.exp +%%DATADIR%%/tests/scheduler/exp/simple1.exp +%%DATADIR%%/tests/scheduler/exp/simple11.exp +%%DATADIR%%/tests/scheduler/exp/simple12.exp +%%DATADIR%%/tests/scheduler/exp/simple2.exp +%%DATADIR%%/tests/scheduler/exp/simple3.exp +%%DATADIR%%/tests/scheduler/exp/simple4.exp +%%DATADIR%%/tests/scheduler/exp/simple6.exp +%%DATADIR%%/tests/scheduler/exp/simple7.exp +%%DATADIR%%/tests/scheduler/exp/simple8.exp +%%DATADIR%%/tests/scheduler/exp/site-specific-params.exp +%%DATADIR%%/tests/scheduler/exp/standby.exp +%%DATADIR%%/tests/scheduler/exp/start-then-stop-with-unfence.exp +%%DATADIR%%/tests/scheduler/exp/stonith-0.exp +%%DATADIR%%/tests/scheduler/exp/stonith-1.exp +%%DATADIR%%/tests/scheduler/exp/stonith-2.exp +%%DATADIR%%/tests/scheduler/exp/stonith-3.exp +%%DATADIR%%/tests/scheduler/exp/stonith-4.exp +%%DATADIR%%/tests/scheduler/exp/stop-all-resources.exp +%%DATADIR%%/tests/scheduler/exp/stop-failure-no-fencing.exp +%%DATADIR%%/tests/scheduler/exp/stop-failure-no-quorum.exp +%%DATADIR%%/tests/scheduler/exp/stop-failure-with-fencing.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-00.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-01.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-02.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-03.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-04.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-05.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-06.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-07.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-08.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-09.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-10.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-11.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-12.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-20.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-21.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-22.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-23.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-24.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-25.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-26.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-27.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-30.exp +%%DATADIR%%/tests/scheduler/exp/stopped-monitor-31.exp +%%DATADIR%%/tests/scheduler/exp/suicide-needed-inquorate.exp +%%DATADIR%%/tests/scheduler/exp/suicide-not-needed-initial-quorum.exp +%%DATADIR%%/tests/scheduler/exp/suicide-not-needed-never-quorate.exp +%%DATADIR%%/tests/scheduler/exp/suicide-not-needed-quorate.exp +%%DATADIR%%/tests/scheduler/exp/systemhealth1.exp +%%DATADIR%%/tests/scheduler/exp/systemhealth2.exp +%%DATADIR%%/tests/scheduler/exp/systemhealth3.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthm1.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthm2.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthm3.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthn1.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthn2.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthn3.exp +%%DATADIR%%/tests/scheduler/exp/systemhealtho1.exp +%%DATADIR%%/tests/scheduler/exp/systemhealtho2.exp +%%DATADIR%%/tests/scheduler/exp/systemhealtho3.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthp1.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthp2.exp +%%DATADIR%%/tests/scheduler/exp/systemhealthp3.exp +%%DATADIR%%/tests/scheduler/exp/tags-coloc-order-1.exp +%%DATADIR%%/tests/scheduler/exp/tags-coloc-order-2.exp +%%DATADIR%%/tests/scheduler/exp/tags-location.exp +%%DATADIR%%/tests/scheduler/exp/tags-ticket.exp +%%DATADIR%%/tests/scheduler/exp/target-0.exp +%%DATADIR%%/tests/scheduler/exp/target-1.exp +%%DATADIR%%/tests/scheduler/exp/target-2.exp +%%DATADIR%%/tests/scheduler/exp/template-1.exp +%%DATADIR%%/tests/scheduler/exp/template-2.exp +%%DATADIR%%/tests/scheduler/exp/template-3.exp +%%DATADIR%%/tests/scheduler/exp/template-clone-group.exp +%%DATADIR%%/tests/scheduler/exp/template-clone-primitive.exp +%%DATADIR%%/tests/scheduler/exp/template-coloc-1.exp +%%DATADIR%%/tests/scheduler/exp/template-coloc-2.exp +%%DATADIR%%/tests/scheduler/exp/template-coloc-3.exp +%%DATADIR%%/tests/scheduler/exp/template-order-1.exp +%%DATADIR%%/tests/scheduler/exp/template-order-2.exp +%%DATADIR%%/tests/scheduler/exp/template-order-3.exp +%%DATADIR%%/tests/scheduler/exp/template-rsc-sets-1.exp +%%DATADIR%%/tests/scheduler/exp/template-rsc-sets-2.exp +%%DATADIR%%/tests/scheduler/exp/template-rsc-sets-3.exp +%%DATADIR%%/tests/scheduler/exp/template-rsc-sets-4.exp +%%DATADIR%%/tests/scheduler/exp/template-ticket.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-1.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-10.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-11.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-12.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-13.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-14.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-15.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-16.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-17.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-18.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-19.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-2.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-20.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-21.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-22.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-23.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-24.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-3.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-4.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-5.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-6.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-7.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-8.exp +%%DATADIR%%/tests/scheduler/exp/ticket-clone-9.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-1.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-10.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-11.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-12.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-13.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-14.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-15.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-16.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-17.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-18.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-19.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-2.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-20.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-21.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-22.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-23.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-24.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-3.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-4.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-5.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-6.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-7.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-8.exp +%%DATADIR%%/tests/scheduler/exp/ticket-group-9.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-1.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-10.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-11.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-12.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-13.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-14.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-15.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-16.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-17.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-18.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-19.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-2.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-20.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-21.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-22.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-23.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-24.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-3.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-4.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-5.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-6.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-7.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-8.exp +%%DATADIR%%/tests/scheduler/exp/ticket-primitive-9.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-1.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-10.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-11.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-12.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-13.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-14.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-15.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-16.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-17.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-18.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-19.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-2.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-20.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-21.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-22.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-23.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-24.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-3.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-4.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-5.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-6.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-7.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-8.exp +%%DATADIR%%/tests/scheduler/exp/ticket-promoted-9.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-1.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-10.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-11.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-12.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-13.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-14.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-2.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-3.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-4.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-5.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-6.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-7.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-8.exp +%%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-9.exp +%%DATADIR%%/tests/scheduler/exp/unfence-definition.exp +%%DATADIR%%/tests/scheduler/exp/unfence-device.exp +%%DATADIR%%/tests/scheduler/exp/unfence-parameters.exp +%%DATADIR%%/tests/scheduler/exp/unfence-startup.exp +%%DATADIR%%/tests/scheduler/exp/unmanaged-block-restart.exp +%%DATADIR%%/tests/scheduler/exp/unmanaged-promoted.exp +%%DATADIR%%/tests/scheduler/exp/unmanaged-stop-1.exp +%%DATADIR%%/tests/scheduler/exp/unmanaged-stop-2.exp +%%DATADIR%%/tests/scheduler/exp/unmanaged-stop-3.exp +%%DATADIR%%/tests/scheduler/exp/unmanaged-stop-4.exp +%%DATADIR%%/tests/scheduler/exp/unrunnable-1.exp +%%DATADIR%%/tests/scheduler/exp/unrunnable-2.exp +%%DATADIR%%/tests/scheduler/exp/use-after-free-merge.exp +%%DATADIR%%/tests/scheduler/exp/utilization-check-allowed-nodes.exp +%%DATADIR%%/tests/scheduler/exp/utilization-order1.exp +%%DATADIR%%/tests/scheduler/exp/utilization-order2.exp +%%DATADIR%%/tests/scheduler/exp/utilization-order3.exp +%%DATADIR%%/tests/scheduler/exp/utilization-order4.exp +%%DATADIR%%/tests/scheduler/exp/utilization-shuffle.exp +%%DATADIR%%/tests/scheduler/exp/utilization.exp +%%DATADIR%%/tests/scheduler/exp/value-source.exp +%%DATADIR%%/tests/scheduler/exp/versioned-operations-1.exp +%%DATADIR%%/tests/scheduler/exp/versioned-operations-2.exp +%%DATADIR%%/tests/scheduler/exp/versioned-operations-3.exp +%%DATADIR%%/tests/scheduler/exp/versioned-operations-4.exp +%%DATADIR%%/tests/scheduler/exp/versioned-resources.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-asymmetric.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-fail1.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-fail2.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-fail3.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-imply-stop-on-fence.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-migrate1.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-move.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-ms-ordering-move.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-ms-ordering.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-nested-group.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-orphan-ms.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-orphaned.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-start.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-stop.exp +%%DATADIR%%/tests/scheduler/exp/whitebox-unexpectedly-running.exp +%%DATADIR%%/tests/scheduler/exp/year-2038.exp +%%DATADIR%%/tests/scheduler/scores/1-a-then-bm-move-b.scores +%%DATADIR%%/tests/scheduler/scores/10-a-then-bm-b-move-a-clone.scores +%%DATADIR%%/tests/scheduler/scores/11-a-then-bm-b-move-a-clone-starting.scores +%%DATADIR%%/tests/scheduler/scores/1360.scores +%%DATADIR%%/tests/scheduler/scores/1484.scores +%%DATADIR%%/tests/scheduler/scores/1494.scores +%%DATADIR%%/tests/scheduler/scores/2-am-then-b-move-a.scores +%%DATADIR%%/tests/scheduler/scores/3-am-then-bm-both-migrate.scores +%%DATADIR%%/tests/scheduler/scores/4-am-then-bm-b-not-migratable.scores +%%DATADIR%%/tests/scheduler/scores/5-am-then-bm-a-not-migratable.scores +%%DATADIR%%/tests/scheduler/scores/594.scores +%%DATADIR%%/tests/scheduler/scores/6-migrate-group.scores +%%DATADIR%%/tests/scheduler/scores/662.scores +%%DATADIR%%/tests/scheduler/scores/696.scores +%%DATADIR%%/tests/scheduler/scores/7-migrate-group-one-unmigratable.scores +%%DATADIR%%/tests/scheduler/scores/726.scores +%%DATADIR%%/tests/scheduler/scores/735.scores +%%DATADIR%%/tests/scheduler/scores/764.scores +%%DATADIR%%/tests/scheduler/scores/797.scores +%%DATADIR%%/tests/scheduler/scores/8-am-then-bm-a-migrating-b-stopping.scores +%%DATADIR%%/tests/scheduler/scores/829.scores +%%DATADIR%%/tests/scheduler/scores/9-am-then-bm-b-migrating-a-stopping.scores +%%DATADIR%%/tests/scheduler/scores/994-2.scores +%%DATADIR%%/tests/scheduler/scores/994.scores +%%DATADIR%%/tests/scheduler/scores/a-demote-then-b-migrate.scores +%%DATADIR%%/tests/scheduler/scores/a-promote-then-b-migrate.scores +%%DATADIR%%/tests/scheduler/scores/anon-instance-pending.scores +%%DATADIR%%/tests/scheduler/scores/anti-colocation-order.scores +%%DATADIR%%/tests/scheduler/scores/anti-colocation-promoted.scores +%%DATADIR%%/tests/scheduler/scores/anti-colocation-unpromoted.scores +%%DATADIR%%/tests/scheduler/scores/asymmetric.scores +%%DATADIR%%/tests/scheduler/scores/asymmetrical-order-move.scores +%%DATADIR%%/tests/scheduler/scores/asymmetrical-order-restart.scores +%%DATADIR%%/tests/scheduler/scores/attrs1.scores +%%DATADIR%%/tests/scheduler/scores/attrs2.scores +%%DATADIR%%/tests/scheduler/scores/attrs3.scores +%%DATADIR%%/tests/scheduler/scores/attrs4.scores +%%DATADIR%%/tests/scheduler/scores/attrs5.scores +%%DATADIR%%/tests/scheduler/scores/attrs6.scores +%%DATADIR%%/tests/scheduler/scores/attrs7.scores +%%DATADIR%%/tests/scheduler/scores/attrs8.scores +%%DATADIR%%/tests/scheduler/scores/balanced.scores +%%DATADIR%%/tests/scheduler/scores/base-score.scores +%%DATADIR%%/tests/scheduler/scores/bnc-515172.scores +%%DATADIR%%/tests/scheduler/scores/bug-1572-1.scores +%%DATADIR%%/tests/scheduler/scores/bug-1572-2.scores +%%DATADIR%%/tests/scheduler/scores/bug-1573.scores +%%DATADIR%%/tests/scheduler/scores/bug-1685.scores +%%DATADIR%%/tests/scheduler/scores/bug-1718.scores +%%DATADIR%%/tests/scheduler/scores/bug-1765.scores +%%DATADIR%%/tests/scheduler/scores/bug-1820-1.scores +%%DATADIR%%/tests/scheduler/scores/bug-1820.scores +%%DATADIR%%/tests/scheduler/scores/bug-1822.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-A-start-B-start.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-A-stop-B-started.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-A-stopped-B-stopped.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-CLONE-A-start-B-start.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-CLONE-A-stop-B-started.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-CthenAthenB-C-stopped.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-GROUP-A-start-B-start.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-GROUP-A-stopped-B-started.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-GROUP-A-stopped-B-stopped.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-ordered-set-symmetrical-false.scores +%%DATADIR%%/tests/scheduler/scores/bug-5014-ordered-set-symmetrical-true.scores +%%DATADIR%%/tests/scheduler/scores/bug-5025-1.scores +%%DATADIR%%/tests/scheduler/scores/bug-5025-2.scores +%%DATADIR%%/tests/scheduler/scores/bug-5025-3.scores +%%DATADIR%%/tests/scheduler/scores/bug-5025-4.scores +%%DATADIR%%/tests/scheduler/scores/bug-5028-bottom.scores +%%DATADIR%%/tests/scheduler/scores/bug-5028-detach.scores +%%DATADIR%%/tests/scheduler/scores/bug-5028.scores +%%DATADIR%%/tests/scheduler/scores/bug-5038.scores +%%DATADIR%%/tests/scheduler/scores/bug-5059.scores +%%DATADIR%%/tests/scheduler/scores/bug-5069-op-disabled.scores +%%DATADIR%%/tests/scheduler/scores/bug-5069-op-enabled.scores +%%DATADIR%%/tests/scheduler/scores/bug-5140-require-all-false.scores +%%DATADIR%%/tests/scheduler/scores/bug-5143-ms-shuffle.scores +%%DATADIR%%/tests/scheduler/scores/bug-5186-partial-migrate.scores +%%DATADIR%%/tests/scheduler/scores/bug-cl-5168.scores +%%DATADIR%%/tests/scheduler/scores/bug-cl-5170.scores +%%DATADIR%%/tests/scheduler/scores/bug-cl-5212.scores +%%DATADIR%%/tests/scheduler/scores/bug-cl-5213.scores +%%DATADIR%%/tests/scheduler/scores/bug-cl-5219.scores +%%DATADIR%%/tests/scheduler/scores/bug-cl-5247.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-1852.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-1920.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2106.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2153.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2160.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2171.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2213.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2317.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2358.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2361.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2422.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2435.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2445.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2453.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2474.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2493.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2508.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2544.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2551.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2574.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2581.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2606.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2613.scores +%%DATADIR%%/tests/scheduler/scores/bug-lf-2619.scores +%%DATADIR%%/tests/scheduler/scores/bug-n-385265-2.scores +%%DATADIR%%/tests/scheduler/scores/bug-n-385265.scores +%%DATADIR%%/tests/scheduler/scores/bug-n-387749.scores +%%DATADIR%%/tests/scheduler/scores/bug-pm-11.scores +%%DATADIR%%/tests/scheduler/scores/bug-pm-12.scores +%%DATADIR%%/tests/scheduler/scores/bug-rh-1097457.scores +%%DATADIR%%/tests/scheduler/scores/bug-rh-880249.scores +%%DATADIR%%/tests/scheduler/scores/bug-suse-707150.scores +%%DATADIR%%/tests/scheduler/scores/bundle-nested-colocation.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-fencing.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-partial-start-2.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-partial-start.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-partial-stop.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-partial.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-startup-clone-2.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-startup-clone.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-startup.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-stop-clone.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-stop-on-remote.scores +%%DATADIR%%/tests/scheduler/scores/bundle-order-stop.scores +%%DATADIR%%/tests/scheduler/scores/bundle-probe-order-1.scores +%%DATADIR%%/tests/scheduler/scores/bundle-probe-order-2.scores +%%DATADIR%%/tests/scheduler/scores/bundle-probe-order-3.scores +%%DATADIR%%/tests/scheduler/scores/bundle-probe-remotes.scores +%%DATADIR%%/tests/scheduler/scores/bundle-replicas-change.scores +%%DATADIR%%/tests/scheduler/scores/cancel-behind-moving-remote.scores +%%DATADIR%%/tests/scheduler/scores/clbz5007-promotable-colocation.scores +%%DATADIR%%/tests/scheduler/scores/clone-anon-dup.scores +%%DATADIR%%/tests/scheduler/scores/clone-anon-failcount.scores +%%DATADIR%%/tests/scheduler/scores/clone-anon-probe-1.scores +%%DATADIR%%/tests/scheduler/scores/clone-anon-probe-2.scores +%%DATADIR%%/tests/scheduler/scores/clone-colocate-instance-1.scores +%%DATADIR%%/tests/scheduler/scores/clone-colocate-instance-2.scores +%%DATADIR%%/tests/scheduler/scores/clone-fail-block-colocation.scores +%%DATADIR%%/tests/scheduler/scores/clone-interleave-1.scores +%%DATADIR%%/tests/scheduler/scores/clone-interleave-2.scores +%%DATADIR%%/tests/scheduler/scores/clone-interleave-3.scores +%%DATADIR%%/tests/scheduler/scores/clone-max-zero.scores +%%DATADIR%%/tests/scheduler/scores/clone-no-shuffle.scores +%%DATADIR%%/tests/scheduler/scores/clone-order-16instances.scores +%%DATADIR%%/tests/scheduler/scores/clone-order-instance.scores +%%DATADIR%%/tests/scheduler/scores/clone-order-primitive.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-1.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-2.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-3.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-4.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-5.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-6.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-7.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-no-interleave-1.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-no-interleave-2.scores +%%DATADIR%%/tests/scheduler/scores/clone-require-all-no-interleave-3.scores +%%DATADIR%%/tests/scheduler/scores/clone-requires-quorum-recovery.scores +%%DATADIR%%/tests/scheduler/scores/clone-requires-quorum.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_interleave_start_one.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_interleave_start_two.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_interleave_stop_one.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_interleave_stop_two.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_start_one.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_start_two.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_stop_all.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_stop_one.scores +%%DATADIR%%/tests/scheduler/scores/clone_min_stop_two.scores +%%DATADIR%%/tests/scheduler/scores/cloned-group-stop.scores +%%DATADIR%%/tests/scheduler/scores/cloned-group.scores +%%DATADIR%%/tests/scheduler/scores/cloned_start_one.scores +%%DATADIR%%/tests/scheduler/scores/cloned_start_two.scores +%%DATADIR%%/tests/scheduler/scores/cloned_stop_one.scores +%%DATADIR%%/tests/scheduler/scores/cloned_stop_two.scores +%%DATADIR%%/tests/scheduler/scores/cluster-specific-params.scores +%%DATADIR%%/tests/scheduler/scores/colo_promoted_w_native.scores +%%DATADIR%%/tests/scheduler/scores/colo_unpromoted_w_native.scores +%%DATADIR%%/tests/scheduler/scores/coloc-attr.scores +%%DATADIR%%/tests/scheduler/scores/coloc-clone-stays-active.scores +%%DATADIR%%/tests/scheduler/scores/coloc-dependee-should-move.scores +%%DATADIR%%/tests/scheduler/scores/coloc-dependee-should-stay.scores +%%DATADIR%%/tests/scheduler/scores/coloc-group.scores +%%DATADIR%%/tests/scheduler/scores/coloc-intra-set.scores +%%DATADIR%%/tests/scheduler/scores/coloc-list.scores +%%DATADIR%%/tests/scheduler/scores/coloc-loop.scores +%%DATADIR%%/tests/scheduler/scores/coloc-many-one.scores +%%DATADIR%%/tests/scheduler/scores/coloc-negative-group.scores +%%DATADIR%%/tests/scheduler/scores/coloc-unpromoted-anti.scores +%%DATADIR%%/tests/scheduler/scores/coloc_fp_logic.scores +%%DATADIR%%/tests/scheduler/scores/colocate-primitive-with-clone.scores +%%DATADIR%%/tests/scheduler/scores/colocated-utilization-clone.scores +%%DATADIR%%/tests/scheduler/scores/colocated-utilization-group.scores +%%DATADIR%%/tests/scheduler/scores/colocated-utilization-primitive-1.scores +%%DATADIR%%/tests/scheduler/scores/colocated-utilization-primitive-2.scores +%%DATADIR%%/tests/scheduler/scores/colocation-influence.scores +%%DATADIR%%/tests/scheduler/scores/colocation_constraint_stops_promoted.scores +%%DATADIR%%/tests/scheduler/scores/colocation_constraint_stops_unpromoted.scores +%%DATADIR%%/tests/scheduler/scores/comments.scores +%%DATADIR%%/tests/scheduler/scores/complex_enforce_colo.scores +%%DATADIR%%/tests/scheduler/scores/concurrent-fencing.scores +%%DATADIR%%/tests/scheduler/scores/container-1.scores +%%DATADIR%%/tests/scheduler/scores/container-2.scores +%%DATADIR%%/tests/scheduler/scores/container-3.scores +%%DATADIR%%/tests/scheduler/scores/container-4.scores +%%DATADIR%%/tests/scheduler/scores/container-group-1.scores +%%DATADIR%%/tests/scheduler/scores/container-group-2.scores +%%DATADIR%%/tests/scheduler/scores/container-group-3.scores +%%DATADIR%%/tests/scheduler/scores/container-group-4.scores +%%DATADIR%%/tests/scheduler/scores/container-is-remote-node.scores +%%DATADIR%%/tests/scheduler/scores/date-1.scores +%%DATADIR%%/tests/scheduler/scores/date-2.scores +%%DATADIR%%/tests/scheduler/scores/date-3.scores +%%DATADIR%%/tests/scheduler/scores/dc-fence-ordering.scores +%%DATADIR%%/tests/scheduler/scores/enforce-colo1.scores +%%DATADIR%%/tests/scheduler/scores/expire-non-blocked-failure.scores +%%DATADIR%%/tests/scheduler/scores/failcount-block.scores +%%DATADIR%%/tests/scheduler/scores/failcount.scores +%%DATADIR%%/tests/scheduler/scores/failed-demote-recovery-promoted.scores +%%DATADIR%%/tests/scheduler/scores/failed-demote-recovery.scores +%%DATADIR%%/tests/scheduler/scores/force-anon-clone-max.scores +%%DATADIR%%/tests/scheduler/scores/group-dependents.scores +%%DATADIR%%/tests/scheduler/scores/group-fail.scores +%%DATADIR%%/tests/scheduler/scores/group-stop-ordering.scores +%%DATADIR%%/tests/scheduler/scores/group-unmanaged-stopped.scores +%%DATADIR%%/tests/scheduler/scores/group-unmanaged.scores +%%DATADIR%%/tests/scheduler/scores/group1.scores +%%DATADIR%%/tests/scheduler/scores/group10.scores +%%DATADIR%%/tests/scheduler/scores/group11.scores +%%DATADIR%%/tests/scheduler/scores/group13.scores +%%DATADIR%%/tests/scheduler/scores/group14.scores +%%DATADIR%%/tests/scheduler/scores/group15.scores +%%DATADIR%%/tests/scheduler/scores/group2.scores +%%DATADIR%%/tests/scheduler/scores/group3.scores +%%DATADIR%%/tests/scheduler/scores/group4.scores +%%DATADIR%%/tests/scheduler/scores/group5.scores +%%DATADIR%%/tests/scheduler/scores/group6.scores +%%DATADIR%%/tests/scheduler/scores/group7.scores +%%DATADIR%%/tests/scheduler/scores/group8.scores +%%DATADIR%%/tests/scheduler/scores/group9.scores +%%DATADIR%%/tests/scheduler/scores/guest-host-not-fenceable.scores +%%DATADIR%%/tests/scheduler/scores/guest-node-cleanup.scores +%%DATADIR%%/tests/scheduler/scores/guest-node-host-dies.scores +%%DATADIR%%/tests/scheduler/scores/history-1.scores +%%DATADIR%%/tests/scheduler/scores/honor_stonith_rsc_order1.scores +%%DATADIR%%/tests/scheduler/scores/honor_stonith_rsc_order2.scores +%%DATADIR%%/tests/scheduler/scores/honor_stonith_rsc_order3.scores +%%DATADIR%%/tests/scheduler/scores/honor_stonith_rsc_order4.scores +%%DATADIR%%/tests/scheduler/scores/ignore_stonith_rsc_order1.scores +%%DATADIR%%/tests/scheduler/scores/ignore_stonith_rsc_order2.scores +%%DATADIR%%/tests/scheduler/scores/ignore_stonith_rsc_order3.scores +%%DATADIR%%/tests/scheduler/scores/ignore_stonith_rsc_order4.scores +%%DATADIR%%/tests/scheduler/scores/inc0.scores +%%DATADIR%%/tests/scheduler/scores/inc1.scores +%%DATADIR%%/tests/scheduler/scores/inc10.scores +%%DATADIR%%/tests/scheduler/scores/inc11.scores +%%DATADIR%%/tests/scheduler/scores/inc12.scores +%%DATADIR%%/tests/scheduler/scores/inc2.scores +%%DATADIR%%/tests/scheduler/scores/inc3.scores +%%DATADIR%%/tests/scheduler/scores/inc4.scores +%%DATADIR%%/tests/scheduler/scores/inc5.scores +%%DATADIR%%/tests/scheduler/scores/inc6.scores +%%DATADIR%%/tests/scheduler/scores/inc7.scores +%%DATADIR%%/tests/scheduler/scores/inc8.scores +%%DATADIR%%/tests/scheduler/scores/inc9.scores +%%DATADIR%%/tests/scheduler/scores/interleave-0.scores +%%DATADIR%%/tests/scheduler/scores/interleave-1.scores +%%DATADIR%%/tests/scheduler/scores/interleave-2.scores +%%DATADIR%%/tests/scheduler/scores/interleave-3.scores +%%DATADIR%%/tests/scheduler/scores/interleave-pseudo-stop.scores +%%DATADIR%%/tests/scheduler/scores/interleave-restart.scores +%%DATADIR%%/tests/scheduler/scores/interleave-stop.scores +%%DATADIR%%/tests/scheduler/scores/intervals.scores +%%DATADIR%%/tests/scheduler/scores/load-stopped-loop-2.scores +%%DATADIR%%/tests/scheduler/scores/load-stopped-loop.scores +%%DATADIR%%/tests/scheduler/scores/location-date-rules-1.scores +%%DATADIR%%/tests/scheduler/scores/location-date-rules-2.scores +%%DATADIR%%/tests/scheduler/scores/location-sets-templates.scores +%%DATADIR%%/tests/scheduler/scores/managed-0.scores +%%DATADIR%%/tests/scheduler/scores/managed-1.scores +%%DATADIR%%/tests/scheduler/scores/managed-2.scores +%%DATADIR%%/tests/scheduler/scores/migrate-1.scores +%%DATADIR%%/tests/scheduler/scores/migrate-2.scores +%%DATADIR%%/tests/scheduler/scores/migrate-3.scores +%%DATADIR%%/tests/scheduler/scores/migrate-4.scores +%%DATADIR%%/tests/scheduler/scores/migrate-5.scores +%%DATADIR%%/tests/scheduler/scores/migrate-begin.scores +%%DATADIR%%/tests/scheduler/scores/migrate-both-vms.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-2.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-3.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-4.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-5.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-6.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-7.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-8.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fail-9.scores +%%DATADIR%%/tests/scheduler/scores/migrate-fencing.scores +%%DATADIR%%/tests/scheduler/scores/migrate-partial-1.scores +%%DATADIR%%/tests/scheduler/scores/migrate-partial-2.scores +%%DATADIR%%/tests/scheduler/scores/migrate-partial-3.scores +%%DATADIR%%/tests/scheduler/scores/migrate-partial-4.scores +%%DATADIR%%/tests/scheduler/scores/migrate-shutdown.scores +%%DATADIR%%/tests/scheduler/scores/migrate-start-complex.scores +%%DATADIR%%/tests/scheduler/scores/migrate-start.scores +%%DATADIR%%/tests/scheduler/scores/migrate-stop-complex.scores +%%DATADIR%%/tests/scheduler/scores/migrate-stop-start-complex.scores +%%DATADIR%%/tests/scheduler/scores/migrate-stop.scores +%%DATADIR%%/tests/scheduler/scores/migrate-stop_start.scores +%%DATADIR%%/tests/scheduler/scores/migrate-success.scores +%%DATADIR%%/tests/scheduler/scores/migrate-versioned.scores +%%DATADIR%%/tests/scheduler/scores/migration-behind-migrating-remote.scores +%%DATADIR%%/tests/scheduler/scores/migration-ping-pong.scores +%%DATADIR%%/tests/scheduler/scores/minimal.scores +%%DATADIR%%/tests/scheduler/scores/mon-rsc-1.scores +%%DATADIR%%/tests/scheduler/scores/mon-rsc-2.scores +%%DATADIR%%/tests/scheduler/scores/mon-rsc-3.scores +%%DATADIR%%/tests/scheduler/scores/mon-rsc-4.scores +%%DATADIR%%/tests/scheduler/scores/monitor-onfail-restart.scores +%%DATADIR%%/tests/scheduler/scores/monitor-onfail-stop.scores +%%DATADIR%%/tests/scheduler/scores/monitor-recovery.scores +%%DATADIR%%/tests/scheduler/scores/multi1.scores +%%DATADIR%%/tests/scheduler/scores/multiple-active-block-group.scores +%%DATADIR%%/tests/scheduler/scores/multiple-monitor-one-failed.scores +%%DATADIR%%/tests/scheduler/scores/multiply-active-stonith.scores +%%DATADIR%%/tests/scheduler/scores/nested-remote-recovery.scores +%%DATADIR%%/tests/scheduler/scores/no-promote-on-unrunnable-guest.scores +%%DATADIR%%/tests/scheduler/scores/no_quorum_demote.scores +%%DATADIR%%/tests/scheduler/scores/node-maintenance-1.scores +%%DATADIR%%/tests/scheduler/scores/node-maintenance-2.scores +%%DATADIR%%/tests/scheduler/scores/not-installed-agent.scores +%%DATADIR%%/tests/scheduler/scores/not-installed-tools.scores +%%DATADIR%%/tests/scheduler/scores/not-reschedule-unneeded-monitor.scores +%%DATADIR%%/tests/scheduler/scores/notifs-for-unrunnable.scores +%%DATADIR%%/tests/scheduler/scores/notify-0.scores +%%DATADIR%%/tests/scheduler/scores/notify-1.scores +%%DATADIR%%/tests/scheduler/scores/notify-2.scores +%%DATADIR%%/tests/scheduler/scores/notify-3.scores +%%DATADIR%%/tests/scheduler/scores/notify-behind-stopping-remote.scores +%%DATADIR%%/tests/scheduler/scores/novell-239079.scores +%%DATADIR%%/tests/scheduler/scores/novell-239082.scores +%%DATADIR%%/tests/scheduler/scores/novell-239087.scores +%%DATADIR%%/tests/scheduler/scores/novell-251689.scores +%%DATADIR%%/tests/scheduler/scores/novell-252693-2.scores +%%DATADIR%%/tests/scheduler/scores/novell-252693-3.scores +%%DATADIR%%/tests/scheduler/scores/novell-252693.scores +%%DATADIR%%/tests/scheduler/scores/nvpair-date-rules-1.scores +%%DATADIR%%/tests/scheduler/scores/nvpair-id-ref.scores +%%DATADIR%%/tests/scheduler/scores/obsolete-lrm-resource.scores +%%DATADIR%%/tests/scheduler/scores/ocf_degraded-remap-ocf_ok.scores +%%DATADIR%%/tests/scheduler/scores/ocf_degraded_promoted-remap-ocf_ok.scores +%%DATADIR%%/tests/scheduler/scores/on-fail-ignore.scores +%%DATADIR%%/tests/scheduler/scores/on_fail_demote1.scores +%%DATADIR%%/tests/scheduler/scores/on_fail_demote2.scores +%%DATADIR%%/tests/scheduler/scores/on_fail_demote3.scores +%%DATADIR%%/tests/scheduler/scores/on_fail_demote4.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-0.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-1.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-2.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-3.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-4.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-5.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-6.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-7.scores +%%DATADIR%%/tests/scheduler/scores/one-or-more-unrunnable-instances.scores +%%DATADIR%%/tests/scheduler/scores/op-defaults-2.scores +%%DATADIR%%/tests/scheduler/scores/op-defaults-3.scores +%%DATADIR%%/tests/scheduler/scores/op-defaults.scores +%%DATADIR%%/tests/scheduler/scores/order-clone.scores +%%DATADIR%%/tests/scheduler/scores/order-expired-failure.scores +%%DATADIR%%/tests/scheduler/scores/order-first-probes.scores +%%DATADIR%%/tests/scheduler/scores/order-mandatory.scores +%%DATADIR%%/tests/scheduler/scores/order-optional-keyword.scores +%%DATADIR%%/tests/scheduler/scores/order-optional.scores +%%DATADIR%%/tests/scheduler/scores/order-required.scores +%%DATADIR%%/tests/scheduler/scores/order-serialize-set.scores +%%DATADIR%%/tests/scheduler/scores/order-serialize.scores +%%DATADIR%%/tests/scheduler/scores/order-sets.scores +%%DATADIR%%/tests/scheduler/scores/order-wrong-kind.scores +%%DATADIR%%/tests/scheduler/scores/order1.scores +%%DATADIR%%/tests/scheduler/scores/order2.scores +%%DATADIR%%/tests/scheduler/scores/order3.scores +%%DATADIR%%/tests/scheduler/scores/order4.scores +%%DATADIR%%/tests/scheduler/scores/order5.scores +%%DATADIR%%/tests/scheduler/scores/order6.scores +%%DATADIR%%/tests/scheduler/scores/order7.scores +%%DATADIR%%/tests/scheduler/scores/order_constraint_stops_promoted.scores +%%DATADIR%%/tests/scheduler/scores/order_constraint_stops_unpromoted.scores +%%DATADIR%%/tests/scheduler/scores/ordered-set-basic-startup.scores +%%DATADIR%%/tests/scheduler/scores/ordered-set-natural.scores +%%DATADIR%%/tests/scheduler/scores/origin.scores +%%DATADIR%%/tests/scheduler/scores/orphan-0.scores +%%DATADIR%%/tests/scheduler/scores/orphan-1.scores +%%DATADIR%%/tests/scheduler/scores/orphan-2.scores +%%DATADIR%%/tests/scheduler/scores/params-0.scores +%%DATADIR%%/tests/scheduler/scores/params-1.scores +%%DATADIR%%/tests/scheduler/scores/params-2.scores +%%DATADIR%%/tests/scheduler/scores/params-3.scores +%%DATADIR%%/tests/scheduler/scores/params-4.scores +%%DATADIR%%/tests/scheduler/scores/params-5.scores +%%DATADIR%%/tests/scheduler/scores/params-6.scores +%%DATADIR%%/tests/scheduler/scores/per-node-attrs.scores +%%DATADIR%%/tests/scheduler/scores/per-op-failcount.scores +%%DATADIR%%/tests/scheduler/scores/placement-capacity.scores +%%DATADIR%%/tests/scheduler/scores/placement-location.scores +%%DATADIR%%/tests/scheduler/scores/placement-priority.scores +%%DATADIR%%/tests/scheduler/scores/placement-stickiness.scores +%%DATADIR%%/tests/scheduler/scores/priority-fencing-delay.scores +%%DATADIR%%/tests/scheduler/scores/probe-0.scores +%%DATADIR%%/tests/scheduler/scores/probe-1.scores +%%DATADIR%%/tests/scheduler/scores/probe-2.scores +%%DATADIR%%/tests/scheduler/scores/probe-3.scores +%%DATADIR%%/tests/scheduler/scores/probe-4.scores +%%DATADIR%%/tests/scheduler/scores/probe-timeout.scores +%%DATADIR%%/tests/scheduler/scores/promoted-0.scores +%%DATADIR%%/tests/scheduler/scores/promoted-1.scores +%%DATADIR%%/tests/scheduler/scores/promoted-10.scores +%%DATADIR%%/tests/scheduler/scores/promoted-11.scores +%%DATADIR%%/tests/scheduler/scores/promoted-12.scores +%%DATADIR%%/tests/scheduler/scores/promoted-13.scores +%%DATADIR%%/tests/scheduler/scores/promoted-2.scores +%%DATADIR%%/tests/scheduler/scores/promoted-3.scores +%%DATADIR%%/tests/scheduler/scores/promoted-4.scores +%%DATADIR%%/tests/scheduler/scores/promoted-5.scores +%%DATADIR%%/tests/scheduler/scores/promoted-6.scores +%%DATADIR%%/tests/scheduler/scores/promoted-7.scores +%%DATADIR%%/tests/scheduler/scores/promoted-8.scores +%%DATADIR%%/tests/scheduler/scores/promoted-9.scores +%%DATADIR%%/tests/scheduler/scores/promoted-allow-start.scores +%%DATADIR%%/tests/scheduler/scores/promoted-asymmetrical-order.scores +%%DATADIR%%/tests/scheduler/scores/promoted-colocation.scores +%%DATADIR%%/tests/scheduler/scores/promoted-demote-2.scores +%%DATADIR%%/tests/scheduler/scores/promoted-demote-block.scores +%%DATADIR%%/tests/scheduler/scores/promoted-demote.scores +%%DATADIR%%/tests/scheduler/scores/promoted-depend.scores +%%DATADIR%%/tests/scheduler/scores/promoted-dependent-ban.scores +%%DATADIR%%/tests/scheduler/scores/promoted-failed-demote-2.scores +%%DATADIR%%/tests/scheduler/scores/promoted-failed-demote.scores +%%DATADIR%%/tests/scheduler/scores/promoted-group.scores +%%DATADIR%%/tests/scheduler/scores/promoted-move.scores +%%DATADIR%%/tests/scheduler/scores/promoted-notify.scores +%%DATADIR%%/tests/scheduler/scores/promoted-ordering.scores +%%DATADIR%%/tests/scheduler/scores/promoted-partially-demoted-group.scores +%%DATADIR%%/tests/scheduler/scores/promoted-probed-score.scores +%%DATADIR%%/tests/scheduler/scores/promoted-promotion-constraint.scores +%%DATADIR%%/tests/scheduler/scores/promoted-pseudo.scores +%%DATADIR%%/tests/scheduler/scores/promoted-reattach.scores +%%DATADIR%%/tests/scheduler/scores/promoted-role.scores +%%DATADIR%%/tests/scheduler/scores/promoted-score-startup.scores +%%DATADIR%%/tests/scheduler/scores/promoted-stop.scores +%%DATADIR%%/tests/scheduler/scores/promoted-unmanaged-monitor.scores +%%DATADIR%%/tests/scheduler/scores/promoted_monitor_restart.scores +%%DATADIR%%/tests/scheduler/scores/quorum-1.scores +%%DATADIR%%/tests/scheduler/scores/quorum-2.scores +%%DATADIR%%/tests/scheduler/scores/quorum-3.scores +%%DATADIR%%/tests/scheduler/scores/quorum-4.scores +%%DATADIR%%/tests/scheduler/scores/quorum-5.scores +%%DATADIR%%/tests/scheduler/scores/quorum-6.scores +%%DATADIR%%/tests/scheduler/scores/rebalance-unique-clones.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-1.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-10.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-11.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-12.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-13.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-14.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-15.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-2.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-3.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-4.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-5.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-6.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-7.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-8.scores +%%DATADIR%%/tests/scheduler/scores/rec-node-9.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-0.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-1.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-2.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-3.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-4.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-5.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-6.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-7.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-8.scores +%%DATADIR%%/tests/scheduler/scores/rec-rsc-9.scores +%%DATADIR%%/tests/scheduler/scores/reload-becomes-restart.scores +%%DATADIR%%/tests/scheduler/scores/reload-versioned.scores +%%DATADIR%%/tests/scheduler/scores/remote-connection-shutdown.scores +%%DATADIR%%/tests/scheduler/scores/remote-connection-unrecoverable.scores +%%DATADIR%%/tests/scheduler/scores/remote-disable.scores +%%DATADIR%%/tests/scheduler/scores/remote-fence-before-reconnect.scores +%%DATADIR%%/tests/scheduler/scores/remote-fence-unclean-3.scores +%%DATADIR%%/tests/scheduler/scores/remote-fence-unclean.scores +%%DATADIR%%/tests/scheduler/scores/remote-fence-unclean2.scores +%%DATADIR%%/tests/scheduler/scores/remote-move.scores +%%DATADIR%%/tests/scheduler/scores/remote-orphaned.scores +%%DATADIR%%/tests/scheduler/scores/remote-orphaned2.scores +%%DATADIR%%/tests/scheduler/scores/remote-partial-migrate.scores +%%DATADIR%%/tests/scheduler/scores/remote-partial-migrate2.scores +%%DATADIR%%/tests/scheduler/scores/remote-probe-disable.scores +%%DATADIR%%/tests/scheduler/scores/remote-reconnect-delay.scores +%%DATADIR%%/tests/scheduler/scores/remote-recover-all.scores +%%DATADIR%%/tests/scheduler/scores/remote-recover-connection.scores +%%DATADIR%%/tests/scheduler/scores/remote-recover-fail.scores +%%DATADIR%%/tests/scheduler/scores/remote-recover-no-resources.scores +%%DATADIR%%/tests/scheduler/scores/remote-recover-unknown.scores +%%DATADIR%%/tests/scheduler/scores/remote-recover.scores +%%DATADIR%%/tests/scheduler/scores/remote-recovery.scores +%%DATADIR%%/tests/scheduler/scores/remote-stale-node-entry.scores +%%DATADIR%%/tests/scheduler/scores/remote-start-fail.scores +%%DATADIR%%/tests/scheduler/scores/remote-startup-probes.scores +%%DATADIR%%/tests/scheduler/scores/remote-startup.scores +%%DATADIR%%/tests/scheduler/scores/remote-unclean2.scores +%%DATADIR%%/tests/scheduler/scores/reprobe-target_rc.scores +%%DATADIR%%/tests/scheduler/scores/resource-discovery.scores +%%DATADIR%%/tests/scheduler/scores/restart-versioned.scores +%%DATADIR%%/tests/scheduler/scores/route-remote-notify.scores +%%DATADIR%%/tests/scheduler/scores/rsc-defaults-2.scores +%%DATADIR%%/tests/scheduler/scores/rsc-defaults.scores +%%DATADIR%%/tests/scheduler/scores/rsc-discovery-per-node.scores +%%DATADIR%%/tests/scheduler/scores/rsc-maintenance.scores +%%DATADIR%%/tests/scheduler/scores/rsc-sets-clone-1.scores +%%DATADIR%%/tests/scheduler/scores/rsc-sets-clone.scores +%%DATADIR%%/tests/scheduler/scores/rsc-sets-promoted.scores +%%DATADIR%%/tests/scheduler/scores/rsc-sets-seq-false.scores +%%DATADIR%%/tests/scheduler/scores/rsc-sets-seq-true.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep1.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep10.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep2.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep3.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep4.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep5.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep7.scores +%%DATADIR%%/tests/scheduler/scores/rsc_dep8.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-as-auto-number-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-as-auto-number-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-as-integer-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-as-integer-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-as-number-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-as-number-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-parse-fail-default-str-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-dbl-parse-fail-default-str-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-as-auto-integer-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-as-auto-integer-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-as-integer-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-as-integer-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-as-number-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-as-number-no-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-parse-fail-default-str-match.scores +%%DATADIR%%/tests/scheduler/scores/rule-int-parse-fail-default-str-no-match.scores +%%DATADIR%%/tests/scheduler/scores/shutdown-lock-expiration.scores +%%DATADIR%%/tests/scheduler/scores/shutdown-lock.scores +%%DATADIR%%/tests/scheduler/scores/shutdown-maintenance-node.scores +%%DATADIR%%/tests/scheduler/scores/simple1.scores +%%DATADIR%%/tests/scheduler/scores/simple11.scores +%%DATADIR%%/tests/scheduler/scores/simple12.scores +%%DATADIR%%/tests/scheduler/scores/simple2.scores +%%DATADIR%%/tests/scheduler/scores/simple3.scores +%%DATADIR%%/tests/scheduler/scores/simple4.scores +%%DATADIR%%/tests/scheduler/scores/simple6.scores +%%DATADIR%%/tests/scheduler/scores/simple7.scores +%%DATADIR%%/tests/scheduler/scores/simple8.scores +%%DATADIR%%/tests/scheduler/scores/site-specific-params.scores +%%DATADIR%%/tests/scheduler/scores/standby.scores +%%DATADIR%%/tests/scheduler/scores/start-then-stop-with-unfence.scores +%%DATADIR%%/tests/scheduler/scores/stonith-0.scores +%%DATADIR%%/tests/scheduler/scores/stonith-1.scores +%%DATADIR%%/tests/scheduler/scores/stonith-2.scores +%%DATADIR%%/tests/scheduler/scores/stonith-3.scores +%%DATADIR%%/tests/scheduler/scores/stonith-4.scores +%%DATADIR%%/tests/scheduler/scores/stop-all-resources.scores +%%DATADIR%%/tests/scheduler/scores/stop-failure-no-fencing.scores +%%DATADIR%%/tests/scheduler/scores/stop-failure-no-quorum.scores +%%DATADIR%%/tests/scheduler/scores/stop-failure-with-fencing.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-00.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-01.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-02.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-03.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-04.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-05.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-06.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-07.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-08.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-09.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-10.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-11.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-12.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-20.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-21.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-22.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-23.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-24.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-25.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-26.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-27.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-30.scores +%%DATADIR%%/tests/scheduler/scores/stopped-monitor-31.scores +%%DATADIR%%/tests/scheduler/scores/suicide-needed-inquorate.scores +%%DATADIR%%/tests/scheduler/scores/suicide-not-needed-initial-quorum.scores +%%DATADIR%%/tests/scheduler/scores/suicide-not-needed-never-quorate.scores +%%DATADIR%%/tests/scheduler/scores/suicide-not-needed-quorate.scores +%%DATADIR%%/tests/scheduler/scores/systemhealth1.scores +%%DATADIR%%/tests/scheduler/scores/systemhealth2.scores +%%DATADIR%%/tests/scheduler/scores/systemhealth3.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthm1.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthm2.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthm3.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthn1.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthn2.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthn3.scores +%%DATADIR%%/tests/scheduler/scores/systemhealtho1.scores +%%DATADIR%%/tests/scheduler/scores/systemhealtho2.scores +%%DATADIR%%/tests/scheduler/scores/systemhealtho3.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthp1.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthp2.scores +%%DATADIR%%/tests/scheduler/scores/systemhealthp3.scores +%%DATADIR%%/tests/scheduler/scores/tags-coloc-order-1.scores +%%DATADIR%%/tests/scheduler/scores/tags-coloc-order-2.scores +%%DATADIR%%/tests/scheduler/scores/tags-location.scores +%%DATADIR%%/tests/scheduler/scores/tags-ticket.scores +%%DATADIR%%/tests/scheduler/scores/target-0.scores +%%DATADIR%%/tests/scheduler/scores/target-1.scores +%%DATADIR%%/tests/scheduler/scores/target-2.scores +%%DATADIR%%/tests/scheduler/scores/template-1.scores +%%DATADIR%%/tests/scheduler/scores/template-2.scores +%%DATADIR%%/tests/scheduler/scores/template-3.scores +%%DATADIR%%/tests/scheduler/scores/template-clone-group.scores +%%DATADIR%%/tests/scheduler/scores/template-clone-primitive.scores +%%DATADIR%%/tests/scheduler/scores/template-coloc-1.scores +%%DATADIR%%/tests/scheduler/scores/template-coloc-2.scores +%%DATADIR%%/tests/scheduler/scores/template-coloc-3.scores +%%DATADIR%%/tests/scheduler/scores/template-order-1.scores +%%DATADIR%%/tests/scheduler/scores/template-order-2.scores +%%DATADIR%%/tests/scheduler/scores/template-order-3.scores +%%DATADIR%%/tests/scheduler/scores/template-rsc-sets-1.scores +%%DATADIR%%/tests/scheduler/scores/template-rsc-sets-2.scores +%%DATADIR%%/tests/scheduler/scores/template-rsc-sets-3.scores +%%DATADIR%%/tests/scheduler/scores/template-rsc-sets-4.scores +%%DATADIR%%/tests/scheduler/scores/template-ticket.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-1.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-10.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-11.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-12.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-13.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-14.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-15.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-16.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-17.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-18.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-19.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-2.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-20.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-21.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-22.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-23.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-24.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-3.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-4.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-5.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-6.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-7.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-8.scores +%%DATADIR%%/tests/scheduler/scores/ticket-clone-9.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-1.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-10.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-11.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-12.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-13.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-14.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-15.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-16.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-17.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-18.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-19.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-2.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-20.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-21.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-22.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-23.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-24.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-3.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-4.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-5.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-6.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-7.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-8.scores +%%DATADIR%%/tests/scheduler/scores/ticket-group-9.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-1.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-10.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-11.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-12.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-13.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-14.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-15.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-16.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-17.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-18.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-19.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-2.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-20.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-21.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-22.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-23.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-24.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-3.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-4.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-5.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-6.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-7.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-8.scores +%%DATADIR%%/tests/scheduler/scores/ticket-primitive-9.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-1.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-10.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-11.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-12.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-13.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-14.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-15.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-16.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-17.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-18.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-19.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-2.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-20.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-21.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-22.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-23.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-24.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-3.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-4.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-5.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-6.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-7.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-8.scores +%%DATADIR%%/tests/scheduler/scores/ticket-promoted-9.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-1.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-10.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-11.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-12.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-13.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-14.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-2.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-3.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-4.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-5.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-6.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-7.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-8.scores +%%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-9.scores +%%DATADIR%%/tests/scheduler/scores/unfence-definition.scores +%%DATADIR%%/tests/scheduler/scores/unfence-device.scores +%%DATADIR%%/tests/scheduler/scores/unfence-parameters.scores +%%DATADIR%%/tests/scheduler/scores/unfence-startup.scores +%%DATADIR%%/tests/scheduler/scores/unmanaged-block-restart.scores +%%DATADIR%%/tests/scheduler/scores/unmanaged-promoted.scores +%%DATADIR%%/tests/scheduler/scores/unmanaged-stop-1.scores +%%DATADIR%%/tests/scheduler/scores/unmanaged-stop-2.scores +%%DATADIR%%/tests/scheduler/scores/unmanaged-stop-3.scores +%%DATADIR%%/tests/scheduler/scores/unmanaged-stop-4.scores +%%DATADIR%%/tests/scheduler/scores/unrunnable-1.scores +%%DATADIR%%/tests/scheduler/scores/unrunnable-2.scores +%%DATADIR%%/tests/scheduler/scores/use-after-free-merge.scores +%%DATADIR%%/tests/scheduler/scores/utilization-check-allowed-nodes.scores +%%DATADIR%%/tests/scheduler/scores/utilization-order1.scores +%%DATADIR%%/tests/scheduler/scores/utilization-order2.scores +%%DATADIR%%/tests/scheduler/scores/utilization-order3.scores +%%DATADIR%%/tests/scheduler/scores/utilization-order4.scores +%%DATADIR%%/tests/scheduler/scores/utilization-shuffle.scores +%%DATADIR%%/tests/scheduler/scores/utilization.scores +%%DATADIR%%/tests/scheduler/scores/value-source.scores +%%DATADIR%%/tests/scheduler/scores/versioned-operations-1.scores +%%DATADIR%%/tests/scheduler/scores/versioned-operations-2.scores +%%DATADIR%%/tests/scheduler/scores/versioned-operations-3.scores +%%DATADIR%%/tests/scheduler/scores/versioned-operations-4.scores +%%DATADIR%%/tests/scheduler/scores/versioned-resources.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-asymmetric.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-fail1.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-fail2.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-fail3.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-imply-stop-on-fence.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-migrate1.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-move.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-ms-ordering-move.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-ms-ordering.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-nested-group.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-orphan-ms.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-orphaned.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-start.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-stop.scores +%%DATADIR%%/tests/scheduler/scores/whitebox-unexpectedly-running.scores +%%DATADIR%%/tests/scheduler/scores/year-2038.scores +%%DATADIR%%/tests/scheduler/stderr/order-wrong-kind.stderr +%%DATADIR%%/tests/scheduler/summary/1-a-then-bm-move-b.summary +%%DATADIR%%/tests/scheduler/summary/10-a-then-bm-b-move-a-clone.summary +%%DATADIR%%/tests/scheduler/summary/11-a-then-bm-b-move-a-clone-starting.summary +%%DATADIR%%/tests/scheduler/summary/1360.summary +%%DATADIR%%/tests/scheduler/summary/1484.summary +%%DATADIR%%/tests/scheduler/summary/1494.summary +%%DATADIR%%/tests/scheduler/summary/2-am-then-b-move-a.summary +%%DATADIR%%/tests/scheduler/summary/3-am-then-bm-both-migrate.summary +%%DATADIR%%/tests/scheduler/summary/4-am-then-bm-b-not-migratable.summary +%%DATADIR%%/tests/scheduler/summary/5-am-then-bm-a-not-migratable.summary +%%DATADIR%%/tests/scheduler/summary/594.summary +%%DATADIR%%/tests/scheduler/summary/6-migrate-group.summary +%%DATADIR%%/tests/scheduler/summary/662.summary +%%DATADIR%%/tests/scheduler/summary/696.summary +%%DATADIR%%/tests/scheduler/summary/7-migrate-group-one-unmigratable.summary +%%DATADIR%%/tests/scheduler/summary/726.summary +%%DATADIR%%/tests/scheduler/summary/735.summary +%%DATADIR%%/tests/scheduler/summary/764.summary +%%DATADIR%%/tests/scheduler/summary/797.summary +%%DATADIR%%/tests/scheduler/summary/8-am-then-bm-a-migrating-b-stopping.summary +%%DATADIR%%/tests/scheduler/summary/829.summary +%%DATADIR%%/tests/scheduler/summary/9-am-then-bm-b-migrating-a-stopping.summary +%%DATADIR%%/tests/scheduler/summary/994-2.summary +%%DATADIR%%/tests/scheduler/summary/994.summary +%%DATADIR%%/tests/scheduler/summary/a-demote-then-b-migrate.summary +%%DATADIR%%/tests/scheduler/summary/a-promote-then-b-migrate.summary +%%DATADIR%%/tests/scheduler/summary/anon-instance-pending.summary +%%DATADIR%%/tests/scheduler/summary/anti-colocation-order.summary +%%DATADIR%%/tests/scheduler/summary/anti-colocation-promoted.summary +%%DATADIR%%/tests/scheduler/summary/anti-colocation-unpromoted.summary +%%DATADIR%%/tests/scheduler/summary/asymmetric.summary +%%DATADIR%%/tests/scheduler/summary/asymmetrical-order-move.summary +%%DATADIR%%/tests/scheduler/summary/asymmetrical-order-restart.summary +%%DATADIR%%/tests/scheduler/summary/attrs1.summary +%%DATADIR%%/tests/scheduler/summary/attrs2.summary +%%DATADIR%%/tests/scheduler/summary/attrs3.summary +%%DATADIR%%/tests/scheduler/summary/attrs4.summary +%%DATADIR%%/tests/scheduler/summary/attrs5.summary +%%DATADIR%%/tests/scheduler/summary/attrs6.summary +%%DATADIR%%/tests/scheduler/summary/attrs7.summary +%%DATADIR%%/tests/scheduler/summary/attrs8.summary +%%DATADIR%%/tests/scheduler/summary/balanced.summary +%%DATADIR%%/tests/scheduler/summary/base-score.summary +%%DATADIR%%/tests/scheduler/summary/bnc-515172.summary +%%DATADIR%%/tests/scheduler/summary/bug-1572-1.summary +%%DATADIR%%/tests/scheduler/summary/bug-1572-2.summary +%%DATADIR%%/tests/scheduler/summary/bug-1573.summary +%%DATADIR%%/tests/scheduler/summary/bug-1685.summary +%%DATADIR%%/tests/scheduler/summary/bug-1718.summary +%%DATADIR%%/tests/scheduler/summary/bug-1765.summary +%%DATADIR%%/tests/scheduler/summary/bug-1820-1.summary +%%DATADIR%%/tests/scheduler/summary/bug-1820.summary +%%DATADIR%%/tests/scheduler/summary/bug-1822.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-A-start-B-start.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-A-stop-B-started.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-A-stopped-B-stopped.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-CLONE-A-start-B-start.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-CLONE-A-stop-B-started.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-CthenAthenB-C-stopped.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-GROUP-A-start-B-start.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-GROUP-A-stopped-B-started.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-GROUP-A-stopped-B-stopped.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-ordered-set-symmetrical-false.summary +%%DATADIR%%/tests/scheduler/summary/bug-5014-ordered-set-symmetrical-true.summary +%%DATADIR%%/tests/scheduler/summary/bug-5025-1.summary +%%DATADIR%%/tests/scheduler/summary/bug-5025-2.summary +%%DATADIR%%/tests/scheduler/summary/bug-5025-3.summary +%%DATADIR%%/tests/scheduler/summary/bug-5025-4.summary +%%DATADIR%%/tests/scheduler/summary/bug-5028-bottom.summary +%%DATADIR%%/tests/scheduler/summary/bug-5028-detach.summary +%%DATADIR%%/tests/scheduler/summary/bug-5028.summary +%%DATADIR%%/tests/scheduler/summary/bug-5038.summary +%%DATADIR%%/tests/scheduler/summary/bug-5059.summary +%%DATADIR%%/tests/scheduler/summary/bug-5069-op-disabled.summary +%%DATADIR%%/tests/scheduler/summary/bug-5069-op-enabled.summary +%%DATADIR%%/tests/scheduler/summary/bug-5140-require-all-false.summary +%%DATADIR%%/tests/scheduler/summary/bug-5143-ms-shuffle.summary +%%DATADIR%%/tests/scheduler/summary/bug-5186-partial-migrate.summary +%%DATADIR%%/tests/scheduler/summary/bug-cl-5168.summary +%%DATADIR%%/tests/scheduler/summary/bug-cl-5170.summary +%%DATADIR%%/tests/scheduler/summary/bug-cl-5212.summary +%%DATADIR%%/tests/scheduler/summary/bug-cl-5213.summary +%%DATADIR%%/tests/scheduler/summary/bug-cl-5219.summary +%%DATADIR%%/tests/scheduler/summary/bug-cl-5247.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-1852.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-1920.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2106.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2153.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2160.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2171.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2213.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2317.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2358.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2361.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2422.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2435.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2445.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2453.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2474.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2493.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2508.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2544.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2551.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2574.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2581.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2606.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2613.summary +%%DATADIR%%/tests/scheduler/summary/bug-lf-2619.summary +%%DATADIR%%/tests/scheduler/summary/bug-n-385265-2.summary +%%DATADIR%%/tests/scheduler/summary/bug-n-385265.summary +%%DATADIR%%/tests/scheduler/summary/bug-n-387749.summary +%%DATADIR%%/tests/scheduler/summary/bug-pm-11.summary +%%DATADIR%%/tests/scheduler/summary/bug-pm-12.summary +%%DATADIR%%/tests/scheduler/summary/bug-rh-1097457.summary +%%DATADIR%%/tests/scheduler/summary/bug-rh-880249.summary +%%DATADIR%%/tests/scheduler/summary/bug-suse-707150.summary +%%DATADIR%%/tests/scheduler/summary/bundle-nested-colocation.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-fencing.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-partial-start-2.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-partial-start.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-partial-stop.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-partial.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-startup-clone-2.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-startup-clone.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-startup.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-stop-clone.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-stop-on-remote.summary +%%DATADIR%%/tests/scheduler/summary/bundle-order-stop.summary +%%DATADIR%%/tests/scheduler/summary/bundle-probe-order-1.summary +%%DATADIR%%/tests/scheduler/summary/bundle-probe-order-2.summary +%%DATADIR%%/tests/scheduler/summary/bundle-probe-order-3.summary +%%DATADIR%%/tests/scheduler/summary/bundle-probe-remotes.summary +%%DATADIR%%/tests/scheduler/summary/bundle-replicas-change.summary +%%DATADIR%%/tests/scheduler/summary/cancel-behind-moving-remote.summary +%%DATADIR%%/tests/scheduler/summary/clbz5007-promotable-colocation.summary +%%DATADIR%%/tests/scheduler/summary/clone-anon-dup.summary +%%DATADIR%%/tests/scheduler/summary/clone-anon-failcount.summary +%%DATADIR%%/tests/scheduler/summary/clone-anon-probe-1.summary +%%DATADIR%%/tests/scheduler/summary/clone-anon-probe-2.summary +%%DATADIR%%/tests/scheduler/summary/clone-colocate-instance-1.summary +%%DATADIR%%/tests/scheduler/summary/clone-colocate-instance-2.summary +%%DATADIR%%/tests/scheduler/summary/clone-fail-block-colocation.summary +%%DATADIR%%/tests/scheduler/summary/clone-interleave-1.summary +%%DATADIR%%/tests/scheduler/summary/clone-interleave-2.summary +%%DATADIR%%/tests/scheduler/summary/clone-interleave-3.summary +%%DATADIR%%/tests/scheduler/summary/clone-max-zero.summary +%%DATADIR%%/tests/scheduler/summary/clone-no-shuffle.summary +%%DATADIR%%/tests/scheduler/summary/clone-order-16instances.summary +%%DATADIR%%/tests/scheduler/summary/clone-order-instance.summary +%%DATADIR%%/tests/scheduler/summary/clone-order-primitive.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-1.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-2.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-3.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-4.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-5.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-6.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-7.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-no-interleave-1.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-no-interleave-2.summary +%%DATADIR%%/tests/scheduler/summary/clone-require-all-no-interleave-3.summary +%%DATADIR%%/tests/scheduler/summary/clone-requires-quorum-recovery.summary +%%DATADIR%%/tests/scheduler/summary/clone-requires-quorum.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_interleave_start_one.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_interleave_start_two.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_interleave_stop_one.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_interleave_stop_two.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_start_one.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_start_two.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_stop_all.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_stop_one.summary +%%DATADIR%%/tests/scheduler/summary/clone_min_stop_two.summary +%%DATADIR%%/tests/scheduler/summary/cloned-group-stop.summary +%%DATADIR%%/tests/scheduler/summary/cloned-group.summary +%%DATADIR%%/tests/scheduler/summary/cloned_start_one.summary +%%DATADIR%%/tests/scheduler/summary/cloned_start_two.summary +%%DATADIR%%/tests/scheduler/summary/cloned_stop_one.summary +%%DATADIR%%/tests/scheduler/summary/cloned_stop_two.summary +%%DATADIR%%/tests/scheduler/summary/cluster-specific-params.summary +%%DATADIR%%/tests/scheduler/summary/colo_promoted_w_native.summary +%%DATADIR%%/tests/scheduler/summary/colo_unpromoted_w_native.summary +%%DATADIR%%/tests/scheduler/summary/coloc-attr.summary +%%DATADIR%%/tests/scheduler/summary/coloc-clone-stays-active.summary +%%DATADIR%%/tests/scheduler/summary/coloc-dependee-should-move.summary +%%DATADIR%%/tests/scheduler/summary/coloc-dependee-should-stay.summary +%%DATADIR%%/tests/scheduler/summary/coloc-group.summary +%%DATADIR%%/tests/scheduler/summary/coloc-intra-set.summary +%%DATADIR%%/tests/scheduler/summary/coloc-list.summary +%%DATADIR%%/tests/scheduler/summary/coloc-loop.summary +%%DATADIR%%/tests/scheduler/summary/coloc-many-one.summary +%%DATADIR%%/tests/scheduler/summary/coloc-negative-group.summary +%%DATADIR%%/tests/scheduler/summary/coloc-unpromoted-anti.summary +%%DATADIR%%/tests/scheduler/summary/coloc_fp_logic.summary +%%DATADIR%%/tests/scheduler/summary/colocate-primitive-with-clone.summary +%%DATADIR%%/tests/scheduler/summary/colocated-utilization-clone.summary +%%DATADIR%%/tests/scheduler/summary/colocated-utilization-group.summary +%%DATADIR%%/tests/scheduler/summary/colocated-utilization-primitive-1.summary +%%DATADIR%%/tests/scheduler/summary/colocated-utilization-primitive-2.summary +%%DATADIR%%/tests/scheduler/summary/colocation-influence.summary +%%DATADIR%%/tests/scheduler/summary/colocation_constraint_stops_promoted.summary +%%DATADIR%%/tests/scheduler/summary/colocation_constraint_stops_unpromoted.summary +%%DATADIR%%/tests/scheduler/summary/comments.summary +%%DATADIR%%/tests/scheduler/summary/complex_enforce_colo.summary +%%DATADIR%%/tests/scheduler/summary/concurrent-fencing.summary +%%DATADIR%%/tests/scheduler/summary/container-1.summary +%%DATADIR%%/tests/scheduler/summary/container-2.summary +%%DATADIR%%/tests/scheduler/summary/container-3.summary +%%DATADIR%%/tests/scheduler/summary/container-4.summary +%%DATADIR%%/tests/scheduler/summary/container-group-1.summary +%%DATADIR%%/tests/scheduler/summary/container-group-2.summary +%%DATADIR%%/tests/scheduler/summary/container-group-3.summary +%%DATADIR%%/tests/scheduler/summary/container-group-4.summary +%%DATADIR%%/tests/scheduler/summary/container-is-remote-node.summary +%%DATADIR%%/tests/scheduler/summary/date-1.summary +%%DATADIR%%/tests/scheduler/summary/date-2.summary +%%DATADIR%%/tests/scheduler/summary/date-3.summary +%%DATADIR%%/tests/scheduler/summary/dc-fence-ordering.summary +%%DATADIR%%/tests/scheduler/summary/enforce-colo1.summary +%%DATADIR%%/tests/scheduler/summary/expire-non-blocked-failure.summary +%%DATADIR%%/tests/scheduler/summary/failcount-block.summary +%%DATADIR%%/tests/scheduler/summary/failcount.summary +%%DATADIR%%/tests/scheduler/summary/failed-demote-recovery-promoted.summary +%%DATADIR%%/tests/scheduler/summary/failed-demote-recovery.summary +%%DATADIR%%/tests/scheduler/summary/force-anon-clone-max.summary +%%DATADIR%%/tests/scheduler/summary/group-dependents.summary +%%DATADIR%%/tests/scheduler/summary/group-fail.summary +%%DATADIR%%/tests/scheduler/summary/group-stop-ordering.summary +%%DATADIR%%/tests/scheduler/summary/group-unmanaged-stopped.summary +%%DATADIR%%/tests/scheduler/summary/group-unmanaged.summary +%%DATADIR%%/tests/scheduler/summary/group1.summary +%%DATADIR%%/tests/scheduler/summary/group10.summary +%%DATADIR%%/tests/scheduler/summary/group11.summary +%%DATADIR%%/tests/scheduler/summary/group13.summary +%%DATADIR%%/tests/scheduler/summary/group14.summary +%%DATADIR%%/tests/scheduler/summary/group15.summary +%%DATADIR%%/tests/scheduler/summary/group2.summary +%%DATADIR%%/tests/scheduler/summary/group3.summary +%%DATADIR%%/tests/scheduler/summary/group4.summary +%%DATADIR%%/tests/scheduler/summary/group5.summary +%%DATADIR%%/tests/scheduler/summary/group6.summary +%%DATADIR%%/tests/scheduler/summary/group7.summary +%%DATADIR%%/tests/scheduler/summary/group8.summary +%%DATADIR%%/tests/scheduler/summary/group9.summary +%%DATADIR%%/tests/scheduler/summary/guest-host-not-fenceable.summary +%%DATADIR%%/tests/scheduler/summary/guest-node-cleanup.summary +%%DATADIR%%/tests/scheduler/summary/guest-node-host-dies.summary +%%DATADIR%%/tests/scheduler/summary/history-1.summary +%%DATADIR%%/tests/scheduler/summary/honor_stonith_rsc_order1.summary +%%DATADIR%%/tests/scheduler/summary/honor_stonith_rsc_order2.summary +%%DATADIR%%/tests/scheduler/summary/honor_stonith_rsc_order3.summary +%%DATADIR%%/tests/scheduler/summary/honor_stonith_rsc_order4.summary +%%DATADIR%%/tests/scheduler/summary/ignore_stonith_rsc_order1.summary +%%DATADIR%%/tests/scheduler/summary/ignore_stonith_rsc_order2.summary +%%DATADIR%%/tests/scheduler/summary/ignore_stonith_rsc_order3.summary +%%DATADIR%%/tests/scheduler/summary/ignore_stonith_rsc_order4.summary +%%DATADIR%%/tests/scheduler/summary/inc0.summary +%%DATADIR%%/tests/scheduler/summary/inc1.summary +%%DATADIR%%/tests/scheduler/summary/inc10.summary +%%DATADIR%%/tests/scheduler/summary/inc11.summary +%%DATADIR%%/tests/scheduler/summary/inc12.summary +%%DATADIR%%/tests/scheduler/summary/inc2.summary +%%DATADIR%%/tests/scheduler/summary/inc3.summary +%%DATADIR%%/tests/scheduler/summary/inc4.summary +%%DATADIR%%/tests/scheduler/summary/inc5.summary +%%DATADIR%%/tests/scheduler/summary/inc6.summary +%%DATADIR%%/tests/scheduler/summary/inc7.summary +%%DATADIR%%/tests/scheduler/summary/inc8.summary +%%DATADIR%%/tests/scheduler/summary/inc9.summary +%%DATADIR%%/tests/scheduler/summary/interleave-0.summary +%%DATADIR%%/tests/scheduler/summary/interleave-1.summary +%%DATADIR%%/tests/scheduler/summary/interleave-2.summary +%%DATADIR%%/tests/scheduler/summary/interleave-3.summary +%%DATADIR%%/tests/scheduler/summary/interleave-pseudo-stop.summary +%%DATADIR%%/tests/scheduler/summary/interleave-restart.summary +%%DATADIR%%/tests/scheduler/summary/interleave-stop.summary +%%DATADIR%%/tests/scheduler/summary/intervals.summary +%%DATADIR%%/tests/scheduler/summary/load-stopped-loop-2.summary +%%DATADIR%%/tests/scheduler/summary/load-stopped-loop.summary +%%DATADIR%%/tests/scheduler/summary/location-date-rules-1.summary +%%DATADIR%%/tests/scheduler/summary/location-date-rules-2.summary +%%DATADIR%%/tests/scheduler/summary/location-sets-templates.summary +%%DATADIR%%/tests/scheduler/summary/managed-0.summary +%%DATADIR%%/tests/scheduler/summary/managed-1.summary +%%DATADIR%%/tests/scheduler/summary/managed-2.summary +%%DATADIR%%/tests/scheduler/summary/migrate-1.summary +%%DATADIR%%/tests/scheduler/summary/migrate-2.summary +%%DATADIR%%/tests/scheduler/summary/migrate-3.summary +%%DATADIR%%/tests/scheduler/summary/migrate-4.summary +%%DATADIR%%/tests/scheduler/summary/migrate-5.summary +%%DATADIR%%/tests/scheduler/summary/migrate-begin.summary +%%DATADIR%%/tests/scheduler/summary/migrate-both-vms.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-2.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-3.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-4.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-5.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-6.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-7.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-8.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fail-9.summary +%%DATADIR%%/tests/scheduler/summary/migrate-fencing.summary +%%DATADIR%%/tests/scheduler/summary/migrate-partial-1.summary +%%DATADIR%%/tests/scheduler/summary/migrate-partial-2.summary +%%DATADIR%%/tests/scheduler/summary/migrate-partial-3.summary +%%DATADIR%%/tests/scheduler/summary/migrate-partial-4.summary +%%DATADIR%%/tests/scheduler/summary/migrate-shutdown.summary +%%DATADIR%%/tests/scheduler/summary/migrate-start-complex.summary +%%DATADIR%%/tests/scheduler/summary/migrate-start.summary +%%DATADIR%%/tests/scheduler/summary/migrate-stop-complex.summary +%%DATADIR%%/tests/scheduler/summary/migrate-stop-start-complex.summary +%%DATADIR%%/tests/scheduler/summary/migrate-stop.summary +%%DATADIR%%/tests/scheduler/summary/migrate-stop_start.summary +%%DATADIR%%/tests/scheduler/summary/migrate-success.summary +%%DATADIR%%/tests/scheduler/summary/migrate-versioned.summary +%%DATADIR%%/tests/scheduler/summary/migration-behind-migrating-remote.summary +%%DATADIR%%/tests/scheduler/summary/migration-ping-pong.summary +%%DATADIR%%/tests/scheduler/summary/minimal.summary +%%DATADIR%%/tests/scheduler/summary/mon-rsc-1.summary +%%DATADIR%%/tests/scheduler/summary/mon-rsc-2.summary +%%DATADIR%%/tests/scheduler/summary/mon-rsc-3.summary +%%DATADIR%%/tests/scheduler/summary/mon-rsc-4.summary +%%DATADIR%%/tests/scheduler/summary/monitor-onfail-restart.summary +%%DATADIR%%/tests/scheduler/summary/monitor-onfail-stop.summary +%%DATADIR%%/tests/scheduler/summary/monitor-recovery.summary +%%DATADIR%%/tests/scheduler/summary/multi1.summary +%%DATADIR%%/tests/scheduler/summary/multiple-active-block-group.summary +%%DATADIR%%/tests/scheduler/summary/multiple-monitor-one-failed.summary +%%DATADIR%%/tests/scheduler/summary/multiply-active-stonith.summary +%%DATADIR%%/tests/scheduler/summary/nested-remote-recovery.summary +%%DATADIR%%/tests/scheduler/summary/no-promote-on-unrunnable-guest.summary +%%DATADIR%%/tests/scheduler/summary/no_quorum_demote.summary +%%DATADIR%%/tests/scheduler/summary/node-maintenance-1.summary +%%DATADIR%%/tests/scheduler/summary/node-maintenance-2.summary +%%DATADIR%%/tests/scheduler/summary/not-installed-agent.summary +%%DATADIR%%/tests/scheduler/summary/not-installed-tools.summary +%%DATADIR%%/tests/scheduler/summary/not-reschedule-unneeded-monitor.summary +%%DATADIR%%/tests/scheduler/summary/notifs-for-unrunnable.summary +%%DATADIR%%/tests/scheduler/summary/notify-0.summary +%%DATADIR%%/tests/scheduler/summary/notify-1.summary +%%DATADIR%%/tests/scheduler/summary/notify-2.summary +%%DATADIR%%/tests/scheduler/summary/notify-3.summary +%%DATADIR%%/tests/scheduler/summary/notify-behind-stopping-remote.summary +%%DATADIR%%/tests/scheduler/summary/novell-239079.summary +%%DATADIR%%/tests/scheduler/summary/novell-239082.summary +%%DATADIR%%/tests/scheduler/summary/novell-239087.summary +%%DATADIR%%/tests/scheduler/summary/novell-251689.summary +%%DATADIR%%/tests/scheduler/summary/novell-252693-2.summary +%%DATADIR%%/tests/scheduler/summary/novell-252693-3.summary +%%DATADIR%%/tests/scheduler/summary/novell-252693.summary +%%DATADIR%%/tests/scheduler/summary/nvpair-date-rules-1.summary +%%DATADIR%%/tests/scheduler/summary/nvpair-id-ref.summary +%%DATADIR%%/tests/scheduler/summary/obsolete-lrm-resource.summary +%%DATADIR%%/tests/scheduler/summary/ocf_degraded-remap-ocf_ok.summary +%%DATADIR%%/tests/scheduler/summary/ocf_degraded_promoted-remap-ocf_ok.summary +%%DATADIR%%/tests/scheduler/summary/on-fail-ignore.summary +%%DATADIR%%/tests/scheduler/summary/on_fail_demote1.summary +%%DATADIR%%/tests/scheduler/summary/on_fail_demote2.summary +%%DATADIR%%/tests/scheduler/summary/on_fail_demote3.summary +%%DATADIR%%/tests/scheduler/summary/on_fail_demote4.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-0.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-1.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-2.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-3.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-4.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-5.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-6.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-7.summary +%%DATADIR%%/tests/scheduler/summary/one-or-more-unrunnable-instances.summary +%%DATADIR%%/tests/scheduler/summary/op-defaults-2.summary +%%DATADIR%%/tests/scheduler/summary/op-defaults-3.summary +%%DATADIR%%/tests/scheduler/summary/op-defaults.summary +%%DATADIR%%/tests/scheduler/summary/order-clone.summary +%%DATADIR%%/tests/scheduler/summary/order-expired-failure.summary +%%DATADIR%%/tests/scheduler/summary/order-first-probes.summary +%%DATADIR%%/tests/scheduler/summary/order-mandatory.summary +%%DATADIR%%/tests/scheduler/summary/order-optional-keyword.summary +%%DATADIR%%/tests/scheduler/summary/order-optional.summary +%%DATADIR%%/tests/scheduler/summary/order-required.summary +%%DATADIR%%/tests/scheduler/summary/order-serialize-set.summary +%%DATADIR%%/tests/scheduler/summary/order-serialize.summary +%%DATADIR%%/tests/scheduler/summary/order-sets.summary +%%DATADIR%%/tests/scheduler/summary/order-wrong-kind.summary +%%DATADIR%%/tests/scheduler/summary/order1.summary +%%DATADIR%%/tests/scheduler/summary/order2.summary +%%DATADIR%%/tests/scheduler/summary/order3.summary +%%DATADIR%%/tests/scheduler/summary/order4.summary +%%DATADIR%%/tests/scheduler/summary/order5.summary +%%DATADIR%%/tests/scheduler/summary/order6.summary +%%DATADIR%%/tests/scheduler/summary/order7.summary +%%DATADIR%%/tests/scheduler/summary/order_constraint_stops_promoted.summary +%%DATADIR%%/tests/scheduler/summary/order_constraint_stops_unpromoted.summary +%%DATADIR%%/tests/scheduler/summary/ordered-set-basic-startup.summary +%%DATADIR%%/tests/scheduler/summary/ordered-set-natural.summary +%%DATADIR%%/tests/scheduler/summary/origin.summary +%%DATADIR%%/tests/scheduler/summary/orphan-0.summary +%%DATADIR%%/tests/scheduler/summary/orphan-1.summary +%%DATADIR%%/tests/scheduler/summary/orphan-2.summary +%%DATADIR%%/tests/scheduler/summary/params-0.summary +%%DATADIR%%/tests/scheduler/summary/params-1.summary +%%DATADIR%%/tests/scheduler/summary/params-2.summary +%%DATADIR%%/tests/scheduler/summary/params-3.summary +%%DATADIR%%/tests/scheduler/summary/params-4.summary +%%DATADIR%%/tests/scheduler/summary/params-5.summary +%%DATADIR%%/tests/scheduler/summary/params-6.summary +%%DATADIR%%/tests/scheduler/summary/per-node-attrs.summary +%%DATADIR%%/tests/scheduler/summary/per-op-failcount.summary +%%DATADIR%%/tests/scheduler/summary/placement-capacity.summary +%%DATADIR%%/tests/scheduler/summary/placement-location.summary +%%DATADIR%%/tests/scheduler/summary/placement-priority.summary +%%DATADIR%%/tests/scheduler/summary/placement-stickiness.summary +%%DATADIR%%/tests/scheduler/summary/priority-fencing-delay.summary +%%DATADIR%%/tests/scheduler/summary/probe-0.summary +%%DATADIR%%/tests/scheduler/summary/probe-1.summary +%%DATADIR%%/tests/scheduler/summary/probe-2.summary +%%DATADIR%%/tests/scheduler/summary/probe-3.summary +%%DATADIR%%/tests/scheduler/summary/probe-4.summary +%%DATADIR%%/tests/scheduler/summary/probe-timeout.summary +%%DATADIR%%/tests/scheduler/summary/promoted-0.summary +%%DATADIR%%/tests/scheduler/summary/promoted-1.summary +%%DATADIR%%/tests/scheduler/summary/promoted-10.summary +%%DATADIR%%/tests/scheduler/summary/promoted-11.summary +%%DATADIR%%/tests/scheduler/summary/promoted-12.summary +%%DATADIR%%/tests/scheduler/summary/promoted-13.summary +%%DATADIR%%/tests/scheduler/summary/promoted-2.summary +%%DATADIR%%/tests/scheduler/summary/promoted-3.summary +%%DATADIR%%/tests/scheduler/summary/promoted-4.summary +%%DATADIR%%/tests/scheduler/summary/promoted-5.summary +%%DATADIR%%/tests/scheduler/summary/promoted-6.summary +%%DATADIR%%/tests/scheduler/summary/promoted-7.summary +%%DATADIR%%/tests/scheduler/summary/promoted-8.summary +%%DATADIR%%/tests/scheduler/summary/promoted-9.summary +%%DATADIR%%/tests/scheduler/summary/promoted-allow-start.summary +%%DATADIR%%/tests/scheduler/summary/promoted-asymmetrical-order.summary +%%DATADIR%%/tests/scheduler/summary/promoted-colocation.summary +%%DATADIR%%/tests/scheduler/summary/promoted-demote-2.summary +%%DATADIR%%/tests/scheduler/summary/promoted-demote-block.summary +%%DATADIR%%/tests/scheduler/summary/promoted-demote.summary +%%DATADIR%%/tests/scheduler/summary/promoted-depend.summary +%%DATADIR%%/tests/scheduler/summary/promoted-dependent-ban.summary +%%DATADIR%%/tests/scheduler/summary/promoted-failed-demote-2.summary +%%DATADIR%%/tests/scheduler/summary/promoted-failed-demote.summary +%%DATADIR%%/tests/scheduler/summary/promoted-group.summary +%%DATADIR%%/tests/scheduler/summary/promoted-move.summary +%%DATADIR%%/tests/scheduler/summary/promoted-notify.summary +%%DATADIR%%/tests/scheduler/summary/promoted-ordering.summary +%%DATADIR%%/tests/scheduler/summary/promoted-partially-demoted-group.summary +%%DATADIR%%/tests/scheduler/summary/promoted-probed-score.summary +%%DATADIR%%/tests/scheduler/summary/promoted-promotion-constraint.summary +%%DATADIR%%/tests/scheduler/summary/promoted-pseudo.summary +%%DATADIR%%/tests/scheduler/summary/promoted-reattach.summary +%%DATADIR%%/tests/scheduler/summary/promoted-role.summary +%%DATADIR%%/tests/scheduler/summary/promoted-score-startup.summary +%%DATADIR%%/tests/scheduler/summary/promoted-stop.summary +%%DATADIR%%/tests/scheduler/summary/promoted-unmanaged-monitor.summary +%%DATADIR%%/tests/scheduler/summary/promoted_monitor_restart.summary +%%DATADIR%%/tests/scheduler/summary/quorum-1.summary +%%DATADIR%%/tests/scheduler/summary/quorum-2.summary +%%DATADIR%%/tests/scheduler/summary/quorum-3.summary +%%DATADIR%%/tests/scheduler/summary/quorum-4.summary +%%DATADIR%%/tests/scheduler/summary/quorum-5.summary +%%DATADIR%%/tests/scheduler/summary/quorum-6.summary +%%DATADIR%%/tests/scheduler/summary/rebalance-unique-clones.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-1.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-10.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-11.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-12.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-13.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-14.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-15.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-2.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-3.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-4.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-5.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-6.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-7.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-8.summary +%%DATADIR%%/tests/scheduler/summary/rec-node-9.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-0.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-1.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-2.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-3.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-4.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-5.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-6.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-7.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-8.summary +%%DATADIR%%/tests/scheduler/summary/rec-rsc-9.summary +%%DATADIR%%/tests/scheduler/summary/reload-becomes-restart.summary +%%DATADIR%%/tests/scheduler/summary/reload-versioned.summary +%%DATADIR%%/tests/scheduler/summary/remote-connection-shutdown.summary +%%DATADIR%%/tests/scheduler/summary/remote-connection-unrecoverable.summary +%%DATADIR%%/tests/scheduler/summary/remote-disable.summary +%%DATADIR%%/tests/scheduler/summary/remote-fence-before-reconnect.summary +%%DATADIR%%/tests/scheduler/summary/remote-fence-unclean-3.summary +%%DATADIR%%/tests/scheduler/summary/remote-fence-unclean.summary +%%DATADIR%%/tests/scheduler/summary/remote-fence-unclean2.summary +%%DATADIR%%/tests/scheduler/summary/remote-move.summary +%%DATADIR%%/tests/scheduler/summary/remote-orphaned.summary +%%DATADIR%%/tests/scheduler/summary/remote-orphaned2.summary +%%DATADIR%%/tests/scheduler/summary/remote-partial-migrate.summary +%%DATADIR%%/tests/scheduler/summary/remote-partial-migrate2.summary +%%DATADIR%%/tests/scheduler/summary/remote-probe-disable.summary +%%DATADIR%%/tests/scheduler/summary/remote-reconnect-delay.summary +%%DATADIR%%/tests/scheduler/summary/remote-recover-all.summary +%%DATADIR%%/tests/scheduler/summary/remote-recover-connection.summary +%%DATADIR%%/tests/scheduler/summary/remote-recover-fail.summary +%%DATADIR%%/tests/scheduler/summary/remote-recover-no-resources.summary +%%DATADIR%%/tests/scheduler/summary/remote-recover-unknown.summary +%%DATADIR%%/tests/scheduler/summary/remote-recover.summary +%%DATADIR%%/tests/scheduler/summary/remote-recovery.summary +%%DATADIR%%/tests/scheduler/summary/remote-stale-node-entry.summary +%%DATADIR%%/tests/scheduler/summary/remote-start-fail.summary +%%DATADIR%%/tests/scheduler/summary/remote-startup-probes.summary +%%DATADIR%%/tests/scheduler/summary/remote-startup.summary +%%DATADIR%%/tests/scheduler/summary/remote-unclean2.summary +%%DATADIR%%/tests/scheduler/summary/reprobe-target_rc.summary +%%DATADIR%%/tests/scheduler/summary/resource-discovery.summary +%%DATADIR%%/tests/scheduler/summary/restart-versioned.summary +%%DATADIR%%/tests/scheduler/summary/route-remote-notify.summary +%%DATADIR%%/tests/scheduler/summary/rsc-defaults-2.summary +%%DATADIR%%/tests/scheduler/summary/rsc-defaults.summary +%%DATADIR%%/tests/scheduler/summary/rsc-discovery-per-node.summary +%%DATADIR%%/tests/scheduler/summary/rsc-maintenance.summary +%%DATADIR%%/tests/scheduler/summary/rsc-sets-clone-1.summary +%%DATADIR%%/tests/scheduler/summary/rsc-sets-clone.summary +%%DATADIR%%/tests/scheduler/summary/rsc-sets-promoted.summary +%%DATADIR%%/tests/scheduler/summary/rsc-sets-seq-false.summary +%%DATADIR%%/tests/scheduler/summary/rsc-sets-seq-true.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep1.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep10.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep2.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep3.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep4.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep5.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep7.summary +%%DATADIR%%/tests/scheduler/summary/rsc_dep8.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-as-auto-number-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-as-auto-number-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-as-integer-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-as-integer-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-as-number-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-as-number-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-parse-fail-default-str-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-dbl-parse-fail-default-str-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-as-auto-integer-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-as-auto-integer-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-as-integer-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-as-integer-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-as-number-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-as-number-no-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-parse-fail-default-str-match.summary +%%DATADIR%%/tests/scheduler/summary/rule-int-parse-fail-default-str-no-match.summary +%%DATADIR%%/tests/scheduler/summary/shutdown-lock-expiration.summary +%%DATADIR%%/tests/scheduler/summary/shutdown-lock.summary +%%DATADIR%%/tests/scheduler/summary/shutdown-maintenance-node.summary +%%DATADIR%%/tests/scheduler/summary/simple1.summary +%%DATADIR%%/tests/scheduler/summary/simple11.summary +%%DATADIR%%/tests/scheduler/summary/simple12.summary +%%DATADIR%%/tests/scheduler/summary/simple2.summary +%%DATADIR%%/tests/scheduler/summary/simple3.summary +%%DATADIR%%/tests/scheduler/summary/simple4.summary +%%DATADIR%%/tests/scheduler/summary/simple6.summary +%%DATADIR%%/tests/scheduler/summary/simple7.summary +%%DATADIR%%/tests/scheduler/summary/simple8.summary +%%DATADIR%%/tests/scheduler/summary/site-specific-params.summary +%%DATADIR%%/tests/scheduler/summary/standby.summary +%%DATADIR%%/tests/scheduler/summary/start-then-stop-with-unfence.summary +%%DATADIR%%/tests/scheduler/summary/stonith-0.summary +%%DATADIR%%/tests/scheduler/summary/stonith-1.summary +%%DATADIR%%/tests/scheduler/summary/stonith-2.summary +%%DATADIR%%/tests/scheduler/summary/stonith-3.summary +%%DATADIR%%/tests/scheduler/summary/stonith-4.summary +%%DATADIR%%/tests/scheduler/summary/stop-all-resources.summary +%%DATADIR%%/tests/scheduler/summary/stop-failure-no-fencing.summary +%%DATADIR%%/tests/scheduler/summary/stop-failure-no-quorum.summary +%%DATADIR%%/tests/scheduler/summary/stop-failure-with-fencing.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-00.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-01.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-02.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-03.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-04.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-05.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-06.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-07.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-08.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-09.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-10.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-11.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-12.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-20.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-21.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-22.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-23.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-24.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-25.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-26.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-27.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-30.summary +%%DATADIR%%/tests/scheduler/summary/stopped-monitor-31.summary +%%DATADIR%%/tests/scheduler/summary/suicide-needed-inquorate.summary +%%DATADIR%%/tests/scheduler/summary/suicide-not-needed-initial-quorum.summary +%%DATADIR%%/tests/scheduler/summary/suicide-not-needed-never-quorate.summary +%%DATADIR%%/tests/scheduler/summary/suicide-not-needed-quorate.summary +%%DATADIR%%/tests/scheduler/summary/systemhealth1.summary +%%DATADIR%%/tests/scheduler/summary/systemhealth2.summary +%%DATADIR%%/tests/scheduler/summary/systemhealth3.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthm1.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthm2.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthm3.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthn1.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthn2.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthn3.summary +%%DATADIR%%/tests/scheduler/summary/systemhealtho1.summary +%%DATADIR%%/tests/scheduler/summary/systemhealtho2.summary +%%DATADIR%%/tests/scheduler/summary/systemhealtho3.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthp1.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthp2.summary +%%DATADIR%%/tests/scheduler/summary/systemhealthp3.summary +%%DATADIR%%/tests/scheduler/summary/tags-coloc-order-1.summary +%%DATADIR%%/tests/scheduler/summary/tags-coloc-order-2.summary +%%DATADIR%%/tests/scheduler/summary/tags-location.summary +%%DATADIR%%/tests/scheduler/summary/tags-ticket.summary +%%DATADIR%%/tests/scheduler/summary/target-0.summary +%%DATADIR%%/tests/scheduler/summary/target-1.summary +%%DATADIR%%/tests/scheduler/summary/target-2.summary +%%DATADIR%%/tests/scheduler/summary/template-1.summary +%%DATADIR%%/tests/scheduler/summary/template-2.summary +%%DATADIR%%/tests/scheduler/summary/template-3.summary +%%DATADIR%%/tests/scheduler/summary/template-clone-group.summary +%%DATADIR%%/tests/scheduler/summary/template-clone-primitive.summary +%%DATADIR%%/tests/scheduler/summary/template-coloc-1.summary +%%DATADIR%%/tests/scheduler/summary/template-coloc-2.summary +%%DATADIR%%/tests/scheduler/summary/template-coloc-3.summary +%%DATADIR%%/tests/scheduler/summary/template-order-1.summary +%%DATADIR%%/tests/scheduler/summary/template-order-2.summary +%%DATADIR%%/tests/scheduler/summary/template-order-3.summary +%%DATADIR%%/tests/scheduler/summary/template-rsc-sets-1.summary +%%DATADIR%%/tests/scheduler/summary/template-rsc-sets-2.summary +%%DATADIR%%/tests/scheduler/summary/template-rsc-sets-3.summary +%%DATADIR%%/tests/scheduler/summary/template-rsc-sets-4.summary +%%DATADIR%%/tests/scheduler/summary/template-ticket.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-1.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-10.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-11.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-12.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-13.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-14.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-15.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-16.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-17.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-18.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-19.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-2.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-20.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-21.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-22.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-23.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-24.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-3.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-4.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-5.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-6.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-7.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-8.summary +%%DATADIR%%/tests/scheduler/summary/ticket-clone-9.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-1.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-10.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-11.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-12.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-13.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-14.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-15.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-16.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-17.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-18.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-19.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-2.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-20.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-21.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-22.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-23.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-24.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-3.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-4.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-5.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-6.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-7.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-8.summary +%%DATADIR%%/tests/scheduler/summary/ticket-group-9.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-1.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-10.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-11.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-12.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-13.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-14.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-15.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-16.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-17.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-18.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-19.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-2.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-20.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-21.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-22.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-23.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-24.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-3.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-4.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-5.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-6.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-7.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-8.summary +%%DATADIR%%/tests/scheduler/summary/ticket-primitive-9.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-1.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-10.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-11.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-12.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-13.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-14.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-15.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-16.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-17.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-18.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-19.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-2.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-20.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-21.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-22.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-23.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-24.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-3.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-4.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-5.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-6.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-7.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-8.summary +%%DATADIR%%/tests/scheduler/summary/ticket-promoted-9.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-1.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-10.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-11.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-12.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-13.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-14.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-2.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-3.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-4.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-5.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-6.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-7.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-8.summary +%%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-9.summary +%%DATADIR%%/tests/scheduler/summary/unfence-definition.summary +%%DATADIR%%/tests/scheduler/summary/unfence-device.summary +%%DATADIR%%/tests/scheduler/summary/unfence-parameters.summary +%%DATADIR%%/tests/scheduler/summary/unfence-startup.summary +%%DATADIR%%/tests/scheduler/summary/unmanaged-block-restart.summary +%%DATADIR%%/tests/scheduler/summary/unmanaged-promoted.summary +%%DATADIR%%/tests/scheduler/summary/unmanaged-stop-1.summary +%%DATADIR%%/tests/scheduler/summary/unmanaged-stop-2.summary +%%DATADIR%%/tests/scheduler/summary/unmanaged-stop-3.summary +%%DATADIR%%/tests/scheduler/summary/unmanaged-stop-4.summary +%%DATADIR%%/tests/scheduler/summary/unrunnable-1.summary +%%DATADIR%%/tests/scheduler/summary/unrunnable-2.summary +%%DATADIR%%/tests/scheduler/summary/use-after-free-merge.summary +%%DATADIR%%/tests/scheduler/summary/utilization-check-allowed-nodes.summary +%%DATADIR%%/tests/scheduler/summary/utilization-order1.summary +%%DATADIR%%/tests/scheduler/summary/utilization-order2.summary +%%DATADIR%%/tests/scheduler/summary/utilization-order3.summary +%%DATADIR%%/tests/scheduler/summary/utilization-order4.summary +%%DATADIR%%/tests/scheduler/summary/utilization-shuffle.summary +%%DATADIR%%/tests/scheduler/summary/utilization.summary +%%DATADIR%%/tests/scheduler/summary/value-source.summary +%%DATADIR%%/tests/scheduler/summary/versioned-operations-1.summary +%%DATADIR%%/tests/scheduler/summary/versioned-operations-2.summary +%%DATADIR%%/tests/scheduler/summary/versioned-operations-3.summary +%%DATADIR%%/tests/scheduler/summary/versioned-operations-4.summary +%%DATADIR%%/tests/scheduler/summary/versioned-resources.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-asymmetric.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-fail1.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-fail2.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-fail3.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-imply-stop-on-fence.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-migrate1.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-move.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-ms-ordering-move.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-ms-ordering.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-nested-group.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-orphan-ms.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-orphaned.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-start.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-stop.summary +%%DATADIR%%/tests/scheduler/summary/whitebox-unexpectedly-running.summary +%%DATADIR%%/tests/scheduler/summary/year-2038.summary +%%DATADIR%%/tests/scheduler/xml/1-a-then-bm-move-b.xml +%%DATADIR%%/tests/scheduler/xml/10-a-then-bm-b-move-a-clone.xml +%%DATADIR%%/tests/scheduler/xml/11-a-then-bm-b-move-a-clone-starting.xml +%%DATADIR%%/tests/scheduler/xml/1360.xml +%%DATADIR%%/tests/scheduler/xml/1484.xml +%%DATADIR%%/tests/scheduler/xml/1494.xml +%%DATADIR%%/tests/scheduler/xml/2-am-then-b-move-a.xml +%%DATADIR%%/tests/scheduler/xml/3-am-then-bm-both-migrate.xml +%%DATADIR%%/tests/scheduler/xml/4-am-then-bm-b-not-migratable.xml +%%DATADIR%%/tests/scheduler/xml/5-am-then-bm-a-not-migratable.xml +%%DATADIR%%/tests/scheduler/xml/594.xml +%%DATADIR%%/tests/scheduler/xml/6-migrate-group.xml +%%DATADIR%%/tests/scheduler/xml/662.xml +%%DATADIR%%/tests/scheduler/xml/696.xml +%%DATADIR%%/tests/scheduler/xml/7-migrate-group-one-unmigratable.xml +%%DATADIR%%/tests/scheduler/xml/726.xml +%%DATADIR%%/tests/scheduler/xml/735.xml +%%DATADIR%%/tests/scheduler/xml/764.xml +%%DATADIR%%/tests/scheduler/xml/797.xml +%%DATADIR%%/tests/scheduler/xml/8-am-then-bm-a-migrating-b-stopping.xml +%%DATADIR%%/tests/scheduler/xml/829.xml +%%DATADIR%%/tests/scheduler/xml/9-am-then-bm-b-migrating-a-stopping.xml +%%DATADIR%%/tests/scheduler/xml/994-2.xml +%%DATADIR%%/tests/scheduler/xml/994.xml +%%DATADIR%%/tests/scheduler/xml/a-demote-then-b-migrate.xml +%%DATADIR%%/tests/scheduler/xml/a-promote-then-b-migrate.xml +%%DATADIR%%/tests/scheduler/xml/anon-instance-pending.xml +%%DATADIR%%/tests/scheduler/xml/anti-colocation-order.xml +%%DATADIR%%/tests/scheduler/xml/anti-colocation-promoted.xml +%%DATADIR%%/tests/scheduler/xml/anti-colocation-unpromoted.xml +%%DATADIR%%/tests/scheduler/xml/asymmetric.xml +%%DATADIR%%/tests/scheduler/xml/asymmetrical-order-move.xml +%%DATADIR%%/tests/scheduler/xml/asymmetrical-order-restart.xml +%%DATADIR%%/tests/scheduler/xml/attrs1.xml +%%DATADIR%%/tests/scheduler/xml/attrs2.xml +%%DATADIR%%/tests/scheduler/xml/attrs3.xml +%%DATADIR%%/tests/scheduler/xml/attrs4.xml +%%DATADIR%%/tests/scheduler/xml/attrs5.xml +%%DATADIR%%/tests/scheduler/xml/attrs6.xml +%%DATADIR%%/tests/scheduler/xml/attrs7.xml +%%DATADIR%%/tests/scheduler/xml/attrs8.xml +%%DATADIR%%/tests/scheduler/xml/balanced.xml +%%DATADIR%%/tests/scheduler/xml/base-score.xml +%%DATADIR%%/tests/scheduler/xml/bnc-515172.xml +%%DATADIR%%/tests/scheduler/xml/bug-1572-1.xml +%%DATADIR%%/tests/scheduler/xml/bug-1572-2.xml +%%DATADIR%%/tests/scheduler/xml/bug-1573.xml +%%DATADIR%%/tests/scheduler/xml/bug-1685.xml +%%DATADIR%%/tests/scheduler/xml/bug-1718.xml +%%DATADIR%%/tests/scheduler/xml/bug-1765.xml +%%DATADIR%%/tests/scheduler/xml/bug-1820-1.xml +%%DATADIR%%/tests/scheduler/xml/bug-1820.xml +%%DATADIR%%/tests/scheduler/xml/bug-1822.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-A-start-B-start.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-A-stop-B-started.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-A-stopped-B-stopped.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-CLONE-A-start-B-start.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-CLONE-A-stop-B-started.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-CthenAthenB-C-stopped.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-GROUP-A-start-B-start.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-GROUP-A-stopped-B-started.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-GROUP-A-stopped-B-stopped.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-ordered-set-symmetrical-false.xml +%%DATADIR%%/tests/scheduler/xml/bug-5014-ordered-set-symmetrical-true.xml +%%DATADIR%%/tests/scheduler/xml/bug-5025-1.xml +%%DATADIR%%/tests/scheduler/xml/bug-5025-2.xml +%%DATADIR%%/tests/scheduler/xml/bug-5025-3.xml +%%DATADIR%%/tests/scheduler/xml/bug-5025-4.xml +%%DATADIR%%/tests/scheduler/xml/bug-5028-bottom.xml +%%DATADIR%%/tests/scheduler/xml/bug-5028-detach.xml +%%DATADIR%%/tests/scheduler/xml/bug-5028.xml +%%DATADIR%%/tests/scheduler/xml/bug-5038.xml +%%DATADIR%%/tests/scheduler/xml/bug-5059.xml +%%DATADIR%%/tests/scheduler/xml/bug-5069-op-disabled.xml +%%DATADIR%%/tests/scheduler/xml/bug-5069-op-enabled.xml +%%DATADIR%%/tests/scheduler/xml/bug-5140-require-all-false.xml +%%DATADIR%%/tests/scheduler/xml/bug-5143-ms-shuffle.xml +%%DATADIR%%/tests/scheduler/xml/bug-5186-partial-migrate.xml +%%DATADIR%%/tests/scheduler/xml/bug-cl-5168.xml +%%DATADIR%%/tests/scheduler/xml/bug-cl-5170.xml +%%DATADIR%%/tests/scheduler/xml/bug-cl-5212.xml +%%DATADIR%%/tests/scheduler/xml/bug-cl-5213.xml +%%DATADIR%%/tests/scheduler/xml/bug-cl-5219.xml +%%DATADIR%%/tests/scheduler/xml/bug-cl-5247.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-1852.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-1920.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2106.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2153.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2160.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2171.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2213.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2317.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2358.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2361.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2422.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2435.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2445.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2453.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2474.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2493.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2508.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2544.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2551.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2574.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2581.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2606.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2613.xml +%%DATADIR%%/tests/scheduler/xml/bug-lf-2619.xml +%%DATADIR%%/tests/scheduler/xml/bug-n-385265-2.xml +%%DATADIR%%/tests/scheduler/xml/bug-n-385265.xml +%%DATADIR%%/tests/scheduler/xml/bug-n-387749.xml +%%DATADIR%%/tests/scheduler/xml/bug-pm-11.xml +%%DATADIR%%/tests/scheduler/xml/bug-pm-12.xml +%%DATADIR%%/tests/scheduler/xml/bug-rh-1097457.xml +%%DATADIR%%/tests/scheduler/xml/bug-rh-880249.xml +%%DATADIR%%/tests/scheduler/xml/bug-suse-707150.xml +%%DATADIR%%/tests/scheduler/xml/bundle-nested-colocation.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-fencing.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-partial-start-2.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-partial-start.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-partial-stop.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-partial.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-startup-clone-2.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-startup-clone.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-startup.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-stop-clone.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-stop-on-remote.xml +%%DATADIR%%/tests/scheduler/xml/bundle-order-stop.xml +%%DATADIR%%/tests/scheduler/xml/bundle-probe-order-1.xml +%%DATADIR%%/tests/scheduler/xml/bundle-probe-order-2.xml +%%DATADIR%%/tests/scheduler/xml/bundle-probe-order-3.xml +%%DATADIR%%/tests/scheduler/xml/bundle-probe-remotes.xml +%%DATADIR%%/tests/scheduler/xml/bundle-replicas-change.xml +%%DATADIR%%/tests/scheduler/xml/cancel-behind-moving-remote.xml +%%DATADIR%%/tests/scheduler/xml/clbz5007-promotable-colocation.xml +%%DATADIR%%/tests/scheduler/xml/clone-anon-dup.xml +%%DATADIR%%/tests/scheduler/xml/clone-anon-failcount.xml +%%DATADIR%%/tests/scheduler/xml/clone-anon-probe-1.xml +%%DATADIR%%/tests/scheduler/xml/clone-anon-probe-2.xml +%%DATADIR%%/tests/scheduler/xml/clone-colocate-instance-1.xml +%%DATADIR%%/tests/scheduler/xml/clone-colocate-instance-2.xml +%%DATADIR%%/tests/scheduler/xml/clone-fail-block-colocation.xml +%%DATADIR%%/tests/scheduler/xml/clone-interleave-1.xml +%%DATADIR%%/tests/scheduler/xml/clone-interleave-2.xml +%%DATADIR%%/tests/scheduler/xml/clone-interleave-3.xml +%%DATADIR%%/tests/scheduler/xml/clone-max-zero.xml +%%DATADIR%%/tests/scheduler/xml/clone-no-shuffle.xml +%%DATADIR%%/tests/scheduler/xml/clone-order-16instances.xml +%%DATADIR%%/tests/scheduler/xml/clone-order-instance.xml +%%DATADIR%%/tests/scheduler/xml/clone-order-primitive.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-1.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-2.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-3.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-4.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-5.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-6.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-7.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-no-interleave-1.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-no-interleave-2.xml +%%DATADIR%%/tests/scheduler/xml/clone-require-all-no-interleave-3.xml +%%DATADIR%%/tests/scheduler/xml/clone-requires-quorum-recovery.xml +%%DATADIR%%/tests/scheduler/xml/clone-requires-quorum.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_interleave_start_one.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_interleave_start_two.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_interleave_stop_one.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_interleave_stop_two.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_start_one.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_start_two.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_stop_all.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_stop_one.xml +%%DATADIR%%/tests/scheduler/xml/clone_min_stop_two.xml +%%DATADIR%%/tests/scheduler/xml/cloned-group-stop.xml +%%DATADIR%%/tests/scheduler/xml/cloned-group.xml +%%DATADIR%%/tests/scheduler/xml/cloned_start_one.xml +%%DATADIR%%/tests/scheduler/xml/cloned_start_two.xml +%%DATADIR%%/tests/scheduler/xml/cloned_stop_one.xml +%%DATADIR%%/tests/scheduler/xml/cloned_stop_two.xml +%%DATADIR%%/tests/scheduler/xml/cluster-specific-params.xml +%%DATADIR%%/tests/scheduler/xml/colo_promoted_w_native.xml +%%DATADIR%%/tests/scheduler/xml/colo_unpromoted_w_native.xml +%%DATADIR%%/tests/scheduler/xml/coloc-attr.xml +%%DATADIR%%/tests/scheduler/xml/coloc-clone-stays-active.xml +%%DATADIR%%/tests/scheduler/xml/coloc-dependee-should-move.xml +%%DATADIR%%/tests/scheduler/xml/coloc-dependee-should-stay.xml +%%DATADIR%%/tests/scheduler/xml/coloc-group.xml +%%DATADIR%%/tests/scheduler/xml/coloc-intra-set.xml +%%DATADIR%%/tests/scheduler/xml/coloc-list.xml +%%DATADIR%%/tests/scheduler/xml/coloc-loop.xml +%%DATADIR%%/tests/scheduler/xml/coloc-many-one.xml +%%DATADIR%%/tests/scheduler/xml/coloc-negative-group.xml +%%DATADIR%%/tests/scheduler/xml/coloc-unpromoted-anti.xml +%%DATADIR%%/tests/scheduler/xml/coloc_fp_logic.xml +%%DATADIR%%/tests/scheduler/xml/colocate-primitive-with-clone.xml +%%DATADIR%%/tests/scheduler/xml/colocated-utilization-clone.xml +%%DATADIR%%/tests/scheduler/xml/colocated-utilization-group.xml +%%DATADIR%%/tests/scheduler/xml/colocated-utilization-primitive-1.xml +%%DATADIR%%/tests/scheduler/xml/colocated-utilization-primitive-2.xml +%%DATADIR%%/tests/scheduler/xml/colocation-influence.xml +%%DATADIR%%/tests/scheduler/xml/colocation_constraint_stops_promoted.xml +%%DATADIR%%/tests/scheduler/xml/colocation_constraint_stops_unpromoted.xml +%%DATADIR%%/tests/scheduler/xml/comments.xml +%%DATADIR%%/tests/scheduler/xml/complex_enforce_colo.xml +%%DATADIR%%/tests/scheduler/xml/concurrent-fencing.xml +%%DATADIR%%/tests/scheduler/xml/container-1.xml +%%DATADIR%%/tests/scheduler/xml/container-2.xml +%%DATADIR%%/tests/scheduler/xml/container-3.xml +%%DATADIR%%/tests/scheduler/xml/container-4.xml +%%DATADIR%%/tests/scheduler/xml/container-group-1.xml +%%DATADIR%%/tests/scheduler/xml/container-group-2.xml +%%DATADIR%%/tests/scheduler/xml/container-group-3.xml +%%DATADIR%%/tests/scheduler/xml/container-group-4.xml +%%DATADIR%%/tests/scheduler/xml/container-is-remote-node.xml +%%DATADIR%%/tests/scheduler/xml/date-1.xml +%%DATADIR%%/tests/scheduler/xml/date-2.xml +%%DATADIR%%/tests/scheduler/xml/date-3.xml +%%DATADIR%%/tests/scheduler/xml/dc-fence-ordering.xml +%%DATADIR%%/tests/scheduler/xml/enforce-colo1.xml +%%DATADIR%%/tests/scheduler/xml/expire-non-blocked-failure.xml +%%DATADIR%%/tests/scheduler/xml/failcount-block.xml +%%DATADIR%%/tests/scheduler/xml/failcount.xml +%%DATADIR%%/tests/scheduler/xml/failed-demote-recovery-promoted.xml +%%DATADIR%%/tests/scheduler/xml/failed-demote-recovery.xml +%%DATADIR%%/tests/scheduler/xml/force-anon-clone-max.xml +%%DATADIR%%/tests/scheduler/xml/group-dependents.xml +%%DATADIR%%/tests/scheduler/xml/group-fail.xml +%%DATADIR%%/tests/scheduler/xml/group-stop-ordering.xml +%%DATADIR%%/tests/scheduler/xml/group-unmanaged-stopped.xml +%%DATADIR%%/tests/scheduler/xml/group-unmanaged.xml +%%DATADIR%%/tests/scheduler/xml/group1.xml +%%DATADIR%%/tests/scheduler/xml/group10.xml +%%DATADIR%%/tests/scheduler/xml/group11.xml +%%DATADIR%%/tests/scheduler/xml/group13.xml +%%DATADIR%%/tests/scheduler/xml/group14.xml +%%DATADIR%%/tests/scheduler/xml/group15.xml +%%DATADIR%%/tests/scheduler/xml/group2.xml +%%DATADIR%%/tests/scheduler/xml/group3.xml +%%DATADIR%%/tests/scheduler/xml/group4.xml +%%DATADIR%%/tests/scheduler/xml/group5.xml +%%DATADIR%%/tests/scheduler/xml/group6.xml +%%DATADIR%%/tests/scheduler/xml/group7.xml +%%DATADIR%%/tests/scheduler/xml/group8.xml +%%DATADIR%%/tests/scheduler/xml/group9.xml +%%DATADIR%%/tests/scheduler/xml/guest-host-not-fenceable.xml +%%DATADIR%%/tests/scheduler/xml/guest-node-cleanup.xml +%%DATADIR%%/tests/scheduler/xml/guest-node-host-dies.xml +%%DATADIR%%/tests/scheduler/xml/history-1.xml +%%DATADIR%%/tests/scheduler/xml/honor_stonith_rsc_order1.xml +%%DATADIR%%/tests/scheduler/xml/honor_stonith_rsc_order2.xml +%%DATADIR%%/tests/scheduler/xml/honor_stonith_rsc_order3.xml +%%DATADIR%%/tests/scheduler/xml/honor_stonith_rsc_order4.xml +%%DATADIR%%/tests/scheduler/xml/ignore_stonith_rsc_order1.xml +%%DATADIR%%/tests/scheduler/xml/ignore_stonith_rsc_order2.xml +%%DATADIR%%/tests/scheduler/xml/ignore_stonith_rsc_order3.xml +%%DATADIR%%/tests/scheduler/xml/ignore_stonith_rsc_order4.xml +%%DATADIR%%/tests/scheduler/xml/inc0.xml +%%DATADIR%%/tests/scheduler/xml/inc1.xml +%%DATADIR%%/tests/scheduler/xml/inc10.xml +%%DATADIR%%/tests/scheduler/xml/inc11.xml +%%DATADIR%%/tests/scheduler/xml/inc12.xml +%%DATADIR%%/tests/scheduler/xml/inc2.xml +%%DATADIR%%/tests/scheduler/xml/inc3.xml +%%DATADIR%%/tests/scheduler/xml/inc4.xml +%%DATADIR%%/tests/scheduler/xml/inc5.xml +%%DATADIR%%/tests/scheduler/xml/inc6.xml +%%DATADIR%%/tests/scheduler/xml/inc7.xml +%%DATADIR%%/tests/scheduler/xml/inc8.xml +%%DATADIR%%/tests/scheduler/xml/inc9.xml +%%DATADIR%%/tests/scheduler/xml/interleave-0.xml +%%DATADIR%%/tests/scheduler/xml/interleave-1.xml +%%DATADIR%%/tests/scheduler/xml/interleave-2.xml +%%DATADIR%%/tests/scheduler/xml/interleave-3.xml +%%DATADIR%%/tests/scheduler/xml/interleave-pseudo-stop.xml +%%DATADIR%%/tests/scheduler/xml/interleave-restart.xml +%%DATADIR%%/tests/scheduler/xml/interleave-stop.xml +%%DATADIR%%/tests/scheduler/xml/intervals.xml +%%DATADIR%%/tests/scheduler/xml/load-stopped-loop-2.xml +%%DATADIR%%/tests/scheduler/xml/load-stopped-loop.xml +%%DATADIR%%/tests/scheduler/xml/location-date-rules-1.xml +%%DATADIR%%/tests/scheduler/xml/location-date-rules-2.xml +%%DATADIR%%/tests/scheduler/xml/location-sets-templates.xml +%%DATADIR%%/tests/scheduler/xml/managed-0.xml +%%DATADIR%%/tests/scheduler/xml/managed-1.xml +%%DATADIR%%/tests/scheduler/xml/managed-2.xml +%%DATADIR%%/tests/scheduler/xml/migrate-1.xml +%%DATADIR%%/tests/scheduler/xml/migrate-2.xml +%%DATADIR%%/tests/scheduler/xml/migrate-3.xml +%%DATADIR%%/tests/scheduler/xml/migrate-4.xml +%%DATADIR%%/tests/scheduler/xml/migrate-5.xml +%%DATADIR%%/tests/scheduler/xml/migrate-begin.xml +%%DATADIR%%/tests/scheduler/xml/migrate-both-vms.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-2.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-3.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-4.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-5.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-6.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-7.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-8.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fail-9.xml +%%DATADIR%%/tests/scheduler/xml/migrate-fencing.xml +%%DATADIR%%/tests/scheduler/xml/migrate-partial-1.xml +%%DATADIR%%/tests/scheduler/xml/migrate-partial-2.xml +%%DATADIR%%/tests/scheduler/xml/migrate-partial-3.xml +%%DATADIR%%/tests/scheduler/xml/migrate-partial-4.xml +%%DATADIR%%/tests/scheduler/xml/migrate-shutdown.xml +%%DATADIR%%/tests/scheduler/xml/migrate-start-complex.xml +%%DATADIR%%/tests/scheduler/xml/migrate-start.xml +%%DATADIR%%/tests/scheduler/xml/migrate-stop-complex.xml +%%DATADIR%%/tests/scheduler/xml/migrate-stop-start-complex.xml +%%DATADIR%%/tests/scheduler/xml/migrate-stop.xml +%%DATADIR%%/tests/scheduler/xml/migrate-stop_start.xml +%%DATADIR%%/tests/scheduler/xml/migrate-success.xml +%%DATADIR%%/tests/scheduler/xml/migrate-versioned.xml +%%DATADIR%%/tests/scheduler/xml/migration-behind-migrating-remote.xml +%%DATADIR%%/tests/scheduler/xml/migration-ping-pong.xml +%%DATADIR%%/tests/scheduler/xml/minimal.xml +%%DATADIR%%/tests/scheduler/xml/mon-rsc-1.xml +%%DATADIR%%/tests/scheduler/xml/mon-rsc-2.xml +%%DATADIR%%/tests/scheduler/xml/mon-rsc-3.xml +%%DATADIR%%/tests/scheduler/xml/mon-rsc-4.xml +%%DATADIR%%/tests/scheduler/xml/monitor-onfail-restart.xml +%%DATADIR%%/tests/scheduler/xml/monitor-onfail-stop.xml +%%DATADIR%%/tests/scheduler/xml/monitor-recovery.xml +%%DATADIR%%/tests/scheduler/xml/multi1.xml +%%DATADIR%%/tests/scheduler/xml/multiple-active-block-group.xml +%%DATADIR%%/tests/scheduler/xml/multiple-monitor-one-failed.xml +%%DATADIR%%/tests/scheduler/xml/multiply-active-stonith.xml +%%DATADIR%%/tests/scheduler/xml/nested-remote-recovery.xml +%%DATADIR%%/tests/scheduler/xml/no-promote-on-unrunnable-guest.xml +%%DATADIR%%/tests/scheduler/xml/no_quorum_demote.xml +%%DATADIR%%/tests/scheduler/xml/node-maintenance-1.xml +%%DATADIR%%/tests/scheduler/xml/node-maintenance-2.xml +%%DATADIR%%/tests/scheduler/xml/not-installed-agent.xml +%%DATADIR%%/tests/scheduler/xml/not-installed-tools.xml +%%DATADIR%%/tests/scheduler/xml/not-reschedule-unneeded-monitor.xml +%%DATADIR%%/tests/scheduler/xml/notifs-for-unrunnable.xml +%%DATADIR%%/tests/scheduler/xml/notify-0.xml +%%DATADIR%%/tests/scheduler/xml/notify-1.xml +%%DATADIR%%/tests/scheduler/xml/notify-2.xml +%%DATADIR%%/tests/scheduler/xml/notify-3.xml +%%DATADIR%%/tests/scheduler/xml/notify-behind-stopping-remote.xml +%%DATADIR%%/tests/scheduler/xml/novell-239079.xml +%%DATADIR%%/tests/scheduler/xml/novell-239082.xml +%%DATADIR%%/tests/scheduler/xml/novell-239087.xml +%%DATADIR%%/tests/scheduler/xml/novell-251689.xml +%%DATADIR%%/tests/scheduler/xml/novell-252693-2.xml +%%DATADIR%%/tests/scheduler/xml/novell-252693-3.xml +%%DATADIR%%/tests/scheduler/xml/novell-252693.xml +%%DATADIR%%/tests/scheduler/xml/nvpair-date-rules-1.xml +%%DATADIR%%/tests/scheduler/xml/nvpair-id-ref.xml +%%DATADIR%%/tests/scheduler/xml/obsolete-lrm-resource.xml +%%DATADIR%%/tests/scheduler/xml/ocf_degraded-remap-ocf_ok.xml +%%DATADIR%%/tests/scheduler/xml/ocf_degraded_promoted-remap-ocf_ok.xml +%%DATADIR%%/tests/scheduler/xml/on-fail-ignore.xml +%%DATADIR%%/tests/scheduler/xml/on_fail_demote1.xml +%%DATADIR%%/tests/scheduler/xml/on_fail_demote2.xml +%%DATADIR%%/tests/scheduler/xml/on_fail_demote3.xml +%%DATADIR%%/tests/scheduler/xml/on_fail_demote4.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-0.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-1.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-2.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-3.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-4.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-5.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-6.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-7.xml +%%DATADIR%%/tests/scheduler/xml/one-or-more-unrunnable-instances.xml +%%DATADIR%%/tests/scheduler/xml/op-defaults-2.xml +%%DATADIR%%/tests/scheduler/xml/op-defaults-3.xml +%%DATADIR%%/tests/scheduler/xml/op-defaults.xml +%%DATADIR%%/tests/scheduler/xml/order-clone.xml +%%DATADIR%%/tests/scheduler/xml/order-expired-failure.xml +%%DATADIR%%/tests/scheduler/xml/order-first-probes.xml +%%DATADIR%%/tests/scheduler/xml/order-mandatory.xml +%%DATADIR%%/tests/scheduler/xml/order-optional-keyword.xml +%%DATADIR%%/tests/scheduler/xml/order-optional.xml +%%DATADIR%%/tests/scheduler/xml/order-required.xml +%%DATADIR%%/tests/scheduler/xml/order-serialize-set.xml +%%DATADIR%%/tests/scheduler/xml/order-serialize.xml +%%DATADIR%%/tests/scheduler/xml/order-sets.xml +%%DATADIR%%/tests/scheduler/xml/order-wrong-kind.xml +%%DATADIR%%/tests/scheduler/xml/order1.xml +%%DATADIR%%/tests/scheduler/xml/order2.xml +%%DATADIR%%/tests/scheduler/xml/order3.xml +%%DATADIR%%/tests/scheduler/xml/order4.xml +%%DATADIR%%/tests/scheduler/xml/order5.xml +%%DATADIR%%/tests/scheduler/xml/order6.xml +%%DATADIR%%/tests/scheduler/xml/order7.xml +%%DATADIR%%/tests/scheduler/xml/order_constraint_stops_promoted.xml +%%DATADIR%%/tests/scheduler/xml/order_constraint_stops_unpromoted.xml +%%DATADIR%%/tests/scheduler/xml/ordered-set-basic-startup.xml +%%DATADIR%%/tests/scheduler/xml/ordered-set-natural.xml +%%DATADIR%%/tests/scheduler/xml/origin.xml +%%DATADIR%%/tests/scheduler/xml/orphan-0.xml +%%DATADIR%%/tests/scheduler/xml/orphan-1.xml +%%DATADIR%%/tests/scheduler/xml/orphan-2.xml +%%DATADIR%%/tests/scheduler/xml/params-0.xml +%%DATADIR%%/tests/scheduler/xml/params-1.xml +%%DATADIR%%/tests/scheduler/xml/params-2.xml +%%DATADIR%%/tests/scheduler/xml/params-3.xml +%%DATADIR%%/tests/scheduler/xml/params-4.xml +%%DATADIR%%/tests/scheduler/xml/params-5.xml +%%DATADIR%%/tests/scheduler/xml/params-6.xml +%%DATADIR%%/tests/scheduler/xml/per-node-attrs.xml +%%DATADIR%%/tests/scheduler/xml/per-op-failcount.xml +%%DATADIR%%/tests/scheduler/xml/placement-capacity.xml +%%DATADIR%%/tests/scheduler/xml/placement-location.xml +%%DATADIR%%/tests/scheduler/xml/placement-priority.xml +%%DATADIR%%/tests/scheduler/xml/placement-stickiness.xml +%%DATADIR%%/tests/scheduler/xml/priority-fencing-delay.xml +%%DATADIR%%/tests/scheduler/xml/probe-0.xml +%%DATADIR%%/tests/scheduler/xml/probe-1.xml +%%DATADIR%%/tests/scheduler/xml/probe-2.xml +%%DATADIR%%/tests/scheduler/xml/probe-3.xml +%%DATADIR%%/tests/scheduler/xml/probe-4.xml +%%DATADIR%%/tests/scheduler/xml/probe-timeout.xml +%%DATADIR%%/tests/scheduler/xml/promoted-0.xml +%%DATADIR%%/tests/scheduler/xml/promoted-1.xml +%%DATADIR%%/tests/scheduler/xml/promoted-10.xml +%%DATADIR%%/tests/scheduler/xml/promoted-11.xml +%%DATADIR%%/tests/scheduler/xml/promoted-12.xml +%%DATADIR%%/tests/scheduler/xml/promoted-13.xml +%%DATADIR%%/tests/scheduler/xml/promoted-2.xml +%%DATADIR%%/tests/scheduler/xml/promoted-3.xml +%%DATADIR%%/tests/scheduler/xml/promoted-4.xml +%%DATADIR%%/tests/scheduler/xml/promoted-5.xml +%%DATADIR%%/tests/scheduler/xml/promoted-6.xml +%%DATADIR%%/tests/scheduler/xml/promoted-7.xml +%%DATADIR%%/tests/scheduler/xml/promoted-8.xml +%%DATADIR%%/tests/scheduler/xml/promoted-9.xml +%%DATADIR%%/tests/scheduler/xml/promoted-allow-start.xml +%%DATADIR%%/tests/scheduler/xml/promoted-asymmetrical-order.xml +%%DATADIR%%/tests/scheduler/xml/promoted-colocation.xml +%%DATADIR%%/tests/scheduler/xml/promoted-demote-2.xml +%%DATADIR%%/tests/scheduler/xml/promoted-demote-block.xml +%%DATADIR%%/tests/scheduler/xml/promoted-demote.xml +%%DATADIR%%/tests/scheduler/xml/promoted-depend.xml +%%DATADIR%%/tests/scheduler/xml/promoted-dependent-ban.xml +%%DATADIR%%/tests/scheduler/xml/promoted-failed-demote-2.xml +%%DATADIR%%/tests/scheduler/xml/promoted-failed-demote.xml +%%DATADIR%%/tests/scheduler/xml/promoted-group.xml +%%DATADIR%%/tests/scheduler/xml/promoted-move.xml +%%DATADIR%%/tests/scheduler/xml/promoted-notify.xml +%%DATADIR%%/tests/scheduler/xml/promoted-ordering.xml +%%DATADIR%%/tests/scheduler/xml/promoted-partially-demoted-group.xml +%%DATADIR%%/tests/scheduler/xml/promoted-probed-score.xml +%%DATADIR%%/tests/scheduler/xml/promoted-promotion-constraint.xml +%%DATADIR%%/tests/scheduler/xml/promoted-pseudo.xml +%%DATADIR%%/tests/scheduler/xml/promoted-reattach.xml +%%DATADIR%%/tests/scheduler/xml/promoted-role.xml +%%DATADIR%%/tests/scheduler/xml/promoted-score-startup.xml +%%DATADIR%%/tests/scheduler/xml/promoted-stop.xml +%%DATADIR%%/tests/scheduler/xml/promoted-unmanaged-monitor.xml +%%DATADIR%%/tests/scheduler/xml/promoted_monitor_restart.xml +%%DATADIR%%/tests/scheduler/xml/quorum-1.xml +%%DATADIR%%/tests/scheduler/xml/quorum-2.xml +%%DATADIR%%/tests/scheduler/xml/quorum-3.xml +%%DATADIR%%/tests/scheduler/xml/quorum-4.xml +%%DATADIR%%/tests/scheduler/xml/quorum-5.xml +%%DATADIR%%/tests/scheduler/xml/quorum-6.xml +%%DATADIR%%/tests/scheduler/xml/rebalance-unique-clones.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-1.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-10.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-11.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-12.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-13.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-14.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-15.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-2.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-3.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-4.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-5.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-6.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-7.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-8.xml +%%DATADIR%%/tests/scheduler/xml/rec-node-9.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-0.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-1.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-2.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-3.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-4.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-5.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-6.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-7.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-8.xml +%%DATADIR%%/tests/scheduler/xml/rec-rsc-9.xml +%%DATADIR%%/tests/scheduler/xml/reload-becomes-restart.xml +%%DATADIR%%/tests/scheduler/xml/reload-versioned.xml +%%DATADIR%%/tests/scheduler/xml/remote-connection-shutdown.xml +%%DATADIR%%/tests/scheduler/xml/remote-connection-unrecoverable.xml +%%DATADIR%%/tests/scheduler/xml/remote-disable.xml +%%DATADIR%%/tests/scheduler/xml/remote-fence-before-reconnect.xml +%%DATADIR%%/tests/scheduler/xml/remote-fence-unclean-3.xml +%%DATADIR%%/tests/scheduler/xml/remote-fence-unclean.xml +%%DATADIR%%/tests/scheduler/xml/remote-fence-unclean2.xml +%%DATADIR%%/tests/scheduler/xml/remote-move.xml +%%DATADIR%%/tests/scheduler/xml/remote-orphaned.xml +%%DATADIR%%/tests/scheduler/xml/remote-orphaned2.xml +%%DATADIR%%/tests/scheduler/xml/remote-partial-migrate.xml +%%DATADIR%%/tests/scheduler/xml/remote-partial-migrate2.xml +%%DATADIR%%/tests/scheduler/xml/remote-probe-disable.xml +%%DATADIR%%/tests/scheduler/xml/remote-reconnect-delay.xml +%%DATADIR%%/tests/scheduler/xml/remote-recover-all.xml +%%DATADIR%%/tests/scheduler/xml/remote-recover-connection.xml +%%DATADIR%%/tests/scheduler/xml/remote-recover-fail.xml +%%DATADIR%%/tests/scheduler/xml/remote-recover-no-resources.xml +%%DATADIR%%/tests/scheduler/xml/remote-recover-unknown.xml +%%DATADIR%%/tests/scheduler/xml/remote-recover.xml +%%DATADIR%%/tests/scheduler/xml/remote-recovery.xml +%%DATADIR%%/tests/scheduler/xml/remote-stale-node-entry.xml +%%DATADIR%%/tests/scheduler/xml/remote-start-fail.xml +%%DATADIR%%/tests/scheduler/xml/remote-startup-probes.xml +%%DATADIR%%/tests/scheduler/xml/remote-startup.xml +%%DATADIR%%/tests/scheduler/xml/remote-unclean2.xml +%%DATADIR%%/tests/scheduler/xml/reprobe-target_rc.xml +%%DATADIR%%/tests/scheduler/xml/resource-discovery.xml +%%DATADIR%%/tests/scheduler/xml/restart-versioned.xml +%%DATADIR%%/tests/scheduler/xml/route-remote-notify.xml +%%DATADIR%%/tests/scheduler/xml/rsc-defaults-2.xml +%%DATADIR%%/tests/scheduler/xml/rsc-defaults.xml +%%DATADIR%%/tests/scheduler/xml/rsc-discovery-per-node.xml +%%DATADIR%%/tests/scheduler/xml/rsc-maintenance.xml +%%DATADIR%%/tests/scheduler/xml/rsc-sets-clone-1.xml +%%DATADIR%%/tests/scheduler/xml/rsc-sets-clone.xml +%%DATADIR%%/tests/scheduler/xml/rsc-sets-promoted.xml +%%DATADIR%%/tests/scheduler/xml/rsc-sets-seq-false.xml +%%DATADIR%%/tests/scheduler/xml/rsc-sets-seq-true.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep1.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep10.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep2.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep3.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep4.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep5.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep7.xml +%%DATADIR%%/tests/scheduler/xml/rsc_dep8.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-as-auto-number-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-as-auto-number-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-as-integer-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-as-integer-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-as-number-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-as-number-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-parse-fail-default-str-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-dbl-parse-fail-default-str-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-as-auto-integer-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-as-auto-integer-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-as-integer-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-as-integer-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-as-number-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-as-number-no-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-parse-fail-default-str-match.xml +%%DATADIR%%/tests/scheduler/xml/rule-int-parse-fail-default-str-no-match.xml +%%DATADIR%%/tests/scheduler/xml/shutdown-lock-expiration.xml +%%DATADIR%%/tests/scheduler/xml/shutdown-lock.xml +%%DATADIR%%/tests/scheduler/xml/shutdown-maintenance-node.xml +%%DATADIR%%/tests/scheduler/xml/simple1.xml +%%DATADIR%%/tests/scheduler/xml/simple11.xml +%%DATADIR%%/tests/scheduler/xml/simple12.xml +%%DATADIR%%/tests/scheduler/xml/simple2.xml +%%DATADIR%%/tests/scheduler/xml/simple3.xml +%%DATADIR%%/tests/scheduler/xml/simple4.xml +%%DATADIR%%/tests/scheduler/xml/simple6.xml +%%DATADIR%%/tests/scheduler/xml/simple7.xml +%%DATADIR%%/tests/scheduler/xml/simple8.xml +%%DATADIR%%/tests/scheduler/xml/site-specific-params.xml +%%DATADIR%%/tests/scheduler/xml/standby.xml +%%DATADIR%%/tests/scheduler/xml/start-then-stop-with-unfence.xml +%%DATADIR%%/tests/scheduler/xml/stonith-0.xml +%%DATADIR%%/tests/scheduler/xml/stonith-1.xml +%%DATADIR%%/tests/scheduler/xml/stonith-2.xml +%%DATADIR%%/tests/scheduler/xml/stonith-3.xml +%%DATADIR%%/tests/scheduler/xml/stonith-4.xml +%%DATADIR%%/tests/scheduler/xml/stop-all-resources.xml +%%DATADIR%%/tests/scheduler/xml/stop-failure-no-fencing.xml +%%DATADIR%%/tests/scheduler/xml/stop-failure-no-quorum.xml +%%DATADIR%%/tests/scheduler/xml/stop-failure-with-fencing.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-00.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-01.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-02.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-03.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-04.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-05.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-06.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-07.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-08.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-09.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-10.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-11.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-12.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-20.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-21.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-22.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-23.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-24.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-25.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-26.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-27.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-30.xml +%%DATADIR%%/tests/scheduler/xml/stopped-monitor-31.xml +%%DATADIR%%/tests/scheduler/xml/suicide-needed-inquorate.xml +%%DATADIR%%/tests/scheduler/xml/suicide-not-needed-initial-quorum.xml +%%DATADIR%%/tests/scheduler/xml/suicide-not-needed-never-quorate.xml +%%DATADIR%%/tests/scheduler/xml/suicide-not-needed-quorate.xml +%%DATADIR%%/tests/scheduler/xml/systemhealth1.xml +%%DATADIR%%/tests/scheduler/xml/systemhealth2.xml +%%DATADIR%%/tests/scheduler/xml/systemhealth3.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthm1.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthm2.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthm3.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthn1.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthn2.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthn3.xml +%%DATADIR%%/tests/scheduler/xml/systemhealtho1.xml +%%DATADIR%%/tests/scheduler/xml/systemhealtho2.xml +%%DATADIR%%/tests/scheduler/xml/systemhealtho3.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthp1.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthp2.xml +%%DATADIR%%/tests/scheduler/xml/systemhealthp3.xml +%%DATADIR%%/tests/scheduler/xml/tags-coloc-order-1.xml +%%DATADIR%%/tests/scheduler/xml/tags-coloc-order-2.xml +%%DATADIR%%/tests/scheduler/xml/tags-location.xml +%%DATADIR%%/tests/scheduler/xml/tags-ticket.xml +%%DATADIR%%/tests/scheduler/xml/target-0.xml +%%DATADIR%%/tests/scheduler/xml/target-1.xml +%%DATADIR%%/tests/scheduler/xml/target-2.xml +%%DATADIR%%/tests/scheduler/xml/template-1.xml +%%DATADIR%%/tests/scheduler/xml/template-2.xml +%%DATADIR%%/tests/scheduler/xml/template-3.xml +%%DATADIR%%/tests/scheduler/xml/template-clone-group.xml +%%DATADIR%%/tests/scheduler/xml/template-clone-primitive.xml +%%DATADIR%%/tests/scheduler/xml/template-coloc-1.xml +%%DATADIR%%/tests/scheduler/xml/template-coloc-2.xml +%%DATADIR%%/tests/scheduler/xml/template-coloc-3.xml +%%DATADIR%%/tests/scheduler/xml/template-order-1.xml +%%DATADIR%%/tests/scheduler/xml/template-order-2.xml +%%DATADIR%%/tests/scheduler/xml/template-order-3.xml +%%DATADIR%%/tests/scheduler/xml/template-rsc-sets-1.xml +%%DATADIR%%/tests/scheduler/xml/template-rsc-sets-2.xml +%%DATADIR%%/tests/scheduler/xml/template-rsc-sets-3.xml +%%DATADIR%%/tests/scheduler/xml/template-rsc-sets-4.xml +%%DATADIR%%/tests/scheduler/xml/template-ticket.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-1.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-10.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-11.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-12.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-13.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-14.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-15.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-16.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-17.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-18.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-19.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-2.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-20.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-21.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-22.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-23.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-24.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-3.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-4.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-5.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-6.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-7.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-8.xml +%%DATADIR%%/tests/scheduler/xml/ticket-clone-9.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-1.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-10.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-11.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-12.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-13.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-14.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-15.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-16.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-17.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-18.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-19.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-2.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-20.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-21.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-22.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-23.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-24.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-3.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-4.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-5.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-6.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-7.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-8.xml +%%DATADIR%%/tests/scheduler/xml/ticket-group-9.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-1.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-10.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-11.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-12.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-13.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-14.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-15.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-16.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-17.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-18.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-19.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-2.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-20.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-21.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-22.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-23.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-24.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-3.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-4.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-5.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-6.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-7.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-8.xml +%%DATADIR%%/tests/scheduler/xml/ticket-primitive-9.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-1.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-10.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-11.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-12.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-13.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-14.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-15.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-16.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-17.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-18.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-19.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-2.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-20.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-21.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-22.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-23.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-24.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-3.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-4.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-5.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-6.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-7.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-8.xml +%%DATADIR%%/tests/scheduler/xml/ticket-promoted-9.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-1.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-10.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-11.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-12.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-13.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-14.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-2.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-3.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-4.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-5.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-6.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-7.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-8.xml +%%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-9.xml +%%DATADIR%%/tests/scheduler/xml/unfence-definition.xml +%%DATADIR%%/tests/scheduler/xml/unfence-device.xml +%%DATADIR%%/tests/scheduler/xml/unfence-parameters.xml +%%DATADIR%%/tests/scheduler/xml/unfence-startup.xml +%%DATADIR%%/tests/scheduler/xml/unmanaged-block-restart.xml +%%DATADIR%%/tests/scheduler/xml/unmanaged-promoted.xml +%%DATADIR%%/tests/scheduler/xml/unmanaged-stop-1.xml +%%DATADIR%%/tests/scheduler/xml/unmanaged-stop-2.xml +%%DATADIR%%/tests/scheduler/xml/unmanaged-stop-3.xml +%%DATADIR%%/tests/scheduler/xml/unmanaged-stop-4.xml +%%DATADIR%%/tests/scheduler/xml/unrunnable-1.xml +%%DATADIR%%/tests/scheduler/xml/unrunnable-2.xml +%%DATADIR%%/tests/scheduler/xml/use-after-free-merge.xml +%%DATADIR%%/tests/scheduler/xml/utilization-check-allowed-nodes.xml +%%DATADIR%%/tests/scheduler/xml/utilization-order1.xml +%%DATADIR%%/tests/scheduler/xml/utilization-order2.xml +%%DATADIR%%/tests/scheduler/xml/utilization-order3.xml +%%DATADIR%%/tests/scheduler/xml/utilization-order4.xml +%%DATADIR%%/tests/scheduler/xml/utilization-shuffle.xml +%%DATADIR%%/tests/scheduler/xml/utilization.xml +%%DATADIR%%/tests/scheduler/xml/value-source.xml +%%DATADIR%%/tests/scheduler/xml/versioned-operations-1.xml +%%DATADIR%%/tests/scheduler/xml/versioned-operations-2.xml +%%DATADIR%%/tests/scheduler/xml/versioned-operations-3.xml +%%DATADIR%%/tests/scheduler/xml/versioned-operations-4.xml +%%DATADIR%%/tests/scheduler/xml/versioned-resources.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-asymmetric.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-fail1.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-fail2.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-fail3.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-imply-stop-on-fence.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-migrate1.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-move.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-ms-ordering-move.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-ms-ordering.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-nested-group.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-orphan-ms.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-orphaned.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-start.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-stop.xml +%%DATADIR%%/tests/scheduler/xml/whitebox-unexpectedly-running.xml +%%DATADIR%%/tests/scheduler/xml/year-2038.xml %%DATADIR%%/tests/valgrind-pcmk.suppressions %%DATADIR%%/upgrade-1.3.xsl %%DATADIR%%/upgrade-2.10-enter.xsl %%DATADIR%%/upgrade-2.10-leave.xsl %%DATADIR%%/upgrade-2.10.xsl %%DATADIR%%/versions.rng %%SNMP%%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