2026-04-02 02:00:47,411 - DEBUG - [10.0.0.242]: Running cmd : hostname 2026-04-02 02:00:47,654 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1962-1 2026-04-02 02:00:47,655 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2026-04-02 02:00:47,688 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1962-1 2026-04-02 02:00:47,689 - DEBUG - [10.0.0.242]: 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-04-02 02:00:47,796 - DEBUG - Output : NAMES contrail_test_kiXqRamal contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 2026-04-02 02:00:47,797 - DEBUG - [10.0.0.242]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-02 02:00:47,830 - DEBUG - Output : 127.0.0.1/8 10.0.0.242/24 252.242.0.1/8 10.53.89.1/24 172.17.0.1/16 2026-04-02 02:00:47,831 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2026-04-02 02:00:47,875 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1962-1 2026-04-02 02:00:47,969 - DEBUG - [10.0.0.27]: Running cmd : hostname 2026-04-02 02:00:48,196 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1962-1 2026-04-02 02:00:48,197 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2026-04-02 02:00:48,221 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1962-1 2026-04-02 02:00:48,221 - DEBUG - [10.0.0.27]: 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-04-02 02:00:48,310 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-04-02 02:00:48,310 - DEBUG - [10.0.0.27]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-02 02:00:48,345 - DEBUG - Output : 10.0.0.27/24 2026-04-02 02:00:48,346 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2026-04-02 02:00:48,420 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1962-1 2026-04-02 02:00:48,485 - INFO - Using existing project ['default-domain', 'k8s-default'](d210867f-225b-44a7-aea2-cb75900f1297) 2026-04-02 02:00:48,589 - INFO - Using existing project ['default-domain', 'k8s-default'](d210867f-225b-44a7-aea2-cb75900f1297) 2026-04-02 02:00:48,702 - INFO - ================================================================================ 2026-04-02 02:00:48,702 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-02 02:00:48,702 - 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-04-02 02:00:48,945 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-02 02:00:48,952 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.242': '0'}} with 2026-04-02 02:00:48,952 - INFO - Initial checks done. Running the testcase now 2026-04-02 02:00:48,953 - INFO - 2026-04-02 02:00:48,956 - INFO - Namespace default already exists 2026-04-02 02:00:48,957 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-02 02:00:49,076 - DEBUG - Output : cluster_project={} 2026-04-02 02:00:49,123 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-02 02:00:49,123 - DEBUG - Project uuid in Contrail is d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:00:49,123 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-02 02:00:49,250 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-02 02:00:49,250 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_NamespaceDatabaseList?namespace_uuid=6b288218-f5a6-4d26-b91d-c24bc2d7b6f5 2026-04-02 02:00:49,254 - INFO - Namespace default with uuid 6b288218-f5a6-4d26-b91d-c24bc2d7b6f5 found in kube manager 2026-04-02 02:00:49,254 - INFO - Namespace default verification passed 2026-04-02 02:00:49,257 - DEBUG - Service ctest-nginx-svc-34897641 not present 2026-04-02 02:00:49,258 - INFO - Creating service ctest-nginx-svc-34897641 2026-04-02 02:00:49,279 - INFO - Created Service ctest-nginx-svc-34897641 2026-04-02 02:00:49,293 - DEBUG - Pod ctest-nginx-pod-94982323 not present 2026-04-02 02:00:49,294 - INFO - Creating Pod ctest-nginx-pod-94982323 2026-04-02 02:00:49,377 - DEBUG - Pod : ctest-nginx-pod-94982323 UUID is 248d3767-7c66-4d3b-978b-c7db33960ce8 2026-04-02 02:00:49,380 - DEBUG - Pod ctest-nginx-pod-12188023 not present 2026-04-02 02:00:49,380 - INFO - Creating Pod ctest-nginx-pod-12188023 2026-04-02 02:00:49,411 - DEBUG - Pod : ctest-nginx-pod-12188023 UUID is 4b0fdfeb-1faa-4674-b5d9-7b37249ef48a 2026-04-02 02:00:49,627 - INFO - Created VN __public__, UUID :2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:49,821 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-04-02 02:00:49,825 - DEBUG - Requesting: http://10.0.0.242:8082/domain/b18fda87-df7b-41d2-84a9-2ad7755a5ce1 2026-04-02 02:00:49,850 - DEBUG - Requesting: http://10.0.0.242:8082/project/d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:00:49,891 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:49,901 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:49,908 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:49,914 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:49,960 - DEBUG - Route Targets: [] 2026-04-02 02:00:49,960 - DEBUG - RT names not yet present for VN __public__ 2026-04-02 02:00:54,961 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-04-02 02:00:54,973 - DEBUG - Requesting: http://10.0.0.242:8082/domain/b18fda87-df7b-41d2-84a9-2ad7755a5ce1 2026-04-02 02:00:54,984 - DEBUG - Requesting: http://10.0.0.242:8082/project/d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:00:55,029 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,036 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,044 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:55,055 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:55,061 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/3f1cab0b-4c57-4abf-9b0e-c7fef70fb28b 2026-04-02 02:00:55,065 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-02 02:00:55,065 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,072 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:55,082 - INFO - Verified VN network id 13 for VN 2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,082 - INFO - Verifications in API Server for VN __public__ passed 2026-04-02 02:00:55,083 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,091 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:55,097 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:00:55,102 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/3f1cab0b-4c57-4abf-9b0e-c7fef70fb28b 2026-04-02 02:00:55,107 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-02 02:00:55,114 - DEBUG - Control-node 10.0.0.242 : 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': '3248716209310420100', 'uuid-lslong': '12034173061772826659'}, 'enable': 'true', 'created': '2026-04-02T02:00:49', 'last-modified': '2026-04-02T02:00:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.331238'} 2026-04-02 02:00:55,114 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:00:55,124 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-02 02:00:55,124 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-02 02:00:55,124 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-02 02:00:55,124 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-04-02 02:00:55,130 - DEBUG - Requesting: http://10.0.0.242:8082/domain/b18fda87-df7b-41d2-84a9-2ad7755a5ce1 2026-04-02 02:00:55,136 - DEBUG - Requesting: http://10.0.0.242:8082/project/d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:00:55,172 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,179 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-02 02:00:55,179 - DEBUG - Verifying the vn in opserver 2026-04-02 02:00:55,180 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.242 2026-04-02 02:00:55,180 - DEBUG - Requesting: http://10.0.0.242:8081/analytics/uves/virtual-networks 2026-04-02 02:00:55,184 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.242:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-04-02 02:00:55,184 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-02 02:00:55,184 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:00:55,192 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:00:55,197 - DEBUG - Do not have enough data to verify VN in agent 2026-04-02 02:00:55,197 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:00:55,201 - DEBUG - VRF ids for VN __public__: {} 2026-04-02 02:00:55,288 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-02 02:00:55,384 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-04-02 02:00:55,390 - DEBUG - Requesting: http://10.0.0.242:8082/domain/b18fda87-df7b-41d2-84a9-2ad7755a5ce1 2026-04-02 02:00:55,395 - DEBUG - Requesting: http://10.0.0.242:8082/project/d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:00:55,428 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,437 - DEBUG - Requesting: http://10.0.0.242:8082/floating-ip-pool/d1d716b2-3048-4b0a-850e-a0a567d2a118 2026-04-02 02:00:55,442 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-04-02 02:00:55,446 - DEBUG - Requesting: http://10.0.0.242:8082/domain/b18fda87-df7b-41d2-84a9-2ad7755a5ce1 2026-04-02 02:00:55,451 - DEBUG - Requesting: http://10.0.0.242:8082/project/d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:00:55,514 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/2d15c22e-1000-4c84-a701-f8a3d08b5823 2026-04-02 02:00:55,522 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-02 02:00:55,522 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-02 02:00:55,530 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-02 02:00:55,535 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-02 02:00:55,535 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-02 02:00:55,538 - DEBUG - Ingress ctest-nginx-ingress-45060768 not present 2026-04-02 02:00:55,539 - INFO - Creating Ingress ctest-nginx-ingress-45060768 2026-04-02 02:00:55,549 - INFO - Created Ingress ctest-nginx-ingress-45060768 2026-04-02 02:00:55,553 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45060768 2026-04-02 02:00:58,567 - DEBUG - For Ingress ctest-nginx-ingress-45060768, Cluster IP: 10.47.255.249, External IPs ['120.240.57.60'] 2026-04-02 02:00:58,567 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-45060768 2026-04-02 02:00:58,567 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=3935a26b-b157-4175-b0f0-f3e8857c7c6e 2026-04-02 02:00:58,571 - INFO - Ingress ctest-nginx-ingress-45060768 with uuid 3935a26b-b157-4175-b0f0-f3e8857c7c6e found in kube manager 2026-04-02 02:00:58,571 - INFO - Ingress ctest-nginx-ingress-45060768 verification passed 2026-04-02 02:00:58,575 - DEBUG - Pod ctest-busybox-pod-42603616 not present 2026-04-02 02:00:58,597 - INFO - Creating Pod ctest-busybox-pod-42603616 2026-04-02 02:00:59,041 - DEBUG - Pod : ctest-busybox-pod-42603616 UUID is d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:00:59,057 - DEBUG - Pod ctest-nginx-pod-94982323 not in running state.Currently in Pending 2026-04-02 02:01:04,065 - INFO - Pod ctest-nginx-pod-94982323 is in running state.Got IP 10.47.255.251 2026-04-02 02:01:04,125 - DEBUG - Pod ctest-nginx-pod-94982323 has vmi c62fa8c2-2e37-11f1-ab8d-fa163e3d2b9e 2026-04-02 02:01:04,125 - INFO - Verified pod ctest-nginx-pod-94982323 in contrail-api 2026-04-02 02:01:04,125 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 02:01:04,139 - DEBUG - VMI c62fa8c2-2e37-11f1-ab8d-fa163e3d2b9e is active in agent 10.0.0.27 2026-04-02 02:01:04,140 - INFO - Verified Pod ctest-nginx-pod-94982323 in agent 10.0.0.27 2026-04-02 02:01:04,140 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=248d3767-7c66-4d3b-978b-c7db33960ce8 2026-04-02 02:01:04,146 - INFO - Pod ctest-nginx-pod-94982323 with uuid 248d3767-7c66-4d3b-978b-c7db33960ce8 found in kube manager 2026-04-02 02:01:04,146 - INFO - Pod ctest-nginx-pod-94982323 verification passed 2026-04-02 02:01:04,220 - DEBUG - [Pod ctest-nginx-pod-94982323] Cmd: echo ctest-nginx-pod-94982323 > /usr/share/nginx/html/index.html, Output: 2026-04-02 02:01:04,227 - INFO - Pod ctest-nginx-pod-12188023 is in running state.Got IP 10.47.255.250 2026-04-02 02:01:04,242 - DEBUG - Pod ctest-nginx-pod-12188023 has vmi c69a4c2c-2e37-11f1-ab8d-fa163e3d2b9e 2026-04-02 02:01:04,242 - INFO - Verified pod ctest-nginx-pod-12188023 in contrail-api 2026-04-02 02:01:04,242 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 02:01:04,251 - DEBUG - VMI c69a4c2c-2e37-11f1-ab8d-fa163e3d2b9e is active in agent 10.0.0.27 2026-04-02 02:01:04,251 - INFO - Verified Pod ctest-nginx-pod-12188023 in agent 10.0.0.27 2026-04-02 02:01:04,251 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=4b0fdfeb-1faa-4674-b5d9-7b37249ef48a 2026-04-02 02:01:04,255 - INFO - Pod ctest-nginx-pod-12188023 with uuid 4b0fdfeb-1faa-4674-b5d9-7b37249ef48a found in kube manager 2026-04-02 02:01:04,256 - INFO - Pod ctest-nginx-pod-12188023 verification passed 2026-04-02 02:01:04,307 - DEBUG - [Pod ctest-nginx-pod-12188023] Cmd: echo ctest-nginx-pod-12188023 > /usr/share/nginx/html/index.html, Output: 2026-04-02 02:01:04,313 - DEBUG - Pod ctest-busybox-pod-42603616 not in running state.Currently in Pending 2026-04-02 02:01:09,322 - DEBUG - Pod ctest-busybox-pod-42603616 not in running state.Currently in Pending 2026-04-02 02:01:14,332 - DEBUG - Pod ctest-busybox-pod-42603616 not in running state.Currently in Pending 2026-04-02 02:01:19,347 - INFO - Pod ctest-busybox-pod-42603616 is in running state.Got IP 10.47.255.248 2026-04-02 02:01:19,369 - DEBUG - Pod ctest-busybox-pod-42603616 has vmi cb5911da-2e37-11f1-ab8d-fa163e3d2b9e 2026-04-02 02:01:19,369 - INFO - Verified pod ctest-busybox-pod-42603616 in contrail-api 2026-04-02 02:01:19,369 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 02:01:19,381 - DEBUG - VMI cb5911da-2e37-11f1-ab8d-fa163e3d2b9e is active in agent 10.0.0.27 2026-04-02 02:01:19,382 - INFO - Verified Pod ctest-busybox-pod-42603616 in agent 10.0.0.27 2026-04-02 02:01:19,382 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:19,386 - INFO - Pod ctest-busybox-pod-42603616 with uuid d8553790-189d-4d97-acfb-3ada81bac4b6 found in kube manager 2026-04-02 02:01:19,386 - INFO - Pod ctest-busybox-pod-42603616 verification passed 2026-04-02 02:01:19,449 - DEBUG - [Pod ctest-busybox-pod-42603616] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94982323 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-02 02:01:19,449 - DEBUG - [Pod Pod ctest-busybox-pod-42603616] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-02 02:01:19,449 - DEBUG - [Pod Pod ctest-busybox-pod-42603616] Cmd output: ctest-nginx-pod-94982323 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-02 02:01:19,499 - DEBUG - [Pod ctest-busybox-pod-42603616] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-12188023 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-02 02:01:19,499 - DEBUG - [Pod Pod ctest-busybox-pod-42603616] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-02 02:01:19,500 - DEBUG - [Pod Pod ctest-busybox-pod-42603616] Cmd output: ctest-nginx-pod-12188023 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-02 02:01:19,500 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-94982323': 1, 'ctest-nginx-pod-12188023': 1} 2026-04-02 02:01:19,500 - WARNING - Nothing to delete parallely 2026-04-02 02:01:19,500 - INFO - Deleting pod default:ctest-busybox-pod-42603616 2026-04-02 02:01:19,516 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:19,522 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:24,529 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:24,540 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:29,541 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:29,547 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:34,548 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:34,559 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:39,560 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:39,568 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:44,569 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:44,576 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:49,576 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:49,583 - WARNING - Pod uuid d8553790-189d-4d97-acfb-3ada81bac4b6 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:01:54,584 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d8553790-189d-4d97-acfb-3ada81bac4b6 2026-04-02 02:01:54,591 - DEBUG - Pod d8553790-189d-4d97-acfb-3ada81bac4b6 is not in agent 10.0.0.27 VM list 2026-04-02 02:01:54,591 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb5911da-2e37-11f1-ab8d-fa163e3d2b9e 2026-04-02 02:01:54,597 - DEBUG - VMI cb5911da-2e37-11f1-ab8d-fa163e3d2b9e is removed from agent 10.0.0.27 2026-04-02 02:01:54,597 - INFO - Verified that pod ctest-busybox-pod-42603616 is removed in agent 2026-04-02 02:01:54,598 - INFO - Deleting Ingress : ctest-nginx-ingress-45060768 2026-04-02 02:01:54,608 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=3935a26b-b157-4175-b0f0-f3e8857c7c6e 2026-04-02 02:01:54,615 - ERROR - Ingress ctest-nginx-ingress-45060768 with uuid 3935a26b-b157-4175-b0f0-f3e8857c7c6e still found in kube manager 2026-04-02 02:01:55,616 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=3935a26b-b157-4175-b0f0-f3e8857c7c6e 2026-04-02 02:01:55,621 - INFO - Ingress ctest-nginx-ingress-45060768 with uuid 3935a26b-b157-4175-b0f0-f3e8857c7c6e deleted successfully from kube manager 2026-04-02 02:01:55,621 - INFO - Verifications on Ingress %s cleanup passed 2026-04-02 02:01:55,621 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-02 02:01:55,762 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-02 02:01:55,768 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-02 02:01:55,768 - INFO - Deleting VN __public__ 2026-04-02 02:01:55,989 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/096e9ed6-9090-44b5-b4dc-71ef21ecb298 2026-04-02 02:01:56,004 - DEBUG - Response Code: 404 2026-04-02 02:01:56,005 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-04-02 02:01:56,014 - DEBUG - Requesting: http://10.0.0.242:8082/domain/b18fda87-df7b-41d2-84a9-2ad7755a5ce1 2026-04-02 02:01:56,029 - DEBUG - Requesting: http://10.0.0.242:8082/project/d210867f-225b-44a7-aea2-cb75900f1297 2026-04-02 02:01:56,065 - INFO - Validated that VN __public__ is not found in API Server 2026-04-02 02:01:56,065 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-02 02:01:56,074 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:01:56,084 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2026-04-02 02:01:56,084 - INFO - Validated that VN __public__ is not in any agent 2026-04-02 02:01:56,085 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:01:56,096 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 02:01:56,109 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-02 02:01:56,125 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-02 02:01:56,125 - INFO - Deleting pod default:ctest-nginx-pod-12188023 2026-04-02 02:01:56,142 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4b0fdfeb-1faa-4674-b5d9-7b37249ef48a 2026-04-02 02:01:56,162 - WARNING - Pod uuid 4b0fdfeb-1faa-4674-b5d9-7b37249ef48a is still seen in agent 10.0.0.27 VM list 2026-04-02 02:02:01,164 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4b0fdfeb-1faa-4674-b5d9-7b37249ef48a 2026-04-02 02:02:01,170 - DEBUG - Pod 4b0fdfeb-1faa-4674-b5d9-7b37249ef48a is not in agent 10.0.0.27 VM list 2026-04-02 02:02:01,170 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c69a4c2c-2e37-11f1-ab8d-fa163e3d2b9e 2026-04-02 02:02:01,176 - DEBUG - VMI c69a4c2c-2e37-11f1-ab8d-fa163e3d2b9e is removed from agent 10.0.0.27 2026-04-02 02:02:01,176 - INFO - Verified that pod ctest-nginx-pod-12188023 is removed in agent 2026-04-02 02:02:01,176 - INFO - Deleting pod default:ctest-nginx-pod-94982323 2026-04-02 02:02:01,198 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=248d3767-7c66-4d3b-978b-c7db33960ce8 2026-04-02 02:02:01,206 - WARNING - Pod uuid 248d3767-7c66-4d3b-978b-c7db33960ce8 is still seen in agent 10.0.0.27 VM list 2026-04-02 02:02:06,206 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=248d3767-7c66-4d3b-978b-c7db33960ce8 2026-04-02 02:02:06,213 - DEBUG - Pod 248d3767-7c66-4d3b-978b-c7db33960ce8 is not in agent 10.0.0.27 VM list 2026-04-02 02:02:06,213 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c62fa8c2-2e37-11f1-ab8d-fa163e3d2b9e 2026-04-02 02:02:06,218 - DEBUG - VMI c62fa8c2-2e37-11f1-ab8d-fa163e3d2b9e is removed from agent 10.0.0.27 2026-04-02 02:02:06,218 - INFO - Verified that pod ctest-nginx-pod-94982323 is removed in agent 2026-04-02 02:02:06,218 - INFO - Deleting service : ctest-nginx-svc-34897641 2026-04-02 02:02:06,431 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-02 02:02:06,437 - DEBUG - No XMPP flaps were noticed during the test