2026-07-27 07:06:46,195 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-07-27 07:06:46,467 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-492-1.novalocal 2026-07-27 07:06:46,467 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-07-27 07:06:46,593 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-492-1.novalocal 2026-07-27 07:06:46,593 - DEBUG - [10.0.0.50]: 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-07-27 07:06:46,793 - DEBUG - Output : NAMES contrail_test_khN3GWgW9 vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_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_collector_1 analytics_api_1 analytics_nodemgr_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_svcmonitor_1 config_api_1 config_schema_1 config_nodemgr_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2026-07-27 07:06:46,793 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-07-27 07:06:46,936 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 10.20.0.254/24 172.17.0.1/16 10.20.0.254/24 2026-07-27 07:06:46,937 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-07-27 07:06:47,065 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-492-1.novalocal 2026-07-27 07:06:47,065 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-07-27 07:06:47,194 - DEBUG - Output : 10.20.0.254/24 2026-07-27 07:06:47,195 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2026-07-27 07:06:47,327 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-492-1.novalocal 2026-07-27 07:06:47,651 - INFO - Using existing project ['default-domain', 'k8s-default'](510c7503-f2b7-443e-bf26-1964e4511e86) 2026-07-27 07:06:47,777 - INFO - Using existing project ['default-domain', 'k8s-default'](510c7503-f2b7-443e-bf26-1964e4511e86) 2026-07-27 07:06:47,947 - INFO - ================================================================================ 2026-07-27 07:06:47,947 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-07-27 07:06:47,948 - 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-07-27 07:06:48,252 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-07-27 07:06:48,258 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with 2026-07-27 07:06:48,259 - INFO - Initial checks done. Running the testcase now 2026-07-27 07:06:48,259 - INFO - 2026-07-27 07:06:48,264 - INFO - Namespace default already exists 2026-07-27 07:06:48,264 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-07-27 07:06:48,460 - DEBUG - Output : cluster_project={} 2026-07-27 07:06:48,535 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-07-27 07:06:48,535 - DEBUG - Project uuid in Contrail is 510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:06:48,535 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-07-27 07:06:48,718 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-07-27 07:06:48,718 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=98e37b18-9410-4fb8-85bd-e47d854c396a 2026-07-27 07:06:48,723 - INFO - Namespace default with uuid 98e37b18-9410-4fb8-85bd-e47d854c396a found in kube manager 2026-07-27 07:06:48,723 - INFO - Namespace default verification passed 2026-07-27 07:06:48,727 - DEBUG - Service ctest-nginx-svc-00551150 not present 2026-07-27 07:06:48,727 - INFO - Creating service ctest-nginx-svc-00551150 2026-07-27 07:06:48,747 - INFO - Created Service ctest-nginx-svc-00551150 2026-07-27 07:06:48,752 - DEBUG - Pod ctest-nginx-pod-06299328 not present 2026-07-27 07:06:48,754 - INFO - Creating Pod ctest-nginx-pod-06299328 2026-07-27 07:06:48,810 - DEBUG - Pod : ctest-nginx-pod-06299328 UUID is 035638fb-fd34-40d3-bd33-2bad3b52697e 2026-07-27 07:06:48,814 - DEBUG - Pod ctest-nginx-pod-41892526 not present 2026-07-27 07:06:48,815 - INFO - Creating Pod ctest-nginx-pod-41892526 2026-07-27 07:06:48,895 - DEBUG - Pod : ctest-nginx-pod-41892526 UUID is 1ead22f0-6951-4ec8-a6e9-317d266cb909 2026-07-27 07:06:49,088 - INFO - Created VN __public__, UUID :d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:49,258 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-07-27 07:06:49,264 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1b019bf7-e97a-4d86-aad9-028c95f93806 2026-07-27 07:06:49,284 - DEBUG - Requesting: http://10.0.0.50:8082/project/510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:06:49,369 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:49,380 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:49,390 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:49,397 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:49,403 - DEBUG - Route Targets: [] 2026-07-27 07:06:49,403 - DEBUG - RT names not yet present for VN __public__ 2026-07-27 07:06:54,404 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-07-27 07:06:54,411 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1b019bf7-e97a-4d86-aad9-028c95f93806 2026-07-27 07:06:54,418 - DEBUG - Requesting: http://10.0.0.50:8082/project/510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:06:54,469 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,479 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,490 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:54,499 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:54,507 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/cd8b248d-f9f3-41bb-aff0-8841d8419ee8 2026-07-27 07:06:54,514 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-07-27 07:06:54,514 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,524 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:54,542 - INFO - Verified VN network id 15 for VN d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,542 - INFO - Verifications in API Server for VN __public__ passed 2026-07-27 07:06:54,542 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,551 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:54,557 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:06:54,570 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/cd8b248d-f9f3-41bb-aff0-8841d8419ee8 2026-07-27 07:06:54,577 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-07-27 07:06:54,584 - DEBUG - Control-node 10.0.0.50 : 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': '15325066239100929276', 'uuid-lslong': '9248709260015724096'}, 'enable': 'true', 'created': '2026-07-27T07:06:49', 'last-modified': '2026-07-27T07:06:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.408681'} 2026-07-27 07:06:54,584 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:06:54,594 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-07-27 07:06:54,594 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-07-27 07:06:54,595 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-07-27 07:06:54,595 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-07-27 07:06:54,600 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1b019bf7-e97a-4d86-aad9-028c95f93806 2026-07-27 07:06:54,606 - DEBUG - Requesting: http://10.0.0.50:8082/project/510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:06:54,666 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,677 - DEBUG - =>VN __public__ has no policy to be verified 2026-07-27 07:06:54,677 - DEBUG - Verifying the vn in opserver 2026-07-27 07:06:54,677 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-07-27 07:06:54,677 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-07-27 07:06:54,683 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-07-27 07:06:54,683 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-07-27 07:06:54,683 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:06:54,689 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:06:54,694 - DEBUG - Do not have enough data to verify VN in agent 2026-07-27 07:06:54,694 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:06:54,701 - DEBUG - VRF ids for VN __public__: {} 2026-07-27 07:06:54,771 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-07-27 07:06:54,865 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-07-27 07:06:54,871 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1b019bf7-e97a-4d86-aad9-028c95f93806 2026-07-27 07:06:54,879 - DEBUG - Requesting: http://10.0.0.50:8082/project/510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:06:54,931 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:54,941 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/572130b3-9220-43f9-b0a6-616e836623fd 2026-07-27 07:06:54,947 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-07-27 07:06:54,951 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1b019bf7-e97a-4d86-aad9-028c95f93806 2026-07-27 07:06:54,964 - DEBUG - Requesting: http://10.0.0.50:8082/project/510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:06:55,025 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d4ad928c-7cf1-44fc-805a-0411fa1a6640 2026-07-27 07:06:55,034 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-07-27 07:06:55,034 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-07-27 07:06:55,042 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-07-27 07:06:55,049 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-07-27 07:06:55,049 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-07-27 07:06:55,054 - DEBUG - Ingress ctest-nginx-ingress-72705969 not present 2026-07-27 07:06:55,055 - INFO - Creating Ingress ctest-nginx-ingress-72705969 2026-07-27 07:06:55,064 - INFO - Created Ingress ctest-nginx-ingress-72705969 2026-07-27 07:06:55,071 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72705969 2026-07-27 07:06:58,079 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72705969 2026-07-27 07:07:01,086 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72705969 2026-07-27 07:07:04,094 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72705969 2026-07-27 07:07:07,102 - DEBUG - For Ingress ctest-nginx-ingress-72705969, Cluster IP: 10.47.255.246, External IPs ['143.142.115.124'] 2026-07-27 07:07:07,103 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-72705969 2026-07-27 07:07:07,103 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=227eed51-8073-45da-85a4-f3bc6d7c1a4b 2026-07-27 07:07:07,111 - INFO - Ingress ctest-nginx-ingress-72705969 with uuid 227eed51-8073-45da-85a4-f3bc6d7c1a4b found in kube manager 2026-07-27 07:07:07,111 - INFO - Ingress ctest-nginx-ingress-72705969 verification passed 2026-07-27 07:07:07,115 - DEBUG - Pod ctest-busybox-pod-11818644 not present 2026-07-27 07:07:07,116 - INFO - Creating Pod ctest-busybox-pod-11818644 2026-07-27 07:07:07,152 - DEBUG - Pod : ctest-busybox-pod-11818644 UUID is 92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:07,161 - DEBUG - Pod ctest-nginx-pod-06299328 not in running state.Currently in Pending 2026-07-27 07:07:12,178 - INFO - Pod ctest-nginx-pod-06299328 is in running state.Got IP 10.47.255.248 2026-07-27 07:07:12,211 - DEBUG - Pod ctest-nginx-pod-06299328 has vmi bf5a71f0-8989-11f1-a3be-fa163e122506 2026-07-27 07:07:12,211 - INFO - Verified pod ctest-nginx-pod-06299328 in contrail-api 2026-07-27 07:07:12,212 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-27 07:07:12,244 - DEBUG - VMI bf5a71f0-8989-11f1-a3be-fa163e122506 is active in agent 10.0.0.50 2026-07-27 07:07:12,245 - INFO - Verified Pod ctest-nginx-pod-06299328 in agent 10.0.0.50 2026-07-27 07:07:12,246 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=035638fb-fd34-40d3-bd33-2bad3b52697e 2026-07-27 07:07:12,266 - INFO - Pod ctest-nginx-pod-06299328 with uuid 035638fb-fd34-40d3-bd33-2bad3b52697e found in kube manager 2026-07-27 07:07:12,266 - INFO - Pod ctest-nginx-pod-06299328 verification passed 2026-07-27 07:07:12,386 - DEBUG - [Pod ctest-nginx-pod-06299328] Cmd: echo ctest-nginx-pod-06299328 > /usr/share/nginx/html/index.html, Output: 2026-07-27 07:07:12,401 - DEBUG - Pod ctest-nginx-pod-41892526 not in running state.Currently in Pending 2026-07-27 07:07:17,412 - INFO - Pod ctest-nginx-pod-41892526 is in running state.Got IP 10.47.255.247 2026-07-27 07:07:17,426 - DEBUG - Pod ctest-nginx-pod-41892526 has vmi c17e73fa-8989-11f1-a3be-fa163e122506 2026-07-27 07:07:17,427 - INFO - Verified pod ctest-nginx-pod-41892526 in contrail-api 2026-07-27 07:07:17,427 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-27 07:07:17,439 - DEBUG - VMI c17e73fa-8989-11f1-a3be-fa163e122506 is active in agent 10.0.0.50 2026-07-27 07:07:17,439 - INFO - Verified Pod ctest-nginx-pod-41892526 in agent 10.0.0.50 2026-07-27 07:07:17,440 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=1ead22f0-6951-4ec8-a6e9-317d266cb909 2026-07-27 07:07:17,444 - INFO - Pod ctest-nginx-pod-41892526 with uuid 1ead22f0-6951-4ec8-a6e9-317d266cb909 found in kube manager 2026-07-27 07:07:17,444 - INFO - Pod ctest-nginx-pod-41892526 verification passed 2026-07-27 07:07:17,531 - DEBUG - [Pod ctest-nginx-pod-41892526] Cmd: echo ctest-nginx-pod-41892526 > /usr/share/nginx/html/index.html, Output: 2026-07-27 07:07:17,540 - DEBUG - Pod ctest-busybox-pod-11818644 not in running state.Currently in Pending 2026-07-27 07:07:22,549 - DEBUG - Pod ctest-busybox-pod-11818644 not in running state.Currently in Pending 2026-07-27 07:07:27,558 - DEBUG - Pod ctest-busybox-pod-11818644 not in running state.Currently in Pending 2026-07-27 07:07:32,568 - INFO - Pod ctest-busybox-pod-11818644 is in running state.Got IP 10.47.255.245 2026-07-27 07:07:32,584 - DEBUG - Pod ctest-busybox-pod-11818644 has vmi ccb1b610-8989-11f1-a3be-fa163e122506 2026-07-27 07:07:32,584 - INFO - Verified pod ctest-busybox-pod-11818644 in contrail-api 2026-07-27 07:07:32,585 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-27 07:07:32,595 - DEBUG - VMI ccb1b610-8989-11f1-a3be-fa163e122506 is active in agent 10.0.0.50 2026-07-27 07:07:32,595 - INFO - Verified Pod ctest-busybox-pod-11818644 in agent 10.0.0.50 2026-07-27 07:07:32,595 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:32,600 - INFO - Pod ctest-busybox-pod-11818644 with uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 found in kube manager 2026-07-27 07:07:32,600 - INFO - Pod ctest-busybox-pod-11818644 verification passed 2026-07-27 07:07:32,655 - DEBUG - [Pod ctest-busybox-pod-11818644] 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-41892526 2026-07-27 07:07:32,655 - DEBUG - [Pod Pod ctest-busybox-pod-11818644] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-07-27 07:07:32,655 - DEBUG - [Pod Pod ctest-busybox-pod-11818644] 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-41892526 2026-07-27 07:07:32,717 - DEBUG - [Pod ctest-busybox-pod-11818644] 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-06299328 2026-07-27 07:07:32,718 - DEBUG - [Pod Pod ctest-busybox-pod-11818644] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-07-27 07:07:32,718 - DEBUG - [Pod Pod ctest-busybox-pod-11818644] 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-06299328 2026-07-27 07:07:32,718 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-06299328': 1, 'ctest-nginx-pod-41892526': 1} 2026-07-27 07:07:32,718 - WARNING - Nothing to delete parallely 2026-07-27 07:07:32,718 - INFO - Deleting pod default:ctest-busybox-pod-11818644 2026-07-27 07:07:32,733 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:32,744 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:07:37,745 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:37,752 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:07:42,753 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:42,761 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:07:47,763 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:47,769 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:07:52,771 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:52,778 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:07:57,779 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:07:57,788 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:08:02,789 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:08:02,796 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:08:07,797 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:08:07,803 - WARNING - Pod uuid 92055f99-ef01-446f-80b9-3a02adc0b7d6 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:08:12,803 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=92055f99-ef01-446f-80b9-3a02adc0b7d6 2026-07-27 07:08:12,811 - DEBUG - Pod 92055f99-ef01-446f-80b9-3a02adc0b7d6 is not in agent 10.0.0.50 VM list 2026-07-27 07:08:12,811 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ccb1b610-8989-11f1-a3be-fa163e122506 2026-07-27 07:08:12,817 - DEBUG - VMI ccb1b610-8989-11f1-a3be-fa163e122506 is removed from agent 10.0.0.50 2026-07-27 07:08:12,818 - INFO - Verified that pod ctest-busybox-pod-11818644 is removed in agent 2026-07-27 07:08:12,818 - INFO - Deleting Ingress : ctest-nginx-ingress-72705969 2026-07-27 07:08:12,827 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=227eed51-8073-45da-85a4-f3bc6d7c1a4b 2026-07-27 07:08:12,835 - ERROR - Ingress ctest-nginx-ingress-72705969 with uuid 227eed51-8073-45da-85a4-f3bc6d7c1a4b still found in kube manager 2026-07-27 07:08:13,836 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=227eed51-8073-45da-85a4-f3bc6d7c1a4b 2026-07-27 07:08:13,841 - ERROR - Ingress ctest-nginx-ingress-72705969 with uuid 227eed51-8073-45da-85a4-f3bc6d7c1a4b still found in kube manager 2026-07-27 07:08:14,842 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=227eed51-8073-45da-85a4-f3bc6d7c1a4b 2026-07-27 07:08:14,848 - ERROR - Ingress ctest-nginx-ingress-72705969 with uuid 227eed51-8073-45da-85a4-f3bc6d7c1a4b still found in kube manager 2026-07-27 07:08:15,848 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=227eed51-8073-45da-85a4-f3bc6d7c1a4b 2026-07-27 07:08:15,853 - ERROR - Ingress ctest-nginx-ingress-72705969 with uuid 227eed51-8073-45da-85a4-f3bc6d7c1a4b still found in kube manager 2026-07-27 07:08:16,854 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=227eed51-8073-45da-85a4-f3bc6d7c1a4b 2026-07-27 07:08:16,861 - INFO - Ingress ctest-nginx-ingress-72705969 with uuid 227eed51-8073-45da-85a4-f3bc6d7c1a4b deleted successfully from kube manager 2026-07-27 07:08:16,861 - INFO - Verifications on Ingress %s cleanup passed 2026-07-27 07:08:16,862 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-07-27 07:08:16,990 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-07-27 07:08:16,997 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-07-27 07:08:16,997 - INFO - Deleting VN __public__ 2026-07-27 07:08:17,580 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/2715e665-9911-4f22-9452-dd69e1d7dad0 2026-07-27 07:08:17,590 - DEBUG - Response Code: 404 2026-07-27 07:08:17,590 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-07-27 07:08:17,615 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1b019bf7-e97a-4d86-aad9-028c95f93806 2026-07-27 07:08:17,631 - DEBUG - Requesting: http://10.0.0.50:8082/project/510c7503-f2b7-443e-bf26-1964e4511e86 2026-07-27 07:08:17,703 - INFO - Validated that VN __public__ is not found in API Server 2026-07-27 07:08:17,704 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-07-27 07:08:17,717 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:08:17,733 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2026-07-27 07:08:17,733 - INFO - Validated that VN __public__ is not in any agent 2026-07-27 07:08:17,733 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:08:17,741 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-27 07:08:17,749 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-07-27 07:08:17,755 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-07-27 07:08:17,756 - INFO - Deleting pod default:ctest-nginx-pod-41892526 2026-07-27 07:08:17,777 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1ead22f0-6951-4ec8-a6e9-317d266cb909 2026-07-27 07:08:17,788 - WARNING - Pod uuid 1ead22f0-6951-4ec8-a6e9-317d266cb909 is still seen in agent 10.0.0.50 VM list 2026-07-27 07:08:22,789 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1ead22f0-6951-4ec8-a6e9-317d266cb909 2026-07-27 07:08:22,795 - DEBUG - Pod 1ead22f0-6951-4ec8-a6e9-317d266cb909 is not in agent 10.0.0.50 VM list 2026-07-27 07:08:22,795 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c17e73fa-8989-11f1-a3be-fa163e122506 2026-07-27 07:08:22,801 - DEBUG - VMI c17e73fa-8989-11f1-a3be-fa163e122506 is removed from agent 10.0.0.50 2026-07-27 07:08:22,801 - INFO - Verified that pod ctest-nginx-pod-41892526 is removed in agent 2026-07-27 07:08:22,802 - INFO - Deleting pod default:ctest-nginx-pod-06299328 2026-07-27 07:08:22,843 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=035638fb-fd34-40d3-bd33-2bad3b52697e 2026-07-27 07:08:22,851 - WARNING - Pod uuid 035638fb-fd34-40d3-bd33-2bad3b52697e is still seen in agent 10.0.0.50 VM list 2026-07-27 07:08:27,852 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=035638fb-fd34-40d3-bd33-2bad3b52697e 2026-07-27 07:08:27,858 - DEBUG - Pod 035638fb-fd34-40d3-bd33-2bad3b52697e is not in agent 10.0.0.50 VM list 2026-07-27 07:08:27,858 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf5a71f0-8989-11f1-a3be-fa163e122506 2026-07-27 07:08:27,865 - DEBUG - VMI bf5a71f0-8989-11f1-a3be-fa163e122506 is removed from agent 10.0.0.50 2026-07-27 07:08:27,865 - INFO - Verified that pod ctest-nginx-pod-06299328 is removed in agent 2026-07-27 07:08:27,865 - INFO - Deleting service : ctest-nginx-svc-00551150 2026-07-27 07:08:28,465 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-07-27 07:08:28,472 - DEBUG - No XMPP flaps were noticed during the test