Zhou Zheng Sheng has posted comments on this change. Change subject: add simple VM creation functional test ......................................................................
Patch Set 9: Thanks Yaniv. In patch set 9, I let the test detect KVM, if it's not available it just skip. The method of detecting KVM is provided by VDSM itself, the call to "getVdsCapabilities()" returns a dict, the KVM availability info is included in that dict. On my machine, when I run test without kvm_intel, it will be skipped. VDSM detect KVM availability by checking eith /dev/kvm exists or faqemu is enabled. If you run patch set 9 withou kvm_intel loaded, then it should have been skipped. Now it is not skipped, that may because you enabled faqemu and faqemu is not setup correctly. When VDSM invoke libvirt to start VM, the XML definition of the VM is dumped to vdsm log. Could you paste the dumped XML so we can see what's going on? -- To view, visit http://gerrit.ovirt.org/7396 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Icb0d86ce20a547ef809d5407fe12d6ade474c4d2 Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Deepak C Shetty <[email protected]> Gerrit-Reviewer: Gal Hammer <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: ShaoHe Feng <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
