2026-06-10 11:43:29,405 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-06-10 11:43:29,639 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-466-1.novalocal 2026-06-10 11:43:29,639 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-06-10 11:43:29,735 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-466-1.novalocal 2026-06-10 11:43:29,735 - 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-06-10 11:43:29,891 - DEBUG - Output : NAMES contrail_test_aU13zplxc vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_svcmonitor_1 config_api_1 config_dnsmasq_1 config_nodemgr_1 config_schema_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-06-10 11:43:29,891 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-10 11:43:30,003 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-06-10 11:43:30,003 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-06-10 11:43:30,100 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-466-1.novalocal 2026-06-10 11:43:30,100 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-10 11:43:30,214 - DEBUG - Output : 10.20.0.17/24 2026-06-10 11:43:30,214 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-06-10 11:43:30,342 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-466-1.novalocal 2026-06-10 11:43:30,619 - INFO - Using existing project ['default-domain', 'k8s-default'](3c690861-287c-43f5-9995-8fcfcf61b80a) 2026-06-10 11:43:30,882 - INFO - Using existing project ['default-domain', 'k8s-default'](3c690861-287c-43f5-9995-8fcfcf61b80a) 2026-06-10 11:43:31,001 - INFO - ================================================================================ 2026-06-10 11:43:31,001 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-10 11:43:31,001 - 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-10 11:43:31,244 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 11:43:31,250 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-06-10 11:43:31,250 - INFO - Initial checks done. Running the testcase now 2026-06-10 11:43:31,250 - INFO - 2026-06-10 11:43:31,254 - INFO - Namespace default already exists 2026-06-10 11:43:31,254 - 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-06-10 11:43:31,423 - DEBUG - Output : cluster_project={} 2026-06-10 11:43:31,459 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-10 11:43:31,459 - DEBUG - Project uuid in Contrail is 3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:43:31,459 - 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-06-10 11:43:31,619 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-10 11:43:31,620 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=59074f18-e729-4c4b-bb87-b59c0c7a9eb0 2026-06-10 11:43:31,624 - INFO - Namespace default with uuid 59074f18-e729-4c4b-bb87-b59c0c7a9eb0 found in kube manager 2026-06-10 11:43:31,624 - INFO - Namespace default verification passed 2026-06-10 11:43:31,628 - DEBUG - Service ctest-nginx-svc-77519035 not present 2026-06-10 11:43:31,628 - INFO - Creating service ctest-nginx-svc-77519035 2026-06-10 11:43:31,649 - INFO - Created Service ctest-nginx-svc-77519035 2026-06-10 11:43:31,657 - DEBUG - Pod ctest-nginx-pod-00745813 not present 2026-06-10 11:43:31,657 - INFO - Creating Pod ctest-nginx-pod-00745813 2026-06-10 11:43:31,712 - DEBUG - Pod : ctest-nginx-pod-00745813 UUID is f93a6f04-425d-4972-adeb-ec95128302b4 2026-06-10 11:43:31,715 - DEBUG - Pod ctest-nginx-pod-00295592 not present 2026-06-10 11:43:31,716 - INFO - Creating Pod ctest-nginx-pod-00295592 2026-06-10 11:43:31,749 - DEBUG - Pod : ctest-nginx-pod-00295592 UUID is 0305379e-7794-408d-9659-82e3a1da7261 2026-06-10 11:43:31,850 - INFO - Created VN __public__, UUID :2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:31,967 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-10 11:43:31,972 - DEBUG - Requesting: http://10.0.0.50:8082/domain/e40f6fae-c6b7-4f36-be31-b227bc2f4fa6 2026-06-10 11:43:31,983 - DEBUG - Requesting: http://10.0.0.50:8082/project/3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:43:32,041 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:32,054 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:32,066 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:32,072 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:32,076 - DEBUG - Route Targets: [] 2026-06-10 11:43:32,076 - DEBUG - RT names not yet present for VN __public__ 2026-06-10 11:43:37,077 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-10 11:43:37,084 - DEBUG - Requesting: http://10.0.0.50:8082/domain/e40f6fae-c6b7-4f36-be31-b227bc2f4fa6 2026-06-10 11:43:37,089 - DEBUG - Requesting: http://10.0.0.50:8082/project/3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:43:37,163 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,175 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,191 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:37,201 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:37,227 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/c0d57586-47b4-4ae9-8fcf-162fdb79ae97 2026-06-10 11:43:37,233 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-10 11:43:37,233 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,240 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:37,258 - INFO - Verified VN network id 15 for VN 2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,258 - INFO - Verifications in API Server for VN __public__ passed 2026-06-10 11:43:37,258 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,279 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:37,290 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:43:37,297 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/c0d57586-47b4-4ae9-8fcf-162fdb79ae97 2026-06-10 11:43:37,304 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-10 11:43:37,310 - 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': '2891525362380588994', 'uuid-lslong': '11534233888334262903'}, 'enable': 'true', 'created': '2026-06-10T11:43:31', 'last-modified': '2026-06-10T11:43:31', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.406692'} 2026-06-10 11:43:37,311 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:43:37,320 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-10 11:43:37,320 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-10 11:43:37,320 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-10 11:43:37,320 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-10 11:43:37,331 - DEBUG - Requesting: http://10.0.0.50:8082/domain/e40f6fae-c6b7-4f36-be31-b227bc2f4fa6 2026-06-10 11:43:37,347 - DEBUG - Requesting: http://10.0.0.50:8082/project/3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:43:37,411 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,423 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-10 11:43:37,423 - DEBUG - Verifying the vn in opserver 2026-06-10 11:43:37,423 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-06-10 11:43:37,423 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-06-10 11:43:37,427 - 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-06-10 11:43:37,427 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-10 11:43:37,427 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:43:37,432 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:43:37,440 - DEBUG - Do not have enough data to verify VN in agent 2026-06-10 11:43:37,440 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:43:37,446 - DEBUG - VRF ids for VN __public__: {} 2026-06-10 11:43:37,497 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-10 11:43:37,586 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-10 11:43:37,594 - DEBUG - Requesting: http://10.0.0.50:8082/domain/e40f6fae-c6b7-4f36-be31-b227bc2f4fa6 2026-06-10 11:43:37,601 - DEBUG - Requesting: http://10.0.0.50:8082/project/3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:43:37,641 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,655 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/ae764e69-317a-4925-9151-06558e28ebbd 2026-06-10 11:43:37,659 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-10 11:43:37,663 - DEBUG - Requesting: http://10.0.0.50:8082/domain/e40f6fae-c6b7-4f36-be31-b227bc2f4fa6 2026-06-10 11:43:37,669 - DEBUG - Requesting: http://10.0.0.50:8082/project/3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:43:37,709 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2820c2ff-43ba-47c2-a011-d49c466fb277 2026-06-10 11:43:37,718 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-10 11:43:37,718 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-10 11:43:37,726 - 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-06-10 11:43:37,731 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-10 11:43:37,731 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-10 11:43:37,735 - DEBUG - Ingress ctest-nginx-ingress-77307872 not present 2026-06-10 11:43:37,736 - INFO - Creating Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:37,742 - INFO - Created Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:37,746 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:40,751 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:43,755 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:46,760 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:49,765 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:52,770 - DEBUG - For Ingress ctest-nginx-ingress-77307872, Cluster IP: 10.47.255.246, External IPs ['185.152.20.252'] 2026-06-10 11:43:52,770 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-77307872 2026-06-10 11:43:52,770 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:43:52,775 - INFO - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f found in kube manager 2026-06-10 11:43:52,775 - INFO - Ingress ctest-nginx-ingress-77307872 verification passed 2026-06-10 11:43:52,778 - DEBUG - Pod ctest-busybox-pod-34167852 not present 2026-06-10 11:43:52,778 - INFO - Creating Pod ctest-busybox-pod-34167852 2026-06-10 11:43:52,806 - DEBUG - Pod : ctest-busybox-pod-34167852 UUID is 1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:43:52,818 - DEBUG - Pod ctest-nginx-pod-00745813 not in running state.Currently in Pending 2026-06-10 11:43:57,826 - INFO - Pod ctest-nginx-pod-00745813 is in running state.Got IP 10.47.255.248 2026-06-10 11:43:57,838 - DEBUG - Pod ctest-nginx-pod-00745813 has vmi 9f218820-64c1-11f1-989b-fa163e3a7258 2026-06-10 11:43:57,838 - INFO - Verified pod ctest-nginx-pod-00745813 in contrail-api 2026-06-10 11:43:57,838 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 11:43:57,846 - DEBUG - VMI 9f218820-64c1-11f1-989b-fa163e3a7258 is active in agent 10.0.0.50 2026-06-10 11:43:57,846 - INFO - Verified Pod ctest-nginx-pod-00745813 in agent 10.0.0.50 2026-06-10 11:43:57,846 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=f93a6f04-425d-4972-adeb-ec95128302b4 2026-06-10 11:43:57,850 - INFO - Pod ctest-nginx-pod-00745813 with uuid f93a6f04-425d-4972-adeb-ec95128302b4 found in kube manager 2026-06-10 11:43:57,850 - INFO - Pod ctest-nginx-pod-00745813 verification passed 2026-06-10 11:43:57,908 - DEBUG - [Pod ctest-nginx-pod-00745813] Cmd: echo ctest-nginx-pod-00745813 > /usr/share/nginx/html/index.html, Output: 2026-06-10 11:43:57,915 - INFO - Pod ctest-nginx-pod-00295592 is in running state.Got IP 10.47.255.247 2026-06-10 11:43:57,926 - DEBUG - Pod ctest-nginx-pod-00295592 has vmi a0983c8a-64c1-11f1-989b-fa163e3a7258 2026-06-10 11:43:57,926 - INFO - Verified pod ctest-nginx-pod-00295592 in contrail-api 2026-06-10 11:43:57,926 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 11:43:57,932 - DEBUG - VMI a0983c8a-64c1-11f1-989b-fa163e3a7258 is active in agent 10.0.0.50 2026-06-10 11:43:57,932 - INFO - Verified Pod ctest-nginx-pod-00295592 in agent 10.0.0.50 2026-06-10 11:43:57,933 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=0305379e-7794-408d-9659-82e3a1da7261 2026-06-10 11:43:57,936 - INFO - Pod ctest-nginx-pod-00295592 with uuid 0305379e-7794-408d-9659-82e3a1da7261 found in kube manager 2026-06-10 11:43:57,936 - INFO - Pod ctest-nginx-pod-00295592 verification passed 2026-06-10 11:43:57,979 - DEBUG - [Pod ctest-nginx-pod-00295592] Cmd: echo ctest-nginx-pod-00295592 > /usr/share/nginx/html/index.html, Output: 2026-06-10 11:43:57,987 - DEBUG - Pod ctest-busybox-pod-34167852 not in running state.Currently in Pending 2026-06-10 11:44:02,995 - DEBUG - Pod ctest-busybox-pod-34167852 not in running state.Currently in Pending 2026-06-10 11:44:08,002 - DEBUG - Pod ctest-busybox-pod-34167852 not in running state.Currently in Pending 2026-06-10 11:44:13,014 - INFO - Pod ctest-busybox-pod-34167852 is in running state.Got IP 10.47.255.245 2026-06-10 11:44:13,026 - DEBUG - Pod ctest-busybox-pod-34167852 has vmi aada84be-64c1-11f1-989b-fa163e3a7258 2026-06-10 11:44:13,026 - INFO - Verified pod ctest-busybox-pod-34167852 in contrail-api 2026-06-10 11:44:13,026 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 11:44:13,033 - DEBUG - VMI aada84be-64c1-11f1-989b-fa163e3a7258 is active in agent 10.0.0.50 2026-06-10 11:44:13,033 - INFO - Verified Pod ctest-busybox-pod-34167852 in agent 10.0.0.50 2026-06-10 11:44:13,033 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:13,037 - INFO - Pod ctest-busybox-pod-34167852 with uuid 1240559d-b54d-4c16-b251-87c6b88863bb found in kube manager 2026-06-10 11:44:13,037 - INFO - Pod ctest-busybox-pod-34167852 verification passed 2026-06-10 11:44:13,088 - DEBUG - [Pod ctest-busybox-pod-34167852] 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-00745813 2026-06-10 11:44:13,089 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 11:44:13,089 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] 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-00745813 2026-06-10 11:44:13,134 - DEBUG - [Pod ctest-busybox-pod-34167852] 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-00745813 2026-06-10 11:44:13,135 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 11:44:13,135 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] 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-00745813 2026-06-10 11:44:13,176 - DEBUG - [Pod ctest-busybox-pod-34167852] 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-00745813 2026-06-10 11:44:13,177 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 11:44:13,177 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] 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-00745813 2026-06-10 11:44:13,218 - DEBUG - [Pod ctest-busybox-pod-34167852] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-00745813 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-10 11:44:13,218 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 11:44:13,218 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd output: ctest-nginx-pod-00745813 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-10 11:44:13,258 - DEBUG - [Pod ctest-busybox-pod-34167852] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-00745813 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-10 11:44:13,259 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 11:44:13,259 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd output: ctest-nginx-pod-00745813 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-10 11:44:13,296 - DEBUG - [Pod ctest-busybox-pod-34167852] 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-00295592 2026-06-10 11:44:13,296 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 11:44:13,296 - DEBUG - [Pod Pod ctest-busybox-pod-34167852] 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-00295592 2026-06-10 11:44:13,296 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-00745813': 5, 'ctest-nginx-pod-00295592': 1} 2026-06-10 11:44:13,296 - WARNING - Nothing to delete parallely 2026-06-10 11:44:13,297 - INFO - Deleting pod default:ctest-busybox-pod-34167852 2026-06-10 11:44:13,309 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:13,314 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:18,315 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:18,320 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:23,321 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:23,326 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:28,327 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:28,332 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:33,333 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:33,337 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:38,338 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:38,343 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:43,344 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:43,348 - WARNING - Pod uuid 1240559d-b54d-4c16-b251-87c6b88863bb is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:48,349 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1240559d-b54d-4c16-b251-87c6b88863bb 2026-06-10 11:44:48,354 - DEBUG - Pod 1240559d-b54d-4c16-b251-87c6b88863bb is not in agent 10.0.0.50 VM list 2026-06-10 11:44:48,354 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aada84be-64c1-11f1-989b-fa163e3a7258 2026-06-10 11:44:48,359 - DEBUG - VMI aada84be-64c1-11f1-989b-fa163e3a7258 is removed from agent 10.0.0.50 2026-06-10 11:44:48,359 - INFO - Verified that pod ctest-busybox-pod-34167852 is removed in agent 2026-06-10 11:44:48,359 - INFO - Deleting Ingress : ctest-nginx-ingress-77307872 2026-06-10 11:44:48,365 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:44:48,370 - ERROR - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f still found in kube manager 2026-06-10 11:44:49,371 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:44:49,376 - ERROR - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f still found in kube manager 2026-06-10 11:44:50,377 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:44:50,381 - ERROR - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f still found in kube manager 2026-06-10 11:44:51,382 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:44:51,386 - ERROR - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f still found in kube manager 2026-06-10 11:44:52,387 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:44:52,391 - ERROR - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f still found in kube manager 2026-06-10 11:44:53,392 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=67babf79-e1d8-42ec-83a3-24eb7ffc270f 2026-06-10 11:44:53,396 - INFO - Ingress ctest-nginx-ingress-77307872 with uuid 67babf79-e1d8-42ec-83a3-24eb7ffc270f deleted successfully from kube manager 2026-06-10 11:44:53,396 - INFO - Verifications on Ingress %s cleanup passed 2026-06-10 11:44:53,397 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-10 11:44:53,453 - 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-06-10 11:44:53,458 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-10 11:44:53,458 - INFO - Deleting VN __public__ 2026-06-10 11:44:53,575 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ced8893b-f8d1-4a57-936f-6274a61e5e92 2026-06-10 11:44:53,579 - DEBUG - Response Code: 404 2026-06-10 11:44:53,579 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-10 11:44:53,584 - DEBUG - Requesting: http://10.0.0.50:8082/domain/e40f6fae-c6b7-4f36-be31-b227bc2f4fa6 2026-06-10 11:44:53,591 - DEBUG - Requesting: http://10.0.0.50:8082/project/3c690861-287c-43f5-9995-8fcfcf61b80a 2026-06-10 11:44:53,648 - INFO - Validated that VN __public__ is not found in API Server 2026-06-10 11:44:53,648 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-10 11:44:53,653 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:44:53,658 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2026-06-10 11:44:53,658 - INFO - Validated that VN __public__ is not in any agent 2026-06-10 11:44:53,658 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:44:53,671 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 11:44:53,675 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-10 11:44:53,679 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-10 11:44:53,680 - INFO - Deleting pod default:ctest-nginx-pod-00295592 2026-06-10 11:44:53,699 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0305379e-7794-408d-9659-82e3a1da7261 2026-06-10 11:44:53,712 - WARNING - Pod uuid 0305379e-7794-408d-9659-82e3a1da7261 is still seen in agent 10.0.0.50 VM list 2026-06-10 11:44:58,712 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0305379e-7794-408d-9659-82e3a1da7261 2026-06-10 11:44:58,717 - DEBUG - Pod 0305379e-7794-408d-9659-82e3a1da7261 is not in agent 10.0.0.50 VM list 2026-06-10 11:44:58,717 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a0983c8a-64c1-11f1-989b-fa163e3a7258 2026-06-10 11:44:58,721 - DEBUG - VMI a0983c8a-64c1-11f1-989b-fa163e3a7258 is removed from agent 10.0.0.50 2026-06-10 11:44:58,722 - INFO - Verified that pod ctest-nginx-pod-00295592 is removed in agent 2026-06-10 11:44:58,722 - INFO - Deleting pod default:ctest-nginx-pod-00745813 2026-06-10 11:44:58,741 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f93a6f04-425d-4972-adeb-ec95128302b4 2026-06-10 11:44:58,749 - WARNING - Pod uuid f93a6f04-425d-4972-adeb-ec95128302b4 is still seen in agent 10.0.0.50 VM list 2026-06-10 11:45:03,749 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f93a6f04-425d-4972-adeb-ec95128302b4 2026-06-10 11:45:03,755 - DEBUG - Pod f93a6f04-425d-4972-adeb-ec95128302b4 is not in agent 10.0.0.50 VM list 2026-06-10 11:45:03,755 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9f218820-64c1-11f1-989b-fa163e3a7258 2026-06-10 11:45:03,760 - DEBUG - VMI 9f218820-64c1-11f1-989b-fa163e3a7258 is removed from agent 10.0.0.50 2026-06-10 11:45:03,760 - INFO - Verified that pod ctest-nginx-pod-00745813 is removed in agent 2026-06-10 11:45:03,760 - INFO - Deleting service : ctest-nginx-svc-77519035 2026-06-10 11:45:04,249 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 11:45:04,255 - DEBUG - No XMPP flaps were noticed during the test