2026-05-25 01:54:47,816 - DEBUG - [10.0.0.141]: Running cmd : hostname 2026-05-25 01:54:48,078 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2002-1 2026-05-25 01:54:48,078 - DEBUG - [10.0.0.141]: Running cmd : hostname -f 2026-05-25 01:54:48,112 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2002-1 2026-05-25 01:54:48,112 - DEBUG - [10.0.0.141]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-05-25 01:54:48,226 - DEBUG - Output : NAMES contrail_test_4ljK68Q3C contrail-kubernetes-master-kubemanager-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-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-api-1 config_api-schema-1 2026-05-25 01:54:48,226 - DEBUG - [10.0.0.141]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-05-25 01:54:48,271 - DEBUG - Output : 127.0.0.1/8 10.0.0.141/24 252.141.0.1/8 10.108.176.1/24 172.17.0.1/16 2026-05-25 01:54:48,272 - DEBUG - [10.0.0.141]: Running cmd : getent hosts 10.0.0.141 | head -n 1 | awk '{print $2}' 2026-05-25 01:54:48,305 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2002-1 2026-05-25 01:54:48,398 - DEBUG - [10.0.0.23]: Running cmd : hostname 2026-05-25 01:54:48,615 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2002-1 2026-05-25 01:54:48,615 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2026-05-25 01:54:48,639 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2002-1 2026-05-25 01:54:48,639 - DEBUG - [10.0.0.23]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-05-25 01:54:48,683 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-05-25 01:54:48,684 - DEBUG - [10.0.0.23]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-05-25 01:54:48,756 - DEBUG - Output : 10.0.0.23/24 2026-05-25 01:54:48,756 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2026-05-25 01:54:48,793 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2002-1 2026-05-25 01:54:48,884 - INFO - Using existing project ['default-domain', 'k8s-default'](d40fca5b-aea8-4426-838c-f367c218fb57) 2026-05-25 01:54:49,006 - INFO - Using existing project ['default-domain', 'k8s-default'](d40fca5b-aea8-4426-838c-f367c218fb57) 2026-05-25 01:54:49,116 - INFO - ================================================================================ 2026-05-25 01:54:49,116 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-05-25 01:54:49,116 - 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 2026-05-25 01:54:49,352 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2026-05-25 01:54:49,359 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.141': '0'}} with 2026-05-25 01:54:49,359 - INFO - Initial checks done. Running the testcase now 2026-05-25 01:54:49,359 - INFO - 2026-05-25 01:54:49,363 - INFO - Namespace default already exists 2026-05-25 01:54:49,363 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-05-25 01:54:49,470 - DEBUG - Output : cluster_project={} 2026-05-25 01:54:49,515 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-05-25 01:54:49,515 - DEBUG - Project uuid in Contrail is d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:54:49,515 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-05-25 01:54:49,642 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-05-25 01:54:49,643 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_NamespaceDatabaseList?namespace_uuid=d08dabd5-c9cf-4d2b-ac9a-316d0a07fad9 2026-05-25 01:54:49,646 - INFO - Namespace default with uuid d08dabd5-c9cf-4d2b-ac9a-316d0a07fad9 found in kube manager 2026-05-25 01:54:49,646 - INFO - Namespace default verification passed 2026-05-25 01:54:49,650 - DEBUG - Service ctest-nginx-svc-67656698 not present 2026-05-25 01:54:49,650 - INFO - Creating service ctest-nginx-svc-67656698 2026-05-25 01:54:49,672 - INFO - Created Service ctest-nginx-svc-67656698 2026-05-25 01:54:49,678 - DEBUG - Pod ctest-nginx-pod-30777412 not present 2026-05-25 01:54:49,679 - INFO - Creating Pod ctest-nginx-pod-30777412 2026-05-25 01:54:49,715 - DEBUG - Pod : ctest-nginx-pod-30777412 UUID is cde737d7-0fdc-4179-91c9-6b892a2b59fa 2026-05-25 01:54:49,719 - DEBUG - Pod ctest-nginx-pod-97266133 not present 2026-05-25 01:54:49,719 - INFO - Creating Pod ctest-nginx-pod-97266133 2026-05-25 01:54:49,765 - DEBUG - Pod : ctest-nginx-pod-97266133 UUID is 2c653e7d-6492-44ae-bf7e-5ebb9b13a61f 2026-05-25 01:54:49,950 - INFO - Created VN __public__, UUID :670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:50,095 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-05-25 01:54:50,115 - DEBUG - Requesting: http://10.0.0.141:8082/domain/09e9eb68-bd3c-42cb-809a-3ed590d40052 2026-05-25 01:54:50,145 - DEBUG - Requesting: http://10.0.0.141:8082/project/d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:54:50,191 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:50,203 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:50,213 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:50,222 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:50,228 - DEBUG - Route Targets: [] 2026-05-25 01:54:50,228 - DEBUG - RT names not yet present for VN __public__ 2026-05-25 01:54:55,230 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-05-25 01:54:55,236 - DEBUG - Requesting: http://10.0.0.141:8082/domain/09e9eb68-bd3c-42cb-809a-3ed590d40052 2026-05-25 01:54:55,243 - DEBUG - Requesting: http://10.0.0.141:8082/project/d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:54:55,286 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,294 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,302 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:55,310 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:55,317 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/b306cf9a-2834-4a1e-977c-b4e96388ca5b 2026-05-25 01:54:55,322 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-05-25 01:54:55,322 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,330 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:55,342 - INFO - Verified VN network id 13 for VN 670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,342 - INFO - Verifications in API Server for VN __public__ passed 2026-05-25 01:54:55,342 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,349 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:55,355 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:54:55,361 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/b306cf9a-2834-4a1e-977c-b4e96388ca5b 2026-05-25 01:54:55,366 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-05-25 01:54:55,373 - DEBUG - Control-node 10.0.0.141 : 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': '7426407707567540151', 'uuid-lslong': '13159372417286734569'}, 'enable': 'true', 'created': '2026-05-25T01:54:49', 'last-modified': '2026-05-25T01:54:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.375746'} 2026-05-25 01:54:55,373 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:54:55,382 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-05-25 01:54:55,382 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-05-25 01:54:55,382 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-05-25 01:54:55,383 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-05-25 01:54:55,387 - DEBUG - Requesting: http://10.0.0.141:8082/domain/09e9eb68-bd3c-42cb-809a-3ed590d40052 2026-05-25 01:54:55,394 - DEBUG - Requesting: http://10.0.0.141:8082/project/d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:54:55,437 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,445 - DEBUG - =>VN __public__ has no policy to be verified 2026-05-25 01:54:55,445 - DEBUG - Verifying the vn in opserver 2026-05-25 01:54:55,445 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.141 2026-05-25 01:54:55,445 - DEBUG - Requesting: http://10.0.0.141:8081/analytics/uves/virtual-networks 2026-05-25 01:54:55,450 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.141:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-05-25 01:54:55,450 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-05-25 01:54:55,450 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:54:55,457 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:54:55,462 - DEBUG - Do not have enough data to verify VN in agent 2026-05-25 01:54:55,462 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:54:55,467 - DEBUG - VRF ids for VN __public__: {} 2026-05-25 01:54:55,559 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-05-25 01:54:55,680 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-05-25 01:54:55,685 - DEBUG - Requesting: http://10.0.0.141:8082/domain/09e9eb68-bd3c-42cb-809a-3ed590d40052 2026-05-25 01:54:55,693 - DEBUG - Requesting: http://10.0.0.141:8082/project/d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:54:55,730 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,740 - DEBUG - Requesting: http://10.0.0.141:8082/floating-ip-pool/805e46aa-3695-4486-bd26-b7f6593f0d61 2026-05-25 01:54:55,747 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-05-25 01:54:55,752 - DEBUG - Requesting: http://10.0.0.141:8082/domain/09e9eb68-bd3c-42cb-809a-3ed590d40052 2026-05-25 01:54:55,761 - DEBUG - Requesting: http://10.0.0.141:8082/project/d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:54:55,818 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/670fe676-96c9-47b7-b69f-7b7dff7302e9 2026-05-25 01:54:55,827 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-05-25 01:54:55,827 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-05-25 01:54:55,834 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-05-25 01:54:55,839 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-05-25 01:54:55,839 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-05-25 01:54:55,843 - DEBUG - Ingress ctest-nginx-ingress-12895964 not present 2026-05-25 01:54:55,844 - INFO - Creating Ingress ctest-nginx-ingress-12895964 2026-05-25 01:54:55,851 - INFO - Created Ingress ctest-nginx-ingress-12895964 2026-05-25 01:54:55,856 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-12895964 2026-05-25 01:54:58,872 - DEBUG - For Ingress ctest-nginx-ingress-12895964, Cluster IP: 10.47.255.249, External IPs ['84.217.109.60'] 2026-05-25 01:54:58,872 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-12895964 2026-05-25 01:54:58,872 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=126b9763-06a8-4f54-9019-91313ac93b38 2026-05-25 01:54:58,877 - INFO - Ingress ctest-nginx-ingress-12895964 with uuid 126b9763-06a8-4f54-9019-91313ac93b38 found in kube manager 2026-05-25 01:54:58,877 - INFO - Ingress ctest-nginx-ingress-12895964 verification passed 2026-05-25 01:54:58,880 - DEBUG - Pod ctest-busybox-pod-85617134 not present 2026-05-25 01:54:58,881 - INFO - Creating Pod ctest-busybox-pod-85617134 2026-05-25 01:54:58,923 - DEBUG - Pod : ctest-busybox-pod-85617134 UUID is 308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:54:58,934 - DEBUG - Pod ctest-nginx-pod-30777412 not in running state.Currently in Pending 2026-05-25 01:55:03,943 - INFO - Pod ctest-nginx-pod-30777412 is in running state.Got IP 10.47.255.251 2026-05-25 01:55:03,999 - DEBUG - Pod ctest-nginx-pod-30777412 has vmi b7b4d6ea-57dc-11f1-a114-fa163e34d84b 2026-05-25 01:55:03,999 - INFO - Verified pod ctest-nginx-pod-30777412 in contrail-api 2026-05-25 01:55:03,999 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-05-25 01:55:04,020 - DEBUG - VMI b7b4d6ea-57dc-11f1-a114-fa163e34d84b is active in agent 10.0.0.23 2026-05-25 01:55:04,020 - INFO - Verified Pod ctest-nginx-pod-30777412 in agent 10.0.0.23 2026-05-25 01:55:04,020 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=cde737d7-0fdc-4179-91c9-6b892a2b59fa 2026-05-25 01:55:04,024 - INFO - Pod ctest-nginx-pod-30777412 with uuid cde737d7-0fdc-4179-91c9-6b892a2b59fa found in kube manager 2026-05-25 01:55:04,024 - INFO - Pod ctest-nginx-pod-30777412 verification passed 2026-05-25 01:55:04,095 - DEBUG - [Pod ctest-nginx-pod-30777412] Cmd: echo ctest-nginx-pod-30777412 > /usr/share/nginx/html/index.html, Output: 2026-05-25 01:55:04,101 - INFO - Pod ctest-nginx-pod-97266133 is in running state.Got IP 10.47.255.250 2026-05-25 01:55:04,114 - DEBUG - Pod ctest-nginx-pod-97266133 has vmi b81e9224-57dc-11f1-a114-fa163e34d84b 2026-05-25 01:55:04,114 - INFO - Verified pod ctest-nginx-pod-97266133 in contrail-api 2026-05-25 01:55:04,114 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-05-25 01:55:04,123 - DEBUG - VMI b81e9224-57dc-11f1-a114-fa163e34d84b is active in agent 10.0.0.23 2026-05-25 01:55:04,123 - INFO - Verified Pod ctest-nginx-pod-97266133 in agent 10.0.0.23 2026-05-25 01:55:04,123 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=2c653e7d-6492-44ae-bf7e-5ebb9b13a61f 2026-05-25 01:55:04,127 - INFO - Pod ctest-nginx-pod-97266133 with uuid 2c653e7d-6492-44ae-bf7e-5ebb9b13a61f found in kube manager 2026-05-25 01:55:04,127 - INFO - Pod ctest-nginx-pod-97266133 verification passed 2026-05-25 01:55:04,184 - DEBUG - [Pod ctest-nginx-pod-97266133] Cmd: echo ctest-nginx-pod-97266133 > /usr/share/nginx/html/index.html, Output: 2026-05-25 01:55:04,191 - DEBUG - Pod ctest-busybox-pod-85617134 not in running state.Currently in Pending 2026-05-25 01:55:09,198 - DEBUG - Pod ctest-busybox-pod-85617134 not in running state.Currently in Pending 2026-05-25 01:55:14,206 - INFO - Pod ctest-busybox-pod-85617134 is in running state.Got IP 10.47.255.248 2026-05-25 01:55:14,218 - DEBUG - Pod ctest-busybox-pod-85617134 has vmi bc7361c4-57dc-11f1-a114-fa163e34d84b 2026-05-25 01:55:14,218 - INFO - Verified pod ctest-busybox-pod-85617134 in contrail-api 2026-05-25 01:55:14,218 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-05-25 01:55:14,230 - DEBUG - VMI bc7361c4-57dc-11f1-a114-fa163e34d84b is active in agent 10.0.0.23 2026-05-25 01:55:14,230 - INFO - Verified Pod ctest-busybox-pod-85617134 in agent 10.0.0.23 2026-05-25 01:55:14,230 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:14,234 - INFO - Pod ctest-busybox-pod-85617134 with uuid 308de441-0acc-4482-8503-349bea790f83 found in kube manager 2026-05-25 01:55:14,235 - INFO - Pod ctest-busybox-pod-85617134 verification passed 2026-05-25 01:55:14,295 - DEBUG - [Pod ctest-busybox-pod-85617134] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-30777412 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-05-25 01:55:14,295 - DEBUG - [Pod Pod ctest-busybox-pod-85617134] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-05-25 01:55:14,295 - DEBUG - [Pod Pod ctest-busybox-pod-85617134] Cmd output: ctest-nginx-pod-30777412 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-05-25 01:55:14,356 - DEBUG - [Pod ctest-busybox-pod-85617134] 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-97266133 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-05-25 01:55:14,356 - DEBUG - [Pod Pod ctest-busybox-pod-85617134] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-05-25 01:55:14,356 - DEBUG - [Pod Pod ctest-busybox-pod-85617134] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-97266133 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-05-25 01:55:14,356 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-30777412': 1, 'ctest-nginx-pod-97266133': 1} 2026-05-25 01:55:14,356 - WARNING - Nothing to delete parallely 2026-05-25 01:55:14,356 - INFO - Deleting pod default:ctest-busybox-pod-85617134 2026-05-25 01:55:14,366 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:14,372 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:19,372 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:19,380 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:24,382 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:24,388 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:29,389 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:29,395 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:34,397 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:34,414 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:39,415 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:39,423 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:44,423 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:44,431 - WARNING - Pod uuid 308de441-0acc-4482-8503-349bea790f83 is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:49,433 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=308de441-0acc-4482-8503-349bea790f83 2026-05-25 01:55:49,439 - DEBUG - Pod 308de441-0acc-4482-8503-349bea790f83 is not in agent 10.0.0.23 VM list 2026-05-25 01:55:49,439 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc7361c4-57dc-11f1-a114-fa163e34d84b 2026-05-25 01:55:49,444 - DEBUG - VMI bc7361c4-57dc-11f1-a114-fa163e34d84b is removed from agent 10.0.0.23 2026-05-25 01:55:49,444 - INFO - Verified that pod ctest-busybox-pod-85617134 is removed in agent 2026-05-25 01:55:49,444 - INFO - Deleting Ingress : ctest-nginx-ingress-12895964 2026-05-25 01:55:49,452 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=126b9763-06a8-4f54-9019-91313ac93b38 2026-05-25 01:55:49,457 - ERROR - Ingress ctest-nginx-ingress-12895964 with uuid 126b9763-06a8-4f54-9019-91313ac93b38 still found in kube manager 2026-05-25 01:55:50,458 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=126b9763-06a8-4f54-9019-91313ac93b38 2026-05-25 01:55:50,462 - INFO - Ingress ctest-nginx-ingress-12895964 with uuid 126b9763-06a8-4f54-9019-91313ac93b38 deleted successfully from kube manager 2026-05-25 01:55:50,463 - INFO - Verifications on Ingress %s cleanup passed 2026-05-25 01:55:50,463 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-05-25 01:55:50,602 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-05-25 01:55:50,608 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-05-25 01:55:50,608 - INFO - Deleting VN __public__ 2026-05-25 01:55:50,766 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/912d6410-84ad-44a9-80ce-9121ecc88597 2026-05-25 01:55:50,775 - DEBUG - Response Code: 404 2026-05-25 01:55:50,775 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-05-25 01:55:50,780 - DEBUG - Requesting: http://10.0.0.141:8082/domain/09e9eb68-bd3c-42cb-809a-3ed590d40052 2026-05-25 01:55:50,789 - DEBUG - Requesting: http://10.0.0.141:8082/project/d40fca5b-aea8-4426-838c-f367c218fb57 2026-05-25 01:55:50,838 - INFO - Validated that VN __public__ is not found in API Server 2026-05-25 01:55:50,839 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-05-25 01:55:50,845 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:55:50,859 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2026-05-25 01:55:50,859 - INFO - Validated that VN __public__ is not in any agent 2026-05-25 01:55:50,859 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:55:50,868 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-25 01:55:50,875 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-05-25 01:55:50,881 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-05-25 01:55:50,881 - INFO - Deleting pod default:ctest-nginx-pod-97266133 2026-05-25 01:55:50,898 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2c653e7d-6492-44ae-bf7e-5ebb9b13a61f 2026-05-25 01:55:50,930 - WARNING - Pod uuid 2c653e7d-6492-44ae-bf7e-5ebb9b13a61f is still seen in agent 10.0.0.23 VM list 2026-05-25 01:55:55,930 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2c653e7d-6492-44ae-bf7e-5ebb9b13a61f 2026-05-25 01:55:55,936 - DEBUG - Pod 2c653e7d-6492-44ae-bf7e-5ebb9b13a61f is not in agent 10.0.0.23 VM list 2026-05-25 01:55:55,936 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b81e9224-57dc-11f1-a114-fa163e34d84b 2026-05-25 01:55:55,941 - DEBUG - VMI b81e9224-57dc-11f1-a114-fa163e34d84b is removed from agent 10.0.0.23 2026-05-25 01:55:55,942 - INFO - Verified that pod ctest-nginx-pod-97266133 is removed in agent 2026-05-25 01:55:55,942 - INFO - Deleting pod default:ctest-nginx-pod-30777412 2026-05-25 01:55:55,971 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=cde737d7-0fdc-4179-91c9-6b892a2b59fa 2026-05-25 01:55:55,978 - WARNING - Pod uuid cde737d7-0fdc-4179-91c9-6b892a2b59fa is still seen in agent 10.0.0.23 VM list 2026-05-25 01:56:00,978 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=cde737d7-0fdc-4179-91c9-6b892a2b59fa 2026-05-25 01:56:00,985 - DEBUG - Pod cde737d7-0fdc-4179-91c9-6b892a2b59fa is not in agent 10.0.0.23 VM list 2026-05-25 01:56:00,985 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b7b4d6ea-57dc-11f1-a114-fa163e34d84b 2026-05-25 01:56:00,990 - DEBUG - VMI b7b4d6ea-57dc-11f1-a114-fa163e34d84b is removed from agent 10.0.0.23 2026-05-25 01:56:00,990 - INFO - Verified that pod ctest-nginx-pod-30777412 is removed in agent 2026-05-25 01:56:00,991 - INFO - Deleting service : ctest-nginx-svc-67656698 2026-05-25 01:56:01,218 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2026-05-25 01:56:01,224 - DEBUG - No XMPP flaps were noticed during the test