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 2021/06/01 09:05:46 UTC

[GitHub] [cloudstack] weizhouapache opened a new pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

weizhouapache opened a new pull request #5059:
URL: https://github.com/apache/cloudstack/pull/5059


   ### Description
   
   This PR fixes #5058
   
   when start a vm, the old entries in databag for the vm (with same mac addresses) should be removed then set again, to avoid duplicated records in dhcpentry databag and also /etc/dhcphosts.txt 
   
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- 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: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [X] 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)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [X] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### 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. -->
   
   isolated networks
   (1) stop vm, change vm ip address, start vm
   vm info is updated in /etc/dhcphosts.txt and /etc/cloudstack/dhcpentry.json
   (2) stop vm, expunge vm.
   vm is removed from /etc/dhcphosts.txt and /var/lib/misc/dnsmasq.leases
   
   vpc
   (1) create vm in 2 vpc tiers
   vm has 2 entries in /etc/dhcphosts.txt, and /etc/cloudstack/dhcpentry.json
   (2) stop vm, change ip addresses, start vm
   entries are updated in /etc/dhcphosts.txt and /etc/cloudstack/dhcpentry.json
   (3) remove a nic from vm (hot unplug)
   vm is removed from /etc/dhcphosts.txt and /var/lib/misc/dnsmasq.leases
   entry in /etc/cloudstack/dhcpentry.json is updated.
   
   
   
   
   
   <!-- 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] blueorangutan commented on pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   @Pearl1594 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] weizhouapache commented on a change in pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on a change in pull request #5059:
URL: https://github.com/apache/cloudstack/pull/5059#discussion_r642931321



##########
File path: systemvm/debian/opt/cloud/bin/cs_dhcp.py
##########
@@ -28,7 +28,7 @@ def merge(dbag, data):
     else:
         remove_keys = set()
         for key, entry in dbag.iteritems():
-            if key != 'id' and entry['mac_address'] == data['mac_address'] and data['remove']:
+            if key != 'id' and entry['mac_address'] == data['mac_address']:

Review comment:
       @rhtyd thanks for remarks.
   I have tested some user actions (except secondary ips), all looks good until now.
   I will test more actions manually.




