Pearl1594 edited a comment on pull request #5428: URL: https://github.com/apache/cloudstack/pull/5428#issuecomment-920599702
@nvazquez The test failures seem to be an env issue - ran the tests manually and they didn't fail: ``` Env is based off this PR: [root@ref-trl-1795-k-M7-pearl-dsilva-marvin ~]# cat /etc/yum.repos.d/cloudstack.repo [cloudstack] name=cloudstack baseurl=http://xxx.xxx.xxx.xxx/cloudstack/pr/5428/centos7/4.16/ enabled=1 gpgcheck=0 [root@ref-trl-1795-k-M7-pearl-dsilva-marvin ~]# nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=/marvin/ref-trl-1795-k-M7-pearl-dsilva-advanced-cfg -s -a tags=advanced --hypervisor=kvm /marvin/tests/smoke/test_primary_storage.py ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /marvin/MarvinLogs/Sep_16_2021_04_45_29_84AEE8 All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_01_add_primary_storage_disabled_host | Status : SUCCESS === === TestName: test_01_primary_storage_nfs | Status : SUCCESS === === TestName: test_01_deploy_vms_storage_tags | Status : SUCCESS === === TestName: test_02_edit_primary_storage_tags | Status : SUCCESS === === TestName: test_03_migration_options_storage_tags | Status : SUCCESS === === Final results are now copied to: /marvin//MarvinLogs/test_primary_storage_P18TBX === [root@ref-trl-1795-k-M7-pearl-dsilva-marvin ~]# cat /marvin//MarvinLogs/test_vm_life_cycle_TO7697/results.txt Test secure VM migration ... === TestName: test_01_secure_vm_migration | Status : SUCCESS === ok Test Non-secured VM Migration ... === TestName: test_02_unsecure_vm_migration | Status : SUCCESS === ok Test destroy Virtual Machine ... === TestName: test_03_secured_to_nonsecured_vm_migration | Status : SUCCESS === Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS === ok [root@ref-trl-1795-k-M7-pearl-dsilva-marvin ~]# nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=/marvin/ref-trl-1795-k-M7-pearl-dsilva-advanced-cfg -s -a tags=xx --hypervisor=kvm /marvin/tests/smoke/test_hostha_kvm.py ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /marvin/MarvinLogs/Sep_16_2021_05_43_37_3XDYMB All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== checkForState:: expected=Ineligible, actual={haenable : True, hastate : 'Ineligible', haprovider : 'kvmhaprovider'} === TestName: test_hostha_enable_ha_when_host_in_maintenance | Status : SUCCESS === === Final results are now copied to: /marvin//MarvinLogs/test_hostha_kvm_40WQIP === [root@ref-trl-1795-k-M7-pearl-dsilva-marvin ~]# nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=/marvin/ref-trl-1795-k-M7-pearl-dsilva-advanced-cfg -s -a tags=xx --hypervisor=kvm /marvin/tests/smoke/test_snapshots.py ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /marvin/MarvinLogs/Sep_16_2021_05_54_35_9B2V8W All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_02_list_snapshots_with_removed_data_store | Status : SUCCESS === === Final results are now copied to: /marvin//MarvinLogs/test_snapshots_D2VQCM === ``` -- 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]
