lijuanmen

Results 5 issues of lijuanmen

The testcases in libvirt were runned with win7 and win2012 guest os. All of them related to agent mode runned failed. In the py file(eg,virsh_reboot.py),the code about agent is as...

The failed testcases are "virsh.dumpxml.normal_test.vm_shutoff.with_cpu.minimum_match.domname" ,"virsh.dumpxml.normal_test.vm_shutoff.with_cpu.minimum_match.domuuid" , "virsh.dumpxml.normal_test.vm_shutoff.with_cpu.exact_match.domname" , "virsh.dumpxml.normal_test.vm_shutoff.with_cpu.exact_match.domuuid" , "virsh.dumpxml.normal_test.vm_shutoff.with_cpu.strict_match.domname" , "virsh.dumpxml.normal_test.vm_shutoff.with_cpu.strict_match.domuuid" , When running these testcases , the results show error infomation "typeError:add_feature() takes exactly 2 arguments"

The failed testcase is "virsh.setvcpus.error_test.no_acpi_feature" The testcase was runned with rhel7 guest os. The result showed the error infomation "KeyError:features". That is the script cannot find the the key "features".

The content of the config file is as followed: include tests-shared.cfg variants: - @qemu_kvm_jeos_quick: only (image_backend=filesystem) only no_9p_export only no_pci_assignable no hugepages no multi_host only RHEL.7.0 qemu_binary = /usr/libexec/qemu-kvm qemu_img_binary...

the failed testcases are "virsh.undefine.normal_test.vm_shut_off.remove_storage.wipe_data" and "virsh.undefine.normal_test.vm_shut_off.remove_storage.no_wipe_date" When running the two testcases,the results show error infomation "AttributeError: 'module' object has no attribute 'get_all_vol_paths'"