> On Oct. 6, 2013, 7:47 p.m., Nitin Mehta wrote:
> > test/integration/component/test_templates.py, line 441
> > <https://reviews.apache.org/r/14076/diff/1/?file=350749#file350749line441>
> >
> >     Is this a blocking call ? Have you tested this ? Does it return success

Added method in base.py so the call is sync now. I have run the test case and 
tested.


> On Oct. 6, 2013, 7:47 p.m., Nitin Mehta wrote:
> > test/integration/component/test_templates.py, line 476
> > <https://reviews.apache.org/r/14076/diff/1/?file=350749#file350749line476>
> >
> >     timeout is generally is not a count...what is the value typically u 
> > will keep ? 
> >

Using 10 as its value. The loop will check 10 times if the template is copied 
or not each time waiting for a fixed interval of time.


> On Oct. 6, 2013, 7:47 p.m., Nitin Mehta wrote:
> > test/integration/component/test_templates.py, line 478
> > <https://reviews.apache.org/r/14076/diff/1/?file=350749#file350749line478>
> >
> >     how long will the sleep will be for ?

Sleep timer is 30 Secs. There no global setting parameter timeout value related 
to this. Considering 30 Secs time is good enough to wait.


- Ashutosh


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14076/#review26713
-----------------------------------------------------------


On Oct. 8, 2013, 1:45 p.m., Ashutosh Kelkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14076/
> -----------------------------------------------------------
> 
> (Updated Oct. 8, 2013, 1:45 p.m.)
> 
> 
> Review request for cloudstack, Girish Shilamkar, Harikrishna Patnala, and 
> Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Added one missing test for test_templates.py from old QA repo to Cloudstack   
>   
> 
>         def test_02_copy_template
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_templates.py ea4b277 
>   tools/marvin/marvin/integration/lib/base.py 0d52224 
> 
> Diff: https://reviews.apache.org/r/14076/diff/
> 
> 
> Testing
> -------
> 
> Run log:
> ==> client.log <==
> 2013-10-08 00:23:44,306 - DEBUG - test_02_copy_template 
> (test_templates_fixed.TestTemplates) - Copying template from zone: 
> 79ed0a9e-469c-460d-b674-0a2
> to 10c91f7e-06ed-47e4-a1fd-26d9102e9d6f
> 
> ==> result.log <==
> skipped 'Skip'
> test_01_create_template_volume (test_templates_fixed.TestTemplates)
> Test Create template from volume ... skipped 'Skip'
> test_02_copy_template (test_templates_fixed.TestTemplates)
> Test for copy template from one zone to another ... ok
> test_03_delete_template (test_templates_fixed.TestTemplates)
> Test Delete template ... skipped 'Skip'
> test_04_template_from_snapshot (test_templates_fixed.TestTemplates)
> Create Template from snapshot ... skipped 'Skip'
> 
> ----------------------------------------------------------------------
> Ran 5 tests in 567.935s
> 
> OK (skipped=4)
> 
> 
> Thanks,
> 
> Ashutosh Kelkar
> 
>

Reply via email to