<results>
  <test name="/usr/share/libvirt-tck/tests/domain/050-transient-lifecycle.t">
    <plan count="2" />
    <comment><![CDATA[Creating a new transient domain]]></comment>
    <test id="1">
      <pass />
      <desc><![CDATA[- created transient domain object]]></desc>
    </test>
    <comment><![CDATA[Destroying the transient doamin]]></comment>
    <comment><![CDATA[Checking that transient domain has gone away]]></comment>
    <test id="2">
      <pass />
      <desc><![CDATA[- NO_DOMAIN error raised from missing domain]]></desc>
    </test>
    <summary passed="2" failed="0" todo="0" unexpected="0" skipped="0">
      <plan expected="2" actual="2" />
      <status wait="0" exit="0" />
      <timing start="1239205100.74797" end="1239205101.78864" />
    </summary>
  </test>
  <test name="/usr/share/libvirt-tck/tests/domain/060-persistent-lifecycle.t">
    <plan count="9" />
    <comment><![CDATA[Defining an inactive domain config]]></comment>
    <test id="1">
      <pass />
      <desc><![CDATA[- defined persistent domain config]]></desc>
    </test>
    <comment><![CDATA[Undefining inactive domain config]]></comment>
    <comment><![CDATA[Checking that persistent domain has gone away]]></comment>
    <test id="2">
      <pass />
      <desc><![CDATA[- NO_DOMAIN error raised from missing domain]]></desc>
    </test>
    <comment><![CDATA[Defining inactive domain config again]]></comment>
    <test id="3">
      <pass />
      <desc><![CDATA[- defined persistent domain config]]></desc>
    </test>
    <comment><![CDATA[Starting inactive domain config]]></comment>
    <test id="4">
      <pass />
      <desc><![CDATA[- running domain has an ID > 0]]></desc>
    </test>
    <comment><![CDATA[Trying another domain lookup by name]]></comment>
    <test id="5">
      <pass />
      <desc><![CDATA[- the running domain object]]></desc>
    </test>
    <test id="6">
      <pass />
      <desc><![CDATA[- running domain has an ID > 0]]></desc>
    </test>
    <comment><![CDATA[Destroying the running domain]]></comment>
    <comment><![CDATA[Checking there is still an inactive domain config]]></comment>
    <test id="7">
      <pass />
      <desc><![CDATA[- the inactive domain object]]></desc>
    </test>
    <test id="8">
      <pass />
      <desc><![CDATA[- inactive domain has an ID == -1]]></desc>
    </test>
    <comment><![CDATA[Undefining the inactive domain config]]></comment>
    <test id="9">
      <pass />
      <desc><![CDATA[- NO_DOMAIN error raised from missing domain]]></desc>
    </test>
    <summary passed="9" failed="0" todo="0" unexpected="0" skipped="0">
      <plan expected="9" actual="9" />
      <status wait="0" exit="0" />
      <timing start="1239205101.80479" end="1239205102.78921" />
    </summary>
  </test>
  <test name="/usr/share/libvirt-tck/tests/domain/070-transient-to-persistent.t">
    <plan count="4" />
    <comment><![CDATA[Creating a new transient domain]]></comment>
    <test id="1">
      <pass />
      <desc><![CDATA[- created transient domain]]></desc>
    </test>
    <comment><![CDATA[Defining config for transient guest]]></comment>
    <test id="2">
      <pass />
      <desc><![CDATA[- defined transient domain]]></desc>
    </test>
    <comment><![CDATA[Destroying active domain]]></comment>
    <unknown><![CDATA[libvirt error code: 8, message: invalid argument in Domain test isn't running.]]></unknown>
    <comment><![CDATA[Looks like you planned 4 tests but only ran 2.]]></comment>
    <comment><![CDATA[Looks like your test died just after 2.]]></comment>
    <summary passed="2" failed="0" todo="0" unexpected="0" skipped="0">
      <plan expected="4" actual="2" />
      <status wait="65280" exit="255" />
      <timing start="1239205102.79516" end="1239205103.65949" />
    </summary>
  </test>
  <test name="/usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t">
    <plan count="20" />
    <comment><![CDATA[Starting phase 1]]></comment>
    <comment><![CDATA[Defining persistent domain config]]></comment>
    <test id="1">
      <pass />
      <desc><![CDATA[- defined persistent domain]]></desc>
    </test>
    <comment><![CDATA[Trying to create a running guest with same name, different UUID]]></comment>
    <test id="2">
      <fail />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Failed test 'OPERATION_FAILED error raised from clashing name']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 103.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 9]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Trying to create a running guest with same UUID, different name]]></comment>
    <test id="3">
      <fail />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Failed test 'OPERATION_FAILED error raised from clashing name']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 107.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 9]]></comment>
    <comment><![CDATA[found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected.\nFile /root/tck/disk.img is loopback-mounted through /dev/loop0,\nwhich is mounted in a guest domain,\nand so cannot be mounted now.')]]></comment>
    <comment><![CDATA[']]></comment>
    <comment><![CDATA[Trying to define a inactive guest with same name, different UUID]]></comment>
    <test id="4">
      <fail />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Failed test 'OPERATION_FAILED error raised from clashing name']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 111.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 9]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Trying to define a inactive guest with same UUID, different name]]></comment>
    <test id="5">
      <pass />
      <desc><![CDATA[- defined persistent domain]]></desc>
    </test>
    <comment><![CDATA[Checking that domain test1 has really gone after rename]]></comment>
    <test id="6">
      <fail />
      <desc><![CDATA[- NO_DOMAIN error raised from missing (renamed) domain]]></desc>
    </test>
    <comment><![CDATA[Failed test 'NO_DOMAIN error raised from missing (renamed) domain']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 118.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 42]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Checking the guest really has got new name]]></comment>
    <test id="7">
      <pass />
      <desc><![CDATA[- fetched persistent domain]]></desc>
    </test>
    <comment><![CDATA[Undefining persistent guest config]]></comment>
    <comment><![CDATA[Checking that domain has now gone]]></comment>
    <test id="8">
      <pass />
      <desc><![CDATA[- NO_DOMAIN error raised from undefined domain]]></desc>
    </test>
    <comment><![CDATA[Checking that original domain is still gone]]></comment>
    <test id="9">
      <fail />
      <desc><![CDATA[- NO_DOMAIN error raised from undefined domain]]></desc>
    </test>
    <comment><![CDATA[Failed test 'NO_DOMAIN error raised from undefined domain']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 133.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 42]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Starting phase 2]]></comment>
    <comment><![CDATA[Creating transient active domain]]></comment>
    <test id="10">
      <fail />
      <desc><![CDATA[- created transient domain]]></desc>
    </test>
    <comment><![CDATA[Failed test 'created transient domain']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 144.]]></comment>
    <comment><![CDATA[expected Sys::Virt::Domain object with name test1]]></comment>
    <comment><![CDATA[found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: VM name 'test1' already in use by domain 45")]]></comment>
    <comment><![CDATA[']]></comment>
    <comment><![CDATA[Trying to create a running guest with same name, different UUID]]></comment>
    <test id="11">
      <fail />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Failed test 'OPERATION_FAILED error raised from clashing name']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 148.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 9]]></comment>
    <comment><![CDATA[found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: VM name 'test1' already in use by domain 45")]]></comment>
    <comment><![CDATA[']]></comment>
    <comment><![CDATA[Trying to create a running guest with same UUID, different name]]></comment>
    <test id="12">
      <fail />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Failed test 'OPERATION_FAILED error raised from clashing name']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 152.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 9]]></comment>
    <comment><![CDATA[found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected.\nFile /root/tck/disk.img is loopback-mounted through /dev/loop0,\nwhich is mounted in a guest domain,\nand so cannot be mounted now.')]]></comment>
    <comment><![CDATA[']]></comment>
    <comment><![CDATA[Trying to define a inactive guest with same name, different UUID]]></comment>
    <test id="13">
      <fail />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Failed test 'OPERATION_FAILED error raised from clashing name']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 156.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 9]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Trying to define a inactive guest with same UUID, different name]]></comment>
    <test id="14">
      <pass />
      <desc><![CDATA[- defined persistent domain]]></desc>
    </test>
    <comment><![CDATA[Checking that domain test1 has really gone after rename]]></comment>
    <test id="15">
      <fail />
      <desc><![CDATA[- NO_DOMAIN error raised from missing (renamed) domain]]></desc>
    </test>
    <comment><![CDATA[Failed test 'NO_DOMAIN error raised from missing (renamed) domain']]></comment>
    <comment><![CDATA[in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 164.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 42]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Checking the guest really has got new name]]></comment>
    <test id="16">
      <pass />
      <desc><![CDATA[- fetched persistent domain]]></desc>
    </test>
    <comment><![CDATA[Stopping active guest]]></comment>
    <unknown><![CDATA[libvirt error code: 8, message: invalid argument in Domain test2 isn't running.]]></unknown>
    <comment><![CDATA[Looks like you planned 20 tests but only ran 16.]]></comment>
    <comment><![CDATA[Looks like you failed 10 tests of 16 run.]]></comment>
    <comment><![CDATA[Looks like your test died just after 16.]]></comment>
    <summary passed="6" failed="10" todo="0" unexpected="0" skipped="0">
      <plan expected="20" actual="16" />
      <status wait="65280" exit="255" />
      <timing start="1239205103.69107" end="1239205106.27696" />
    </summary>
  </test>
  <summary total="29" passed="19" failed="10" todo="0" unexpected="0" skipped="0" errors="2"></summary>
</results>
