2026-04-24 15:22:35,210 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-04-24 15:22:35,525 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1981-1 2026-04-24 15:22:35,525 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-04-24 15:22:35,571 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1981-1 2026-04-24 15:22:35,571 - 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}' 2026-04-24 15:22:35,636 - DEBUG - Output : NAMES contrail_test_owbjvdyiP contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 redis-redis-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-api-1 analytics-nodemgr-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 2026-04-24 15:22:35,636 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-24 15:22:35,708 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 252.22.0.1/8 10.170.208.1/24 172.17.0.1/16 2026-04-24 15:22:35,709 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-04-24 15:22:35,753 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1981-1 2026-04-24 15:22:35,856 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-04-24 15:22:36,138 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1981-1 2026-04-24 15:22:36,139 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-04-24 15:22:36,175 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1981-1 2026-04-24 15:22:36,175 - 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-04-24 15:22:36,270 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-04-24 15:22:36,271 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-24 15:22:36,305 - DEBUG - Output : 10.0.0.19/24 2026-04-24 15:22:36,306 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-04-24 15:22:36,342 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1981-1 2026-04-24 15:22:36,436 - INFO - Using existing project ['default-domain', 'k8s-default'](79b270da-447e-40fe-86dd-d831b9c6aa8a) 2026-04-24 15:22:36,563 - INFO - Using existing project ['default-domain', 'k8s-default'](79b270da-447e-40fe-86dd-d831b9c6aa8a) 2026-04-24 15:22:36,676 - INFO - ================================================================================ 2026-04-24 15:22:36,676 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-24 15:22:36,677 - 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-04-24 15:22:36,928 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-24 15:22:36,935 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.22': '0'}} with 2026-04-24 15:22:36,935 - INFO - Initial checks done. Running the testcase now 2026-04-24 15:22:36,935 - INFO - 2026-04-24 15:22:36,940 - INFO - Namespace default already exists 2026-04-24 15:22:36,941 - 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' 2026-04-24 15:22:37,057 - DEBUG - Output : cluster_project={} 2026-04-24 15:22:37,110 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-24 15:22:37,110 - DEBUG - Project uuid in Contrail is 79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:22:37,110 - 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' 2026-04-24 15:22:37,309 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-24 15:22:37,309 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=30e04fb8-19e0-453f-8df6-0c785aab5031 2026-04-24 15:22:37,314 - INFO - Namespace default with uuid 30e04fb8-19e0-453f-8df6-0c785aab5031 found in kube manager 2026-04-24 15:22:37,315 - INFO - Namespace default verification passed 2026-04-24 15:22:37,318 - DEBUG - Service ctest-nginx-svc-44046915 not present 2026-04-24 15:22:37,319 - INFO - Creating service ctest-nginx-svc-44046915 2026-04-24 15:22:37,352 - INFO - Created Service ctest-nginx-svc-44046915 2026-04-24 15:22:37,369 - DEBUG - Pod ctest-nginx-pod-05460115 not present 2026-04-24 15:22:37,376 - INFO - Creating Pod ctest-nginx-pod-05460115 2026-04-24 15:22:37,468 - DEBUG - Pod : ctest-nginx-pod-05460115 UUID is 6623f577-6180-4d63-aa5f-a4b36c4c5ac4 2026-04-24 15:22:37,472 - DEBUG - Pod ctest-nginx-pod-15913013 not present 2026-04-24 15:22:37,473 - INFO - Creating Pod ctest-nginx-pod-15913013 2026-04-24 15:22:37,512 - DEBUG - Pod : ctest-nginx-pod-15913013 UUID is be1d94aa-51b2-4f12-92e5-f3fe651f4220 2026-04-24 15:22:37,762 - INFO - Created VN __public__, UUID :f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:38,032 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-24 15:22:38,043 - DEBUG - Requesting: http://10.0.0.22:8082/domain/79562f8f-3ead-46a6-b74f-2ee96f5690e2 2026-04-24 15:22:38,080 - DEBUG - Requesting: http://10.0.0.22:8082/project/79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:22:38,158 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:38,207 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:38,242 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:38,254 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:38,277 - DEBUG - Route Targets: [] 2026-04-24 15:22:38,277 - DEBUG - RT names not yet present for VN __public__ 2026-04-24 15:22:43,278 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-24 15:22:43,285 - DEBUG - Requesting: http://10.0.0.22:8082/domain/79562f8f-3ead-46a6-b74f-2ee96f5690e2 2026-04-24 15:22:43,293 - DEBUG - Requesting: http://10.0.0.22:8082/project/79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:22:43,346 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,355 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,364 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:43,372 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:43,379 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/ea8f5686-092b-4135-8e51-e3f91e7b38a9 2026-04-24 15:22:43,384 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-24 15:22:43,384 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,392 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:43,406 - INFO - Verified VN network id 13 for VN f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,407 - INFO - Verifications in API Server for VN __public__ passed 2026-04-24 15:22:43,407 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,416 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:43,429 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:22:43,435 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/ea8f5686-092b-4135-8e51-e3f91e7b38a9 2026-04-24 15:22:43,442 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-24 15:22:43,450 - 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': '17520034925916669534', 'uuid-lslong': '11197040715642825497'}, 'enable': 'true', 'created': '2026-04-24T15:22:37', 'last-modified': '2026-04-24T15:22:37', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.480937'} 2026-04-24 15:22:43,450 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:22:43,461 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-24 15:22:43,461 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-24 15:22:43,462 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-24 15:22:43,462 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-24 15:22:43,468 - DEBUG - Requesting: http://10.0.0.22:8082/domain/79562f8f-3ead-46a6-b74f-2ee96f5690e2 2026-04-24 15:22:43,476 - DEBUG - Requesting: http://10.0.0.22:8082/project/79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:22:43,526 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,538 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-24 15:22:43,538 - DEBUG - Verifying the vn in opserver 2026-04-24 15:22:43,538 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2026-04-24 15:22:43,538 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2026-04-24 15:22:43,543 - 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'} 2026-04-24 15:22:43,544 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-24 15:22:43,544 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:22:43,554 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:22:43,561 - DEBUG - Do not have enough data to verify VN in agent 2026-04-24 15:22:43,561 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:22:43,568 - DEBUG - VRF ids for VN __public__: {} 2026-04-24 15:22:43,693 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-24 15:22:43,863 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-24 15:22:43,869 - DEBUG - Requesting: http://10.0.0.22:8082/domain/79562f8f-3ead-46a6-b74f-2ee96f5690e2 2026-04-24 15:22:43,877 - DEBUG - Requesting: http://10.0.0.22:8082/project/79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:22:43,918 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:43,929 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/76136527-691c-4c3c-8e98-f0cb8785cb31 2026-04-24 15:22:43,935 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-24 15:22:43,940 - DEBUG - Requesting: http://10.0.0.22:8082/domain/79562f8f-3ead-46a6-b74f-2ee96f5690e2 2026-04-24 15:22:43,950 - DEBUG - Requesting: http://10.0.0.22:8082/project/79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:22:43,998 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f323aaf0-a3b3-465e-9b63-e134d779eb19 2026-04-24 15:22:44,007 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-24 15:22:44,007 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-24 15:22:44,014 - 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__ 2026-04-24 15:22:44,019 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-24 15:22:44,019 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-24 15:22:44,031 - DEBUG - Ingress ctest-nginx-ingress-23069091 not present 2026-04-24 15:22:44,031 - INFO - Creating Ingress ctest-nginx-ingress-23069091 2026-04-24 15:22:44,044 - INFO - Created Ingress ctest-nginx-ingress-23069091 2026-04-24 15:22:44,050 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-23069091 2026-04-24 15:22:47,085 - DEBUG - For Ingress ctest-nginx-ingress-23069091, Cluster IP: 10.47.255.249, External IPs ['67.167.119.60'] 2026-04-24 15:22:47,085 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-23069091 2026-04-24 15:22:47,086 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0b98d7a8-54bf-4e70-993a-95834737a00f 2026-04-24 15:22:47,100 - INFO - Ingress ctest-nginx-ingress-23069091 with uuid 0b98d7a8-54bf-4e70-993a-95834737a00f found in kube manager 2026-04-24 15:22:47,100 - INFO - Ingress ctest-nginx-ingress-23069091 verification passed 2026-04-24 15:22:47,105 - DEBUG - Pod ctest-busybox-pod-25306972 not present 2026-04-24 15:22:47,105 - INFO - Creating Pod ctest-busybox-pod-25306972 2026-04-24 15:22:47,152 - DEBUG - Node for Pod ctest-busybox-pod-25306972 not yet populated 2026-04-24 15:22:50,165 - DEBUG - Pod : ctest-busybox-pod-25306972 UUID is 272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:22:50,186 - DEBUG - Pod ctest-nginx-pod-05460115 not in running state.Currently in Pending 2026-04-24 15:22:55,197 - INFO - Pod ctest-nginx-pod-05460115 is in running state.Got IP 10.47.255.251 2026-04-24 15:22:55,212 - DEBUG - Pod ctest-nginx-pod-05460115 has vmi 6e11d2d4-3ff1-11f1-8225-fa163ed2f110 2026-04-24 15:22:55,212 - INFO - Verified pod ctest-nginx-pod-05460115 in contrail-api 2026-04-24 15:22:55,212 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-24 15:22:55,227 - DEBUG - VMI 6e11d2d4-3ff1-11f1-8225-fa163ed2f110 is active in agent 10.0.0.19 2026-04-24 15:22:55,228 - INFO - Verified Pod ctest-nginx-pod-05460115 in agent 10.0.0.19 2026-04-24 15:22:55,228 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=6623f577-6180-4d63-aa5f-a4b36c4c5ac4 2026-04-24 15:22:55,233 - INFO - Pod ctest-nginx-pod-05460115 with uuid 6623f577-6180-4d63-aa5f-a4b36c4c5ac4 found in kube manager 2026-04-24 15:22:55,233 - INFO - Pod ctest-nginx-pod-05460115 verification passed 2026-04-24 15:22:55,309 - DEBUG - [Pod ctest-nginx-pod-05460115] Cmd: echo ctest-nginx-pod-05460115 > /usr/share/nginx/html/index.html, Output: 2026-04-24 15:22:55,318 - INFO - Pod ctest-nginx-pod-15913013 is in running state.Got IP 10.47.255.250 2026-04-24 15:22:55,332 - DEBUG - Pod ctest-nginx-pod-15913013 has vmi 6e8b0eba-3ff1-11f1-8225-fa163ed2f110 2026-04-24 15:22:55,332 - INFO - Verified pod ctest-nginx-pod-15913013 in contrail-api 2026-04-24 15:22:55,332 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-24 15:22:55,348 - DEBUG - VMI 6e8b0eba-3ff1-11f1-8225-fa163ed2f110 is active in agent 10.0.0.19 2026-04-24 15:22:55,348 - INFO - Verified Pod ctest-nginx-pod-15913013 in agent 10.0.0.19 2026-04-24 15:22:55,349 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=be1d94aa-51b2-4f12-92e5-f3fe651f4220 2026-04-24 15:22:55,353 - INFO - Pod ctest-nginx-pod-15913013 with uuid be1d94aa-51b2-4f12-92e5-f3fe651f4220 found in kube manager 2026-04-24 15:22:55,353 - INFO - Pod ctest-nginx-pod-15913013 verification passed 2026-04-24 15:22:55,407 - DEBUG - [Pod ctest-nginx-pod-15913013] Cmd: echo ctest-nginx-pod-15913013 > /usr/share/nginx/html/index.html, Output: 2026-04-24 15:22:55,415 - DEBUG - Pod ctest-busybox-pod-25306972 not in running state.Currently in Pending 2026-04-24 15:23:00,424 - INFO - Pod ctest-busybox-pod-25306972 is in running state.Got IP 10.47.255.248 2026-04-24 15:23:00,479 - DEBUG - Pod ctest-busybox-pod-25306972 has vmi 735e46dc-3ff1-11f1-8225-fa163ed2f110 2026-04-24 15:23:00,479 - INFO - Verified pod ctest-busybox-pod-25306972 in contrail-api 2026-04-24 15:23:00,479 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-24 15:23:00,492 - DEBUG - VMI 735e46dc-3ff1-11f1-8225-fa163ed2f110 is active in agent 10.0.0.19 2026-04-24 15:23:00,492 - INFO - Verified Pod ctest-busybox-pod-25306972 in agent 10.0.0.19 2026-04-24 15:23:00,492 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:00,497 - INFO - Pod ctest-busybox-pod-25306972 with uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 found in kube manager 2026-04-24 15:23:00,498 - INFO - Pod ctest-busybox-pod-25306972 verification passed 2026-04-24 15:23:00,573 - DEBUG - [Pod ctest-busybox-pod-25306972] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-15913013 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-04-24 15:23:00,573 - DEBUG - [Pod Pod ctest-busybox-pod-25306972] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-24 15:23:00,573 - DEBUG - [Pod Pod ctest-busybox-pod-25306972] Cmd output: ctest-nginx-pod-15913013 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-04-24 15:23:00,639 - DEBUG - [Pod ctest-busybox-pod-25306972] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-15913013 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-04-24 15:23:00,639 - DEBUG - [Pod Pod ctest-busybox-pod-25306972] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-24 15:23:00,639 - DEBUG - [Pod Pod ctest-busybox-pod-25306972] Cmd output: ctest-nginx-pod-15913013 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-04-24 15:23:00,701 - DEBUG - [Pod ctest-busybox-pod-25306972] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05460115 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-04-24 15:23:00,702 - DEBUG - [Pod Pod ctest-busybox-pod-25306972] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-24 15:23:00,702 - DEBUG - [Pod Pod ctest-busybox-pod-25306972] Cmd output: ctest-nginx-pod-05460115 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-04-24 15:23:00,702 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-05460115': 1, 'ctest-nginx-pod-15913013': 2} 2026-04-24 15:23:00,702 - WARNING - Nothing to delete parallely 2026-04-24 15:23:00,703 - INFO - Deleting pod default:ctest-busybox-pod-25306972 2026-04-24 15:23:00,728 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:00,737 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:05,737 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:05,745 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:10,745 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:10,754 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:15,754 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:15,762 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:20,763 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:20,770 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:25,771 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:25,778 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:30,779 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:30,791 - WARNING - Pod uuid 272fb906-826e-48cd-b1c7-b4511df0ecd0 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:35,792 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=272fb906-826e-48cd-b1c7-b4511df0ecd0 2026-04-24 15:23:35,799 - DEBUG - Pod 272fb906-826e-48cd-b1c7-b4511df0ecd0 is not in agent 10.0.0.19 VM list 2026-04-24 15:23:35,799 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:735e46dc-3ff1-11f1-8225-fa163ed2f110 2026-04-24 15:23:35,807 - DEBUG - VMI 735e46dc-3ff1-11f1-8225-fa163ed2f110 is removed from agent 10.0.0.19 2026-04-24 15:23:35,808 - INFO - Verified that pod ctest-busybox-pod-25306972 is removed in agent 2026-04-24 15:23:35,808 - INFO - Deleting Ingress : ctest-nginx-ingress-23069091 2026-04-24 15:23:35,815 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0b98d7a8-54bf-4e70-993a-95834737a00f 2026-04-24 15:23:35,825 - ERROR - Ingress ctest-nginx-ingress-23069091 with uuid 0b98d7a8-54bf-4e70-993a-95834737a00f still found in kube manager 2026-04-24 15:23:36,826 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0b98d7a8-54bf-4e70-993a-95834737a00f 2026-04-24 15:23:36,831 - INFO - Ingress ctest-nginx-ingress-23069091 with uuid 0b98d7a8-54bf-4e70-993a-95834737a00f deleted successfully from kube manager 2026-04-24 15:23:36,831 - INFO - Verifications on Ingress %s cleanup passed 2026-04-24 15:23:36,831 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-24 15:23:36,979 - 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__ 2026-04-24 15:23:36,989 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-24 15:23:36,989 - INFO - Deleting VN __public__ 2026-04-24 15:23:37,346 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/05f8e280-65b2-4d51-ad4a-006c3edde8eb 2026-04-24 15:23:37,361 - DEBUG - Response Code: 404 2026-04-24 15:23:37,362 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-24 15:23:37,386 - DEBUG - Requesting: http://10.0.0.22:8082/domain/79562f8f-3ead-46a6-b74f-2ee96f5690e2 2026-04-24 15:23:37,402 - DEBUG - Requesting: http://10.0.0.22:8082/project/79b270da-447e-40fe-86dd-d831b9c6aa8a 2026-04-24 15:23:37,458 - INFO - Validated that VN __public__ is not found in API Server 2026-04-24 15:23:37,458 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-24 15:23:37,470 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:23:37,481 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2026-04-24 15:23:37,481 - INFO - Validated that VN __public__ is not in any agent 2026-04-24 15:23:37,482 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:23:37,493 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-24 15:23:37,502 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-24 15:23:37,509 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-24 15:23:37,509 - INFO - Deleting pod default:ctest-nginx-pod-15913013 2026-04-24 15:23:37,531 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=be1d94aa-51b2-4f12-92e5-f3fe651f4220 2026-04-24 15:23:37,546 - WARNING - Pod uuid be1d94aa-51b2-4f12-92e5-f3fe651f4220 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:42,550 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=be1d94aa-51b2-4f12-92e5-f3fe651f4220 2026-04-24 15:23:42,557 - DEBUG - Pod be1d94aa-51b2-4f12-92e5-f3fe651f4220 is not in agent 10.0.0.19 VM list 2026-04-24 15:23:42,557 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6e8b0eba-3ff1-11f1-8225-fa163ed2f110 2026-04-24 15:23:42,567 - DEBUG - VMI 6e8b0eba-3ff1-11f1-8225-fa163ed2f110 is removed from agent 10.0.0.19 2026-04-24 15:23:42,567 - INFO - Verified that pod ctest-nginx-pod-15913013 is removed in agent 2026-04-24 15:23:42,568 - INFO - Deleting pod default:ctest-nginx-pod-05460115 2026-04-24 15:23:42,599 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6623f577-6180-4d63-aa5f-a4b36c4c5ac4 2026-04-24 15:23:42,606 - WARNING - Pod uuid 6623f577-6180-4d63-aa5f-a4b36c4c5ac4 is still seen in agent 10.0.0.19 VM list 2026-04-24 15:23:47,607 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6623f577-6180-4d63-aa5f-a4b36c4c5ac4 2026-04-24 15:23:47,616 - DEBUG - Pod 6623f577-6180-4d63-aa5f-a4b36c4c5ac4 is not in agent 10.0.0.19 VM list 2026-04-24 15:23:47,617 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6e11d2d4-3ff1-11f1-8225-fa163ed2f110 2026-04-24 15:23:47,623 - DEBUG - VMI 6e11d2d4-3ff1-11f1-8225-fa163ed2f110 is removed from agent 10.0.0.19 2026-04-24 15:23:47,623 - INFO - Verified that pod ctest-nginx-pod-05460115 is removed in agent 2026-04-24 15:23:47,627 - INFO - Deleting service : ctest-nginx-svc-44046915 2026-04-24 15:23:47,934 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-24 15:23:47,943 - DEBUG - No XMPP flaps were noticed during the test