-- 
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] rhtyd commented on pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   @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 #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   <b>Trillian test result (tid-812)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 50086 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5059-t812-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vm_iso.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_direct_download.py
   Intermittent failure detected: /marvin/tests/smoke/test_domain_service_offerings.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_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
   Intermittent failure detected: /marvin/tests/smoke/test_loadbalance.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_nested_virtualization.py
   Intermittent failure detected: /marvin/tests/smoke/test_network_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_network.py
   Intermittent failure detected: /marvin/tests/smoke/test_password_server.py
   Intermittent failure detected: /marvin/tests/smoke/test_portforwardingrules.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: /marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 66 look OK, 21 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_1_create_iso_with_checksum_sha1_negative | `Error` | 66.45 | test_iso.py
   test_01_create_iso_with_checksum_sha1 | `Error` | 65.36 | test_iso.py
   test_01_create_iso_with_checksum_sha1 | `Error` | 66.47 | test_iso.py
   test_02_1_create_iso_with_checksum_sha256_negative | `Error` | 66.46 | test_iso.py
   test_02_create_iso_with_checksum_sha256 | `Error` | 65.37 | test_iso.py
   test_02_create_iso_with_checksum_sha256 | `Error` | 66.43 | test_iso.py
   test_03_1_create_iso_with_checksum_md5_negative | `Error` | 66.47 | test_iso.py
   test_03_create_iso_with_checksum_md5 | `Error` | 65.38 | test_iso.py
   test_03_create_iso_with_checksum_md5 | `Error` | 66.44 | test_iso.py
   test_04_create_iso_with_no_checksum | `Error` | 65.36 | test_iso.py
   test_04_create_iso_with_no_checksum | `Error` | 66.42 | test_iso.py
   test_01_create_iso | `Failure` | 1511.90 | test_iso.py
   ContextSuite context=TestISO>:setup | `Error` | 3024.86 | test_iso.py
   ContextSuite context=TestLoadBalance>:setup | `Error` | 0.00 | test_loadbalance.py
   test_list_vms_metrics | `Error` | 0.13 | test_metrics_api.py
   test_deploy_vm_from_iso | `Error` | 0.00 | test_deploy_vm_iso.py
   ContextSuite context=TestNetworkACL>:setup | `Error` | 0.00 | test_network_acl.py
   ContextSuite context=TestDeployVmWithVariedPlanners>:setup | `Error` | 0.00 | test_deploy_vms_with_varied_deploymentplanners.py
   ContextSuite context=TestDeployVmWithUserData>:setup | `Error` | 0.00 | test_deploy_vm_with_userdata.py
   test_delete_account | `Error` | 0.46 | test_network.py
   test_delete_network_while_vm_on_it | `Error` | 0.06 | test_network.py
   test_deploy_vm_l2network | `Error` | 0.05 | test_network.py
   test_l2network_restart | `Error` | 0.13 | test_network.py
   ContextSuite context=TestPortForwarding>:setup | `Error` | 2.43 | test_network.py
   ContextSuite context=TestPublicIP>:setup | `Error` | 1.10 | test_network.py
   test_reboot_router | `Error` | 0.05 | test_network.py
   test_releaseIP | `Error` | 0.46 | test_network.py
   ContextSuite context=TestRouterRules>:setup | `Error` | 0.52 | test_network.py
   ContextSuite context=TestRemoteDiagnostics>:setup | `Error` | 0.00 | test_diagnostics.py
   ContextSuite context=TestIsolatedNetworksPasswdServer>:setup | `Error` | 0.00 | test_password_server.py
   ContextSuite context=TestDomainsServiceOfferings>:setup | `Error` | 3.47 | test_domain_service_offerings.py
   test_01_invalid_upgrade_kubernetes_cluster | `Failure` | 0.01 | test_kubernetes_clusters.py
   test_02_deploy_and_upgrade_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_03_deploy_and_scale_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_04_basic_lifecycle_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_05_delete_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_06_deploy_invalid_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_08_deploy_and_upgrade_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_01_add_delete_kubernetes_supported_version | `Error` | 1801.93 | test_kubernetes_supported_versions.py
   test_nic_secondaryip_add_remove | `Error` | 0.05 | test_multipleips_per_nic.py
   ContextSuite context=TestNestedVirtualization>:setup | `Error` | 0.00 | test_nested_virtualization.py
   ContextSuite context=TestPortForwardingRules>:setup | `Error` | 0.00 | test_portforwardingrules.py
   ContextSuite context=TestPrivateGwACL>:setup | `Error` | 0.00 | test_privategw_acl.py
   test_09_project_suspend | `Error` | 1.07 | test_projects.py
   test_10_project_activation | `Error` | 1.07 | test_projects.py
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | test_reset_vm_on_reboot.py
   ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | test_resource_accounting.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | test_router_dhcphosts.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] rhtyd commented on pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   With my RM cap on, I'm going to club some PRs including this which have been manually tested, validated and reviewed today. Running test matrix on all of them will add a lot of overhead, so based on the review and manual tests I'm merging this and will kick test matrix using #5024 


-- 
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] rhtyd merged pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   


-- 
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] rhtyd commented on a change in pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

Posted by GitBox <gi...@apache.org>.
rhtyd commented on a change in pull request #5059:
URL: https://github.com/apache/cloudstack/pull/5059#discussion_r642926611



##########
File path: systemvm/debian/opt/cloud/bin/cs_dhcp.py
##########
@@ -28,7 +28,7 @@ def merge(dbag, data):
     else:
         remove_keys = set()
         for key, entry in dbag.iteritems():
-            if key != 'id' and entry['mac_address'] == data['mac_address'] and data['remove']:
+            if key != 'id' and entry['mac_address'] == data['mac_address']:

Review comment:
       @weizhouapache could this cause any regression it it always removes keys? See old commits d62d5c6cd23daeb922e5c6f64399cc30596c15a3, 8fb388e9312b917a8f36c7d7e3f45985a95ce773, c9ce3e2344ab863dae09e63bf783331097a660cb
   
   Could it break for:
   - stop and destroy a VM - does its ip/dhcp/dns rules get removed or not?
   - add/remove a new nic to VM (multi-homed vms in VPC)
   - update/replace new IPs to VM, say add secondary IPs to a VM
   - change in nic/ip order?




-- 
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 #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   @rhtyd 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 #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   Packaging result: :heavy_check_mark: centos7 :heavy_check_mark: centos8 :heavy_check_mark: debian. SL-JID 139


