[openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration?

2015-05-25 Thread Sheng Bo Hou
Hi everyone, I am planning to add test cases for volume migration for cinder into tempest. I am wondering how to enable multiple back-ends for cinder in tempest, and connect to different back-ends. For example, I configure one back-end for LVM and the other is for IBM Storwize V7000 driver. The

Re: [openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration?

2015-05-25 Thread Duncan Thomas
There doesn't seem to be an existing tempest test for this. I suggest writing the test so that it looks if there are two volume types defined, and if so uses them. Ideally you should test migration to and from lvm. There is offline migration (volume is available) and online migration (volume is at

Re: [openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration?

2015-05-26 Thread Avishay Traeger
Good to see that you will work on this! In addition to the cases that Duncan mentioned, there is also the case of moving a volume between two pools within the same backend. This probably complicates the setup even further. On Mon, May 25, 2015 at 12:31 PM, Duncan Thomas wrote: > There doesn't s

Re: [openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration?

2015-06-02 Thread Sheng Bo Hou
tions\)" To "OpenStack Development Mailing List (not for usage questions)" cc Subject Re: [openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration? Good to see that you will work on this! In addition to the cases that Duncan mentioned, th