2026-06-16 15:15:12,140 - DEBUG - [10.0.0.38]: Running cmd : hostname 2026-06-16 15:15:12,376 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-471-1.novalocal 2026-06-16 15:15:12,376 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2026-06-16 15:15:12,488 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-471-1.novalocal 2026-06-16 15:15:12,488 - DEBUG - [10.0.0.38]: 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-16 15:15:12,624 - DEBUG - Output : NAMES contrail_test_VH2tf0akP 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_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_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-06-16 15:15:12,625 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-16 15:15:12,740 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-06-16 15:15:12,741 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2026-06-16 15:15:12,847 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-471-1.novalocal 2026-06-16 15:15:12,847 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-16 15:15:12,951 - DEBUG - Output : 10.20.0.17/24 2026-06-16 15:15:12,952 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-06-16 15:15:13,062 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-471-1.novalocal 2026-06-16 15:15:13,308 - INFO - Using existing project ['default-domain', 'k8s-default'](69962547-4131-4ecd-90e8-6fdd4f8905fa) 2026-06-16 15:15:13,378 - INFO - Using existing project ['default-domain', 'k8s-default'](69962547-4131-4ecd-90e8-6fdd4f8905fa) 2026-06-16 15:15:13,501 - INFO - ================================================================================ 2026-06-16 15:15:13,502 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-16 15:15:13,502 - 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-16 15:15:13,741 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-16 15:15:13,746 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-06-16 15:15:13,746 - INFO - Initial checks done. Running the testcase now 2026-06-16 15:15:13,746 - INFO - 2026-06-16 15:15:13,750 - INFO - Namespace default already exists 2026-06-16 15:15:13,750 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-16 15:15:13,919 - DEBUG - Output : cluster_project={} 2026-06-16 15:15:13,956 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-16 15:15:13,956 - DEBUG - Project uuid in Contrail is 69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:15:13,956 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-16 15:15:14,094 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-16 15:15:14,094 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=92c33852-c18a-466a-b0fb-77c1285a9cbd 2026-06-16 15:15:14,098 - INFO - Namespace default with uuid 92c33852-c18a-466a-b0fb-77c1285a9cbd found in kube manager 2026-06-16 15:15:14,098 - INFO - Namespace default verification passed 2026-06-16 15:15:14,101 - DEBUG - Service ctest-nginx-svc-09514498 not present 2026-06-16 15:15:14,102 - INFO - Creating service ctest-nginx-svc-09514498 2026-06-16 15:15:14,115 - INFO - Created Service ctest-nginx-svc-09514498 2026-06-16 15:15:14,118 - DEBUG - Pod ctest-nginx-pod-83265585 not present 2026-06-16 15:15:14,119 - INFO - Creating Pod ctest-nginx-pod-83265585 2026-06-16 15:15:14,182 - DEBUG - Pod : ctest-nginx-pod-83265585 UUID is 6edd977f-7552-4076-920d-d2692633ceb7 2026-06-16 15:15:14,185 - DEBUG - Pod ctest-nginx-pod-23335309 not present 2026-06-16 15:15:14,185 - INFO - Creating Pod ctest-nginx-pod-23335309 2026-06-16 15:15:14,222 - DEBUG - Pod : ctest-nginx-pod-23335309 UUID is 38ee4316-e222-4a39-86a9-ada139cfffa9 2026-06-16 15:15:14,330 - INFO - Created VN __public__, UUID :f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:14,443 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-16 15:15:14,448 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4469c302-2494-4905-86ef-e4a19fc55f16 2026-06-16 15:15:14,467 - DEBUG - Requesting: http://10.0.0.38:8082/project/69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:15:14,529 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:14,540 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:14,550 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:14,556 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:14,561 - DEBUG - Route Targets: [] 2026-06-16 15:15:14,561 - DEBUG - RT names not yet present for VN __public__ 2026-06-16 15:15:19,561 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-16 15:15:19,566 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4469c302-2494-4905-86ef-e4a19fc55f16 2026-06-16 15:15:19,573 - DEBUG - Requesting: http://10.0.0.38:8082/project/69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:15:19,614 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:19,621 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:19,628 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:19,634 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:19,640 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/6f9c3dfa-fc0f-4b07-87b5-54eb8d315a57 2026-06-16 15:15:19,646 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-16 15:15:19,646 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:19,652 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:19,668 - INFO - Verified VN network id 15 for VN f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:19,668 - INFO - Verifications in API Server for VN __public__ passed 2026-06-16 15:15:19,669 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:19,678 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:19,685 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:15:19,691 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/6f9c3dfa-fc0f-4b07-87b5-54eb8d315a57 2026-06-16 15:15:19,696 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-16 15:15:19,701 - DEBUG - Control-node 10.0.0.38 : 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': '17554770883625241959', 'uuid-lslong': '10804377460280680150'}, 'enable': 'true', 'created': '2026-06-16T15:15:14', 'last-modified': '2026-06-16T15:15:14', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.325867'} 2026-06-16 15:15:19,702 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:15:19,720 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-16 15:15:19,720 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-16 15:15:19,721 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-16 15:15:19,721 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-16 15:15:19,732 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4469c302-2494-4905-86ef-e4a19fc55f16 2026-06-16 15:15:19,744 - DEBUG - Requesting: http://10.0.0.38:8082/project/69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:15:19,799 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:19,811 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-16 15:15:19,811 - DEBUG - Verifying the vn in opserver 2026-06-16 15:15:19,811 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2026-06-16 15:15:19,811 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2026-06-16 15:15:19,817 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-16 15:15:19,817 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-16 15:15:19,817 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:15:19,823 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:15:19,827 - DEBUG - Do not have enough data to verify VN in agent 2026-06-16 15:15:19,827 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:15:19,831 - DEBUG - VRF ids for VN __public__: {} 2026-06-16 15:15:19,890 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-16 15:15:20,091 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-16 15:15:20,095 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4469c302-2494-4905-86ef-e4a19fc55f16 2026-06-16 15:15:20,101 - DEBUG - Requesting: http://10.0.0.38:8082/project/69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:15:20,143 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:20,153 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/a30bce6f-7201-4789-853f-33e423ca1448 2026-06-16 15:15:20,159 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-16 15:15:20,162 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4469c302-2494-4905-86ef-e4a19fc55f16 2026-06-16 15:15:20,168 - DEBUG - Requesting: http://10.0.0.38:8082/project/69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:15:20,210 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/f39f131c-07da-4d67-95f0-dc0e5b445ed6 2026-06-16 15:15:20,219 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-16 15:15:20,219 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-16 15:15:20,225 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-16 15:15:20,229 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-16 15:15:20,229 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-16 15:15:20,232 - DEBUG - Ingress ctest-nginx-ingress-06865026 not present 2026-06-16 15:15:20,232 - INFO - Creating Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:20,278 - INFO - Created Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:20,282 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:23,287 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:26,292 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:29,297 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:32,302 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:35,307 - DEBUG - For Ingress ctest-nginx-ingress-06865026, Cluster IP: 10.47.255.246, External IPs ['175.63.42.188'] 2026-06-16 15:15:35,307 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-06865026 2026-06-16 15:15:35,308 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:15:35,311 - INFO - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 found in kube manager 2026-06-16 15:15:35,313 - INFO - Ingress ctest-nginx-ingress-06865026 verification passed 2026-06-16 15:15:35,316 - DEBUG - Pod ctest-busybox-pod-32858765 not present 2026-06-16 15:15:35,317 - INFO - Creating Pod ctest-busybox-pod-32858765 2026-06-16 15:15:35,392 - DEBUG - Pod : ctest-busybox-pod-32858765 UUID is eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:15:35,430 - DEBUG - Pod ctest-nginx-pod-83265585 not in running state.Currently in Pending 2026-06-16 15:15:40,439 - INFO - Pod ctest-nginx-pod-83265585 is in running state.Got IP 10.47.255.248 2026-06-16 15:15:40,456 - DEBUG - Pod ctest-nginx-pod-83265585 has vmi 316158ea-6996-11f1-94bb-fa163edb6af1 2026-06-16 15:15:40,456 - INFO - Verified pod ctest-nginx-pod-83265585 in contrail-api 2026-06-16 15:15:40,456 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-16 15:15:40,463 - DEBUG - VMI 316158ea-6996-11f1-94bb-fa163edb6af1 is active in agent 10.0.0.38 2026-06-16 15:15:40,463 - INFO - Verified Pod ctest-nginx-pod-83265585 in agent 10.0.0.38 2026-06-16 15:15:40,463 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=6edd977f-7552-4076-920d-d2692633ceb7 2026-06-16 15:15:40,467 - INFO - Pod ctest-nginx-pod-83265585 with uuid 6edd977f-7552-4076-920d-d2692633ceb7 found in kube manager 2026-06-16 15:15:40,467 - INFO - Pod ctest-nginx-pod-83265585 verification passed 2026-06-16 15:15:40,521 - DEBUG - [Pod ctest-nginx-pod-83265585] Cmd: echo ctest-nginx-pod-83265585 > /usr/share/nginx/html/index.html, Output: 2026-06-16 15:15:40,528 - INFO - Pod ctest-nginx-pod-23335309 is in running state.Got IP 10.47.255.247 2026-06-16 15:15:40,540 - DEBUG - Pod ctest-nginx-pod-23335309 has vmi 34135f20-6996-11f1-94bb-fa163edb6af1 2026-06-16 15:15:40,540 - INFO - Verified pod ctest-nginx-pod-23335309 in contrail-api 2026-06-16 15:15:40,540 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-16 15:15:40,546 - DEBUG - VMI 34135f20-6996-11f1-94bb-fa163edb6af1 is active in agent 10.0.0.38 2026-06-16 15:15:40,547 - INFO - Verified Pod ctest-nginx-pod-23335309 in agent 10.0.0.38 2026-06-16 15:15:40,547 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=38ee4316-e222-4a39-86a9-ada139cfffa9 2026-06-16 15:15:40,550 - INFO - Pod ctest-nginx-pod-23335309 with uuid 38ee4316-e222-4a39-86a9-ada139cfffa9 found in kube manager 2026-06-16 15:15:40,551 - INFO - Pod ctest-nginx-pod-23335309 verification passed 2026-06-16 15:15:40,598 - DEBUG - [Pod ctest-nginx-pod-23335309] Cmd: echo ctest-nginx-pod-23335309 > /usr/share/nginx/html/index.html, Output: 2026-06-16 15:15:40,605 - DEBUG - Pod ctest-busybox-pod-32858765 not in running state.Currently in Pending 2026-06-16 15:15:45,614 - DEBUG - Pod ctest-busybox-pod-32858765 not in running state.Currently in Pending 2026-06-16 15:15:50,623 - INFO - Pod ctest-busybox-pod-32858765 is in running state.Got IP 10.47.255.245 2026-06-16 15:15:50,634 - DEBUG - Pod ctest-busybox-pod-32858765 has vmi 3ac735e4-6996-11f1-94bb-fa163edb6af1 2026-06-16 15:15:50,634 - INFO - Verified pod ctest-busybox-pod-32858765 in contrail-api 2026-06-16 15:15:50,634 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-16 15:15:50,641 - DEBUG - VMI 3ac735e4-6996-11f1-94bb-fa163edb6af1 is active in agent 10.0.0.38 2026-06-16 15:15:50,641 - INFO - Verified Pod ctest-busybox-pod-32858765 in agent 10.0.0.38 2026-06-16 15:15:50,641 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:15:50,644 - INFO - Pod ctest-busybox-pod-32858765 with uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 found in kube manager 2026-06-16 15:15:50,644 - INFO - Pod ctest-busybox-pod-32858765 verification passed 2026-06-16 15:15:50,686 - DEBUG - [Pod ctest-busybox-pod-32858765] 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) ctest-nginx-pod-23335309 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-16 15:15:50,686 - DEBUG - [Pod Pod ctest-busybox-pod-32858765] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-16 15:15:50,686 - DEBUG - [Pod Pod ctest-busybox-pod-32858765] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-23335309 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-16 15:15:50,727 - DEBUG - [Pod ctest-busybox-pod-32858765] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-83265585 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-16 15:15:50,727 - DEBUG - [Pod Pod ctest-busybox-pod-32858765] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-16 15:15:50,727 - DEBUG - [Pod Pod ctest-busybox-pod-32858765] Cmd output: ctest-nginx-pod-83265585 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-16 15:15:50,727 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-83265585': 1, 'ctest-nginx-pod-23335309': 1} 2026-06-16 15:15:50,728 - WARNING - Nothing to delete parallely 2026-06-16 15:15:50,728 - INFO - Deleting pod default:ctest-busybox-pod-32858765 2026-06-16 15:15:50,739 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:15:50,744 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:15:55,745 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:15:55,750 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:00,750 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:16:00,755 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:05,755 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:16:05,760 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:10,761 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:16:10,766 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:15,766 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:16:15,771 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:20,771 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:16:20,776 - WARNING - Pod uuid eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:25,776 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 2026-06-16 15:16:25,782 - DEBUG - Pod eaf4fefc-0fb3-4d2b-920a-ba528ab4fee2 is not in agent 10.0.0.38 VM list 2026-06-16 15:16:25,782 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ac735e4-6996-11f1-94bb-fa163edb6af1 2026-06-16 15:16:25,787 - DEBUG - VMI 3ac735e4-6996-11f1-94bb-fa163edb6af1 is removed from agent 10.0.0.38 2026-06-16 15:16:25,787 - INFO - Verified that pod ctest-busybox-pod-32858765 is removed in agent 2026-06-16 15:16:25,788 - INFO - Deleting Ingress : ctest-nginx-ingress-06865026 2026-06-16 15:16:25,795 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:25,800 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:26,801 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:26,806 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:27,807 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:27,811 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:28,812 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:28,816 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:29,817 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:29,821 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:30,821 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:30,826 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:31,828 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:31,835 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:32,837 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:32,840 - ERROR - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 still found in kube manager 2026-06-16 15:16:33,841 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d22644-6abc-49f9-abdf-04ae46b19570 2026-06-16 15:16:33,845 - INFO - Ingress ctest-nginx-ingress-06865026 with uuid 64d22644-6abc-49f9-abdf-04ae46b19570 deleted successfully from kube manager 2026-06-16 15:16:33,845 - INFO - Verifications on Ingress %s cleanup passed 2026-06-16 15:16:33,845 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-16 15:16:33,937 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-16 15:16:33,943 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-16 15:16:33,943 - INFO - Deleting VN __public__ 2026-06-16 15:16:34,065 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/63800b25-bc76-454f-9b2e-c8e9d5ac9080 2026-06-16 15:16:34,069 - DEBUG - Response Code: 404 2026-06-16 15:16:34,069 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-16 15:16:34,076 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4469c302-2494-4905-86ef-e4a19fc55f16 2026-06-16 15:16:34,083 - DEBUG - Requesting: http://10.0.0.38:8082/project/69962547-4131-4ecd-90e8-6fdd4f8905fa 2026-06-16 15:16:34,121 - INFO - Validated that VN __public__ is not found in API Server 2026-06-16 15:16:34,122 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-16 15:16:34,128 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:16:34,134 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2026-06-16 15:16:34,134 - INFO - Validated that VN __public__ is not in any agent 2026-06-16 15:16:34,134 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:16:34,139 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-16 15:16:34,143 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-16 15:16:34,147 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-16 15:16:34,147 - INFO - Deleting pod default:ctest-nginx-pod-23335309 2026-06-16 15:16:34,158 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38ee4316-e222-4a39-86a9-ada139cfffa9 2026-06-16 15:16:34,166 - WARNING - Pod uuid 38ee4316-e222-4a39-86a9-ada139cfffa9 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:39,167 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38ee4316-e222-4a39-86a9-ada139cfffa9 2026-06-16 15:16:39,172 - DEBUG - Pod 38ee4316-e222-4a39-86a9-ada139cfffa9 is not in agent 10.0.0.38 VM list 2026-06-16 15:16:39,172 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:34135f20-6996-11f1-94bb-fa163edb6af1 2026-06-16 15:16:39,176 - DEBUG - VMI 34135f20-6996-11f1-94bb-fa163edb6af1 is removed from agent 10.0.0.38 2026-06-16 15:16:39,176 - INFO - Verified that pod ctest-nginx-pod-23335309 is removed in agent 2026-06-16 15:16:39,177 - INFO - Deleting pod default:ctest-nginx-pod-83265585 2026-06-16 15:16:39,199 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6edd977f-7552-4076-920d-d2692633ceb7 2026-06-16 15:16:39,205 - WARNING - Pod uuid 6edd977f-7552-4076-920d-d2692633ceb7 is still seen in agent 10.0.0.38 VM list 2026-06-16 15:16:44,205 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6edd977f-7552-4076-920d-d2692633ceb7 2026-06-16 15:16:44,212 - DEBUG - Pod 6edd977f-7552-4076-920d-d2692633ceb7 is not in agent 10.0.0.38 VM list 2026-06-16 15:16:44,212 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:316158ea-6996-11f1-94bb-fa163edb6af1 2026-06-16 15:16:44,216 - DEBUG - VMI 316158ea-6996-11f1-94bb-fa163edb6af1 is removed from agent 10.0.0.38 2026-06-16 15:16:44,216 - INFO - Verified that pod ctest-nginx-pod-83265585 is removed in agent 2026-06-16 15:16:44,216 - INFO - Deleting service : ctest-nginx-svc-09514498 2026-06-16 15:16:44,711 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-16 15:16:44,716 - DEBUG - No XMPP flaps were noticed during the test