Hi Lucas, On Thu, Mar 20, 2014 at 11:17 PM, Lucas Meneghel Rodrigues <[email protected]> wrote: > > vg.name = None because, guess what, there are no defined names in the params > by default. It is not a bug.
I mean vg is None, and will trigger below ERROR: 23:24:05 ERROR| File "/mnt/ssd/git/autotest/client/tests/virt/virttest/lvm.py", line 487, in setup_pv 23:24:05 ERROR| cmd = "lvm pvs -opv_name,pv_size %s %s" % (COMMON_OPTS, vg.name) 23:24:05 ERROR| AttributeError: 'NoneType' object has no attribute 'name' 23:24:05 ERROR| 23:24:05 ERROR| FAIL type_specific.io-github-autotest-qemu.hello_world -> AttributeError: 'NoneType' object has no attribute 'name' Thanks, -- Ming Lei _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
