~ubuntu-branches/ubuntu/vivid/crmsh/vivid

« back to all changes in this revision

Viewing changes to test/testcases/rset-xml.exp

  • Committer: Package Import Robot
  • Author(s): Martin Loschwitz
  • Date: 2013-08-05 05:21:29 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130805052129-aooqqanxrctmy93m
Tags: 1.2.5+hg1034-1
New upstream checkout

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" ?>
2
 
<cib num_updates="1" dc-uuid="f36760d8-d84a-46b2-b452-4c8cac8b3396" crm_feature_set="3.0.1" validate-with="pacemaker-1.1" remote-tls-port="0" epoch="2" admin_epoch="0" cib-last-written="Sun Apr 12 21:37:48 2009" have-quorum="1">
 
2
<cib admin_epoch="0" epoch="1" num_updates="1" validate-with="pacemaker-1.2" cib-last-written="Sun Apr 12 21:37:48 2009">
3
3
  <configuration>
4
4
    <crm_config/>
5
5
    <nodes>
6
6
      <node uname="node1" id="node1"/>
7
7
    </nodes>
8
8
    <resources>
9
 
      <primitive id="d1" class="ocf" provider="pacemaker" type="Dummy"/>
10
9
      <primitive id="st" class="stonith" type="ssh">
11
10
        <instance_attributes id="st-instance_attributes">
12
11
          <nvpair name="hostlist" value="node1" id="st-instance_attributes-hostlist"/>
17
16
      </primitive>
18
17
      <primitive id="d5" class="ocf" provider="heartbeat" type="Dummy"/>
19
18
      <primitive id="d3" class="ocf" provider="heartbeat" type="Dummy"/>
 
19
      <primitive id="d1" class="ocf" provider="pacemaker" type="Dummy"/>
20
20
    </resources>
21
21
    <constraints>
22
 
      <rsc_colocation id="c3" score="INFINITY" rsc="d3" with-rsc="d1"/>
 
22
      <rsc_colocation id="c2" score="INFINITY" rsc="d3" with-rsc="d1"/>
23
23
      <rsc_colocation id="c1" score="INFINITY">
24
24
        <resource_set id="c1-1" sequential="false">
25
25
          <resource_ref id="d1"/>
26
26
          <resource_ref id="d3"/>
27
27
        </resource_set>
28
28
      </rsc_colocation>
 
29
      <rsc_colocation id="c3" score="INFINITY" rsc="d3" with-rsc="d1"/>
29
30
      <rsc_order id="o1" kind="Serialize" first="d1" then="d3"/>
30
 
      <rsc_colocation id="c2" score="INFINITY" rsc="d3" with-rsc="d1"/>
31
31
    </constraints>
32
32
  </configuration>
33
33
</cib>