
-------------------------------------------------------------------- ComputerSystem - 34_start_disable.py: FAIL ERROR - Unable to check guest state ERROR - Exception: EnabledState is 2, expected 3. ERROR - Unable to check guest state
This is because the guest isn't starting properly on the system. Need to investigate why this is...
-------------------------------------------------------------------- ComputerSystemMigrationJobIndication - 01_csmig_ind_for_offline_mig.py: FAIL ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') ERROR - Exception in local_remote_migrate() ERROR - Exception details Failed to verify Migration support on host 'localhost' ERROR - Exception: Unable to generate indication InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)
This was an system setup problem - system wasn't configured to allow Xen migration.
-------------------------------------------------------------------- ResourcePoolConfigurationService - 07_DeleteResourcePool.py: FAIL ERROR - Need to give different bridge name since it already exists ERROR - SystemExit : 2 Traceback (most recent call last): File "./lib/XenKvmLib/const.py", line 139, in do_try File "07_DeleteResourcePool.py", line 92, in main status = create_pool(options.ip, options.virt, test_pool, pool_attr) File "/xen-data/users/kaitlin/sandbox/cimtest/suites/libvirt-cim/lib/XenKvmLib/pool.py", line 224, in create_pool File "./lib/XenKvmLib/vxml.py", line 217, in __init__ SystemExit: 2 ERROR - None
Wasn't able to reproduce this failure - looks as if a previous test didn't clean up appropriately.
-------------------------------------------------------------------- ResourcePoolConfigurationService - 08_CreateDiskResourcePool.py: FAIL ERROR - DiskPool template RASDs not supported. Supported in version 863. ERROR - Exception details: Failed to create 'DISK_POOL_DIR' type diskpool 'DISK_POOL_DIR' -------------------------------------------------------------------- ResourcePoolConfigurationService - 10_create_storagevolume.py: FAIL ERROR - Exception details: (1, u'CIM_ERR_FAILED: Unknown Method') InvokeMethod(CreateResourceInPool): CIM_ERR_FAILED: Unknown Method -------------------------------------------------------------------- ResourcePoolConfigurationService - 11_create_dir_storagevolume_errs.py: FAIL ERROR - Failed to get the error message 'Unable to create storage volume' ERROR - In main() Exception details: Failed to verify the Invlaid 'DUP_VOL_PATH' InvokeMethod(CreateResourceInPool): CIM_ERR_FAILED: Unknown Method -------------------------------------------------------------------- ResourcePoolConfigurationService - 13_delete_storagevolume.py: FAIL ERROR - Exception details: (1, u'CIM_ERR_FAILED: Unknown Method') InvokeMethod(CreateResourceInPool): CIM_ERR_FAILED: Unknown Method -------------------------------------------------------------------- ResourcePoolConfigurationService - 14_delete_storagevolume_errs.py: FAIL ERROR - Exception details: (1, u'CIM_ERR_FAILED: Unknown Method') InvokeMethod(CreateResourceInPool): CIM_ERR_FAILED: Unknown Method --------------------------------------------------------------------
These are all test case issues - they should SKIP. A patch to fix this issue has been submitted.
-------------------------------------------------------------------- VSSD - 05_set_uuid.py: FAIL ERROR - 'uuid'
Test case issue - a patch to fix this issue has been submitted.
-------------------------------------------------------------------- VirtualSystemManagementService - 15_mod_system_settings.py: FAIL ERROR - Unable to check guest state ERROR - Exception: EnabledState is 2, expected 3. ERROR - Failed to disable rstest_domain
This is due the guest not starting properly.
-------------------------------------------------------------------- VirtualSystemMigrationService - 01_migratable_host.py: FAIL ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') Xen_ComputerSystem.CreationClassName="Xen_ComputerSystem",Name="dom_migrate" InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system) -------------------------------------------------------------------- VirtualSystemMigrationService - 02_host_migrate_type.py: FAIL ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)
VirtualSystemMigrationService - 06_remote_live_migration.py: FAIL ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') ERROR - Exception in local_remote_migrate() ERROR - Exception details Failed to verify Migration support on host 'localhost' InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system) -------------------------------------------------------------------- VirtualSystemMigrationService - 07_remote_offline_migration.py: FAIL ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') ERROR - Exception in local_remote_migrate() ERROR - Exception details Failed to verify Migration support on host 'localhost' InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system) -------------------------------------------------------------------- VirtualSystemMigrationService - 08_remote_restart_resume_migration.py: FAIL ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') ERROR - Exception in local_remote_migrate() ERROR - Exception details Failed to verify Migration support on host 'localhost' ERROR - Error invoke 'CheckVirtualSystemIsMigratableToHost'. ERROR - (1, u'CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)') ERROR - Exception in local_remote_migrate() ERROR - Exception details Failed to verify Migration support on host 'localhost' ERROR - Restart migration 1 ERROR - Resume migration 1 InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system) InvokeMethod(CheckVirtualSystemIsMigratableToHost): CIM_ERR_FAILED: Failed to connect to remote host (xen+ssh://localhost/system)
The system wasn't setup to allow Xen migration. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com