2026-03-10 15:40:12,987 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-03-10 15:40:13,243 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-440-1.novalocal 2026-03-10 15:40:13,243 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-03-10 15:40:13,359 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-440-1.novalocal 2026-03-10 15:40:13,359 - 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-03-10 15:40:13,521 - DEBUG - Output : NAMES contrail_test_WloX6LN7p vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_schema_1 config_dnsmasq_1 config_api_1 config_svcmonitor_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-10 15:40:13,521 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-10 15:40:13,643 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-03-10 15:40:13,643 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-03-10 15:40:13,768 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-440-1.novalocal 2026-03-10 15:40:13,768 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-10 15:40:13,887 - DEBUG - Output : 10.20.0.17/24 2026-03-10 15:40:13,887 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-03-10 15:40:14,015 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-440-1.novalocal 2026-03-10 15:40:14,317 - INFO - Using existing project ['default-domain', 'k8s-default'](1d16d54f-529f-4c9f-b1ef-a6761930b379) 2026-03-10 15:40:14,394 - INFO - Using existing project ['default-domain', 'k8s-default'](1d16d54f-529f-4c9f-b1ef-a6761930b379) 2026-03-10 15:40:14,535 - INFO - ================================================================================ 2026-03-10 15:40:14,535 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-10 15:40:14,535 - 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-03-10 15:40:14,817 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-10 15:40:14,825 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with 2026-03-10 15:40:14,825 - INFO - Initial checks done. Running the testcase now 2026-03-10 15:40:14,825 - INFO - 2026-03-10 15:40:14,831 - INFO - Namespace default already exists 2026-03-10 15:40:14,832 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-10 15:40:15,001 - DEBUG - Output : cluster_project={} 2026-03-10 15:40:15,047 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-10 15:40:15,047 - DEBUG - Project uuid in Contrail is 1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:40:15,047 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-10 15:40:15,217 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-10 15:40:15,217 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=097be3e4-6d9a-47dc-a5c5-8222ff8a27bd 2026-03-10 15:40:15,221 - INFO - Namespace default with uuid 097be3e4-6d9a-47dc-a5c5-8222ff8a27bd found in kube manager 2026-03-10 15:40:15,222 - INFO - Namespace default verification passed 2026-03-10 15:40:15,225 - DEBUG - Service ctest-nginx-svc-40271373 not present 2026-03-10 15:40:15,226 - INFO - Creating service ctest-nginx-svc-40271373 2026-03-10 15:40:15,245 - INFO - Created Service ctest-nginx-svc-40271373 2026-03-10 15:40:15,253 - DEBUG - Pod ctest-nginx-pod-74385714 not present 2026-03-10 15:40:15,254 - INFO - Creating Pod ctest-nginx-pod-74385714 2026-03-10 15:40:15,299 - DEBUG - Pod : ctest-nginx-pod-74385714 UUID is 30e18c15-df65-40db-95d7-9d3a708b0345 2026-03-10 15:40:15,316 - DEBUG - Pod ctest-nginx-pod-93268937 not present 2026-03-10 15:40:15,316 - INFO - Creating Pod ctest-nginx-pod-93268937 2026-03-10 15:40:15,369 - DEBUG - Pod : ctest-nginx-pod-93268937 UUID is 4815552d-5b39-4d62-9436-373708d273e9 2026-03-10 15:40:15,554 - INFO - Created VN __public__, UUID :4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:15,704 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-10 15:40:15,709 - DEBUG - Requesting: http://10.0.0.22:8082/domain/f699eac8-ff6e-422c-ad37-11023f84a353 2026-03-10 15:40:15,720 - DEBUG - Requesting: http://10.0.0.22:8082/project/1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:40:15,779 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:15,797 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:15,810 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:15,819 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:15,827 - DEBUG - Route Targets: [] 2026-03-10 15:40:15,827 - DEBUG - RT names not yet present for VN __public__ 2026-03-10 15:40:20,828 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-10 15:40:20,834 - DEBUG - Requesting: http://10.0.0.22:8082/domain/f699eac8-ff6e-422c-ad37-11023f84a353 2026-03-10 15:40:20,848 - DEBUG - Requesting: http://10.0.0.22:8082/project/1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:40:20,913 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:20,921 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:20,930 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:20,937 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:20,943 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/140ba030-d243-46f8-900e-f30883336f72 2026-03-10 15:40:20,965 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-10 15:40:20,965 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:20,973 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:20,989 - INFO - Verified VN network id 15 for VN 4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:20,989 - INFO - Verifications in API Server for VN __public__ passed 2026-03-10 15:40:20,989 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:20,998 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:21,004 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:40:21,010 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/140ba030-d243-46f8-900e-f30883336f72 2026-03-10 15:40:21,017 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-10 15:40:21,032 - 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': '5754870742994209794', 'uuid-lslong': '9483384326602009755'}, 'enable': 'true', 'created': '2026-03-10T15:40:15', 'last-modified': '2026-03-10T15:40:15', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.398335'} 2026-03-10 15:40:21,032 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:40:21,046 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-10 15:40:21,046 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-10 15:40:21,047 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-10 15:40:21,047 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-10 15:40:21,053 - DEBUG - Requesting: http://10.0.0.22:8082/domain/f699eac8-ff6e-422c-ad37-11023f84a353 2026-03-10 15:40:21,062 - DEBUG - Requesting: http://10.0.0.22:8082/project/1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:40:21,117 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:21,130 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-10 15:40:21,130 - DEBUG - Verifying the vn in opserver 2026-03-10 15:40:21,130 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2026-03-10 15:40:21,131 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2026-03-10 15:40:21,136 - 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-03-10 15:40:21,136 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-10 15:40:21,136 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:40:21,142 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:40:21,146 - DEBUG - Do not have enough data to verify VN in agent 2026-03-10 15:40:21,146 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:40:21,151 - DEBUG - VRF ids for VN __public__: {} 2026-03-10 15:40:21,216 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-10 15:40:21,294 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-10 15:40:21,300 - DEBUG - Requesting: http://10.0.0.22:8082/domain/f699eac8-ff6e-422c-ad37-11023f84a353 2026-03-10 15:40:21,309 - DEBUG - Requesting: http://10.0.0.22:8082/project/1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:40:21,351 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:21,361 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/739561b6-9c40-4ccd-96a2-bed8576040b1 2026-03-10 15:40:21,368 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-10 15:40:21,372 - DEBUG - Requesting: http://10.0.0.22:8082/domain/f699eac8-ff6e-422c-ad37-11023f84a353 2026-03-10 15:40:21,385 - DEBUG - Requesting: http://10.0.0.22:8082/project/1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:40:21,437 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/4fdd6873-3c75-4c02-839b-bfccc79eac9b 2026-03-10 15:40:21,448 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-10 15:40:21,448 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-10 15:40:21,455 - 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-03-10 15:40:21,461 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-10 15:40:21,461 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-10 15:40:21,464 - DEBUG - Ingress ctest-nginx-ingress-66429746 not present 2026-03-10 15:40:21,465 - INFO - Creating Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:21,473 - INFO - Created Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:21,477 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:24,482 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:27,488 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:30,494 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:33,499 - DEBUG - For Ingress ctest-nginx-ingress-66429746, Cluster IP: 10.47.255.246, External IPs ['65.84.62.252'] 2026-03-10 15:40:33,500 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-66429746 2026-03-10 15:40:33,500 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:40:33,507 - INFO - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb found in kube manager 2026-03-10 15:40:33,507 - INFO - Ingress ctest-nginx-ingress-66429746 verification passed 2026-03-10 15:40:33,511 - DEBUG - Pod ctest-busybox-pod-95759552 not present 2026-03-10 15:40:33,511 - INFO - Creating Pod ctest-busybox-pod-95759552 2026-03-10 15:40:33,556 - DEBUG - Pod : ctest-busybox-pod-95759552 UUID is 5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:40:33,577 - DEBUG - Pod ctest-nginx-pod-74385714 not in running state.Currently in Pending 2026-03-10 15:40:38,589 - INFO - Pod ctest-nginx-pod-74385714 is in running state.Got IP 10.47.255.248 2026-03-10 15:40:38,605 - DEBUG - Pod ctest-nginx-pod-74385714 has vmi 71060b5e-1c97-11f1-aa77-fa163e61dbc4 2026-03-10 15:40:38,605 - INFO - Verified pod ctest-nginx-pod-74385714 in contrail-api 2026-03-10 15:40:38,605 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:40:38,613 - DEBUG - VMI 71060b5e-1c97-11f1-aa77-fa163e61dbc4 is active in agent 10.0.0.22 2026-03-10 15:40:38,614 - INFO - Verified Pod ctest-nginx-pod-74385714 in agent 10.0.0.22 2026-03-10 15:40:38,614 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=30e18c15-df65-40db-95d7-9d3a708b0345 2026-03-10 15:40:38,618 - INFO - Pod ctest-nginx-pod-74385714 with uuid 30e18c15-df65-40db-95d7-9d3a708b0345 found in kube manager 2026-03-10 15:40:38,618 - INFO - Pod ctest-nginx-pod-74385714 verification passed 2026-03-10 15:40:38,680 - DEBUG - [Pod ctest-nginx-pod-74385714] Cmd: echo ctest-nginx-pod-74385714 > /usr/share/nginx/html/index.html, Output: 2026-03-10 15:40:38,688 - DEBUG - Pod ctest-nginx-pod-93268937 not in running state.Currently in Pending 2026-03-10 15:40:43,697 - INFO - Pod ctest-nginx-pod-93268937 is in running state.Got IP 10.47.255.247 2026-03-10 15:40:43,712 - DEBUG - Pod ctest-nginx-pod-93268937 has vmi 73206858-1c97-11f1-aa77-fa163e61dbc4 2026-03-10 15:40:43,712 - INFO - Verified pod ctest-nginx-pod-93268937 in contrail-api 2026-03-10 15:40:43,713 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:40:43,721 - DEBUG - VMI 73206858-1c97-11f1-aa77-fa163e61dbc4 is active in agent 10.0.0.22 2026-03-10 15:40:43,721 - INFO - Verified Pod ctest-nginx-pod-93268937 in agent 10.0.0.22 2026-03-10 15:40:43,722 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=4815552d-5b39-4d62-9436-373708d273e9 2026-03-10 15:40:43,727 - INFO - Pod ctest-nginx-pod-93268937 with uuid 4815552d-5b39-4d62-9436-373708d273e9 found in kube manager 2026-03-10 15:40:43,728 - INFO - Pod ctest-nginx-pod-93268937 verification passed 2026-03-10 15:40:43,772 - DEBUG - [Pod ctest-nginx-pod-93268937] Cmd: echo ctest-nginx-pod-93268937 > /usr/share/nginx/html/index.html, Output: 2026-03-10 15:40:43,780 - DEBUG - Pod ctest-busybox-pod-95759552 not in running state.Currently in Pending 2026-03-10 15:40:48,789 - DEBUG - Pod ctest-busybox-pod-95759552 not in running state.Currently in Pending 2026-03-10 15:40:53,798 - INFO - Pod ctest-busybox-pod-95759552 is in running state.Got IP 10.47.255.245 2026-03-10 15:40:53,812 - DEBUG - Pod ctest-busybox-pod-95759552 has vmi 7bafbf46-1c97-11f1-aa77-fa163e61dbc4 2026-03-10 15:40:53,812 - INFO - Verified pod ctest-busybox-pod-95759552 in contrail-api 2026-03-10 15:40:53,812 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:40:53,821 - DEBUG - VMI 7bafbf46-1c97-11f1-aa77-fa163e61dbc4 is active in agent 10.0.0.22 2026-03-10 15:40:53,821 - INFO - Verified Pod ctest-busybox-pod-95759552 in agent 10.0.0.22 2026-03-10 15:40:53,821 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:40:53,826 - INFO - Pod ctest-busybox-pod-95759552 with uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf found in kube manager 2026-03-10 15:40:53,826 - INFO - Pod ctest-busybox-pod-95759552 verification passed 2026-03-10 15:40:53,871 - DEBUG - [Pod ctest-busybox-pod-95759552] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-93268937 2026-03-10 15:40:53,872 - DEBUG - [Pod Pod ctest-busybox-pod-95759552] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:40:53,872 - DEBUG - [Pod Pod ctest-busybox-pod-95759552] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-93268937 2026-03-10 15:40:53,912 - DEBUG - [Pod ctest-busybox-pod-95759552] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-93268937 2026-03-10 15:40:53,912 - DEBUG - [Pod Pod ctest-busybox-pod-95759552] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:40:53,912 - DEBUG - [Pod Pod ctest-busybox-pod-95759552] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-93268937 2026-03-10 15:40:53,954 - DEBUG - [Pod ctest-busybox-pod-95759552] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-74385714 2026-03-10 15:40:53,955 - DEBUG - [Pod Pod ctest-busybox-pod-95759552] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:40:53,955 - DEBUG - [Pod Pod ctest-busybox-pod-95759552] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-74385714 2026-03-10 15:40:53,955 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-74385714': 1, 'ctest-nginx-pod-93268937': 2} 2026-03-10 15:40:53,955 - WARNING - Nothing to delete parallely 2026-03-10 15:40:53,955 - INFO - Deleting pod default:ctest-busybox-pod-95759552 2026-03-10 15:40:53,972 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:40:53,977 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:40:58,978 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:40:58,986 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:03,987 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:41:03,993 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:08,993 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:41:08,999 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:14,000 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:41:14,005 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:19,006 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:41:19,012 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:24,013 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:41:24,029 - WARNING - Pod uuid 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:29,032 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5394ad77-7c9f-4656-981d-15c0f8a2fdaf 2026-03-10 15:41:29,041 - DEBUG - Pod 5394ad77-7c9f-4656-981d-15c0f8a2fdaf is not in agent 10.0.0.22 VM list 2026-03-10 15:41:29,041 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7bafbf46-1c97-11f1-aa77-fa163e61dbc4 2026-03-10 15:41:29,056 - DEBUG - VMI 7bafbf46-1c97-11f1-aa77-fa163e61dbc4 is removed from agent 10.0.0.22 2026-03-10 15:41:29,056 - INFO - Verified that pod ctest-busybox-pod-95759552 is removed in agent 2026-03-10 15:41:29,056 - INFO - Deleting Ingress : ctest-nginx-ingress-66429746 2026-03-10 15:41:29,065 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:29,071 - ERROR - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb still found in kube manager 2026-03-10 15:41:30,071 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:30,075 - ERROR - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb still found in kube manager 2026-03-10 15:41:31,077 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:31,082 - ERROR - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb still found in kube manager 2026-03-10 15:41:32,082 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:32,086 - ERROR - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb still found in kube manager 2026-03-10 15:41:33,088 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:33,092 - ERROR - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb still found in kube manager 2026-03-10 15:41:34,094 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:34,098 - ERROR - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb still found in kube manager 2026-03-10 15:41:35,099 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=0493071d-b640-402a-aa75-839cf175e9bb 2026-03-10 15:41:35,109 - INFO - Ingress ctest-nginx-ingress-66429746 with uuid 0493071d-b640-402a-aa75-839cf175e9bb deleted successfully from kube manager 2026-03-10 15:41:35,109 - INFO - Verifications on Ingress %s cleanup passed 2026-03-10 15:41:35,110 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-10 15:41:35,230 - 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-03-10 15:41:35,245 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-10 15:41:35,245 - INFO - Deleting VN __public__ 2026-03-10 15:41:35,445 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/e844f113-75d1-443d-9624-4b58924b3154 2026-03-10 15:41:35,457 - DEBUG - Response Code: 404 2026-03-10 15:41:35,457 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-10 15:41:35,461 - DEBUG - Requesting: http://10.0.0.22:8082/domain/f699eac8-ff6e-422c-ad37-11023f84a353 2026-03-10 15:41:35,469 - DEBUG - Requesting: http://10.0.0.22:8082/project/1d16d54f-529f-4c9f-b1ef-a6761930b379 2026-03-10 15:41:35,525 - INFO - Validated that VN __public__ is not found in API Server 2026-03-10 15:41:35,525 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-10 15:41:35,531 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:41:35,542 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-03-10 15:41:35,542 - INFO - Validated that VN __public__ is not in any agent 2026-03-10 15:41:35,542 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:41:35,549 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:41:35,556 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-10 15:41:35,561 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-10 15:41:35,561 - INFO - Deleting pod default:ctest-nginx-pod-93268937 2026-03-10 15:41:35,575 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4815552d-5b39-4d62-9436-373708d273e9 2026-03-10 15:41:35,583 - WARNING - Pod uuid 4815552d-5b39-4d62-9436-373708d273e9 is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:40,584 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4815552d-5b39-4d62-9436-373708d273e9 2026-03-10 15:41:40,589 - DEBUG - Pod 4815552d-5b39-4d62-9436-373708d273e9 is not in agent 10.0.0.22 VM list 2026-03-10 15:41:40,589 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:73206858-1c97-11f1-aa77-fa163e61dbc4 2026-03-10 15:41:40,594 - DEBUG - VMI 73206858-1c97-11f1-aa77-fa163e61dbc4 is removed from agent 10.0.0.22 2026-03-10 15:41:40,594 - INFO - Verified that pod ctest-nginx-pod-93268937 is removed in agent 2026-03-10 15:41:40,594 - INFO - Deleting pod default:ctest-nginx-pod-74385714 2026-03-10 15:41:40,609 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30e18c15-df65-40db-95d7-9d3a708b0345 2026-03-10 15:41:40,626 - WARNING - Pod uuid 30e18c15-df65-40db-95d7-9d3a708b0345 is still seen in agent 10.0.0.22 VM list 2026-03-10 15:41:45,627 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30e18c15-df65-40db-95d7-9d3a708b0345 2026-03-10 15:41:45,633 - DEBUG - Pod 30e18c15-df65-40db-95d7-9d3a708b0345 is not in agent 10.0.0.22 VM list 2026-03-10 15:41:45,633 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71060b5e-1c97-11f1-aa77-fa163e61dbc4 2026-03-10 15:41:45,640 - DEBUG - VMI 71060b5e-1c97-11f1-aa77-fa163e61dbc4 is removed from agent 10.0.0.22 2026-03-10 15:41:45,640 - INFO - Verified that pod ctest-nginx-pod-74385714 is removed in agent 2026-03-10 15:41:45,641 - INFO - Deleting service : ctest-nginx-svc-40271373 2026-03-10 15:41:46,218 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-10 15:41:46,226 - DEBUG - No XMPP flaps were noticed during the test