<results>
  <test name="./scripts/domain/050-transient-lifecycle">
    <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="1239206341.18569" end="1239206341.3487" />
    </summary>
  </test>
  <test name="./scripts/domain/060-persistent-lifecycle">
    <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">
      <fail />
      <desc><![CDATA[- running domain has an ID > 0]]></desc>
    </test>
    <comment><![CDATA[Failed test 'running domain has an ID > 0']]></comment>
    <comment><![CDATA[at ./scripts/domain/060-persistent-lifecycle.t line 63.]]></comment>
    <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>
    <comment><![CDATA[Looks like you failed 1 test of 9.]]></comment>
    <summary passed="8" failed="1" todo="0" unexpected="0" skipped="0">
      <plan expected="9" actual="9" />
      <status wait="256" exit="1" />
      <timing start="1239206341.35191" end="1239206341.52092" />
    </summary>
  </test>
  <test name="./scripts/domain/070-transient-to-persistent">
    <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>
    <comment><![CDATA[Checking that an inactive domain config still exists]]></comment>
    <test id="3">
      <pass />
      <desc><![CDATA[- transient domain config]]></desc>
    </test>
    <comment><![CDATA[Removing inactive domain config]]></comment>
    <comment><![CDATA[Checking that inactive domain has really gone]]></comment>
    <test id="4">
      <pass />
      <desc><![CDATA[- NO_DOMAIN error raised from missing domain]]></desc>
    </test>
    <summary passed="4" failed="0" todo="0" unexpected="0" skipped="0">
      <plan expected="4" actual="4" />
      <status wait="0" exit="0" />
      <timing start="1239206341.52415" end="1239206341.69214" />
    </summary>
  </test>
  <test name="./scripts/domain/080-unique-identifiers">
    <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">
      <pass />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <comment><![CDATA[Trying to create a running guest with same UUID, different name]]></comment>
    <test id="3">
      <pass />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <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[at ./scripts/domain/080-unique-identifiers.t 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[at ./scripts/domain/080-unique-identifiers.t 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[at ./scripts/domain/080-unique-identifiers.t 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[at ./scripts/domain/080-unique-identifiers.t line 144.]]></comment>
    <comment><![CDATA[expected Sys::Virt::Domain object with name test1]]></comment>
    <comment><![CDATA[found 'libvirt error code: 9, message: operation failed: domain 'test1' is already defined]]></comment>
    <comment><![CDATA[']]></comment>
    <comment><![CDATA[Trying to create a running guest with same name, different UUID]]></comment>
    <test id="11">
      <pass />
      <desc><![CDATA[- OPERATION_FAILED error raised from clashing name]]></desc>
    </test>
    <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[at ./scripts/domain/080-unique-identifiers.t line 152.]]></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 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[at ./scripts/domain/080-unique-identifiers.t 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[at ./scripts/domain/080-unique-identifiers.t 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>
    <comment><![CDATA[Checking the guest has still got new name]]></comment>
    <test id="17">
      <pass />
      <desc><![CDATA[- fetched persistent domain]]></desc>
    </test>
    <comment><![CDATA[Checking that original domain is still gone]]></comment>
    <test id="18">
      <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[at ./scripts/domain/080-unique-identifiers.t line 177.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 42]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Undefining persistent guest config]]></comment>
    <comment><![CDATA[Checking that domain has now gone]]></comment>
    <test id="19">
      <pass />
      <desc><![CDATA[- NO_DOMAIN error raised from undefined domain]]></desc>
    </test>
    <comment><![CDATA[Checking that original domain is still gone]]></comment>
    <test id="20">
      <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[at ./scripts/domain/080-unique-identifiers.t line 189.]]></comment>
    <comment><![CDATA[expecting Sys::Virt::Error object with code 42]]></comment>
    <comment><![CDATA[found '']]></comment>
    <comment><![CDATA[Looks like you failed 9 tests of 20.]]></comment>
    <summary passed="11" failed="9" todo="0" unexpected="0" skipped="0">
      <plan expected="20" actual="20" />
      <status wait="2304" exit="9" />
      <timing start="1239206341.69539" end="1239206341.80436" />
    </summary>
  </test>
  <test name="./scripts/domain/090-invalid-ops-when-inactive">
    <plan count="2" />
    <comment><![CDATA[Creating a new persistent domain]]></comment>
    <test id="1">
      <pass />
      <desc><![CDATA[- defined persistent domain object]]></desc>
    </test>
    <test id="2">
      <pass />
      <desc><![CDATA[- suspend of inactive domain not allowed]]></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="1239206341.80766" end="1239206341.86866" />
    </summary>
  </test>
  <summary total="37" passed="27" failed="10" todo="0" unexpected="0" skipped="0" errors="0"></summary>
</results>
