Re: [DISCUSS] Multi-threading in test suite

2013-02-27 Thread Prasanna Santhanam
On Tue, Feb 26, 2013 at 07:10:55PM +0530, Prasanna Santhanam wrote: > Sorry about the delay .. > > On Tue, Feb 26, 2013 at 05:42:05AM +0530, Ashutosh Kelkar wrote: > > > > > > Also Can you spell out the test scenario? > > > > > > One of the test scenario is - > > > > 1.Configure the concurrent.

Re: [DISCUSS] Multi-threading in test suite

2013-02-26 Thread Prasanna Santhanam
Sorry about the delay .. On Tue, Feb 26, 2013 at 05:42:05AM +0530, Ashutosh Kelkar wrote: > > > > Also Can you spell out the test scenario? > > > One of the test scenario is - > > 1.Configure the concurrent.snapshots.threshold.perhost=3 > 2.Deploy a Linux VM using default CentOS template, use s

Re: [DISCUSS] Multi-threading in test suite

2013-02-25 Thread Ashutosh Kelkar
> > Also Can you spell out the test scenario? One of the test scenario is - 1.Configure the concurrent.snapshots.threshold.perhost=3 2.Deploy a Linux VM using default CentOS template, use small service offering, disk offering 3.Log into the VM and create a file with content in it. 4.repeat step

Re: [DISCUSS] Multi-threading in test suite

2013-02-22 Thread Girish Shilamkar
Please find my comments inline. On Fri, Feb 22, 2013 at 12:15 PM, Prasanna Santhanam wrote: > On Thu, Feb 21, 2013 at 11:42:28PM +0530, Girish Shilamkar wrote: > > Hello, > > > > We are automating the snapshot improvement tests cases [1] from the > > QA plans page. Some of the test scenarios th

Re: [DISCUSS] Multi-threading in test suite

2013-02-21 Thread Prasanna Santhanam
On Thu, Feb 21, 2013 at 11:42:28PM +0530, Girish Shilamkar wrote: > Hello, > > We are automating the snapshot improvement tests cases [1] from the > QA plans page. Some of the test scenarios there involve concurrent > spawning of virtual machines, creating snapshots on ROOT disk and > live migrati

[DISCUSS] Multi-threading in test suite

2013-02-21 Thread Girish Shilamkar
Hello, We are automating the snapshot improvement tests cases [1] from the QA plans page. Some of the test scenarios there involve concurrent spawning of virtual machines, creating snapshots on ROOT disk and live migrating machines to another host while snapshot process is in progress. We are tr