-- 
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 #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   <b>Trillian test result (tid-812)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 50086 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5059-t812-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vm_iso.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_direct_download.py
   Intermittent failure detected: /marvin/tests/smoke/test_domain_service_offerings.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_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
   Intermittent failure detected: /marvin/tests/smoke/test_loadbalance.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_nested_virtualization.py
   Intermittent failure detected: /marvin/tests/smoke/test_network_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_network.py
   Intermittent failure detected: /marvin/tests/smoke/test_password_server.py
   Intermittent failure detected: /marvin/tests/smoke/test_portforwardingrules.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: /marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 66 look OK, 21 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_1_create_iso_with_checksum_sha1_negative | `Error` | 66.45 | test_iso.py
   test_01_create_iso_with_checksum_sha1 | `Error` | 65.36 | test_iso.py
   test_01_create_iso_with_checksum_sha1 | `Error` | 66.47 | test_iso.py
   test_02_1_create_iso_with_checksum_sha256_negative | `Error` | 66.46 | test_iso.py
   test_02_create_iso_with_checksum_sha256 | `Error` | 65.37 | test_iso.py
   test_02_create_iso_with_checksum_sha256 | `Error` | 66.43 | test_iso.py
   test_03_1_create_iso_with_checksum_md5_negative | `Error` | 66.47 | test_iso.py
   test_03_create_iso_with_checksum_md5 | `Error` | 65.38 | test_iso.py
   test_03_create_iso_with_checksum_md5 | `Error` | 66.44 | test_iso.py
   test_04_create_iso_with_no_checksum | `Error` | 65.36 | test_iso.py
   test_04_create_iso_with_no_checksum | `Error` | 66.42 | test_iso.py
   test_01_create_iso | `Failure` | 1511.90 | test_iso.py
   ContextSuite context=TestISO>:setup | `Error` | 3024.86 | test_iso.py
   ContextSuite context=TestLoadBalance>:setup | `Error` | 0.00 | test_loadbalance.py
   test_list_vms_metrics | `Error` | 0.13 | test_metrics_api.py
   test_deploy_vm_from_iso | `Error` | 0.00 | test_deploy_vm_iso.py
   ContextSuite context=TestNetworkACL>:setup | `Error` | 0.00 | test_network_acl.py
   ContextSuite context=TestDeployVmWithVariedPlanners>:setup | `Error` | 0.00 | test_deploy_vms_with_varied_deploymentplanners.py
   ContextSuite context=TestDeployVmWithUserData>:setup | `Error` | 0.00 | test_deploy_vm_with_userdata.py
   test_delete_account | `Error` | 0.46 | test_network.py
   test_delete_network_while_vm_on_it | `Error` | 0.06 | test_network.py
   test_deploy_vm_l2network | `Error` | 0.05 | test_network.py
   test_l2network_restart | `Error` | 0.13 | test_network.py
   ContextSuite context=TestPortForwarding>:setup | `Error` | 2.43 | test_network.py
   ContextSuite context=TestPublicIP>:setup | `Error` | 1.10 | test_network.py
   test_reboot_router | `Error` | 0.05 | test_network.py
   test_releaseIP | `Error` | 0.46 | test_network.py
   ContextSuite context=TestRouterRules>:setup | `Error` | 0.52 | test_network.py
   ContextSuite context=TestRemoteDiagnostics>:setup | `Error` | 0.00 | test_diagnostics.py
   ContextSuite context=TestIsolatedNetworksPasswdServer>:setup | `Error` | 0.00 | test_password_server.py
   ContextSuite context=TestDomainsServiceOfferings>:setup | `Error` | 3.47 | test_domain_service_offerings.py
   test_01_invalid_upgrade_kubernetes_cluster | `Failure` | 0.01 | test_kubernetes_clusters.py
   test_02_deploy_and_upgrade_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_03_deploy_and_scale_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_04_basic_lifecycle_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_05_delete_kubernetes_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_06_deploy_invalid_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_08_deploy_and_upgrade_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.00 | test_kubernetes_clusters.py
   test_01_add_delete_kubernetes_supported_version | `Error` | 1801.93 | test_kubernetes_supported_versions.py
   test_nic_secondaryip_add_remove | `Error` | 0.05 | test_multipleips_per_nic.py
   ContextSuite context=TestNestedVirtualization>:setup | `Error` | 0.00 | test_nested_virtualization.py
   ContextSuite context=TestPortForwardingRules>:setup | `Error` | 0.00 | test_portforwardingrules.py
   ContextSuite context=TestPrivateGwACL>:setup | `Error` | 0.00 | test_privategw_acl.py
   test_09_project_suspend | `Error` | 1.07 | test_projects.py
   test_10_project_activation | `Error` | 1.07 | test_projects.py
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | test_reset_vm_on_reboot.py
   ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | test_resource_accounting.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | test_router_dhcphosts.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] Pearl1594 commented on pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   @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] weizhouapache closed pull request #5059: vr: remove old ips with same mac address in dhcpentry databag

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


   


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