nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add 
background task to upload certificates
URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467593642
 
 
   @borisstoyanov I have rebased the 4.11 branch and tested those files locally 
without errors on failing tests (results below).
   Let's kick another round of tests @blueorangutan test
   
   test_ssvm.py:
   ````
   Test List secondary storage VMs ... === TestName: 
test_01_list_sec_storage_vm | Status : SUCCESS ===
   ok
   Test List console proxy VMs ... === TestName: test_02_list_cpvm_vm | Status 
: SUCCESS ===
   ok
   Test SSVM Internals ... === TestName: test_03_ssvm_internals | Status : 
SUCCESS ===
   ok
   Test CPVM Internals ... === TestName: test_04_cpvm_internals | Status : 
SUCCESS ===
   ok
   Test stop SSVM ... === TestName: test_05_stop_ssvm | Status : SUCCESS ===
   ok
   Test stop CPVM ... === TestName: test_06_stop_cpvm | Status : SUCCESS ===
   ok
   Test reboot SSVM ... === TestName: test_07_reboot_ssvm | Status : SUCCESS ===
   ok
   Test reboot CPVM ... === TestName: test_08_reboot_cpvm | Status : SUCCESS ===
   ok
   Test destroy SSVM ... SKIP: Marvin configuration has no host                 
           credentials to check router services
   Test destroy CPVM ... === TestName: test_10_destroy_cpvm | Status : SUCCESS 
===
   ok
   Test NFS Version on Secondary Storage mounted properly on SSVM ... SKIP: No 
NFS version provided in test data
   
   ----------------------------------------------------------------------
   Ran 11 tests in 407.304s
   
   OK (SKIP=2)
   ````
   test_iso.py, test_templates.py, test_volumes.py:
   ````
   test_01_1_create_iso_with_checksum_sha1_negative 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_01_1_create_iso_with_checksum_sha1_negative | Status : SUCCESS ===
   ok
   test_01_create_iso_with_checksum_sha1 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_01_create_iso_with_checksum_sha1 | Status : SUCCESS ===
   ok
   test_02_1_create_iso_with_checksum_sha256_negative 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_02_1_create_iso_with_checksum_sha256_negative | Status : SUCCESS ===
   ok
   test_02_create_iso_with_checksum_sha256 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_02_create_iso_with_checksum_sha256 | Status : EXCEPTION ===
   ERROR
   === TestName: test_02_create_iso_with_checksum_sha256 | Status : EXCEPTION 
===
   ERROR
   test_03_1_create_iso_with_checksum_md5_negative 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_03_1_create_iso_with_checksum_md5_negative | Status : EXCEPTION ===
   ERROR
   test_03_create_iso_with_checksum_md5 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_03_create_iso_with_checksum_md5 | Status : SUCCESS ===
   ok
   test_04_create_iso_with_no_checksum 
(integration.smoke.test_iso.TestCreateISOWithChecksum) ... === TestName: 
test_04_create_iso_with_no_checksum | Status : SUCCESS ===
   ok
   Test create public & private ISO ... === TestName: test_01_create_iso | 
Status : SUCCESS ===
   ok
   Test Edit ISO ... === TestName: test_02_edit_iso | Status : SUCCESS ===
   ok
   Test delete ISO ... === TestName: test_03_delete_iso | Status : SUCCESS ===
   ok
   Test for extract ISO ... === TestName: test_04_extract_Iso | Status : 
SUCCESS ===
   ok
   Update & Test for ISO permissions ... === TestName: test_05_iso_permissions 
| Status : SUCCESS ===
   ok
   Test for copy ISO from one zone to another ... SKIP: Not enough zones 
available to perform copy template
   Test delete ISO ... === TestName: test_07_list_default_iso | Status : 
SUCCESS ===
   ok
   test_09_copy_delete_template 
(integration.smoke.test_templates.TestCopyDeleteTemplate) ... SKIP: Skipping 
test due to there are less than two zones.
   Test create public & private template ... === TestName: 
