1. 06 9月, 2013 3 次提交
    • X
      qemu.tests: make mutli_disk test works for linux guest · c89c3fa4
      Xu Tian 提交于
      fix not all disk listed issue, get cdrom drive letter with
      utils_misc.get_winutils_vol();
      Signed-off-by: NXu Tian <xutian@redhat.com>
      c89c3fa4
    • C
      virt-libvirt: Unittest causing failures in others · bba53cf0
      Chris Evich 提交于
      Our check_patch and run_unittests scripts both run all unittest files IN
      PARALLEL, not one at a time. This leads to some really interesting and
      difficult to debug problems, like one test deleting/modifying temp files
      or state for another test.  Problems here are:
      
      1) The VIRSH_EXEC logic isn't working right, and because the virsh
      module is sharing memory, changing virsh.virsh_exec in your test is
      interfering with other tests.
      
      2) Many tests are calling self.sp.method() which execute real virsh
      commands. This is fine, except that they don't all work w/o root access
      and therefore are dependant on external state.
      Signed-off-by: NChris Evich <cevich@redhat.com>
      bba53cf0
    • C
      virt-libvirt: Pylint fixes for vm_xml · 19b631ce
      Chris Evich 提交于
      Mainly minor items that should have no effect on tests.  Some
      more risky changes were made to set_agent_channel() and
      get_iface_dev() methods.  Those changes were made because
      it made line-wrapping easier (lines were too long) and to
      make parameter passing more clear (redundant ** magic).
      Signed-off-by: NChris Evich <cevich@redhat.com>
      19b631ce
  2. 05 9月, 2013 19 次提交
  3. 04 9月, 2013 10 次提交
  4. 03 9月, 2013 3 次提交
  5. 02 9月, 2013 5 次提交