You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/01 19:57:53 UTC

[jira] [Commented] (CLOUDSTACK-8357) Add Test cases for vMotion support on "VMFS" as primary storage

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391090#comment-14391090 ] 

ASF GitHub Bot commented on CLOUDSTACK-8357:
--------------------------------------------

GitHub user abhinavroy02 opened a pull request:

    https://github.com/apache/cloudstack/pull/139

    CLOUDSTACK-8357 Add Test cases for vMotion support on VMFS as primary st...

    This commit has the vMotion related test cases. Following are the tests  
    
    1. Create a VM and migrate it.
    2. Migrate only ROOT volume of VM and check for vmx and vmdk files in storage.
    3. Migrate VM and its ROOT volume and check for vmx and vmdk files in storage.
    4. Attach Data disk to VM and then migrate VM and all its volumes followed by the check for files.
    5. Upload a volume, attach it to VM and then migrate VM and all its volumes followed by the check for files.
    6. Take Volume snapshots of all the volumes then migrate VM and all its volumes followed by the check for files.
    7. Resize the Data disk then migrate VM and all its volumes followed by the check for files.
    8. Restore the VM then migrate VM and all its volumes followed by the check for files.
    
    All these are part of a test path so there is a single test written which has all the cases.
    
    Here is the output after executing them locally:
    Migrate VMs/Volumes on VMware with VMFS storage ... === TestName: 
    test_01_migrate_root_and_data_disk_live | Status : SUCCESS ===
    ok
    
    ----------------------------------------------------------------------
    Ran 1 test in 855.918s
    
    OK


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/abhinavroy02/cloudstack CS-8357

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/139.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #139
    
----
commit dedc860a62bbfc12971b3661fc654f3b8687c1ca
Author: Abhinav Roy <ab...@citrix.com>
Date:   2015-04-01T17:48:40Z

    CLOUDSTACK-8357 Add Test cases for vMotion support on VMFS as primary storage

----


> Add Test cases for vMotion support on "VMFS" as primary storage
> ---------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8357
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8357
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: Future
>            Reporter: Abhinav Roy
>              Labels: automation
>             Fix For: 4.6.0
>
>
> Add test cases for vMotion support on "VMFS" as primary storage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)