2026-05-07 02:11:14,721 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-05-07 02:11:14,975 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1996-1 2026-05-07 02:11:14,975 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-05-07 02:11:15,009 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1996-1 2026-05-07 02:11:15,009 - DEBUG - [10.0.0.19]: 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-07 02:11:15,118 - DEBUG - Output : NAMES contrail_test_fgiO6rPg5 contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-schema-1 2026-05-07 02:11:15,119 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-05-07 02:11:15,153 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 252.19.0.1/8 10.84.159.1/24 172.17.0.1/16 2026-05-07 02:11:15,153 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-05-07 02:11:15,188 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1996-1 2026-05-07 02:11:15,273 - DEBUG - [10.0.0.241]: Running cmd : hostname 2026-05-07 02:11:15,520 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1996-1 2026-05-07 02:11:15,520 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2026-05-07 02:11:15,591 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1996-1 2026-05-07 02:11:15,591 - DEBUG - [10.0.0.241]: 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-07 02:11:15,636 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-05-07 02:11:15,637 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-05-07 02:11:15,672 - DEBUG - Output : 10.0.0.241/24 2026-05-07 02:11:15,672 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2026-05-07 02:11:15,708 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1996-1 2026-05-07 02:11:15,778 - INFO - Using existing project ['default-domain', 'k8s-default'](4134fedc-4974-4ddf-9052-c102432a0f97) 2026-05-07 02:11:15,835 - INFO - Using existing project ['default-domain', 'k8s-default'](4134fedc-4974-4ddf-9052-c102432a0f97) 2026-05-07 02:11:15,944 - INFO - ================================================================================ 2026-05-07 02:11:15,944 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-05-07 02:11:15,944 - 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-07 02:11:16,188 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-05-07 02:11:16,196 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.19': '0'}} with 2026-05-07 02:11:16,196 - INFO - Initial checks done. Running the testcase now 2026-05-07 02:11:16,196 - INFO - 2026-05-07 02:11:16,200 - INFO - Namespace default already exists 2026-05-07 02:11:16,201 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-05-07 02:11:16,318 - DEBUG - Output : cluster_project={} 2026-05-07 02:11:16,401 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-05-07 02:11:16,401 - DEBUG - Project uuid in Contrail is 4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:11:16,402 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-05-07 02:11:16,531 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-05-07 02:11:16,531 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=2d733986-a07c-4e82-b892-cf2279716040 2026-05-07 02:11:16,535 - INFO - Namespace default with uuid 2d733986-a07c-4e82-b892-cf2279716040 found in kube manager 2026-05-07 02:11:16,535 - INFO - Namespace default verification passed 2026-05-07 02:11:16,538 - DEBUG - Service ctest-nginx-svc-27062579 not present 2026-05-07 02:11:16,539 - INFO - Creating service ctest-nginx-svc-27062579 2026-05-07 02:11:16,555 - INFO - Created Service ctest-nginx-svc-27062579 2026-05-07 02:11:16,566 - DEBUG - Pod ctest-nginx-pod-21766573 not present 2026-05-07 02:11:16,567 - INFO - Creating Pod ctest-nginx-pod-21766573 2026-05-07 02:11:16,639 - DEBUG - Pod : ctest-nginx-pod-21766573 UUID is a4a1d305-54de-4b28-baad-51db8fcb7102 2026-05-07 02:11:16,645 - DEBUG - Pod ctest-nginx-pod-88220494 not present 2026-05-07 02:11:16,646 - INFO - Creating Pod ctest-nginx-pod-88220494 2026-05-07 02:11:16,685 - DEBUG - Pod : ctest-nginx-pod-88220494 UUID is c68bbb97-1de9-44c6-b530-fa3e99733763 2026-05-07 02:11:16,893 - INFO - Created VN __public__, UUID :c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:17,040 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-05-07 02:11:17,047 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b56ee73c-a812-4f07-850e-4e2ebbc31db7 2026-05-07 02:11:17,105 - DEBUG - Requesting: http://10.0.0.19:8082/project/4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:11:17,163 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:17,182 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:17,195 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:17,205 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:17,212 - DEBUG - Route Targets: [] 2026-05-07 02:11:17,213 - DEBUG - RT names not yet present for VN __public__ 2026-05-07 02:11:22,213 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-05-07 02:11:22,222 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b56ee73c-a812-4f07-850e-4e2ebbc31db7 2026-05-07 02:11:22,233 - DEBUG - Requesting: http://10.0.0.19:8082/project/4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:11:22,306 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,316 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,326 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:22,335 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:22,350 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/38ed1fe6-9275-46d4-b284-7594e9c0e1ee 2026-05-07 02:11:22,357 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-05-07 02:11:22,358 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,368 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:22,388 - INFO - Verified VN network id 13 for VN c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,389 - INFO - Verifications in API Server for VN __public__ passed 2026-05-07 02:11:22,389 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,400 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:22,408 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:11:22,414 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/38ed1fe6-9275-46d4-b284-7594e9c0e1ee 2026-05-07 02:11:22,426 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-05-07 02:11:22,433 - DEBUG - Control-node 10.0.0.19 : 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': '14533262441558590008', 'uuid-lslong': '13165258874670031418'}, 'enable': 'true', 'created': '2026-05-07T02:11:16', 'last-modified': '2026-05-07T02:11:16', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.491548'} 2026-05-07 02:11:22,433 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:11:22,444 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-05-07 02:11:22,445 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-05-07 02:11:22,445 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-05-07 02:11:22,445 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-05-07 02:11:22,451 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b56ee73c-a812-4f07-850e-4e2ebbc31db7 2026-05-07 02:11:22,460 - DEBUG - Requesting: http://10.0.0.19:8082/project/4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:11:22,499 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,527 - DEBUG - =>VN __public__ has no policy to be verified 2026-05-07 02:11:22,527 - DEBUG - Verifying the vn in opserver 2026-05-07 02:11:22,527 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2026-05-07 02:11:22,527 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2026-05-07 02:11:22,533 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-05-07 02:11:22,533 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-05-07 02:11:22,533 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:11:22,544 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:11:22,550 - DEBUG - Do not have enough data to verify VN in agent 2026-05-07 02:11:22,550 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:11:22,556 - DEBUG - VRF ids for VN __public__: {} 2026-05-07 02:11:22,645 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-05-07 02:11:22,768 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-05-07 02:11:22,776 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b56ee73c-a812-4f07-850e-4e2ebbc31db7 2026-05-07 02:11:22,783 - DEBUG - Requesting: http://10.0.0.19:8082/project/4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:11:22,825 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,836 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/27274798-9c1f-4206-8a4b-3054c81c03e4 2026-05-07 02:11:22,842 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-05-07 02:11:22,847 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b56ee73c-a812-4f07-850e-4e2ebbc31db7 2026-05-07 02:11:22,853 - DEBUG - Requesting: http://10.0.0.19:8082/project/4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:11:22,897 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/c9b08530-a8a0-4238-b6b4-6531a8c4223a 2026-05-07 02:11:22,908 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-05-07 02:11:22,908 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-05-07 02:11:22,915 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-05-07 02:11:22,921 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-05-07 02:11:22,921 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-05-07 02:11:22,925 - DEBUG - Ingress ctest-nginx-ingress-26421218 not present 2026-05-07 02:11:22,925 - INFO - Creating Ingress ctest-nginx-ingress-26421218 2026-05-07 02:11:22,933 - INFO - Created Ingress ctest-nginx-ingress-26421218 2026-05-07 02:11:22,936 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26421218 2026-05-07 02:11:25,942 - DEBUG - For Ingress ctest-nginx-ingress-26421218, Cluster IP: 10.47.255.249, External IPs ['200.2.92.252'] 2026-05-07 02:11:25,942 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-26421218 2026-05-07 02:11:25,942 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=dba3c514-5f85-428c-9b92-a6b01b7781fd 2026-05-07 02:11:25,960 - INFO - Ingress ctest-nginx-ingress-26421218 with uuid dba3c514-5f85-428c-9b92-a6b01b7781fd found in kube manager 2026-05-07 02:11:25,960 - INFO - Ingress ctest-nginx-ingress-26421218 verification passed 2026-05-07 02:11:25,964 - DEBUG - Pod ctest-busybox-pod-58875933 not present 2026-05-07 02:11:25,965 - INFO - Creating Pod ctest-busybox-pod-58875933 2026-05-07 02:11:26,016 - DEBUG - Pod : ctest-busybox-pod-58875933 UUID is a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:26,031 - DEBUG - Pod ctest-nginx-pod-21766573 not in running state.Currently in Pending 2026-05-07 02:11:31,040 - DEBUG - Pod ctest-nginx-pod-21766573 not in running state.Currently in Pending 2026-05-07 02:11:36,050 - INFO - Pod ctest-nginx-pod-21766573 is in running state.Got IP 10.47.255.251 2026-05-07 02:11:36,066 - DEBUG - Pod ctest-nginx-pod-21766573 has vmi 08a0e084-49ba-11f1-a640-fa163e46ddb0 2026-05-07 02:11:36,066 - INFO - Verified pod ctest-nginx-pod-21766573 in contrail-api 2026-05-07 02:11:36,066 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-05-07 02:11:36,080 - DEBUG - VMI 08a0e084-49ba-11f1-a640-fa163e46ddb0 is active in agent 10.0.0.241 2026-05-07 02:11:36,080 - INFO - Verified Pod ctest-nginx-pod-21766573 in agent 10.0.0.241 2026-05-07 02:11:36,080 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=a4a1d305-54de-4b28-baad-51db8fcb7102 2026-05-07 02:11:36,085 - INFO - Pod ctest-nginx-pod-21766573 with uuid a4a1d305-54de-4b28-baad-51db8fcb7102 found in kube manager 2026-05-07 02:11:36,085 - INFO - Pod ctest-nginx-pod-21766573 verification passed 2026-05-07 02:11:36,166 - DEBUG - [Pod ctest-nginx-pod-21766573] Cmd: echo ctest-nginx-pod-21766573 > /usr/share/nginx/html/index.html, Output: 2026-05-07 02:11:36,174 - INFO - Pod ctest-nginx-pod-88220494 is in running state.Got IP 10.47.255.250 2026-05-07 02:11:36,229 - DEBUG - Pod ctest-nginx-pod-88220494 has vmi 090afa96-49ba-11f1-a640-fa163e46ddb0 2026-05-07 02:11:36,229 - INFO - Verified pod ctest-nginx-pod-88220494 in contrail-api 2026-05-07 02:11:36,230 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-05-07 02:11:36,241 - DEBUG - VMI 090afa96-49ba-11f1-a640-fa163e46ddb0 is active in agent 10.0.0.241 2026-05-07 02:11:36,241 - INFO - Verified Pod ctest-nginx-pod-88220494 in agent 10.0.0.241 2026-05-07 02:11:36,241 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=c68bbb97-1de9-44c6-b530-fa3e99733763 2026-05-07 02:11:36,245 - INFO - Pod ctest-nginx-pod-88220494 with uuid c68bbb97-1de9-44c6-b530-fa3e99733763 found in kube manager 2026-05-07 02:11:36,246 - INFO - Pod ctest-nginx-pod-88220494 verification passed 2026-05-07 02:11:36,312 - DEBUG - [Pod ctest-nginx-pod-88220494] Cmd: echo ctest-nginx-pod-88220494 > /usr/share/nginx/html/index.html, Output: 2026-05-07 02:11:36,319 - INFO - Pod ctest-busybox-pod-58875933 is in running state.Got IP 10.47.255.248 2026-05-07 02:11:36,333 - DEBUG - Pod ctest-busybox-pod-58875933 has vmi 0d6337c0-49ba-11f1-a640-fa163e46ddb0 2026-05-07 02:11:36,333 - INFO - Verified pod ctest-busybox-pod-58875933 in contrail-api 2026-05-07 02:11:36,333 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-05-07 02:11:36,344 - DEBUG - VMI 0d6337c0-49ba-11f1-a640-fa163e46ddb0 is active in agent 10.0.0.241 2026-05-07 02:11:36,344 - INFO - Verified Pod ctest-busybox-pod-58875933 in agent 10.0.0.241 2026-05-07 02:11:36,344 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:36,349 - INFO - Pod ctest-busybox-pod-58875933 with uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 found in kube manager 2026-05-07 02:11:36,349 - INFO - Pod ctest-busybox-pod-58875933 verification passed 2026-05-07 02:11:36,419 - DEBUG - [Pod ctest-busybox-pod-58875933] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-21766573 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-07 02:11:36,419 - DEBUG - [Pod Pod ctest-busybox-pod-58875933] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-05-07 02:11:36,419 - DEBUG - [Pod Pod ctest-busybox-pod-58875933] Cmd output: ctest-nginx-pod-21766573 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-07 02:11:36,490 - DEBUG - [Pod ctest-busybox-pod-58875933] 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-21766573 2026-05-07 02:11:36,490 - DEBUG - [Pod Pod ctest-busybox-pod-58875933] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-05-07 02:11:36,490 - DEBUG - [Pod Pod ctest-busybox-pod-58875933] 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-21766573 2026-05-07 02:11:36,559 - DEBUG - [Pod ctest-busybox-pod-58875933] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-88220494 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-07 02:11:36,559 - DEBUG - [Pod Pod ctest-busybox-pod-58875933] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-05-07 02:11:36,559 - DEBUG - [Pod Pod ctest-busybox-pod-58875933] Cmd output: ctest-nginx-pod-88220494 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-07 02:11:36,559 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-21766573': 2, 'ctest-nginx-pod-88220494': 1} 2026-05-07 02:11:36,559 - WARNING - Nothing to delete parallely 2026-05-07 02:11:36,559 - INFO - Deleting pod default:ctest-busybox-pod-58875933 2026-05-07 02:11:36,574 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:36,580 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:11:41,581 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:41,597 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:11:46,598 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:46,606 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:11:51,607 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:51,614 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:11:56,615 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:11:56,623 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:12:01,625 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:12:01,636 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:12:06,637 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:12:06,644 - WARNING - Pod uuid a6a3f38e-8cad-47f3-be62-4dbbd1484739 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:12:11,645 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a6a3f38e-8cad-47f3-be62-4dbbd1484739 2026-05-07 02:12:11,652 - DEBUG - Pod a6a3f38e-8cad-47f3-be62-4dbbd1484739 is not in agent 10.0.0.241 VM list 2026-05-07 02:12:11,652 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0d6337c0-49ba-11f1-a640-fa163e46ddb0 2026-05-07 02:12:11,659 - DEBUG - VMI 0d6337c0-49ba-11f1-a640-fa163e46ddb0 is removed from agent 10.0.0.241 2026-05-07 02:12:11,659 - INFO - Verified that pod ctest-busybox-pod-58875933 is removed in agent 2026-05-07 02:12:11,659 - INFO - Deleting Ingress : ctest-nginx-ingress-26421218 2026-05-07 02:12:11,674 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=dba3c514-5f85-428c-9b92-a6b01b7781fd 2026-05-07 02:12:11,679 - ERROR - Ingress ctest-nginx-ingress-26421218 with uuid dba3c514-5f85-428c-9b92-a6b01b7781fd still found in kube manager 2026-05-07 02:12:12,679 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=dba3c514-5f85-428c-9b92-a6b01b7781fd 2026-05-07 02:12:12,683 - INFO - Ingress ctest-nginx-ingress-26421218 with uuid dba3c514-5f85-428c-9b92-a6b01b7781fd deleted successfully from kube manager 2026-05-07 02:12:12,683 - INFO - Verifications on Ingress %s cleanup passed 2026-05-07 02:12:12,683 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-05-07 02:12:12,848 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-05-07 02:12:12,852 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-05-07 02:12:12,852 - INFO - Deleting VN __public__ 2026-05-07 02:12:13,066 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/75143557-1cf1-4f86-9f2d-6d36443dff48 2026-05-07 02:12:13,074 - DEBUG - Response Code: 404 2026-05-07 02:12:13,074 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-05-07 02:12:13,080 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b56ee73c-a812-4f07-850e-4e2ebbc31db7 2026-05-07 02:12:13,091 - DEBUG - Requesting: http://10.0.0.19:8082/project/4134fedc-4974-4ddf-9052-c102432a0f97 2026-05-07 02:12:13,141 - INFO - Validated that VN __public__ is not found in API Server 2026-05-07 02:12:13,141 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-05-07 02:12:13,150 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:12:13,161 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2026-05-07 02:12:13,161 - INFO - Validated that VN __public__ is not in any agent 2026-05-07 02:12:13,162 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:12:13,182 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-05-07 02:12:13,198 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-05-07 02:12:13,202 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-05-07 02:12:13,203 - INFO - Deleting pod default:ctest-nginx-pod-88220494 2026-05-07 02:12:13,222 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c68bbb97-1de9-44c6-b530-fa3e99733763 2026-05-07 02:12:13,237 - WARNING - Pod uuid c68bbb97-1de9-44c6-b530-fa3e99733763 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:12:18,238 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c68bbb97-1de9-44c6-b530-fa3e99733763 2026-05-07 02:12:18,247 - DEBUG - Pod c68bbb97-1de9-44c6-b530-fa3e99733763 is not in agent 10.0.0.241 VM list 2026-05-07 02:12:18,247 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:090afa96-49ba-11f1-a640-fa163e46ddb0 2026-05-07 02:12:18,254 - DEBUG - VMI 090afa96-49ba-11f1-a640-fa163e46ddb0 is removed from agent 10.0.0.241 2026-05-07 02:12:18,255 - INFO - Verified that pod ctest-nginx-pod-88220494 is removed in agent 2026-05-07 02:12:18,255 - INFO - Deleting pod default:ctest-nginx-pod-21766573 2026-05-07 02:12:18,275 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a4a1d305-54de-4b28-baad-51db8fcb7102 2026-05-07 02:12:18,294 - WARNING - Pod uuid a4a1d305-54de-4b28-baad-51db8fcb7102 is still seen in agent 10.0.0.241 VM list 2026-05-07 02:12:23,294 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a4a1d305-54de-4b28-baad-51db8fcb7102 2026-05-07 02:12:23,301 - DEBUG - Pod a4a1d305-54de-4b28-baad-51db8fcb7102 is not in agent 10.0.0.241 VM list 2026-05-07 02:12:23,302 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:08a0e084-49ba-11f1-a640-fa163e46ddb0 2026-05-07 02:12:23,309 - DEBUG - VMI 08a0e084-49ba-11f1-a640-fa163e46ddb0 is removed from agent 10.0.0.241 2026-05-07 02:12:23,309 - INFO - Verified that pod ctest-nginx-pod-21766573 is removed in agent 2026-05-07 02:12:23,309 - INFO - Deleting service : ctest-nginx-svc-27062579 2026-05-07 02:12:23,561 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-05-07 02:12:23,569 - DEBUG - No XMPP flaps were noticed during the test