diff options
Diffstat (limited to 'cts/scheduler/exp/rule-int-parse-fail-default-str-match.exp')
-rw-r--r-- | cts/scheduler/exp/rule-int-parse-fail-default-str-match.exp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/exp/rule-int-parse-fail-default-str-match.exp b/cts/scheduler/exp/rule-int-parse-fail-default-str-match.exp new file mode 100644 index 0000000..002df23 --- /dev/null +++ b/cts/scheduler/exp/rule-int-parse-fail-default-str-match.exp @@ -0,0 +1,11 @@ +<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" transition_id="0"> + <synapse id="0"> + <action_set> + <rsc_op id="2" operation="stop" operation_key="dummy_stop_0" on_node="node1" on_node_uuid="1"> + <primitive id="dummy" class="ocf" provider="heartbeat" type="Dummy"/> + <attributes CRM_meta_name="stop" CRM_meta_on_node="node1" CRM_meta_on_node_uuid="1" CRM_meta_timeout="20000" /> + </rsc_op> + </action_set> + <inputs/> + </synapse> +</transition_graph> |