2026-03-17 16:30:03,823 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-03-17 16:30:04,099 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-452-1.novalocal 2026-03-17 16:30:04,100 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-03-17 16:30:04,255 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-452-1.novalocal 2026-03-17 16:30:04,255 - 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-17 16:30:04,425 - DEBUG - Output : NAMES contrail_test_FjHFEyPMe 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_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_schema_1 config_nodemgr_1 config_api_1 config_svcmonitor_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-17 16:30:04,425 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-17 16:30:04,545 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 172.17.0.1/16 10.20.0.254/24 2026-03-17 16:30:04,545 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-03-17 16:30:04,712 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-452-1.novalocal 2026-03-17 16:30:04,713 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-17 16:30:04,841 - DEBUG - Output : 10.20.0.254/24 2026-03-17 16:30:04,841 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2026-03-17 16:30:05,021 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-452-1.novalocal 2026-03-17 16:30:05,300 - INFO - Using existing project ['default-domain', 'k8s-default'](de1eec85-fb0f-488c-a1f7-3897d349c380) 2026-03-17 16:30:05,395 - INFO - Using existing project ['default-domain', 'k8s-default'](de1eec85-fb0f-488c-a1f7-3897d349c380) 2026-03-17 16:30:05,555 - INFO - ================================================================================ 2026-03-17 16:30:05,555 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-17 16:30:05,555 - 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-17 16:30:05,841 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-17 16:30:05,848 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.254': '0'}} with 2026-03-17 16:30:05,848 - INFO - Initial checks done. Running the testcase now 2026-03-17 16:30:05,848 - INFO - 2026-03-17 16:30:05,853 - INFO - Namespace default already exists 2026-03-17 16:30:05,853 - 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-17 16:30:06,074 - DEBUG - Output : cluster_project={} 2026-03-17 16:30:06,122 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-17 16:30:06,122 - DEBUG - Project uuid in Contrail is de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:30:06,122 - 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-17 16:30:06,345 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-17 16:30:06,345 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=142c1e83-9b45-4a67-b308-c4d5484abf1f 2026-03-17 16:30:06,350 - INFO - Namespace default with uuid 142c1e83-9b45-4a67-b308-c4d5484abf1f found in kube manager 2026-03-17 16:30:06,350 - INFO - Namespace default verification passed 2026-03-17 16:30:06,354 - DEBUG - Service ctest-nginx-svc-22312446 not present 2026-03-17 16:30:06,355 - INFO - Creating service ctest-nginx-svc-22312446 2026-03-17 16:30:06,372 - INFO - Created Service ctest-nginx-svc-22312446 2026-03-17 16:30:06,377 - DEBUG - Pod ctest-nginx-pod-32464543 not present 2026-03-17 16:30:06,379 - INFO - Creating Pod ctest-nginx-pod-32464543 2026-03-17 16:30:06,428 - DEBUG - Pod : ctest-nginx-pod-32464543 UUID is e43e412f-d4ca-413c-8c36-861aea12f2fc 2026-03-17 16:30:06,439 - DEBUG - Pod ctest-nginx-pod-98163856 not present 2026-03-17 16:30:06,447 - INFO - Creating Pod ctest-nginx-pod-98163856 2026-03-17 16:30:06,503 - DEBUG - Pod : ctest-nginx-pod-98163856 UUID is 6702a116-eca7-42fe-af24-c40dba8e3956 2026-03-17 16:30:06,689 - INFO - Created VN __public__, UUID :7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:06,863 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-17 16:30:06,869 - DEBUG - Requesting: http://10.0.0.22:8082/domain/477ffaa3-b977-4326-ae79-8694d9c33d01 2026-03-17 16:30:06,889 - DEBUG - Requesting: http://10.0.0.22:8082/project/de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:30:06,969 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:06,984 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:06,995 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:07,003 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:07,011 - DEBUG - Route Targets: [] 2026-03-17 16:30:07,011 - DEBUG - RT names not yet present for VN __public__ 2026-03-17 16:30:12,012 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-17 16:30:12,023 - DEBUG - Requesting: http://10.0.0.22:8082/domain/477ffaa3-b977-4326-ae79-8694d9c33d01 2026-03-17 16:30:12,033 - DEBUG - Requesting: http://10.0.0.22:8082/project/de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:30:12,086 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,099 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,108 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:12,117 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:12,128 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/a5966d16-b5b1-4a25-96aa-45196294fc67 2026-03-17 16:30:12,135 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-17 16:30:12,135 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,147 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:12,164 - INFO - Verified VN network id 15 for VN 7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,164 - INFO - Verifications in API Server for VN __public__ passed 2026-03-17 16:30:12,164 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,173 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:12,188 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:30:12,196 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/a5966d16-b5b1-4a25-96aa-45196294fc67 2026-03-17 16:30:12,205 - 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-17 16:30:12,219 - 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': '8950024141015043568', 'uuid-lslong': '12780630009491183512'}, 'enable': 'true', 'created': '2026-03-17T16:30:06', 'last-modified': '2026-03-17T16:30:06', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.400351'} 2026-03-17 16:30:12,219 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:30:12,236 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-17 16:30:12,236 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-17 16:30:12,237 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-17 16:30:12,237 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-17 16:30:12,241 - DEBUG - Requesting: http://10.0.0.22:8082/domain/477ffaa3-b977-4326-ae79-8694d9c33d01 2026-03-17 16:30:12,257 - DEBUG - Requesting: http://10.0.0.22:8082/project/de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:30:12,315 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,332 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-17 16:30:12,333 - DEBUG - Verifying the vn in opserver 2026-03-17 16:30:12,333 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2026-03-17 16:30:12,333 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2026-03-17 16:30:12,342 - 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-17 16:30:12,343 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-17 16:30:12,343 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:30:12,351 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:30:12,364 - DEBUG - Do not have enough data to verify VN in agent 2026-03-17 16:30:12,365 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:30:12,371 - DEBUG - VRF ids for VN __public__: {} 2026-03-17 16:30:12,444 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-17 16:30:12,576 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-17 16:30:12,583 - DEBUG - Requesting: http://10.0.0.22:8082/domain/477ffaa3-b977-4326-ae79-8694d9c33d01 2026-03-17 16:30:12,594 - DEBUG - Requesting: http://10.0.0.22:8082/project/de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:30:12,676 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,693 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/06f34a80-a328-4881-a8bf-f0957fc8b208 2026-03-17 16:30:12,702 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-17 16:30:12,709 - DEBUG - Requesting: http://10.0.0.22:8082/domain/477ffaa3-b977-4326-ae79-8694d9c33d01 2026-03-17 16:30:12,720 - DEBUG - Requesting: http://10.0.0.22:8082/project/de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:30:12,796 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/7c34df89-785f-4df0-b15d-eb47696b5798 2026-03-17 16:30:12,814 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-17 16:30:12,814 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-17 16:30:12,824 - 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-17 16:30:12,832 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-17 16:30:12,832 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-17 16:30:12,836 - DEBUG - Ingress ctest-nginx-ingress-65436750 not present 2026-03-17 16:30:12,837 - INFO - Creating Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:12,845 - INFO - Created Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:12,851 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:15,858 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:18,863 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:21,870 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:24,877 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:27,887 - DEBUG - For Ingress ctest-nginx-ingress-65436750, Cluster IP: 10.47.255.246, External IPs ['56.153.188.124'] 2026-03-17 16:30:27,887 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-65436750 2026-03-17 16:30:27,889 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:30:27,896 - INFO - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 found in kube manager 2026-03-17 16:30:27,897 - INFO - Ingress ctest-nginx-ingress-65436750 verification passed 2026-03-17 16:30:27,903 - DEBUG - Pod ctest-busybox-pod-12338010 not present 2026-03-17 16:30:27,903 - INFO - Creating Pod ctest-busybox-pod-12338010 2026-03-17 16:30:27,943 - DEBUG - Pod : ctest-busybox-pod-12338010 UUID is 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:30:27,957 - DEBUG - Pod ctest-nginx-pod-32464543 not in running state.Currently in Pending 2026-03-17 16:30:32,967 - INFO - Pod ctest-nginx-pod-32464543 is in running state.Got IP 10.47.255.248 2026-03-17 16:30:32,984 - DEBUG - Pod ctest-nginx-pod-32464543 has vmi 9391f70a-221e-11f1-ba94-fa163e7acd84 2026-03-17 16:30:32,984 - INFO - Verified pod ctest-nginx-pod-32464543 in contrail-api 2026-03-17 16:30:32,984 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-17 16:30:32,999 - DEBUG - VMI 9391f70a-221e-11f1-ba94-fa163e7acd84 is active in agent 10.0.0.22 2026-03-17 16:30:32,999 - INFO - Verified Pod ctest-nginx-pod-32464543 in agent 10.0.0.22 2026-03-17 16:30:32,999 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=e43e412f-d4ca-413c-8c36-861aea12f2fc 2026-03-17 16:30:33,005 - INFO - Pod ctest-nginx-pod-32464543 with uuid e43e412f-d4ca-413c-8c36-861aea12f2fc found in kube manager 2026-03-17 16:30:33,005 - INFO - Pod ctest-nginx-pod-32464543 verification passed 2026-03-17 16:30:33,075 - DEBUG - [Pod ctest-nginx-pod-32464543] Cmd: echo ctest-nginx-pod-32464543 > /usr/share/nginx/html/index.html, Output: 2026-03-17 16:30:33,085 - INFO - Pod ctest-nginx-pod-98163856 is in running state.Got IP 10.47.255.247 2026-03-17 16:30:33,106 - DEBUG - Pod ctest-nginx-pod-98163856 has vmi 95bb6386-221e-11f1-ba94-fa163e7acd84 2026-03-17 16:30:33,106 - INFO - Verified pod ctest-nginx-pod-98163856 in contrail-api 2026-03-17 16:30:33,106 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-17 16:30:33,115 - DEBUG - VMI 95bb6386-221e-11f1-ba94-fa163e7acd84 is active in agent 10.0.0.22 2026-03-17 16:30:33,116 - INFO - Verified Pod ctest-nginx-pod-98163856 in agent 10.0.0.22 2026-03-17 16:30:33,116 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=6702a116-eca7-42fe-af24-c40dba8e3956 2026-03-17 16:30:33,121 - INFO - Pod ctest-nginx-pod-98163856 with uuid 6702a116-eca7-42fe-af24-c40dba8e3956 found in kube manager 2026-03-17 16:30:33,121 - INFO - Pod ctest-nginx-pod-98163856 verification passed 2026-03-17 16:30:33,177 - DEBUG - [Pod ctest-nginx-pod-98163856] Cmd: echo ctest-nginx-pod-98163856 > /usr/share/nginx/html/index.html, Output: 2026-03-17 16:30:33,186 - DEBUG - Pod ctest-busybox-pod-12338010 not in running state.Currently in Pending 2026-03-17 16:30:38,195 - DEBUG - Pod ctest-busybox-pod-12338010 not in running state.Currently in Pending 2026-03-17 16:30:43,204 - DEBUG - Pod ctest-busybox-pod-12338010 not in running state.Currently in Pending 2026-03-17 16:30:48,216 - INFO - Pod ctest-busybox-pod-12338010 is in running state.Got IP 10.47.255.245 2026-03-17 16:30:48,231 - DEBUG - Pod ctest-busybox-pod-12338010 has vmi 9e683158-221e-11f1-ba94-fa163e7acd84 2026-03-17 16:30:48,231 - INFO - Verified pod ctest-busybox-pod-12338010 in contrail-api 2026-03-17 16:30:48,231 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-17 16:30:48,241 - DEBUG - VMI 9e683158-221e-11f1-ba94-fa163e7acd84 is active in agent 10.0.0.22 2026-03-17 16:30:48,241 - INFO - Verified Pod ctest-busybox-pod-12338010 in agent 10.0.0.22 2026-03-17 16:30:48,241 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:30:48,246 - INFO - Pod ctest-busybox-pod-12338010 with uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 found in kube manager 2026-03-17 16:30:48,246 - INFO - Pod ctest-busybox-pod-12338010 verification passed 2026-03-17 16:30:48,299 - DEBUG - [Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,299 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-17 16:30:48,299 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,349 - DEBUG - [Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,349 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-17 16:30:48,349 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,398 - DEBUG - [Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,398 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-17 16:30:48,398 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,453 - DEBUG - [Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,453 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-17 16:30:48,453 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] 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-32464543 2026-03-17 16:30:48,508 - DEBUG - [Pod ctest-busybox-pod-12338010] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-32464543 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-03-17 16:30:48,508 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-17 16:30:48,508 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd output: ctest-nginx-pod-32464543 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-03-17 16:30:48,571 - DEBUG - [Pod ctest-busybox-pod-12338010] 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-98163856 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-17 16:30:48,571 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-17 16:30:48,571 - DEBUG - [Pod Pod ctest-busybox-pod-12338010] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-98163856 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-17 16:30:48,571 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-32464543': 5, 'ctest-nginx-pod-98163856': 1} 2026-03-17 16:30:48,572 - WARNING - Nothing to delete parallely 2026-03-17 16:30:48,572 - INFO - Deleting pod default:ctest-busybox-pod-12338010 2026-03-17 16:30:48,589 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:30:48,597 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:30:53,598 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:30:53,603 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:30:58,614 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:30:58,619 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:03,620 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:31:03,626 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:08,627 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:31:08,633 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:13,634 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:31:13,642 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:18,642 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:31:18,649 - WARNING - Pod uuid 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:23,651 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4ae6e6f5-7934-4298-b6cb-7aec7db532b8 2026-03-17 16:31:23,656 - DEBUG - Pod 4ae6e6f5-7934-4298-b6cb-7aec7db532b8 is not in agent 10.0.0.22 VM list 2026-03-17 16:31:23,656 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e683158-221e-11f1-ba94-fa163e7acd84 2026-03-17 16:31:23,661 - DEBUG - VMI 9e683158-221e-11f1-ba94-fa163e7acd84 is removed from agent 10.0.0.22 2026-03-17 16:31:23,661 - INFO - Verified that pod ctest-busybox-pod-12338010 is removed in agent 2026-03-17 16:31:23,662 - INFO - Deleting Ingress : ctest-nginx-ingress-65436750 2026-03-17 16:31:23,669 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:31:23,675 - ERROR - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 still found in kube manager 2026-03-17 16:31:24,675 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:31:24,681 - ERROR - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 still found in kube manager 2026-03-17 16:31:25,681 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:31:25,686 - ERROR - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 still found in kube manager 2026-03-17 16:31:26,686 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:31:26,691 - ERROR - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 still found in kube manager 2026-03-17 16:31:27,691 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:31:27,695 - ERROR - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 still found in kube manager 2026-03-17 16:31:28,698 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=958d0dfc-107b-40cd-948f-f89658511f40 2026-03-17 16:31:28,702 - INFO - Ingress ctest-nginx-ingress-65436750 with uuid 958d0dfc-107b-40cd-948f-f89658511f40 deleted successfully from kube manager 2026-03-17 16:31:28,702 - INFO - Verifications on Ingress %s cleanup passed 2026-03-17 16:31:28,702 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-17 16:31:28,827 - 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-17 16:31:28,833 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-17 16:31:28,833 - INFO - Deleting VN __public__ 2026-03-17 16:31:29,262 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/87ab5ece-2a56-46e7-b1cb-1858f5228ca2 2026-03-17 16:31:29,271 - DEBUG - Response Code: 404 2026-03-17 16:31:29,272 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-17 16:31:29,278 - DEBUG - Requesting: http://10.0.0.22:8082/domain/477ffaa3-b977-4326-ae79-8694d9c33d01 2026-03-17 16:31:29,309 - DEBUG - Requesting: http://10.0.0.22:8082/project/de1eec85-fb0f-488c-a1f7-3897d349c380 2026-03-17 16:31:29,435 - INFO - Validated that VN __public__ is not found in API Server 2026-03-17 16:31:29,435 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-17 16:31:29,448 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:31:29,455 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-03-17 16:31:29,455 - INFO - Validated that VN __public__ is not in any agent 2026-03-17 16:31:29,456 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:31:29,472 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-17 16:31:29,486 - 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-17 16:31:29,499 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-17 16:31:29,500 - INFO - Deleting pod default:ctest-nginx-pod-98163856 2026-03-17 16:31:29,531 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6702a116-eca7-42fe-af24-c40dba8e3956 2026-03-17 16:31:29,546 - WARNING - Pod uuid 6702a116-eca7-42fe-af24-c40dba8e3956 is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:34,547 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6702a116-eca7-42fe-af24-c40dba8e3956 2026-03-17 16:31:34,554 - DEBUG - Pod 6702a116-eca7-42fe-af24-c40dba8e3956 is not in agent 10.0.0.22 VM list 2026-03-17 16:31:34,554 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:95bb6386-221e-11f1-ba94-fa163e7acd84 2026-03-17 16:31:34,559 - DEBUG - VMI 95bb6386-221e-11f1-ba94-fa163e7acd84 is removed from agent 10.0.0.22 2026-03-17 16:31:34,559 - INFO - Verified that pod ctest-nginx-pod-98163856 is removed in agent 2026-03-17 16:31:34,560 - INFO - Deleting pod default:ctest-nginx-pod-32464543 2026-03-17 16:31:34,580 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e43e412f-d4ca-413c-8c36-861aea12f2fc 2026-03-17 16:31:34,587 - WARNING - Pod uuid e43e412f-d4ca-413c-8c36-861aea12f2fc is still seen in agent 10.0.0.22 VM list 2026-03-17 16:31:39,588 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e43e412f-d4ca-413c-8c36-861aea12f2fc 2026-03-17 16:31:39,593 - DEBUG - Pod e43e412f-d4ca-413c-8c36-861aea12f2fc is not in agent 10.0.0.22 VM list 2026-03-17 16:31:39,593 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9391f70a-221e-11f1-ba94-fa163e7acd84 2026-03-17 16:31:39,599 - DEBUG - VMI 9391f70a-221e-11f1-ba94-fa163e7acd84 is removed from agent 10.0.0.22 2026-03-17 16:31:39,599 - INFO - Verified that pod ctest-nginx-pod-32464543 is removed in agent 2026-03-17 16:31:39,599 - INFO - Deleting service : ctest-nginx-svc-22312446 2026-03-17 16:31:40,139 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-17 16:31:40,146 - DEBUG - No XMPP flaps were noticed during the test