shwstppr commented on pull request #5473:
URL: https://github.com/apache/cloudstack/pull/5473#issuecomment-1027632128


   @DaanHoogland as discussed, moved test to component and made fixes.
   - Detach volume was failing intermittently for multiple disks so added a 
stop VM statement
   - VM snapshots for a running VM is not supported on KVM so skipped that test 
for KVM.
   
   Tested VMware and KVM. KVM logs below:
   
   ```
   [root@pr5473-t3104-kvm-centos7-marvin marvin]# nosetests --with-xunit 
--xunit-file=results.xml --with-marvin 
--marvin-config=./pr5473-t3104-kvm-centos7-advanced-cfg -s -a tags=advanced 
--hypervisor=KVM tests/component/test_hypervisor_capabilities.py 
   
   ==== Marvin Init Started ====
   
   === Marvin Parse Config Successful ===
   
   === Marvin Setting TestData Successful===
   
   ==== Log Folder Path: /marvin/MarvinLogs/Feb_02_2022_06_34_09_97PJFK All 
logs will be available here ====
   
   === Marvin Init Logging Successful===
   
   ==== Marvin Init Successful ====
   === TestName: test_01_check_hypervisor_max_data_volume_limit | Status : 
SUCCESS ===
   
   === Final results are now copied to: 
/marvin//MarvinLogs/test_hypervisor_capabilities_1R6CDP ===
   [root@pr5473-t3104-kvm-centos7-marvin marvin]# cat 
/marvin//MarvinLogs/test_hypervisor_capabilities_1R6CDP/results.txt 
   Test hypervisor maxdatavolumeslimit effect ... === TestName: 
test_01_check_hypervisor_max_data_volume_limit | Status : SUCCESS ===
   ok
   Test hypervisor vmsnapshotenabled effect ... SKIP: Skipping test: Reason -  
VM Snapshot of running VM is not supported for KVM
   
   ----------------------------------------------------------------------
   Ran 2 tests in 90.896s
   
   OK (SKIP=1)
   ```


-- 
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