You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Nicolas Vazquez (JIRA)" <ji...@apache.org> on 2017/12/23 04:29:00 UTC

[jira] [Resolved] (CLOUDSTACK-9854) Fix test_primary_storage test failure due to live migration

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Vazquez resolved CLOUDSTACK-9854.
-----------------------------------------
    Resolution: Fixed

> Fix test_primary_storage test failure due to live migration
> -----------------------------------------------------------
>
>                 Key: CLOUDSTACK-9854
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9854
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Test
>            Reporter: Nicolas Vazquez
>            Assignee: Nicolas Vazquez
>
> Fix for test_primary_storage integration tests on simulator.
> When finding storage pool migration options for volume on running vm, API returns None as hypervisor doesn't support live migration.
> {noformat}
> 2017-03-28 06:07:55,958 - DEBUG - ========Sending GET Cmd : findStoragePoolsForMigration=======
> 2017-03-28 06:07:55,977 - DEBUG - Response : None
> 2017-03-28 06:07:55,983 - CRITICAL - EXCEPTION: test_03_migration_options_storage_tags: ['Traceback (most recent call last):\n', '  File "/opt/python/2.7.12/lib/python2.7/unittest/case.py", line 329, in run\n    testMethod()\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/lib/decoratorGenerators.py", line 30, in test_wrapper\n    return test(self, *args, **kwargs)\n', '  File "/home/travis/build/apache/cloudstack/test/integration/smoke/test_primary_storage.py", line 547, in test_03_migration_options_storage_tags\n    pools_suitable = filter(lambda p : p.suitableformigration, pools_response)\n', "TypeError: 'NoneType' object is not iterable\n"]
> {noformat}
> So we simply stop vm before sending findStoragePoolsForMigration command



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)