weizhouapache commented on PR #9025:
URL: https://github.com/apache/cloudstack/pull/9025#issuecomment-2092401667

   ```
   ======================================================================
   ERROR: Test restore virtual machine
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/marvin/tests/smoke/test_restore_vm.py", line 75, in 
test_01_restore_vm
       self.assertEqual(root_vol.size, self.template_t1.size, "Size of volume 
and template should match")
   AttributeError: 'Template' object has no attribute 'size'
   ```
   
   and
   
   ```
   ======================================================================
   ERROR: Test restore virtual machine with root disk in allocated state
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/marvin/tests/smoke/test_restore_vm.py", line 97, in 
test_02_restore_vm_allocated_root
       self.assertEqual(root_vol.size, self.template_t1.size, "Size of volume 
and template should match")
   AttributeError: 'Template' object has no attribute 'size'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to