> On Oct. 23, 2013, 8:57 a.m., Prasanna Santhanam wrote: > > Patch will require few changes before applying to master. Can you please > > rebase against latest?
The patch applies cleanly to master. - Girish ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14199/#review27371 ----------------------------------------------------------- On Oct. 28, 2013, 5:53 a.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14199/ > ----------------------------------------------------------- > > (Updated Oct. 28, 2013, 5:53 a.m.) > > > Review request for cloudstack, Girish Shilamkar and suresh sadhu. > > > Repository: cloudstack-git > > > Description > ------- > > Adding 5 missing test cases. > Change in asyncJobMgr.py >> the method "make_request" in cloudstackConnection > does not exist now. Replaced it by "marvin_request". Checked running async > jobs with this change. Works correctly. > > > Diffs > ----- > > test/integration/component/test_snapshots_improvement.py PRE-CREATION > tools/marvin/marvin/asyncJobMgr.py 25818a6 > > Diff: https://reviews.apache.org/r/14199/diff/ > > > Testing > ------- > > Tested locally on KVM Advanced setup. > > test_01_concurrent_snapshots_live_migrate > (test_snapshots_improvement.TestCreateSnapshot) > Test perform concurrent snapshots and migrate the vm from one host ... ok > test_02_stop_vm_concurrent_snapshots > (test_snapshots_improvement.TestCreateSnapshot) > Test stop running VM while performing concurrent snapshot on volume ... ok > test_03_concurrent_snapshots_create_template > (test_snapshots_improvement.TestCreateSnapshot) > Test while parent concurrent snapshot job in progress,create ... ok > test_04_concurrent_snapshots_create_volume > (test_snapshots_improvement.TestCreateSnapshot) > Test while parent concurrent snapshot job in progress,create volume ... ok > test_01_snapshot_on_rootVolume > (test_snapshots_improvement.TestSnapshotOnRootVolume) > Test create VM with default cent os template and create snapshot ... ok > > ---------------------------------------------------------------------- > Ran 5 tests in 1420.575s > > OK > > > Thanks, > > Gaurav Aradhye > >