test_01_create_template | Status : SUCCESS ===
   ok
   Test when createTemplate is used to create templates having the same name 
all of them get ... === TestName: test_CreateTemplateWithDuplicateName | Status 
: SUCCESS ===
   ok
   test_02_1_create_template_with_checksum_sha1_negative 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_02_1_create_template_with_checksum_sha1_negative | Status : 
SUCCESS ===
   ok
   test_02_create_template_with_checksum_sha1 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_02_create_template_with_checksum_sha1 | Status : EXCEPTION ===
   ERROR
   test_03_1_create_template_with_checksum_sha256_negative 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_03_1_create_template_with_checksum_sha256_negative | Status : 
SUCCESS ===
   ok
   test_03_create_template_with_checksum_sha256 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_03_create_template_with_checksum_sha256 | Status : SUCCESS ===
   ok
   test_04_1_create_template_with_checksum_md5_negative 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_04_1_create_template_with_checksum_md5_negative | Status : 
SUCCESS ===
   ok
   test_04_create_template_with_checksum_md5 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_04_create_template_with_checksum_md5 | Status : SUCCESS ===
   ok
   test_05_create_template_with_no_checksum 
(integration.smoke.test_templates.TestCreateTemplateWithChecksum) ... === 
TestName: test_05_create_template_with_no_checksum | Status : SUCCESS ===
   ok
   Register a template using Direct Download flag ... === TestName: 
test_01_register_template_direct_download_flag | Status : SUCCESS ===
   ok
   Deploy a VM from a Direct Download registered template ... === TestName: 
test_02_deploy_vm_from_direct_download_template | Status : SUCCESS ===
   ok
   Deploy a VM from a Direct Download registered template with wrong checksum 
... === TestName: test_03_deploy_vm_wrong_checksum | Status : SUCCESS ===
   ok
   Test Edit template ... === TestName: test_02_edit_template | Status : 
SUCCESS ===
   ok
   Test delete template ... === TestName: test_03_delete_template | Status : 
SUCCESS ===
   ok
   Test for extract template ... === TestName: test_04_extract_template | 
Status : SUCCESS ===
   ok
   Update & Test for template permissions ... === TestName: 
test_05_template_permissions | Status : SUCCESS ===
   ok
   Test for copy template from one zone to another ... SKIP: Not enough zones 
available to perform copy template
   Test only public templates are visible to normal user ... === TestName: 
test_07_list_public_templates | Status : SUCCESS ===
   ok
   Test System templates are not visible to normal user ... === TestName: 
test_08_list_system_templates | Status : SUCCESS ===
   ok
   Test Volume creation for all Disk Offerings (incl. custom) ... === TestName: 
test_01_create_volume | Status : SUCCESS ===
   ok
   Attach a created Volume to a Running VM ... === TestName: 
test_02_attach_volume | Status : SUCCESS ===
   ok
   Download a Volume attached to a VM ... === TestName: 
test_03_download_attached_volume | Status : SUCCESS ===
   ok
   Delete a Volume attached to a VM ... === TestName: 
test_04_delete_attached_volume | Status : SUCCESS ===
   ok
   Detach a Volume attached to a VM ... === TestName: test_05_detach_volume | 
Status : SUCCESS ===
   ok
   Download a Volume unattached to an VM ... === TestName: 
test_06_download_detached_volume | Status : SUCCESS ===
   ok
   Test resize (negative) non-existent volume ... === TestName: 
test_07_resize_fail | Status : SUCCESS ===
   ok
   Test resize a volume ... === TestName: test_08_resize_volume | Status : 
SUCCESS ===
   ok
   Delete a Volume unattached to an VM ... === TestName: 
test_09_delete_detached_volume | Status : SUCCESS ===
   ok
   test_10_list_volumes (integration.smoke.test_volumes.TestVolumes) ... === 
TestName: test_10_list_volumes | Status : SUCCESS ===
   ok
   ````

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to