2026-06-19 22:51:32,075 - DEBUG - [10.0.0.141]: Running cmd : hostname 2026-06-19 22:51:32,599 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2028-1 2026-06-19 22:51:32,599 - DEBUG - [10.0.0.141]: Running cmd : hostname -f 2026-06-19 22:51:32,633 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2028-1 2026-06-19 22:51:32,633 - 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-06-19 22:51:32,735 - DEBUG - Output : NAMES contrail_test_XhnGPhr4b contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-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-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-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-06-19 22:51:32,735 - DEBUG - [10.0.0.141]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-19 22:51:32,779 - DEBUG - Output : 127.0.0.1/8 10.0.0.141/24 252.141.0.1/8 10.171.252.1/24 172.17.0.1/16 2026-06-19 22:51:32,780 - DEBUG - [10.0.0.141]: Running cmd : getent hosts 10.0.0.141 | head -n 1 | awk '{print $2}' 2026-06-19 22:51:32,814 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2028-1 2026-06-19 22:51:32,901 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-06-19 22:51:33,106 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2028-1 2026-06-19 22:51:33,106 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-06-19 22:51:33,129 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2028-1 2026-06-19 22:51:33,129 - 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-06-19 22:51:33,173 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-06-19 22:51:33,173 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-19 22:51:33,245 - DEBUG - Output : 10.0.0.22/24 2026-06-19 22:51:33,246 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-06-19 22:51:33,280 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2028-1 2026-06-19 22:51:33,346 - INFO - Using existing project ['default-domain', 'k8s-default'](75eeb929-2a03-47e2-b1ec-c07135d274fb) 2026-06-19 22:51:33,450 - INFO - Using existing project ['default-domain', 'k8s-default'](75eeb929-2a03-47e2-b1ec-c07135d274fb) 2026-06-19 22:51:33,570 - INFO - ================================================================================ 2026-06-19 22:51:33,570 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-19 22:51:33,571 - 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-06-19 22:51:33,787 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-19 22:51:33,794 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.141': '0'}} with 2026-06-19 22:51:33,794 - INFO - Initial checks done. Running the testcase now 2026-06-19 22:51:33,794 - INFO - 2026-06-19 22:51:33,798 - INFO - Namespace default already exists 2026-06-19 22:51:33,798 - 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-06-19 22:51:33,923 - DEBUG - Output : cluster_project={} 2026-06-19 22:51:33,964 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-19 22:51:33,965 - DEBUG - Project uuid in Contrail is 75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:51:33,965 - 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-06-19 22:51:34,083 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-19 22:51:34,083 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_NamespaceDatabaseList?namespace_uuid=6359879e-883d-4764-8480-1e0979f13e8f 2026-06-19 22:51:34,087 - INFO - Namespace default with uuid 6359879e-883d-4764-8480-1e0979f13e8f found in kube manager 2026-06-19 22:51:34,087 - INFO - Namespace default verification passed 2026-06-19 22:51:34,089 - DEBUG - Service ctest-nginx-svc-78280219 not present 2026-06-19 22:51:34,090 - INFO - Creating service ctest-nginx-svc-78280219 2026-06-19 22:51:34,111 - INFO - Created Service ctest-nginx-svc-78280219 2026-06-19 22:51:34,123 - DEBUG - Pod ctest-nginx-pod-73159861 not present 2026-06-19 22:51:34,123 - INFO - Creating Pod ctest-nginx-pod-73159861 2026-06-19 22:51:34,192 - DEBUG - Pod : ctest-nginx-pod-73159861 UUID is bf30e2e1-e48a-44af-9c9b-823f21bf513d 2026-06-19 22:51:34,194 - DEBUG - Pod ctest-nginx-pod-67656208 not present 2026-06-19 22:51:34,195 - INFO - Creating Pod ctest-nginx-pod-67656208 2026-06-19 22:51:34,220 - DEBUG - Pod : ctest-nginx-pod-67656208 UUID is 993dee4b-25ef-41e9-995e-6027f1fc46f8 2026-06-19 22:51:34,403 - INFO - Created VN __public__, UUID :f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:34,608 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-06-19 22:51:34,613 - DEBUG - Requesting: http://10.0.0.141:8082/domain/9a77f7f7-8d47-4203-b49b-0a2b31ef50dd 2026-06-19 22:51:34,624 - DEBUG - Requesting: http://10.0.0.141:8082/project/75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:51:34,660 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:34,675 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:34,683 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:34,689 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:34,694 - DEBUG - Route Targets: [] 2026-06-19 22:51:34,694 - DEBUG - RT names not yet present for VN __public__ 2026-06-19 22:51:39,695 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-06-19 22:51:39,700 - DEBUG - Requesting: http://10.0.0.141:8082/domain/9a77f7f7-8d47-4203-b49b-0a2b31ef50dd 2026-06-19 22:51:39,719 - DEBUG - Requesting: http://10.0.0.141:8082/project/75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:51:39,761 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:39,768 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:39,776 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:39,783 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:39,788 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/df38cad3-58ee-4113-91a8-8698f59ae725 2026-06-19 22:51:39,793 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-19 22:51:39,793 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:39,800 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:39,811 - INFO - Verified VN network id 13 for VN f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:39,811 - INFO - Verifications in API Server for VN __public__ passed 2026-06-19 22:51:39,811 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:39,827 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:39,835 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:51:39,841 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/df38cad3-58ee-4113-91a8-8698f59ae725 2026-06-19 22:51:39,847 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-19 22:51:39,853 - 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': '17915251699368546063', 'uuid-lslong': '13686094010741071720'}, 'enable': 'true', 'created': '2026-06-19T22:51:34', 'last-modified': '2026-06-19T22:51:34', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.288146'} 2026-06-19 22:51:39,853 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:51:39,862 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-19 22:51:39,863 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-19 22:51:39,863 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-19 22:51:39,863 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-06-19 22:51:39,867 - DEBUG - Requesting: http://10.0.0.141:8082/domain/9a77f7f7-8d47-4203-b49b-0a2b31ef50dd 2026-06-19 22:51:39,877 - DEBUG - Requesting: http://10.0.0.141:8082/project/75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:51:39,910 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:39,919 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-19 22:51:39,919 - DEBUG - Verifying the vn in opserver 2026-06-19 22:51:39,919 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.141 2026-06-19 22:51:39,920 - DEBUG - Requesting: http://10.0.0.141:8081/analytics/uves/virtual-networks 2026-06-19 22:51:39,925 - 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-06-19 22:51:39,925 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-19 22:51:39,925 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:51:39,933 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:51:39,939 - DEBUG - Do not have enough data to verify VN in agent 2026-06-19 22:51:39,939 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:51:39,944 - DEBUG - VRF ids for VN __public__: {} 2026-06-19 22:51:40,025 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-19 22:51:40,168 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-06-19 22:51:40,177 - DEBUG - Requesting: http://10.0.0.141:8082/domain/9a77f7f7-8d47-4203-b49b-0a2b31ef50dd 2026-06-19 22:51:40,186 - DEBUG - Requesting: http://10.0.0.141:8082/project/75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:51:40,229 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:40,239 - DEBUG - Requesting: http://10.0.0.141:8082/floating-ip-pool/678a8331-8f68-4b03-88d8-d430dae1b149 2026-06-19 22:51:40,244 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-06-19 22:51:40,248 - DEBUG - Requesting: http://10.0.0.141:8082/domain/9a77f7f7-8d47-4203-b49b-0a2b31ef50dd 2026-06-19 22:51:40,255 - DEBUG - Requesting: http://10.0.0.141:8082/project/75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:51:40,306 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/f89fc280-6293-4f0f-bdee-c5fda0d29f68 2026-06-19 22:51:40,316 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-19 22:51:40,316 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-19 22:51:40,322 - 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-06-19 22:51:40,329 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-19 22:51:40,329 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-19 22:51:40,332 - DEBUG - Ingress ctest-nginx-ingress-91523267 not present 2026-06-19 22:51:40,333 - INFO - Creating Ingress ctest-nginx-ingress-91523267 2026-06-19 22:51:40,340 - INFO - Created Ingress ctest-nginx-ingress-91523267 2026-06-19 22:51:40,344 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-91523267 2026-06-19 22:51:43,349 - DEBUG - For Ingress ctest-nginx-ingress-91523267, Cluster IP: 10.47.255.249, External IPs ['61.218.66.252'] 2026-06-19 22:51:43,349 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-91523267 2026-06-19 22:51:43,350 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=9c0b7043-f235-4b85-a212-0e013d455475 2026-06-19 22:51:43,356 - INFO - Ingress ctest-nginx-ingress-91523267 with uuid 9c0b7043-f235-4b85-a212-0e013d455475 found in kube manager 2026-06-19 22:51:43,356 - INFO - Ingress ctest-nginx-ingress-91523267 verification passed 2026-06-19 22:51:43,371 - DEBUG - Pod ctest-busybox-pod-28115120 not present 2026-06-19 22:51:43,372 - INFO - Creating Pod ctest-busybox-pod-28115120 2026-06-19 22:51:43,398 - DEBUG - Pod : ctest-busybox-pod-28115120 UUID is bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:51:43,420 - DEBUG - Pod ctest-nginx-pod-73159861 not in running state.Currently in Pending 2026-06-19 22:51:48,427 - INFO - Pod ctest-nginx-pod-73159861 is in running state.Got IP 10.47.255.251 2026-06-19 22:51:48,487 - DEBUG - Pod ctest-nginx-pod-73159861 has vmi 6c993688-6c31-11f1-be75-fa163eeb1731 2026-06-19 22:51:48,487 - INFO - Verified pod ctest-nginx-pod-73159861 in contrail-api 2026-06-19 22:51:48,487 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-19 22:51:48,497 - DEBUG - VMI 6c993688-6c31-11f1-be75-fa163eeb1731 is active in agent 10.0.0.22 2026-06-19 22:51:48,497 - INFO - Verified Pod ctest-nginx-pod-73159861 in agent 10.0.0.22 2026-06-19 22:51:48,497 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=bf30e2e1-e48a-44af-9c9b-823f21bf513d 2026-06-19 22:51:48,500 - INFO - Pod ctest-nginx-pod-73159861 with uuid bf30e2e1-e48a-44af-9c9b-823f21bf513d found in kube manager 2026-06-19 22:51:48,500 - INFO - Pod ctest-nginx-pod-73159861 verification passed 2026-06-19 22:51:48,575 - DEBUG - [Pod ctest-nginx-pod-73159861] Cmd: echo ctest-nginx-pod-73159861 > /usr/share/nginx/html/index.html, Output: 2026-06-19 22:51:48,582 - INFO - Pod ctest-nginx-pod-67656208 is in running state.Got IP 10.47.255.250 2026-06-19 22:51:48,596 - DEBUG - Pod ctest-nginx-pod-67656208 has vmi 6d073e62-6c31-11f1-be75-fa163eeb1731 2026-06-19 22:51:48,597 - INFO - Verified pod ctest-nginx-pod-67656208 in contrail-api 2026-06-19 22:51:48,597 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-19 22:51:48,607 - DEBUG - VMI 6d073e62-6c31-11f1-be75-fa163eeb1731 is active in agent 10.0.0.22 2026-06-19 22:51:48,607 - INFO - Verified Pod ctest-nginx-pod-67656208 in agent 10.0.0.22 2026-06-19 22:51:48,607 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=993dee4b-25ef-41e9-995e-6027f1fc46f8 2026-06-19 22:51:48,612 - INFO - Pod ctest-nginx-pod-67656208 with uuid 993dee4b-25ef-41e9-995e-6027f1fc46f8 found in kube manager 2026-06-19 22:51:48,612 - INFO - Pod ctest-nginx-pod-67656208 verification passed 2026-06-19 22:51:48,686 - DEBUG - [Pod ctest-nginx-pod-67656208] Cmd: echo ctest-nginx-pod-67656208 > /usr/share/nginx/html/index.html, Output: 2026-06-19 22:51:48,694 - DEBUG - Pod ctest-busybox-pod-28115120 not in running state.Currently in Pending 2026-06-19 22:51:53,702 - INFO - Pod ctest-busybox-pod-28115120 is in running state.Got IP 10.47.255.248 2026-06-19 22:51:53,719 - DEBUG - Pod ctest-busybox-pod-28115120 has vmi 71541508-6c31-11f1-be75-fa163eeb1731 2026-06-19 22:51:53,719 - INFO - Verified pod ctest-busybox-pod-28115120 in contrail-api 2026-06-19 22:51:53,719 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-19 22:51:53,728 - DEBUG - VMI 71541508-6c31-11f1-be75-fa163eeb1731 is active in agent 10.0.0.22 2026-06-19 22:51:53,728 - INFO - Verified Pod ctest-busybox-pod-28115120 in agent 10.0.0.22 2026-06-19 22:51:53,728 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:51:53,732 - INFO - Pod ctest-busybox-pod-28115120 with uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 found in kube manager 2026-06-19 22:51:53,732 - INFO - Pod ctest-busybox-pod-28115120 verification passed 2026-06-19 22:51:53,794 - DEBUG - [Pod ctest-busybox-pod-28115120] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73159861 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-06-19 22:51:53,794 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-19 22:51:53,794 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd output: ctest-nginx-pod-73159861 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-06-19 22:51:53,859 - DEBUG - [Pod ctest-busybox-pod-28115120] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73159861 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-06-19 22:51:53,859 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-19 22:51:53,859 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd output: ctest-nginx-pod-73159861 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-06-19 22:51:53,913 - DEBUG - [Pod ctest-busybox-pod-28115120] 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-73159861 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-19 22:51:53,913 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-19 22:51:53,913 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-73159861 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-19 22:51:53,974 - DEBUG - [Pod ctest-busybox-pod-28115120] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73159861 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-06-19 22:51:53,974 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-19 22:51:53,974 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd output: ctest-nginx-pod-73159861 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-06-19 22:51:54,029 - DEBUG - [Pod ctest-busybox-pod-28115120] 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-67656208 2026-06-19 22:51:54,030 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-19 22:51:54,030 - DEBUG - [Pod Pod ctest-busybox-pod-28115120] 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-67656208 2026-06-19 22:51:54,030 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-73159861': 4, 'ctest-nginx-pod-67656208': 1} 2026-06-19 22:51:54,030 - WARNING - Nothing to delete parallely 2026-06-19 22:51:54,030 - INFO - Deleting pod default:ctest-busybox-pod-28115120 2026-06-19 22:51:54,043 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:51:54,049 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:51:59,049 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:51:59,056 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:04,057 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:52:04,063 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:09,064 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:52:09,070 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:14,071 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:52:14,077 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:19,077 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:52:19,083 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:24,083 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:52:24,089 - WARNING - Pod uuid bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:29,090 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bef40426-fc4b-4cfa-997e-f3bdd0fcd364 2026-06-19 22:52:29,097 - DEBUG - Pod bef40426-fc4b-4cfa-997e-f3bdd0fcd364 is not in agent 10.0.0.22 VM list 2026-06-19 22:52:29,097 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71541508-6c31-11f1-be75-fa163eeb1731 2026-06-19 22:52:29,108 - DEBUG - VMI 71541508-6c31-11f1-be75-fa163eeb1731 is removed from agent 10.0.0.22 2026-06-19 22:52:29,109 - INFO - Verified that pod ctest-busybox-pod-28115120 is removed in agent 2026-06-19 22:52:29,109 - INFO - Deleting Ingress : ctest-nginx-ingress-91523267 2026-06-19 22:52:29,119 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=9c0b7043-f235-4b85-a212-0e013d455475 2026-06-19 22:52:29,124 - ERROR - Ingress ctest-nginx-ingress-91523267 with uuid 9c0b7043-f235-4b85-a212-0e013d455475 still found in kube manager 2026-06-19 22:52:30,125 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=9c0b7043-f235-4b85-a212-0e013d455475 2026-06-19 22:52:30,128 - INFO - Ingress ctest-nginx-ingress-91523267 with uuid 9c0b7043-f235-4b85-a212-0e013d455475 deleted successfully from kube manager 2026-06-19 22:52:30,130 - INFO - Verifications on Ingress %s cleanup passed 2026-06-19 22:52:30,130 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-19 22:52:30,226 - 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-06-19 22:52:30,232 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-19 22:52:30,232 - INFO - Deleting VN __public__ 2026-06-19 22:52:30,321 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/03980dbb-a16f-440a-9ba0-b86fc5515076 2026-06-19 22:52:30,325 - DEBUG - Response Code: 404 2026-06-19 22:52:30,325 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2026-06-19 22:52:30,338 - DEBUG - Requesting: http://10.0.0.141:8082/domain/9a77f7f7-8d47-4203-b49b-0a2b31ef50dd 2026-06-19 22:52:30,344 - DEBUG - Requesting: http://10.0.0.141:8082/project/75eeb929-2a03-47e2-b1ec-c07135d274fb 2026-06-19 22:52:30,417 - INFO - Validated that VN __public__ is not found in API Server 2026-06-19 22:52:30,417 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-19 22:52:30,423 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:52:30,429 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-06-19 22:52:30,429 - INFO - Validated that VN __public__ is not in any agent 2026-06-19 22:52:30,429 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:52:30,436 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-19 22:52:30,445 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-19 22:52:30,449 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-19 22:52:30,449 - INFO - Deleting pod default:ctest-nginx-pod-67656208 2026-06-19 22:52:30,463 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=993dee4b-25ef-41e9-995e-6027f1fc46f8 2026-06-19 22:52:30,475 - WARNING - Pod uuid 993dee4b-25ef-41e9-995e-6027f1fc46f8 is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:35,476 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=993dee4b-25ef-41e9-995e-6027f1fc46f8 2026-06-19 22:52:35,482 - DEBUG - Pod 993dee4b-25ef-41e9-995e-6027f1fc46f8 is not in agent 10.0.0.22 VM list 2026-06-19 22:52:35,482 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d073e62-6c31-11f1-be75-fa163eeb1731 2026-06-19 22:52:35,487 - DEBUG - VMI 6d073e62-6c31-11f1-be75-fa163eeb1731 is removed from agent 10.0.0.22 2026-06-19 22:52:35,487 - INFO - Verified that pod ctest-nginx-pod-67656208 is removed in agent 2026-06-19 22:52:35,487 - INFO - Deleting pod default:ctest-nginx-pod-73159861 2026-06-19 22:52:35,504 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bf30e2e1-e48a-44af-9c9b-823f21bf513d 2026-06-19 22:52:35,513 - WARNING - Pod uuid bf30e2e1-e48a-44af-9c9b-823f21bf513d is still seen in agent 10.0.0.22 VM list 2026-06-19 22:52:40,513 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bf30e2e1-e48a-44af-9c9b-823f21bf513d 2026-06-19 22:52:40,519 - DEBUG - Pod bf30e2e1-e48a-44af-9c9b-823f21bf513d is not in agent 10.0.0.22 VM list 2026-06-19 22:52:40,519 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6c993688-6c31-11f1-be75-fa163eeb1731 2026-06-19 22:52:40,525 - DEBUG - VMI 6c993688-6c31-11f1-be75-fa163eeb1731 is removed from agent 10.0.0.22 2026-06-19 22:52:40,525 - INFO - Verified that pod ctest-nginx-pod-73159861 is removed in agent 2026-06-19 22:52:40,525 - INFO - Deleting service : ctest-nginx-svc-78280219 2026-06-19 22:52:40,750 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-19 22:52:40,756 - DEBUG - No XMPP flaps were noticed during the test