winterhazel commented on PR #12758: URL: https://github.com/apache/cloudstack/pull/12758#issuecomment-4970219612
I went through the test failures in https://github.com/apache/cloudstack/pull/12758#issuecomment-4965680450 and checked that they are unrelated to the changes in here. - `ContextSuite context=TestIpv4Routing>:setup | `Error` | 0.00 | test_ipv4_routing.py` -- unrelated. Failed due to an attempt to create an ASN range that conflicts with an existing one. This PR does not touch this part of the code. - `test_01_native_to_native_network_migration | `Error` | 4.90 | test_migration.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. This PR does not touch this part of the code. - `test_05_isolated_network_full_lifecycle | `Error` | 7.53 | test_network_extension_namespace.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_08_custom_action_policy_based_routing | `Error` | 7.65 | test_network_extension_namespace.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_11_ipv6_dualstack_isolated_network | `Error` | 8.15 | test_network_extension_namespace.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestNonStrictAffinityGroups>:setup | `Error` | 0.00 | test_nonstrict_affinity_group.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestNetworkPermissions>:setup | `Error` | 0.00 | test_network_permissions.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestSharedNetworkWithConfigDrive>:setup | `Error` | 50.86 | test_network.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestIsolatedNetworksPasswdServer>:setup | `Error` | 0.00 | test_password_server.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_CRUD_operations_userdata | `Error` | 19.04 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_deploy_vm_with_registered_userdata | `Error` | 3.80 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_deploy_vm_with_registered_userdata_with_override_policy_allow | `Error` | 3.82 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_deploy_vm_with_registered_userdata_with_override_policy_append | `Error` | 3.89 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_deploy_vm_with_registered_userdata_with_override_policy_deny | `Error` | 3.66 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_deploy_vm_with_registered_userdata_with_params | `Error` | 3.76 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_link_and_unlink_userdata_to_template | `Error` | 3.58 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_user_userdata_crud | `Error` | 3.69 | test_register_userdata.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | test_router_dhcphosts.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | test_router_dhcphosts.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | test_router_dns.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | test_router_dnsservice.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Error` | 0.16 | test_routers_network_ops.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Error` | 0.14 | test_routers_network_ops.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_03_RVR_Network_check_router_state | `Error` | 0.14 | test_routers_network_ops.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestSharedFSLifecycle>:setup | `Error` | 0.00 | test_sharedfs_lifecycle.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_01_ssl_offloading_isolated_network | `Error` | 0.21 | test_ssl_offloading.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `ContextSuite context=TestVmAutoScaling>:setup | `Error` | 0.00 | test_vm_autoscaling.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. - `test_04_deploy_vnf_appliance | `Error` | 102.63 | test_vnf_templates.py` -- unrelated. Failed due to an attempt to create a non-VPC network using an offering for VPC networks. As the CI passed for this PR before merging the latest changes in main that had network-related changes (see https://github.com/apache/cloudstack/pull/12758#issuecomment-4949740283), all the changes since then (commit [5de00c8](https://github.com/apache/cloudstack/pull/12758/commits/5de00c80ae45b6c9811714b5f73ca95ca3f704d2)) do not change existing behaviors for other plugins/workflows, and the new failures are unrelated, I am merging these changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
