Nicolas Vazquez created CLOUDSTACK-9854:
-------------------------------------------

             Summary: 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.

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.3.15#6346)

Reply via email to