2025-03-27 15:12:39,422 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-03-27 15:12:39,677 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1053-1 2025-03-27 15:12:39,677 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-03-27 15:12:39,711 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1053-1 2025-03-27 15:12:39,712 - DEBUG - [10.0.0.27]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-27 15:12:39,809 - DEBUG - Output : NAMES contrail_test_tYWSfl0s0 contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_schema_1 2025-03-27 15:12:39,809 - DEBUG - [10.0.0.27]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-27 15:12:39,843 - DEBUG - Output : 10.0.0.27/24 172.17.0.1/16 2025-03-27 15:12:39,843 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-03-27 15:12:39,876 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1053-1 2025-03-27 15:12:39,959 - DEBUG - [10.0.0.31]: Running cmd : hostname 2025-03-27 15:12:40,196 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1053-1 2025-03-27 15:12:40,196 - DEBUG - [10.0.0.31]: Running cmd : hostname -f 2025-03-27 15:12:40,230 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1053-1 2025-03-27 15:12:40,230 - DEBUG - [10.0.0.31]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-27 15:12:40,321 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-27 15:12:40,322 - DEBUG - [10.0.0.31]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-27 15:12:40,356 - DEBUG - Output : 10.0.0.31/24 2025-03-27 15:12:40,357 - DEBUG - [10.0.0.31]: Running cmd : getent hosts 10.0.0.31 | head -n 1 | awk '{print $2}' 2025-03-27 15:12:40,391 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1053-1 2025-03-27 15:12:40,470 - INFO - Using existing project ['default-domain', 'k8s-default'](2d246f7d-6d49-44da-a413-862f547b3d26) 2025-03-27 15:12:40,593 - INFO - Using existing project ['default-domain', 'k8s-default'](2d246f7d-6d49-44da-a413-862f547b3d26) 2025-03-27 15:12:40,736 - INFO - ================================================================================ 2025-03-27 15:12:40,736 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-27 15:12:40,737 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-03-27 15:12:40,985 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-27 15:12:40,994 - DEBUG - Nothing to compare xmpp stats {'10.0.0.31': {'10.0.0.27': '0'}} with 2025-03-27 15:12:40,994 - INFO - Initial checks done. Running the testcase now 2025-03-27 15:12:40,994 - INFO - 2025-03-27 15:12:40,997 - INFO - Namespace default already exists 2025-03-27 15:12:40,997 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-27 15:12:41,126 - DEBUG - Output : cluster_project={} 2025-03-27 15:12:41,175 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-27 15:12:41,175 - DEBUG - Project uuid in Contrail is 2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:12:41,175 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-27 15:12:41,291 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-27 15:12:41,291 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=818d5a31-3af8-4d67-bbef-0b141570a8d4 2025-03-27 15:12:41,296 - INFO - Namespace default with uuid 818d5a31-3af8-4d67-bbef-0b141570a8d4 found in kube manager 2025-03-27 15:12:41,296 - INFO - Namespace default verification passed 2025-03-27 15:12:41,299 - DEBUG - Service ctest-nginx-svc-77320445 not present 2025-03-27 15:12:41,299 - INFO - Creating service ctest-nginx-svc-77320445 2025-03-27 15:12:41,314 - INFO - Created Service ctest-nginx-svc-77320445 2025-03-27 15:12:41,320 - DEBUG - Pod ctest-nginx-pod-93237339 not present 2025-03-27 15:12:41,321 - INFO - Creating Pod ctest-nginx-pod-93237339 2025-03-27 15:12:41,427 - DEBUG - Pod : ctest-nginx-pod-93237339 UUID is b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 2025-03-27 15:12:41,430 - DEBUG - Pod ctest-nginx-pod-49874635 not present 2025-03-27 15:12:41,430 - INFO - Creating Pod ctest-nginx-pod-49874635 2025-03-27 15:12:41,450 - DEBUG - Pod : ctest-nginx-pod-49874635 UUID is 523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 2025-03-27 15:12:41,665 - INFO - Created VN __public__, UUID :e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:41,868 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-03-27 15:12:41,882 - DEBUG - Requesting: http://10.0.0.27:8082/domain/a22ad4a1-0151-43e0-8021-a10bb4aacf85 2025-03-27 15:12:41,895 - DEBUG - Requesting: http://10.0.0.27:8082/project/2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:12:41,977 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:41,995 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:42,006 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:42,022 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:42,034 - DEBUG - Route Targets: [] 2025-03-27 15:12:42,034 - DEBUG - RT names not yet present for VN __public__ 2025-03-27 15:12:47,035 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-03-27 15:12:47,041 - DEBUG - Requesting: http://10.0.0.27:8082/domain/a22ad4a1-0151-43e0-8021-a10bb4aacf85 2025-03-27 15:12:47,050 - DEBUG - Requesting: http://10.0.0.27:8082/project/2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:12:47,106 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,121 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,129 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:47,137 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:47,144 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/95f1f148-433f-4313-95f7-0871f5d74e13 2025-03-27 15:12:47,151 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-27 15:12:47,151 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,160 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:47,174 - INFO - Verified VN network id 13 for VN e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,174 - INFO - Verifications in API Server for VN __public__ passed 2025-03-27 15:12:47,174 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,187 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:47,198 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:12:47,206 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/95f1f148-433f-4313-95f7-0871f5d74e13 2025-03-27 15:12:47,218 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-27 15:12:47,224 - DEBUG - Control-node 10.0.0.27 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '16381160778184933464', 'uuid-lslong': '9532759585492099476'}, 'enable': 'true', 'created': '2025-03-27T15:12:41', 'last-modified': '2025-03-27T15:12:41', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.507446'} 2025-03-27 15:12:47,224 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:12:47,231 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-27 15:12:47,231 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-27 15:12:47,232 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-27 15:12:47,233 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-03-27 15:12:47,238 - DEBUG - Requesting: http://10.0.0.27:8082/domain/a22ad4a1-0151-43e0-8021-a10bb4aacf85 2025-03-27 15:12:47,245 - DEBUG - Requesting: http://10.0.0.27:8082/project/2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:12:47,292 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,310 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-27 15:12:47,310 - DEBUG - Verifying the vn in opserver 2025-03-27 15:12:47,310 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2025-03-27 15:12:47,310 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2025-03-27 15:12:47,318 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-27 15:12:47,318 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-27 15:12:47,318 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:12:47,328 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:12:47,334 - DEBUG - Do not have enough data to verify VN in agent 2025-03-27 15:12:47,334 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:12:47,340 - DEBUG - VRF ids for VN __public__: {} 2025-03-27 15:12:47,449 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-27 15:12:47,595 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-03-27 15:12:47,600 - DEBUG - Requesting: http://10.0.0.27:8082/domain/a22ad4a1-0151-43e0-8021-a10bb4aacf85 2025-03-27 15:12:47,607 - DEBUG - Requesting: http://10.0.0.27:8082/project/2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:12:47,665 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,688 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/b2230249-8729-4050-8a16-cc247238a2b6 2025-03-27 15:12:47,695 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-03-27 15:12:47,700 - DEBUG - Requesting: http://10.0.0.27:8082/domain/a22ad4a1-0151-43e0-8021-a10bb4aacf85 2025-03-27 15:12:47,707 - DEBUG - Requesting: http://10.0.0.27:8082/project/2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:12:47,772 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/e35592ef-c846-4058-844b-2a561674e194 2025-03-27 15:12:47,782 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-27 15:12:47,782 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-27 15:12:47,789 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-27 15:12:47,796 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-27 15:12:47,796 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-27 15:12:47,799 - DEBUG - Ingress ctest-nginx-ingress-36529259 not present 2025-03-27 15:12:47,799 - INFO - Creating Ingress ctest-nginx-ingress-36529259 2025-03-27 15:12:47,805 - INFO - Created Ingress ctest-nginx-ingress-36529259 2025-03-27 15:12:47,808 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-36529259 2025-03-27 15:12:50,823 - DEBUG - For Ingress ctest-nginx-ingress-36529259, Cluster IP: 10.47.255.249, External IPs ['75.100.82.252'] 2025-03-27 15:12:50,823 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-36529259 2025-03-27 15:12:50,824 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=31b29a19-507c-4a6d-b87d-e858d35a0510 2025-03-27 15:12:50,831 - INFO - Ingress ctest-nginx-ingress-36529259 with uuid 31b29a19-507c-4a6d-b87d-e858d35a0510 found in kube manager 2025-03-27 15:12:50,831 - INFO - Ingress ctest-nginx-ingress-36529259 verification passed 2025-03-27 15:12:50,834 - DEBUG - Pod ctest-busybox-pod-52721762 not present 2025-03-27 15:12:50,835 - INFO - Creating Pod ctest-busybox-pod-52721762 2025-03-27 15:12:50,862 - DEBUG - Pod : ctest-busybox-pod-52721762 UUID is bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:12:50,871 - DEBUG - Pod ctest-nginx-pod-93237339 not in running state.Currently in Pending 2025-03-27 15:12:55,877 - DEBUG - Pod ctest-nginx-pod-93237339 not in running state.Currently in Pending 2025-03-27 15:13:00,884 - INFO - Pod ctest-nginx-pod-93237339 is in running state.Got IP 10.47.255.251 2025-03-27 15:13:00,898 - DEBUG - Pod ctest-nginx-pod-93237339 has vmi ee8a4626-0b1d-11f0-a3cb-fa163e3aa370 2025-03-27 15:13:00,898 - INFO - Verified pod ctest-nginx-pod-93237339 in contrail-api 2025-03-27 15:13:00,898 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-27 15:13:00,912 - DEBUG - VMI ee8a4626-0b1d-11f0-a3cb-fa163e3aa370 is active in agent 10.0.0.31 2025-03-27 15:13:00,912 - INFO - Verified Pod ctest-nginx-pod-93237339 in agent 10.0.0.31 2025-03-27 15:13:00,913 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 2025-03-27 15:13:00,917 - INFO - Pod ctest-nginx-pod-93237339 with uuid b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 found in kube manager 2025-03-27 15:13:00,917 - INFO - Pod ctest-nginx-pod-93237339 verification passed 2025-03-27 15:13:00,983 - DEBUG - [Pod ctest-nginx-pod-93237339] Cmd: echo ctest-nginx-pod-93237339 > /usr/share/nginx/html/index.html, Output: 2025-03-27 15:13:00,990 - INFO - Pod ctest-nginx-pod-49874635 is in running state.Got IP 10.47.255.250 2025-03-27 15:13:01,045 - DEBUG - Pod ctest-nginx-pod-49874635 has vmi ef20e518-0b1d-11f0-a3cb-fa163e3aa370 2025-03-27 15:13:01,045 - INFO - Verified pod ctest-nginx-pod-49874635 in contrail-api 2025-03-27 15:13:01,045 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-27 15:13:01,058 - DEBUG - VMI ef20e518-0b1d-11f0-a3cb-fa163e3aa370 is active in agent 10.0.0.31 2025-03-27 15:13:01,058 - INFO - Verified Pod ctest-nginx-pod-49874635 in agent 10.0.0.31 2025-03-27 15:13:01,058 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 2025-03-27 15:13:01,062 - INFO - Pod ctest-nginx-pod-49874635 with uuid 523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 found in kube manager 2025-03-27 15:13:01,062 - INFO - Pod ctest-nginx-pod-49874635 verification passed 2025-03-27 15:13:01,130 - DEBUG - [Pod ctest-nginx-pod-49874635] Cmd: echo ctest-nginx-pod-49874635 > /usr/share/nginx/html/index.html, Output: 2025-03-27 15:13:01,134 - DEBUG - Pod ctest-busybox-pod-52721762 not in running state.Currently in Pending 2025-03-27 15:13:06,141 - INFO - Pod ctest-busybox-pod-52721762 is in running state.Got IP 10.47.255.248 2025-03-27 15:13:06,154 - DEBUG - Pod ctest-busybox-pod-52721762 has vmi f3952794-0b1d-11f0-a3cb-fa163e3aa370 2025-03-27 15:13:06,154 - INFO - Verified pod ctest-busybox-pod-52721762 in contrail-api 2025-03-27 15:13:06,154 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-27 15:13:06,166 - DEBUG - VMI f3952794-0b1d-11f0-a3cb-fa163e3aa370 is active in agent 10.0.0.31 2025-03-27 15:13:06,166 - INFO - Verified Pod ctest-busybox-pod-52721762 in agent 10.0.0.31 2025-03-27 15:13:06,166 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:06,170 - INFO - Pod ctest-busybox-pod-52721762 with uuid bd063ea3-2bdd-4804-acad-61966207ad3e found in kube manager 2025-03-27 15:13:06,171 - INFO - Pod ctest-busybox-pod-52721762 verification passed 2025-03-27 15:13:06,225 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,225 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,225 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,288 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,288 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,288 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,351 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,351 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,351 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,418 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,418 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,418 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,524 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,524 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,524 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: ctest-nginx-pod-49874635 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,587 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-49874635 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,587 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,587 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-49874635 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 15:13:06,651 - DEBUG - [Pod ctest-busybox-pod-52721762] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-93237339 2025-03-27 15:13:06,651 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 15:13:06,651 - DEBUG - [Pod Pod ctest-busybox-pod-52721762] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-93237339 2025-03-27 15:13:06,651 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-93237339': 1, 'ctest-nginx-pod-49874635': 6} 2025-03-27 15:13:06,651 - WARNING - Nothing to delete parallely 2025-03-27 15:13:06,651 - INFO - Deleting pod default:ctest-busybox-pod-52721762 2025-03-27 15:13:06,661 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:06,669 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:11,670 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:11,677 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:16,679 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:16,687 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:21,688 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:21,695 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:26,697 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:26,707 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:31,708 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:31,716 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:36,716 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:36,725 - WARNING - Pod uuid bd063ea3-2bdd-4804-acad-61966207ad3e is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:41,725 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=bd063ea3-2bdd-4804-acad-61966207ad3e 2025-03-27 15:13:41,740 - DEBUG - Pod bd063ea3-2bdd-4804-acad-61966207ad3e is not in agent 10.0.0.31 VM list 2025-03-27 15:13:41,740 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3952794-0b1d-11f0-a3cb-fa163e3aa370 2025-03-27 15:13:41,748 - DEBUG - VMI f3952794-0b1d-11f0-a3cb-fa163e3aa370 is removed from agent 10.0.0.31 2025-03-27 15:13:41,748 - INFO - Verified that pod ctest-busybox-pod-52721762 is removed in agent 2025-03-27 15:13:41,748 - INFO - Deleting Ingress : ctest-nginx-ingress-36529259 2025-03-27 15:13:41,754 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=31b29a19-507c-4a6d-b87d-e858d35a0510 2025-03-27 15:13:41,759 - ERROR - Ingress ctest-nginx-ingress-36529259 with uuid 31b29a19-507c-4a6d-b87d-e858d35a0510 still found in kube manager 2025-03-27 15:13:42,760 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=31b29a19-507c-4a6d-b87d-e858d35a0510 2025-03-27 15:13:42,764 - INFO - Ingress ctest-nginx-ingress-36529259 with uuid 31b29a19-507c-4a6d-b87d-e858d35a0510 deleted successfully from kube manager 2025-03-27 15:13:42,764 - INFO - Verifications on Ingress %s cleanup passed 2025-03-27 15:13:42,764 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-27 15:13:42,893 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-27 15:13:42,900 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-27 15:13:42,900 - INFO - Deleting VN __public__ 2025-03-27 15:13:43,120 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/17945689-9dc7-4423-b41e-bb2bec4b2695 2025-03-27 15:13:43,130 - DEBUG - Response Code: 404 2025-03-27 15:13:43,130 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-03-27 15:13:43,139 - DEBUG - Requesting: http://10.0.0.27:8082/domain/a22ad4a1-0151-43e0-8021-a10bb4aacf85 2025-03-27 15:13:43,150 - DEBUG - Requesting: http://10.0.0.27:8082/project/2d246f7d-6d49-44da-a413-862f547b3d26 2025-03-27 15:13:43,198 - INFO - Validated that VN __public__ is not found in API Server 2025-03-27 15:13:43,198 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-27 15:13:43,207 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:13:43,223 - DEBUG - VN __public__ is not present in Agent 10.0.0.31 2025-03-27 15:13:43,223 - INFO - Validated that VN __public__ is not in any agent 2025-03-27 15:13:43,223 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:13:43,248 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 15:13:43,254 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-27 15:13:43,272 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-27 15:13:43,272 - INFO - Deleting pod default:ctest-nginx-pod-49874635 2025-03-27 15:13:43,295 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 2025-03-27 15:13:43,310 - WARNING - Pod uuid 523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:48,311 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 2025-03-27 15:13:48,319 - DEBUG - Pod 523dd71f-cedf-4117-9b4c-d9c6bff4fbd2 is not in agent 10.0.0.31 VM list 2025-03-27 15:13:48,319 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ef20e518-0b1d-11f0-a3cb-fa163e3aa370 2025-03-27 15:13:48,330 - DEBUG - VMI ef20e518-0b1d-11f0-a3cb-fa163e3aa370 is removed from agent 10.0.0.31 2025-03-27 15:13:48,330 - INFO - Verified that pod ctest-nginx-pod-49874635 is removed in agent 2025-03-27 15:13:48,330 - INFO - Deleting pod default:ctest-nginx-pod-93237339 2025-03-27 15:13:48,351 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 2025-03-27 15:13:48,360 - WARNING - Pod uuid b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 is still seen in agent 10.0.0.31 VM list 2025-03-27 15:13:53,362 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 2025-03-27 15:13:53,370 - DEBUG - Pod b2bf0ecf-f09f-4386-86a0-0cab7fdf8174 is not in agent 10.0.0.31 VM list 2025-03-27 15:13:53,370 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ee8a4626-0b1d-11f0-a3cb-fa163e3aa370 2025-03-27 15:13:53,376 - DEBUG - VMI ee8a4626-0b1d-11f0-a3cb-fa163e3aa370 is removed from agent 10.0.0.31 2025-03-27 15:13:53,376 - INFO - Verified that pod ctest-nginx-pod-93237339 is removed in agent 2025-03-27 15:13:53,376 - INFO - Deleting service : ctest-nginx-svc-77320445 2025-03-27 15:13:53,629 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-27 15:13:53,637 - DEBUG - No XMPP flaps were noticed during the test