You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/27 10:28:35 UTC

[GitHub] [cloudstack] DaanHoogland opened a new pull request #4289: default teardown methods with reversed() handling

DaanHoogland opened a new pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289


   ## Description
   <!--- Describe your changes in detail -->
   In this i'll be trying to improve both on the marvin framework and adding examples in the test-implementations.
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document -->
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708403206


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725981916


   Packaging result: ✖centos7 ✔centos8 ✔debian. JID-2373


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709525359


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717289021


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717779657






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725726901


   <b>Trillian test result (tid-3157)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 33120 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3157-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 85 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_vpc_remote_access_vpn | `Error` | 90.83 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717779418


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709934270






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-713265085






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708991257


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711788789


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709525359


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709526042


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725357106






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717341802


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709979146


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709933679


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712648066


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723930527


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712665344


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2210


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708369850


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725438587


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725047694


   <b>Trillian test result (tid-3139)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37803 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3139-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 85 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_vpc_remote_access_vpn | `Error` | 0.01 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712648340


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725356684


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717555693


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711882801


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708403649


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711883432


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717289021






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-710690247


   <b>Trillian test result (tid-2980)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 41493 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t2980-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_accounts.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vms_with_varied_deploymentplanners.py
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 77 look OK, 8 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestNonRootAdminsPrivileges>:teardown | `Error` | 3.18 | test_accounts.py
   ContextSuite context=TestRemoveUserFromAccount>:teardown | `Error` | 102.55 | test_accounts.py
   test_02_verify_libvirt_after_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.68 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 756.37 | test_deploy_virtio_scsi_vm.py
   test_deployvm_userconcentrated | `Error` | 0.06 | test_deploy_vms_with_varied_deploymentplanners.py
   test_deployvm_userdispersing | `Error` | 0.05 | test_deploy_vms_with_varied_deploymentplanners.py
   test_02_ping_in_vr_failure | `Error` | 0.02 | test_diagnostics.py
   test_07_arping_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_10_traceroute_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_13_retrieve_vr_default_files | `Error` | 0.02 | test_diagnostics.py
   test_14_retrieve_vr_one_file | `Error` | 0.02 | test_diagnostics.py
   test_02_router_internal_adv | `Error` | 0.02 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 0.01 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 0.01 | test_routers.py
   test_05_router_basic | `Error` | 0.01 | test_routers.py
   test_06_router_advanced | `Error` | 0.02 | test_routers.py
   test_07_stop_router | `Error` | 0.01 | test_routers.py
   test_08_start_router | `Error` | 0.01 | test_routers.py
   test_09_reboot_router | `Error` | 0.02 | test_routers.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 310.13 | test_vpc_redundant.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 244.58 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 618.65 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 155.94 | test_vpc_vpn.py
   test_hostha_kvm_host_fencing | `Error` | 172.41 | test_hostha_kvm.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724311433






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708369454


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725438126


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717807293


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724636399






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717555693


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724695911


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2350


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725357106


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725373093


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2366


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724445558


   <b>Trillian test result (tid-3137)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 36849 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3137-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 84 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 3618.69 | test_kubernetes_clusters.py
   test_08_deploy_and_upgrade_kubernetes_ha_cluster | `Failure` | 0.08 | test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.08 | test_kubernetes_clusters.py
   ContextSuite context=TestKubernetesCluster>:teardown | `Error` | 72.08 | test_kubernetes_clusters.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 613.62 | test_vpc_vpn.py
   ContextSuite context=TestVpcSite2SiteVpn>:teardown | `Error` | 199.79 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717807685


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712648066


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717535241


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708964879






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland merged pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland merged pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717555125


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711883432


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723892751


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717342653


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712099160






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-726004906


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2377


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723930527


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708990511


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708433294


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708403649


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-726334762


   <b>Trillian test result (tid-3162)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 33390 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3162-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Smoke tests completed. 86 look OK, 0 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717535241






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709703306






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723892751


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712099160


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708964879


   <b>Trillian test result (tid-2959)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 1276 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t2959-kvm-centos7.zip
   Smoke tests completed. 0 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709934270


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711787104


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725438587






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723931027


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717534652


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709959639


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2196


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717288669


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717670506






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725945612


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-681933129


   also @vladimirpetrov


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711882801


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709703306


   <b>Trillian test result (tid-2966)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 58894 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t2966-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_affinity_groups_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_affinity_groups.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vms_with_varied_deploymentplanners.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vm_with_userdata.py
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_disk_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_dynamicroles.py
   Intermittent failure detected: /marvin/tests/smoke/test_enable_role_based_users_in_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_global_settings.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_annotations.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_simulator.py
   Intermittent failure detected: /marvin/tests/smoke/test_human_readable_logs.py
   Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermittent failure detected: /marvin/tests/smoke/test_iso.py
   Intermittent failure detected: /marvin/tests/smoke/test_list_ids_parameter.py
   Intermittent failure detected: /marvin/tests/smoke/test_login.py
   Intermittent failure detected: /marvin/tests/smoke/test_metrics_api.py
   Intermittent failure detected: /marvin/tests/smoke/test_multipleips_per_nic.py
   Intermittent failure detected: /marvin/tests/smoke/test_network.py
   Intermittent failure detected: /marvin/tests/smoke/test_nic.py
   Intermittent failure detected: /marvin/tests/smoke/test_non_contigiousvlan.py
   Intermittent failure detected: /marvin/tests/smoke/test_outofbandmanagement_nestedplugin.py
   Intermittent failure detected: /marvin/tests/smoke/test_over_provisioning.py
   Intermittent failure detected: /marvin/tests/smoke/test_password_server.py
   Intermittent failure detected: /marvin/tests/smoke/test_primary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_pvlan.py
   Intermittent failure detected: /marvin/tests/smoke/test_regions.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_staticroles.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 49 look OK, 36 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestDynamicRoles>:teardown | `Error` | 1.43 | test_dynamicroles.py
   test_DeployVmAntiAffinityGroup_in_project | `Error` | 110.25 | test_affinity_groups_projects.py
   ContextSuite context=TestUpdateConfigWithScope>:teardown | `Error` | 0.05 | test_global_settings.py
   test_DeployVmAffinityGroup | `Error` | 108.33 | test_affinity_groups.py
   test_DeployVmAntiAffinityGroup | `Error` | 72.56 | test_affinity_groups.py
   ContextSuite context=TestHostAnnotations>:teardown | `Error` | 0.04 | test_host_annotations.py
   ContextSuite context=TestHostHA>:teardown | `Error` | 0.01 | test_hostha_simulator.py
   test_02_verify_libvirt_after_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.01 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.72 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 748.13 | test_deploy_virtio_scsi_vm.py
   test_deployvm_userconcentrated | `Error` | 0.04 | test_deploy_vms_with_varied_deploymentplanners.py
   test_deployvm_userdispersing | `Error` | 0.04 | test_deploy_vms_with_varied_deploymentplanners.py
   ContextSuite context=TestCreateISOWithChecksum>:teardown | `Error` | 6.29 | test_iso.py
   ContextSuite context=TestCreateIso>:teardown | `Error` | 6.59 | test_iso.py
   test_deployvm_userdata | `Error` | 74.27 | test_deploy_vm_with_userdata.py
   test_deployvm_userdata_post | `Error` | 37.40 | test_deploy_vm_with_userdata.py
   test_02_ping_in_vr_failure | `Error` | 0.01 | test_diagnostics.py
   test_07_arping_in_vr | `Error` | 0.01 | test_diagnostics.py
   test_10_traceroute_in_vr | `Error` | 0.01 | test_diagnostics.py
   test_13_retrieve_vr_default_files | `Error` | 0.01 | test_diagnostics.py
   test_14_retrieve_vr_one_file | `Error` | 0.01 | test_diagnostics.py
   ContextSuite context=TestCreateDiskOffering>:teardown | `Error` | 0.02 | test_disk_offerings.py
   ContextSuite context=TestLogin>:teardown | `Error` | 5.18 | test_login.py
   ContextSuite context=TestRoleBasedUsersInProjects>:teardown | `Error` | 4.90 | test_enable_role_based_users_in_projects.py
   test_01_disableHumanReadableLogs | `Error` | 63.17 | test_human_readable_logs.py
   test_02_enableHumanReadableLogs | `Error` | 123.23 | test_human_readable_logs.py
   ContextSuite context=TestHumanReadableLogs>:teardown | `Error` | 123.23 | test_human_readable_logs.py
   test_01_list_volumes | `Error` | 0.02 | test_list_ids_parameter.py
   test_02_list_templates | `Error` | 0.03 | test_list_ids_parameter.py
   test_03_list_snapshots | `Error` | 0.03 | test_list_ids_parameter.py
   ContextSuite context=TestMetrics>:teardown | `Error` | 0.15 | test_metrics_api.py
   ContextSuite context=TestDeployVM>:teardown | `Error` | 102.06 | test_multipleips_per_nic.py
   ContextSuite context=TestDeleteAccount>:teardown | `Error` | 175.32 | test_network.py
   test_public_ip_admin_account | `Error` | 32.17 | test_network.py
   test_public_ip_user_account | `Error` | 2.17 | test_network.py
   ContextSuite context=TestRebootRouter>:teardown | `Error` | 363.24 | test_network.py
   ContextSuite context=TestReleaseIP>:teardown | `Error` | 130.37 | test_network.py
   ContextSuite context=TestNic>:teardown | `Error` | 64.08 | test_nic.py
   ContextSuite context=TestUpdatePhysicalNetwork>:teardown | `Error` | 3.23 | test_non_contigiousvlan.py
   ContextSuite context=TestOutOfBandManagement>:teardown | `Error` | 2.17 | test_outofbandmanagement_nestedplugin.py
   ContextSuite context=TestUpdateOverProvision>:teardown | `Error` | 0.10 | test_over_provisioning.py
   test_isolate_network_password_server | `Error` | 18.11 | test_password_server.py
   ContextSuite context=TestPrimaryStorageServices>:teardown | `Error` | 31.68 | test_primary_storage.py
   test_create_pvlan_network | `Error` | 1.15 | test_pvlan.py
   ContextSuite context=TestPVLAN>:teardown | `Error` | 1.15 | test_pvlan.py
   ContextSuite context=TestRegions>:teardown | `Error` | 0.06 | test_regions.py
   test_02_router_internal_adv | `Error` | 0.01 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 0.01 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 0.01 | test_routers.py
   test_05_router_basic | `Error` | 0.01 | test_routers.py
   test_06_router_advanced | `Error` | 0.01 | test_routers.py
   test_07_stop_router | `Error` | 0.01 | test_routers.py
   test_08_start_router | `Error` | 0.01 | test_routers.py
   test_09_reboot_router | `Error` | 0.01 | test_routers.py
   ContextSuite context=TestCreateServiceOffering>:teardown | `Error` | 0.06 | test_service_offerings.py
   ContextSuite context=TestSSVMs>:teardown | `Error` | 0.02 | test_ssvm.py
   ContextSuite context=TestStaticRoles>:teardown | `Error` | 0.01 | test_staticroles.py
   ContextSuite context=TestCreateTemplateWithChecksum>:teardown | `Error` | 15.17 | test_templates.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 403.83 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Error` | 402.71 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Error` | 3844.41 | test_vpc_redundant.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 358.25 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 778.38 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 204.20 | test_vpc_vpn.py
   ContextSuite context=TestHostMaintenance>:teardown | `Error` | 635.78 | test_host_maintenance.py
   test_hostha_kvm_host_fencing | `Error` | 170.50 | test_hostha_kvm.py
   ContextSuite context=TestHAKVM>:teardown | `Error` | 6.59 | test_hostha_kvm.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723893736


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725438126


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712098941


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-726005659


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711787104


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709979146






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717555125


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724760139


   @PaulAngus not sure if it was you or a script of yours, but you removed the label bug here. It should be marked that way.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717757611


   <b>Trillian test result (tid-3090)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 34035 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3090-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 84 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.74 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 760.75 | test_deploy_virtio_scsi_vm.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 0.18 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 0.14 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 0.17 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717327109


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2282


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717807293


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725356684


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723912860


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2344


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-718182630


   <b>Trillian test result (tid-3093)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37107 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3093-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 84 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.74 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 756.38 | test_deploy_virtio_scsi_vm.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 209.36 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 595.60 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 161.93 | test_vpc_vpn.py
   ContextSuite context=TestVpcSite2SiteVpn>:teardown | `Error` | 161.96 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708369454


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717342653


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-710722988


   <b>Trillian test result (tid-2979)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 58570 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t2979-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_accounts.py
   Intermittent failure detected: /marvin/tests/smoke/test_affinity_groups_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_affinity_groups.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vms_with_varied_deploymentplanners.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vm_with_userdata.py
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_disk_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_dynamicroles.py
   Intermittent failure detected: /marvin/tests/smoke/test_enable_role_based_users_in_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_global_settings.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_annotations.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_simulator.py
   Intermittent failure detected: /marvin/tests/smoke/test_human_readable_logs.py
   Intermittent failure detected: /marvin/tests/smoke/test_iso.py
   Intermittent failure detected: /marvin/tests/smoke/test_list_ids_parameter.py
   Intermittent failure detected: /marvin/tests/smoke/test_login.py
   Intermittent failure detected: /marvin/tests/smoke/test_metrics_api.py
   Intermittent failure detected: /marvin/tests/smoke/test_multipleips_per_nic.py
   Intermittent failure detected: /marvin/tests/smoke/test_network.py
   Intermittent failure detected: /marvin/tests/smoke/test_nic.py
   Intermittent failure detected: /marvin/tests/smoke/test_non_contigiousvlan.py
   Intermittent failure detected: /marvin/tests/smoke/test_outofbandmanagement_nestedplugin.py
   Intermittent failure detected: /marvin/tests/smoke/test_over_provisioning.py
   Intermittent failure detected: /marvin/tests/smoke/test_password_server.py
   Intermittent failure detected: /marvin/tests/smoke/test_primary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_pvlan.py
   Intermittent failure detected: /marvin/tests/smoke/test_regions.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_staticroles.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 48 look OK, 37 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestDynamicRoles>:teardown | `Error` | 1.65 | test_dynamicroles.py
   ContextSuite context=TestAccounts>:teardown | `Error` | 1.80 | test_accounts.py
   ContextSuite context=TestAddVmToSubDomain>:teardown | `Error` | 0.06 | test_accounts.py
   ContextSuite context=TestDomainForceRemove>:teardown | `Error` | 176.88 | test_accounts.py
   test_move_user_incorrect_account_id | `Error` | 1.36 | test_accounts.py
   test_move_user_incorrect_account_name | `Error` | 1.38 | test_accounts.py
   test_move_user_to_accountID | `Error` | 1.42 | test_accounts.py
   test_move_user_to_account_name | `Error` | 1.39 | test_accounts.py
   test_move_user_to_different_domain | `Error` | 1.90 | test_accounts.py
   ContextSuite context=TestMoveUser>:teardown | `Error` | 1.90 | test_accounts.py
   ContextSuite context=TestNonRootAdminsPrivileges>:teardown | `Error` | 3.12 | test_accounts.py
   ContextSuite context=TestRemoveUserFromAccount>:teardown | `Error` | 133.20 | test_accounts.py
   ContextSuite context=TestServiceOfferingHierarchy>:teardown | `Error` | 0.05 | test_accounts.py
   ContextSuite context=TestServiceOfferingSiblings>:teardown | `Error` | 0.06 | test_accounts.py
   ContextSuite context=TestTemplateHierarchy>:teardown | `Error` | 0.06 | test_accounts.py
   ContextSuite context=TestUserAPIKeys>:teardown | `Error` | 0.73 | test_accounts.py
   ContextSuite context=TestUserDetails>:teardown | `Error` | 1.59 | test_accounts.py
   ContextSuite context=TestUserLogin>:teardown | `Error` | 1.97 | test_accounts.py
   ContextSuite context=TestUpdateConfigWithScope>:teardown | `Error` | 0.07 | test_global_settings.py
   test_DeployVmAntiAffinityGroup_in_project | `Error` | 108.61 | test_affinity_groups_projects.py
   test_DeployVmAffinityGroup | `Error` | 111.86 | test_affinity_groups.py
   test_DeployVmAntiAffinityGroup | `Error` | 71.69 | test_affinity_groups.py
   ContextSuite context=TestHostAnnotations>:teardown | `Error` | 0.06 | test_host_annotations.py
   ContextSuite context=TestHostHA>:teardown | `Error` | 0.02 | test_hostha_simulator.py
   test_02_verify_libvirt_after_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.73 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 747.21 | test_deploy_virtio_scsi_vm.py
   test_deployvm_userconcentrated | `Error` | 0.06 | test_deploy_vms_with_varied_deploymentplanners.py
   test_deployvm_userdispersing | `Error` | 0.05 | test_deploy_vms_with_varied_deploymentplanners.py
   ContextSuite context=TestCreateISOWithChecksum>:teardown | `Error` | 6.21 | test_iso.py
   ContextSuite context=TestCreateIso>:teardown | `Error` | 6.71 | test_iso.py
   test_deployvm_userdata | `Error` | 72.43 | test_deploy_vm_with_userdata.py
   test_deployvm_userdata_post | `Error` | 36.45 | test_deploy_vm_with_userdata.py
   test_02_ping_in_vr_failure | `Error` | 0.02 | test_diagnostics.py
   test_07_arping_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_10_traceroute_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_13_retrieve_vr_default_files | `Error` | 0.01 | test_diagnostics.py
   test_14_retrieve_vr_one_file | `Error` | 0.02 | test_diagnostics.py
   ContextSuite context=TestCreateDiskOffering>:teardown | `Error` | 0.03 | test_disk_offerings.py
   ContextSuite context=TestLogin>:teardown | `Error` | 6.17 | test_login.py
   ContextSuite context=TestRoleBasedUsersInProjects>:teardown | `Error` | 5.07 | test_enable_role_based_users_in_projects.py
   test_01_disableHumanReadableLogs | `Error` | 63.55 | test_human_readable_logs.py
   test_02_enableHumanReadableLogs | `Error` | 123.57 | test_human_readable_logs.py
   ContextSuite context=TestHumanReadableLogs>:teardown | `Error` | 123.57 | test_human_readable_logs.py
   test_01_list_volumes | `Error` | 0.04 | test_list_ids_parameter.py
   test_02_list_templates | `Error` | 0.04 | test_list_ids_parameter.py
   test_03_list_snapshots | `Error` | 0.05 | test_list_ids_parameter.py
   ContextSuite context=TestMetrics>:teardown | `Error` | 0.23 | test_metrics_api.py
   ContextSuite context=TestDeployVM>:teardown | `Error` | 102.59 | test_multipleips_per_nic.py
   ContextSuite context=TestDeleteAccount>:teardown | `Error` | 175.04 | test_network.py
   test_public_ip_admin_account | `Error` | 32.26 | test_network.py
   test_public_ip_user_account | `Error` | 2.23 | test_network.py
   ContextSuite context=TestRebootRouter>:teardown | `Error` | 364.60 | test_network.py
   ContextSuite context=TestReleaseIP>:teardown | `Error` | 133.08 | test_network.py
   ContextSuite context=TestNic>:teardown | `Error` | 64.40 | test_nic.py
   ContextSuite context=TestUpdatePhysicalNetwork>:teardown | `Error` | 3.29 | test_non_contigiousvlan.py
   ContextSuite context=TestOutOfBandManagement>:teardown | `Error` | 1.22 | test_outofbandmanagement_nestedplugin.py
   ContextSuite context=TestUpdateOverProvision>:teardown | `Error` | 0.11 | test_over_provisioning.py
   test_isolate_network_password_server | `Error` | 17.66 | test_password_server.py
   ContextSuite context=TestPrimaryStorageServices>:teardown | `Error` | 31.80 | test_primary_storage.py
   test_create_pvlan_network | `Error` | 1.20 | test_pvlan.py
   ContextSuite context=TestPVLAN>:teardown | `Error` | 1.21 | test_pvlan.py
   ContextSuite context=TestRegions>:teardown | `Error` | 0.11 | test_regions.py
   test_02_router_internal_adv | `Error` | 0.02 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 0.02 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 0.02 | test_routers.py
   test_05_router_basic | `Error` | 0.01 | test_routers.py
   test_06_router_advanced | `Error` | 0.02 | test_routers.py
   test_07_stop_router | `Error` | 0.01 | test_routers.py
   test_08_start_router | `Error` | 0.02 | test_routers.py
   test_09_reboot_router | `Error` | 0.02 | test_routers.py
   ContextSuite context=TestCreateServiceOffering>:teardown | `Error` | 0.03 | test_service_offerings.py
   ContextSuite context=TestSSVMs>:teardown | `Error` | 0.02 | test_ssvm.py
   ContextSuite context=TestStaticRoles>:teardown | `Error` | 0.02 | test_staticroles.py
   ContextSuite context=TestCreateTemplateWithChecksum>:teardown | `Error` | 15.22 | test_templates.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 407.95 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Error` | 333.42 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Error` | 3849.39 | test_vpc_redundant.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 361.43 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 805.37 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 204.10 | test_vpc_vpn.py
   ContextSuite context=TestHostMaintenance>:teardown | `Error` | 822.50 | test_host_maintenance.py
   test_hostha_kvm_host_fencing | `Error` | 99.52 | test_hostha_kvm.py
   ContextSuite context=TestHAKVM>:teardown | `Error` | 4.73 | test_hostha_kvm.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725946481


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712098941


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725946481






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725945612


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725985877


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708388940


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2179


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711788789






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724636399


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2349


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717779418


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717670506


   <b>Trillian test result (tid-3084)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 39110 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3084-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vms_with_varied_deploymentplanners.py
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 81 look OK, 5 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.77 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 752.70 | test_deploy_virtio_scsi_vm.py
   test_deployvm_userconcentrated | `Error` | 0.08 | test_deploy_vms_with_varied_deploymentplanners.py
   test_deployvm_userdispersing | `Error` | 0.07 | test_deploy_vms_with_varied_deploymentplanners.py
   test_02_ping_in_vr_failure | `Error` | 0.03 | test_diagnostics.py
   test_07_arping_in_vr | `Error` | 0.03 | test_diagnostics.py
   test_10_traceroute_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_13_retrieve_vr_default_files | `Error` | 0.02 | test_diagnostics.py
   test_14_retrieve_vr_one_file | `Error` | 0.02 | test_diagnostics.py
   test_02_router_internal_adv | `Error` | 0.02 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 0.02 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 0.02 | test_routers.py
   test_05_router_basic | `Error` | 0.02 | test_routers.py
   test_06_router_advanced | `Error` | 0.02 | test_routers.py
   test_07_stop_router | `Error` | 0.02 | test_routers.py
   test_08_start_router | `Error` | 0.03 | test_routers.py
   test_09_reboot_router | `Error` | 0.02 | test_routers.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 215.83 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 624.12 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 175.38 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-681912434


   any thoughts @GabrielBrascher @borisstoyanov @rhtyd 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709978858


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724311433


   <b>Trillian test result (tid-3135)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 39482 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3135-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 83 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.66 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 756.34 | test_deploy_virtio_scsi_vm.py
   test_01_isolate_network_FW_PF_default_routes_egress_true | `Failure` | 58.06 | test_routers_network_ops.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 673.95 | test_vpc_vpn.py
   ContextSuite context=TestVpcSite2SiteVpn>:teardown | `Error` | 255.71 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708403206


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717341802


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708433294


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708433906


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708388940


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2179


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland closed pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-726060945


   @borisstoyanov @vladimirpetrov can you review please?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-718182630


   <b>Trillian test result (tid-3093)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37107 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3093-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 84 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.74 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 756.38 | test_deploy_virtio_scsi_vm.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 209.36 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 595.60 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 161.93 | test_vpc_vpn.py
   ContextSuite context=TestVpcSite2SiteVpn>:teardown | `Error` | 161.96 | test_vpc_vpn.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-726005398


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708990511


   @blueorangutan test centos7 kvm-centos7 keepEnv


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717288669


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-712533633


   <b>Trillian test result (tid-3005)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 42493 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3005-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_accounts.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vms_with_varied_deploymentplanners.py
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 78 look OK, 7 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestNonRootAdminsPrivileges>:teardown | `Error` | 3.74 | test_accounts.py
   ContextSuite context=TestRemoveUserFromAccount>:teardown | `Error` | 105.61 | test_accounts.py
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.82 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 752.01 | test_deploy_virtio_scsi_vm.py
   test_deployvm_userconcentrated | `Error` | 0.08 | test_deploy_vms_with_varied_deploymentplanners.py
   test_deployvm_userdispersing | `Error` | 0.07 | test_deploy_vms_with_varied_deploymentplanners.py
   test_02_ping_in_vr_failure | `Error` | 0.03 | test_diagnostics.py
   test_07_arping_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_10_traceroute_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_13_retrieve_vr_default_files | `Error` | 0.02 | test_diagnostics.py
   test_14_retrieve_vr_one_file | `Error` | 0.02 | test_diagnostics.py
   test_02_router_internal_adv | `Error` | 0.03 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 0.02 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 0.02 | test_routers.py
   test_05_router_basic | `Error` | 0.02 | test_routers.py
   test_06_router_advanced | `Error` | 0.02 | test_routers.py
   test_07_stop_router | `Error` | 0.02 | test_routers.py
   test_08_start_router | `Error` | 0.02 | test_routers.py
   test_09_reboot_router | `Error` | 0.02 | test_routers.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 248.18 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 608.84 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 177.22 | test_vpc_vpn.py
   test_hostha_kvm_host_fencing | `Error` | 170.48 | test_hostha_kvm.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717779657


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717552223


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2286


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709933679


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-725985475


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709543028


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2189


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-708991257






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-711832732


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2204


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-723893736


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland closed pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-724695911






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-709978858


   @blueorangutan test


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717797212


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2288


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland removed a comment on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-717534652


   @blueorangutan package


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289#issuecomment-713265085


   <b>Trillian test result (tid-3023)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 44504 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4289-t3023-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vms_with_varied_deploymentplanners.py
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 77 look OK, 7 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_verify_libvirt_after_restart | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | `Error` | 0.03 | test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | `Error` | 810.72 | test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | `Error` | 0.02 | test_deploy_virtio_scsi_vm.py
   test_06_verify_guest_lspci_again | `Error` | 751.93 | test_deploy_virtio_scsi_vm.py
   test_deployvm_userconcentrated | `Error` | 0.08 | test_deploy_vms_with_varied_deploymentplanners.py
   test_deployvm_userdispersing | `Error` | 0.08 | test_deploy_vms_with_varied_deploymentplanners.py
   test_02_ping_in_vr_failure | `Error` | 0.03 | test_diagnostics.py
   test_07_arping_in_vr | `Error` | 0.03 | test_diagnostics.py
   test_10_traceroute_in_vr | `Error` | 0.02 | test_diagnostics.py
   test_13_retrieve_vr_default_files | `Error` | 0.03 | test_diagnostics.py
   test_14_retrieve_vr_one_file | `Error` | 0.03 | test_diagnostics.py
   test_02_router_internal_adv | `Error` | 0.03 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 0.03 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 0.03 | test_routers.py
   test_05_router_basic | `Error` | 0.03 | test_routers.py
   test_06_router_advanced | `Error` | 0.02 | test_routers.py
   test_07_stop_router | `Error` | 0.03 | test_routers.py
   test_08_start_router | `Error` | 0.03 | test_routers.py
   test_09_reboot_router | `Error` | 0.03 | test_routers.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 428.00 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 422.40 | test_vpc_redundant.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 380.33 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Error` | 656.34 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Error` | 250.76 | test_vpc_vpn.py
   test_hostha_kvm_host_fencing | `Error` | 175.34 | test_hostha_kvm.py
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland closed pull request #4289: default teardown methods with reversed() handling

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed pull request #4289:
URL: https://github.com/apache/cloudstack/pull/4289


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org