2025-06-10 12:14:08,728 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-06-10 12:14:08,990 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1263-1 2025-06-10 12:14:08,991 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-06-10 12:14:09,024 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1263-1 2025-06-10 12:14:09,025 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-10 12:14:09,101 - DEBUG - Output : NAMES contrail_test_lukotoQcu contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-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 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 2025-06-10 12:14:09,101 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-10 12:14:09,170 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-06-10 12:14:09,170 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-06-10 12:14:09,204 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1263-1 2025-06-10 12:14:09,255 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-06-10 12:14:09,491 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1263-1 2025-06-10 12:14:09,491 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-06-10 12:14:09,516 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1263-1 2025-06-10 12:14:09,516 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-10 12:14:09,559 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-10 12:14:09,560 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-10 12:14:09,633 - DEBUG - Output : 10.0.0.33/24 2025-06-10 12:14:09,634 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-06-10 12:14:09,668 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1263-1 2025-06-10 12:14:09,748 - INFO - Using existing project ['default-domain', 'k8s-default'](3ca508f4-3d37-42ea-ade2-31a58904e12b) 2025-06-10 12:14:09,874 - INFO - Using existing project ['default-domain', 'k8s-default'](3ca508f4-3d37-42ea-ade2-31a58904e12b) 2025-06-10 12:14:10,023 - INFO - ================================================================================ 2025-06-10 12:14:10,023 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-10 12:14:10,024 - 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-06-10 12:14:10,214 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 12:14:10,221 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.22': '0'}} with 2025-06-10 12:14:10,221 - INFO - Initial checks done. Running the testcase now 2025-06-10 12:14:10,222 - INFO - 2025-06-10 12:14:10,225 - INFO - Namespace default already exists 2025-06-10 12:14:10,226 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-10 12:14:10,333 - DEBUG - Output : cluster_project={} 2025-06-10 12:14:10,391 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-10 12:14:10,392 - DEBUG - Project uuid in Contrail is 3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:14:10,392 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-10 12:14:10,540 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-10 12:14:10,541 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=321a7bf7-e6fe-4ff5-ab2d-2f9db1f3e7c7 2025-06-10 12:14:10,548 - INFO - Namespace default with uuid 321a7bf7-e6fe-4ff5-ab2d-2f9db1f3e7c7 found in kube manager 2025-06-10 12:14:10,549 - INFO - Namespace default verification passed 2025-06-10 12:14:10,556 - DEBUG - Service ctest-nginx-svc-55807403 not present 2025-06-10 12:14:10,556 - INFO - Creating service ctest-nginx-svc-55807403 2025-06-10 12:14:10,582 - INFO - Created Service ctest-nginx-svc-55807403 2025-06-10 12:14:10,588 - DEBUG - Pod ctest-nginx-pod-89437690 not present 2025-06-10 12:14:10,588 - INFO - Creating Pod ctest-nginx-pod-89437690 2025-06-10 12:14:10,670 - DEBUG - Pod : ctest-nginx-pod-89437690 UUID is c59ff296-e231-49a0-a0ba-8f6723fe80ac 2025-06-10 12:14:10,676 - DEBUG - Pod ctest-nginx-pod-75703432 not present 2025-06-10 12:14:10,676 - INFO - Creating Pod ctest-nginx-pod-75703432 2025-06-10 12:14:10,708 - DEBUG - Pod : ctest-nginx-pod-75703432 UUID is 24858042-0078-446c-9540-19a5068f6874 2025-06-10 12:14:10,888 - INFO - Created VN __public__, UUID :9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:11,118 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-06-10 12:14:11,135 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d346e8a1-f101-4e7a-95c2-2e69be04cf22 2025-06-10 12:14:11,150 - DEBUG - Requesting: http://10.0.0.22:8082/project/3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:14:11,204 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:11,220 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:11,278 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:11,295 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:11,305 - DEBUG - Route Targets: [] 2025-06-10 12:14:11,305 - DEBUG - RT names not yet present for VN __public__ 2025-06-10 12:14:16,306 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-06-10 12:14:16,312 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d346e8a1-f101-4e7a-95c2-2e69be04cf22 2025-06-10 12:14:16,321 - DEBUG - Requesting: http://10.0.0.22:8082/project/3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:14:16,363 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,375 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,385 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:16,392 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:16,398 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/d830a48d-bcc0-47f8-b449-c0b9cf8e9a56 2025-06-10 12:14:16,404 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-10 12:14:16,404 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,412 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:16,425 - INFO - Verified VN network id 13 for VN 9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,425 - INFO - Verifications in API Server for VN __public__ passed 2025-06-10 12:14:16,425 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,433 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:16,440 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:14:16,447 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/d830a48d-bcc0-47f8-b449-c0b9cf8e9a56 2025-06-10 12:14:16,452 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-10 12:14:16,459 - DEBUG - Control-node 10.0.0.22 : 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': '11500801649966927557', 'uuid-lslong': '9533978713134295292'}, 'enable': 'true', 'created': '2025-06-10T12:14:10', 'last-modified': '2025-06-10T12:14:11', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.392533'} 2025-06-10 12:14:16,460 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:14:16,467 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-10 12:14:16,467 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-10 12:14:16,468 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-10 12:14:16,468 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-06-10 12:14:16,474 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d346e8a1-f101-4e7a-95c2-2e69be04cf22 2025-06-10 12:14:16,483 - DEBUG - Requesting: http://10.0.0.22:8082/project/3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:14:16,526 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,536 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-10 12:14:16,536 - DEBUG - Verifying the vn in opserver 2025-06-10 12:14:16,536 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-06-10 12:14:16,536 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-06-10 12:14:16,541 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-10 12:14:16,541 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-10 12:14:16,541 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:14:16,549 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:14:16,555 - DEBUG - Do not have enough data to verify VN in agent 2025-06-10 12:14:16,555 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:14:16,562 - DEBUG - VRF ids for VN __public__: {} 2025-06-10 12:14:16,661 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-10 12:14:16,768 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-06-10 12:14:16,774 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d346e8a1-f101-4e7a-95c2-2e69be04cf22 2025-06-10 12:14:16,783 - DEBUG - Requesting: http://10.0.0.22:8082/project/3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:14:16,826 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,838 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/0767e654-9f22-430b-a9ca-1098436baf4a 2025-06-10 12:14:16,845 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-06-10 12:14:16,849 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d346e8a1-f101-4e7a-95c2-2e69be04cf22 2025-06-10 12:14:16,857 - DEBUG - Requesting: http://10.0.0.22:8082/project/3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:14:16,898 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9f9b0e2a-b281-4ec5-844f-7f205c8168fc 2025-06-10 12:14:16,908 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-10 12:14:16,908 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-10 12:14:16,916 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-10 12:14:16,922 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-10 12:14:16,922 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-10 12:14:16,925 - DEBUG - Ingress ctest-nginx-ingress-21974403 not present 2025-06-10 12:14:16,925 - INFO - Creating Ingress ctest-nginx-ingress-21974403 2025-06-10 12:14:16,932 - INFO - Created Ingress ctest-nginx-ingress-21974403 2025-06-10 12:14:16,935 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-21974403 2025-06-10 12:14:19,940 - DEBUG - For Ingress ctest-nginx-ingress-21974403, Cluster IP: 10.47.255.249, External IPs ['52.30.212.188'] 2025-06-10 12:14:19,940 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-21974403 2025-06-10 12:14:19,940 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=d3626199-4f9a-49b3-9d9d-4df27ba09cac 2025-06-10 12:14:19,945 - INFO - Ingress ctest-nginx-ingress-21974403 with uuid d3626199-4f9a-49b3-9d9d-4df27ba09cac found in kube manager 2025-06-10 12:14:19,945 - INFO - Ingress ctest-nginx-ingress-21974403 verification passed 2025-06-10 12:14:19,947 - DEBUG - Pod ctest-busybox-pod-30663829 not present 2025-06-10 12:14:19,948 - INFO - Creating Pod ctest-busybox-pod-30663829 2025-06-10 12:14:19,964 - DEBUG - Node for Pod ctest-busybox-pod-30663829 not yet populated 2025-06-10 12:14:22,970 - DEBUG - Pod : ctest-busybox-pod-30663829 UUID is 5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:22,984 - DEBUG - Pod ctest-nginx-pod-89437690 not in running state.Currently in Pending 2025-06-10 12:14:27,991 - INFO - Pod ctest-nginx-pod-89437690 is in running state.Got IP 10.47.255.251 2025-06-10 12:14:28,052 - DEBUG - Pod ctest-nginx-pod-89437690 has vmi 6b3d3abe-45f4-11f0-a435-fa163e01b8a3 2025-06-10 12:14:28,052 - INFO - Verified pod ctest-nginx-pod-89437690 in contrail-api 2025-06-10 12:14:28,052 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 12:14:28,066 - DEBUG - VMI 6b3d3abe-45f4-11f0-a435-fa163e01b8a3 is active in agent 10.0.0.33 2025-06-10 12:14:28,067 - INFO - Verified Pod ctest-nginx-pod-89437690 in agent 10.0.0.33 2025-06-10 12:14:28,067 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=c59ff296-e231-49a0-a0ba-8f6723fe80ac 2025-06-10 12:14:28,072 - INFO - Pod ctest-nginx-pod-89437690 with uuid c59ff296-e231-49a0-a0ba-8f6723fe80ac found in kube manager 2025-06-10 12:14:28,072 - INFO - Pod ctest-nginx-pod-89437690 verification passed 2025-06-10 12:14:28,156 - DEBUG - [Pod ctest-nginx-pod-89437690] Cmd: echo ctest-nginx-pod-89437690 > /usr/share/nginx/html/index.html, Output: 2025-06-10 12:14:28,167 - INFO - Pod ctest-nginx-pod-75703432 is in running state.Got IP 10.47.255.250 2025-06-10 12:14:28,182 - DEBUG - Pod ctest-nginx-pod-75703432 has vmi 6bb67ffa-45f4-11f0-a435-fa163e01b8a3 2025-06-10 12:14:28,182 - INFO - Verified pod ctest-nginx-pod-75703432 in contrail-api 2025-06-10 12:14:28,183 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 12:14:28,195 - DEBUG - VMI 6bb67ffa-45f4-11f0-a435-fa163e01b8a3 is active in agent 10.0.0.33 2025-06-10 12:14:28,196 - INFO - Verified Pod ctest-nginx-pod-75703432 in agent 10.0.0.33 2025-06-10 12:14:28,196 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=24858042-0078-446c-9540-19a5068f6874 2025-06-10 12:14:28,201 - INFO - Pod ctest-nginx-pod-75703432 with uuid 24858042-0078-446c-9540-19a5068f6874 found in kube manager 2025-06-10 12:14:28,201 - INFO - Pod ctest-nginx-pod-75703432 verification passed 2025-06-10 12:14:28,272 - DEBUG - [Pod ctest-nginx-pod-75703432] Cmd: echo ctest-nginx-pod-75703432 > /usr/share/nginx/html/index.html, Output: 2025-06-10 12:14:28,281 - DEBUG - Pod ctest-busybox-pod-30663829 not in running state.Currently in Pending 2025-06-10 12:14:33,295 - DEBUG - Pod ctest-busybox-pod-30663829 not in running state.Currently in Pending 2025-06-10 12:14:38,305 - INFO - Pod ctest-busybox-pod-30663829 is in running state.Got IP 10.47.255.248 2025-06-10 12:14:38,323 - DEBUG - Pod ctest-busybox-pod-30663829 has vmi 70029d32-45f4-11f0-a435-fa163e01b8a3 2025-06-10 12:14:38,323 - INFO - Verified pod ctest-busybox-pod-30663829 in contrail-api 2025-06-10 12:14:38,324 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 12:14:38,335 - DEBUG - VMI 70029d32-45f4-11f0-a435-fa163e01b8a3 is active in agent 10.0.0.33 2025-06-10 12:14:38,335 - INFO - Verified Pod ctest-busybox-pod-30663829 in agent 10.0.0.33 2025-06-10 12:14:38,335 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:38,340 - INFO - Pod ctest-busybox-pod-30663829 with uuid 5688df52-63fb-497a-a748-1c662c371816 found in kube manager 2025-06-10 12:14:38,340 - INFO - Pod ctest-busybox-pod-30663829 verification passed 2025-06-10 12:14:38,410 - DEBUG - [Pod ctest-busybox-pod-30663829] 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-89437690 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-10 12:14:38,411 - DEBUG - [Pod Pod ctest-busybox-pod-30663829] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 12:14:38,411 - DEBUG - [Pod Pod ctest-busybox-pod-30663829] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-89437690 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-10 12:14:38,477 - DEBUG - [Pod ctest-busybox-pod-30663829] 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-75703432 2025-06-10 12:14:38,477 - DEBUG - [Pod Pod ctest-busybox-pod-30663829] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 12:14:38,477 - DEBUG - [Pod Pod ctest-busybox-pod-30663829] 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-75703432 2025-06-10 12:14:38,477 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-89437690': 1, 'ctest-nginx-pod-75703432': 1} 2025-06-10 12:14:38,477 - WARNING - Nothing to delete parallely 2025-06-10 12:14:38,477 - INFO - Deleting pod default:ctest-busybox-pod-30663829 2025-06-10 12:14:38,492 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:38,510 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:14:43,510 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:43,519 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:14:48,521 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:48,537 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:14:53,547 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:53,555 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:14:58,559 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:14:58,570 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:15:03,570 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:15:03,581 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:15:08,581 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:15:08,591 - WARNING - Pod uuid 5688df52-63fb-497a-a748-1c662c371816 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:15:13,592 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5688df52-63fb-497a-a748-1c662c371816 2025-06-10 12:15:13,599 - DEBUG - Pod 5688df52-63fb-497a-a748-1c662c371816 is not in agent 10.0.0.33 VM list 2025-06-10 12:15:13,599 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:70029d32-45f4-11f0-a435-fa163e01b8a3 2025-06-10 12:15:13,607 - DEBUG - VMI 70029d32-45f4-11f0-a435-fa163e01b8a3 is removed from agent 10.0.0.33 2025-06-10 12:15:13,607 - INFO - Verified that pod ctest-busybox-pod-30663829 is removed in agent 2025-06-10 12:15:13,607 - INFO - Deleting Ingress : ctest-nginx-ingress-21974403 2025-06-10 12:15:13,616 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=d3626199-4f9a-49b3-9d9d-4df27ba09cac 2025-06-10 12:15:13,622 - ERROR - Ingress ctest-nginx-ingress-21974403 with uuid d3626199-4f9a-49b3-9d9d-4df27ba09cac still found in kube manager 2025-06-10 12:15:14,623 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=d3626199-4f9a-49b3-9d9d-4df27ba09cac 2025-06-10 12:15:14,628 - INFO - Ingress ctest-nginx-ingress-21974403 with uuid d3626199-4f9a-49b3-9d9d-4df27ba09cac deleted successfully from kube manager 2025-06-10 12:15:14,628 - INFO - Verifications on Ingress %s cleanup passed 2025-06-10 12:15:14,628 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-10 12:15:14,814 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-10 12:15:14,821 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-10 12:15:14,821 - INFO - Deleting VN __public__ 2025-06-10 12:15:15,062 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/66b986e8-936f-41b5-8df1-b1e2385b36d0 2025-06-10 12:15:15,094 - DEBUG - Response Code: 404 2025-06-10 12:15:15,094 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-06-10 12:15:15,108 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d346e8a1-f101-4e7a-95c2-2e69be04cf22 2025-06-10 12:15:15,117 - DEBUG - Requesting: http://10.0.0.22:8082/project/3ca508f4-3d37-42ea-ade2-31a58904e12b 2025-06-10 12:15:15,185 - INFO - Validated that VN __public__ is not found in API Server 2025-06-10 12:15:15,185 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-10 12:15:15,193 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:15:15,201 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2025-06-10 12:15:15,201 - INFO - Validated that VN __public__ is not in any agent 2025-06-10 12:15:15,201 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:15:15,209 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 12:15:15,216 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-10 12:15:15,224 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-10 12:15:15,224 - INFO - Deleting pod default:ctest-nginx-pod-75703432 2025-06-10 12:15:15,249 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=24858042-0078-446c-9540-19a5068f6874 2025-06-10 12:15:15,262 - WARNING - Pod uuid 24858042-0078-446c-9540-19a5068f6874 is still seen in agent 10.0.0.33 VM list 2025-06-10 12:15:20,263 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=24858042-0078-446c-9540-19a5068f6874 2025-06-10 12:15:20,270 - DEBUG - Pod 24858042-0078-446c-9540-19a5068f6874 is not in agent 10.0.0.33 VM list 2025-06-10 12:15:20,271 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6bb67ffa-45f4-11f0-a435-fa163e01b8a3 2025-06-10 12:15:20,277 - DEBUG - VMI 6bb67ffa-45f4-11f0-a435-fa163e01b8a3 is removed from agent 10.0.0.33 2025-06-10 12:15:20,277 - INFO - Verified that pod ctest-nginx-pod-75703432 is removed in agent 2025-06-10 12:15:20,277 - INFO - Deleting pod default:ctest-nginx-pod-89437690 2025-06-10 12:15:20,299 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c59ff296-e231-49a0-a0ba-8f6723fe80ac 2025-06-10 12:15:20,307 - WARNING - Pod uuid c59ff296-e231-49a0-a0ba-8f6723fe80ac is still seen in agent 10.0.0.33 VM list 2025-06-10 12:15:25,308 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c59ff296-e231-49a0-a0ba-8f6723fe80ac 2025-06-10 12:15:25,317 - DEBUG - Pod c59ff296-e231-49a0-a0ba-8f6723fe80ac is not in agent 10.0.0.33 VM list 2025-06-10 12:15:25,317 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b3d3abe-45f4-11f0-a435-fa163e01b8a3 2025-06-10 12:15:25,323 - DEBUG - VMI 6b3d3abe-45f4-11f0-a435-fa163e01b8a3 is removed from agent 10.0.0.33 2025-06-10 12:15:25,323 - INFO - Verified that pod ctest-nginx-pod-89437690 is removed in agent 2025-06-10 12:15:25,323 - INFO - Deleting service : ctest-nginx-svc-55807403 2025-06-10 12:15:25,591 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 12:15:25,598 - DEBUG - No XMPP flaps were noticed during the test