/usr/share/libvirt-tck/tests/domain/050-transient-lifecycle.t ...... 1..2 # Creating a new transient domain ok 1 - created transient domain object # Destroying the transient doamin # Checking that transient domain has gone away ok 2 - NO_DOMAIN error raised from missing domain ok /usr/share/libvirt-tck/tests/domain/060-persistent-lifecycle.t ..... 1..9 # Defining an inactive domain config ok 1 - defined persistent domain config # Undefining inactive domain config # Checking that persistent domain has gone away ok 2 - NO_DOMAIN error raised from missing domain # Defining inactive domain config again ok 3 - defined persistent domain config # Starting inactive domain config ok 4 - running domain has an ID > 0 # Trying another domain lookup by name ok 5 - the running domain object ok 6 - running domain has an ID > 0 # Destroying the running domain # Checking there is still an inactive domain config ok 7 - the inactive domain object ok 8 - inactive domain has an ID == -1 # Undefining the inactive domain config ok 9 - NO_DOMAIN error raised from missing domain ok /usr/share/libvirt-tck/tests/domain/070-transient-to-persistent.t .. 1..4 # Creating a new transient domain ok 1 - created transient domain # Defining config for transient guest ok 2 - defined transient domain # Destroying active domain libvirt error code: 8, message: invalid argument in Domain test isn't running. # Looks like you planned 4 tests but only ran 2. # Looks like your test died just after 2. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/4 subtests /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t ....... 1..20 # Starting phase 1 # Defining persistent domain config ok 1 - defined persistent domain # Trying to create a running guest with same name, different UUID not ok 2 - OPERATION_FAILED error raised from clashing name # Failed test 'OPERATION_FAILED error raised from clashing name' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 103. # expecting Sys::Virt::Error object with code 9 # found '' # Trying to create a running guest with same UUID, different name not ok 3 - OPERATION_FAILED error raised from clashing name # Failed test 'OPERATION_FAILED error raised from clashing name' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 107. # expecting Sys::Virt::Error object with code 9 # found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected.\nFile /root/tck/disk.img is loopback-mounted through /dev/loop0,\nwhich is mounted in a guest domain,\nand so cannot be mounted now.') # ' # Trying to define a inactive guest with same name, different UUID not ok 4 - OPERATION_FAILED error raised from clashing name # Failed test 'OPERATION_FAILED error raised from clashing name' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 111. # expecting Sys::Virt::Error object with code 9 # found '' # Trying to define a inactive guest with same UUID, different name ok 5 - defined persistent domain # Checking that domain test1 has really gone after rename not ok 6 - NO_DOMAIN error raised from missing (renamed) domain # Failed test 'NO_DOMAIN error raised from missing (renamed) domain' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 118. # expecting Sys::Virt::Error object with code 42 # found '' # Checking the guest really has got new name ok 7 - fetched persistent domain # Undefining persistent guest config # Checking that domain has now gone ok 8 - NO_DOMAIN error raised from undefined domain # Checking that original domain is still gone not ok 9 - NO_DOMAIN error raised from undefined domain # Failed test 'NO_DOMAIN error raised from undefined domain' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 133. # expecting Sys::Virt::Error object with code 42 # found '' # Starting phase 2 # Creating transient active domain not ok 10 - created transient domain # Failed test 'created transient domain' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 144. # expected Sys::Virt::Domain object with name test1 # found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: VM name 'test1' already in use by domain 51") # ' # Trying to create a running guest with same name, different UUID not ok 11 - OPERATION_FAILED error raised from clashing name # Failed test 'OPERATION_FAILED error raised from clashing name' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 148. # expecting Sys::Virt::Error object with code 9 # found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: VM name 'test1' already in use by domain 51") # ' # Trying to create a running guest with same UUID, different name not ok 12 - OPERATION_FAILED error raised from clashing name # Failed test 'OPERATION_FAILED error raised from clashing name' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 152. # expecting Sys::Virt::Error object with code 9 # found 'libvirt error code: 11, message: POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected.\nFile /root/tck/disk.img is loopback-mounted through /dev/loop0,\nwhich is mounted in a guest domain,\nand so cannot be mounted now.') # ' # Trying to define a inactive guest with same name, different UUID not ok 13 - OPERATION_FAILED error raised from clashing name # Failed test 'OPERATION_FAILED error raised from clashing name' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 156. # expecting Sys::Virt::Error object with code 9 # found '' # Trying to define a inactive guest with same UUID, different name ok 14 - defined persistent domain # Checking that domain test1 has really gone after rename not ok 15 - NO_DOMAIN error raised from missing (renamed) domain # Failed test 'NO_DOMAIN error raised from missing (renamed) domain' # in /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t at line 164. # expecting Sys::Virt::Error object with code 42 # found '' # Checking the guest really has got new name ok 16 - fetched persistent domain # Stopping active guest libvirt error code: 8, message: invalid argument in Domain test2 isn't running. # Looks like you planned 20 tests but only ran 16. # Looks like you failed 10 tests of 16 run. # Looks like your test died just after 16. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 14/20 subtests Test Summary Report ------------------- /usr/share/libvirt-tck/tests/domain/070-transient-to-persistent.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 4 tests but ran 2. /usr/share/libvirt-tck/tests/domain/080-unique-identifiers.t (Wstat: 65280 Tests: 16 Failed: 10) Failed tests: 2-4, 6, 9-13, 15 Non-zero exit status: 255 Parse errors: Bad plan. You planned 20 tests but ran 16. Files=4, Tests=29, 6 wallclock secs ( 0.04 usr 0.01 sys + 0.15 cusr 0.04 csys = 0.24 CPU) Result: FAIL