2026-04-23 01:50:24,421 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-04-23 01:50:24,680 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1978-1 2026-04-23 01:50:24,680 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-04-23 01:50:24,713 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1978-1 2026-04-23 01:50:24,714 - DEBUG - [10.0.0.19]: 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-23 01:50:24,788 - DEBUG - Output : NAMES contrail_test_SqBM1g3Sh contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 2026-04-23 01:50:24,788 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-23 01:50:24,869 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 252.19.0.1/8 10.26.189.1/24 172.17.0.1/16 2026-04-23 01:50:24,870 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-04-23 01:50:24,915 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1978-1 2026-04-23 01:50:24,985 - DEBUG - [10.0.0.241]: Running cmd : hostname 2026-04-23 01:50:25,273 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1978-1 2026-04-23 01:50:25,274 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2026-04-23 01:50:25,308 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1978-1 2026-04-23 01:50:25,308 - DEBUG - [10.0.0.241]: 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-23 01:50:25,376 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-04-23 01:50:25,376 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-23 01:50:25,455 - DEBUG - Output : 10.0.0.241/24 2026-04-23 01:50:25,455 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2026-04-23 01:50:25,500 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1978-1 2026-04-23 01:50:25,570 - INFO - Using existing project ['default-domain', 'k8s-default'](51df9385-5216-485d-85fb-ec64ab779242) 2026-04-23 01:50:25,644 - INFO - Using existing project ['default-domain', 'k8s-default'](51df9385-5216-485d-85fb-ec64ab779242) 2026-04-23 01:50:25,767 - INFO - ================================================================================ 2026-04-23 01:50:25,767 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-23 01:50:25,767 - 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-23 01:50:26,023 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-23 01:50:26,030 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.19': '0'}} with 2026-04-23 01:50:26,030 - INFO - Initial checks done. Running the testcase now 2026-04-23 01:50:26,030 - INFO - 2026-04-23 01:50:26,034 - INFO - Namespace default already exists 2026-04-23 01:50:26,035 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-23 01:50:26,163 - DEBUG - Output : cluster_project={} 2026-04-23 01:50:26,246 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-23 01:50:26,246 - DEBUG - Project uuid in Contrail is 51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:50:26,246 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-23 01:50:26,373 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-23 01:50:26,373 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=2f1a5854-e827-4fbb-9222-1bcb81bffb0a 2026-04-23 01:50:26,378 - INFO - Namespace default with uuid 2f1a5854-e827-4fbb-9222-1bcb81bffb0a found in kube manager 2026-04-23 01:50:26,378 - INFO - Namespace default verification passed 2026-04-23 01:50:26,381 - DEBUG - Service ctest-nginx-svc-23458121 not present 2026-04-23 01:50:26,381 - INFO - Creating service ctest-nginx-svc-23458121 2026-04-23 01:50:26,402 - INFO - Created Service ctest-nginx-svc-23458121 2026-04-23 01:50:26,423 - DEBUG - Pod ctest-nginx-pod-33935107 not present 2026-04-23 01:50:26,424 - INFO - Creating Pod ctest-nginx-pod-33935107 2026-04-23 01:50:26,491 - DEBUG - Pod : ctest-nginx-pod-33935107 UUID is 7e736f87-aa97-4f84-97b1-a7abbb432a17 2026-04-23 01:50:26,497 - DEBUG - Pod ctest-nginx-pod-85810997 not present 2026-04-23 01:50:26,498 - INFO - Creating Pod ctest-nginx-pod-85810997 2026-04-23 01:50:26,527 - DEBUG - Pod : ctest-nginx-pod-85810997 UUID is 9f2386f0-b8ad-4867-ad4c-098551fcfc21 2026-04-23 01:50:26,714 - INFO - Created VN __public__, UUID :7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:26,926 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-23 01:50:26,933 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4b919035-c593-42ff-a612-8bad469b07f9 2026-04-23 01:50:26,952 - DEBUG - Requesting: http://10.0.0.19:8082/project/51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:50:27,018 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:27,027 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:27,075 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:27,093 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:27,099 - DEBUG - Route Targets: [] 2026-04-23 01:50:27,099 - DEBUG - RT names not yet present for VN __public__ 2026-04-23 01:50:32,099 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-23 01:50:32,105 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4b919035-c593-42ff-a612-8bad469b07f9 2026-04-23 01:50:32,114 - DEBUG - Requesting: http://10.0.0.19:8082/project/51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:50:32,170 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,180 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,188 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:32,197 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:32,204 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/c9fd0ae0-8f39-4500-9c94-1c371466a3c2 2026-04-23 01:50:32,211 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-23 01:50:32,211 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,219 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:32,237 - INFO - Verified VN network id 13 for VN 7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,237 - INFO - Verifications in API Server for VN __public__ passed 2026-04-23 01:50:32,237 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,250 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:32,258 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:50:32,264 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/c9fd0ae0-8f39-4500-9c94-1c371466a3c2 2026-04-23 01:50:32,270 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-23 01:50:32,276 - DEBUG - Control-node 10.0.0.19 : 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': '8911181291851827808', 'uuid-lslong': '13733403644614841648'}, 'enable': 'true', 'created': '2026-04-23T01:50:26', 'last-modified': '2026-04-23T01:50:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.463326'} 2026-04-23 01:50:32,276 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:50:32,287 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-23 01:50:32,287 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-23 01:50:32,288 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-23 01:50:32,288 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-23 01:50:32,293 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4b919035-c593-42ff-a612-8bad469b07f9 2026-04-23 01:50:32,301 - DEBUG - Requesting: http://10.0.0.19:8082/project/51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:50:32,338 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,347 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-23 01:50:32,347 - DEBUG - Verifying the vn in opserver 2026-04-23 01:50:32,347 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2026-04-23 01:50:32,348 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2026-04-23 01:50:32,353 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-04-23 01:50:32,353 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-23 01:50:32,353 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:50:32,362 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:50:32,369 - DEBUG - Do not have enough data to verify VN in agent 2026-04-23 01:50:32,369 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:50:32,375 - DEBUG - VRF ids for VN __public__: {} 2026-04-23 01:50:32,471 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-23 01:50:32,564 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-23 01:50:32,571 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4b919035-c593-42ff-a612-8bad469b07f9 2026-04-23 01:50:32,578 - DEBUG - Requesting: http://10.0.0.19:8082/project/51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:50:32,613 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,623 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/698f8038-68db-4756-80a7-eac8d968d76c 2026-04-23 01:50:32,630 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-23 01:50:32,634 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4b919035-c593-42ff-a612-8bad469b07f9 2026-04-23 01:50:32,642 - DEBUG - Requesting: http://10.0.0.19:8082/project/51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:50:32,685 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/7baae02b-e5ef-4a60-be96-d9da22529530 2026-04-23 01:50:32,695 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-23 01:50:32,695 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-23 01:50:32,703 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-23 01:50:32,709 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-23 01:50:32,709 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-23 01:50:32,714 - DEBUG - Ingress ctest-nginx-ingress-69324065 not present 2026-04-23 01:50:32,714 - INFO - Creating Ingress ctest-nginx-ingress-69324065 2026-04-23 01:50:32,725 - INFO - Created Ingress ctest-nginx-ingress-69324065 2026-04-23 01:50:32,729 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-69324065 2026-04-23 01:50:35,737 - DEBUG - For Ingress ctest-nginx-ingress-69324065, Cluster IP: 10.47.255.249, External IPs ['65.161.81.252'] 2026-04-23 01:50:35,737 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-69324065 2026-04-23 01:50:35,737 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=8640b667-ea20-4bcb-a0f7-7bbbce6fa50b 2026-04-23 01:50:35,743 - INFO - Ingress ctest-nginx-ingress-69324065 with uuid 8640b667-ea20-4bcb-a0f7-7bbbce6fa50b found in kube manager 2026-04-23 01:50:35,743 - INFO - Ingress ctest-nginx-ingress-69324065 verification passed 2026-04-23 01:50:35,746 - DEBUG - Pod ctest-busybox-pod-54120615 not present 2026-04-23 01:50:35,748 - INFO - Creating Pod ctest-busybox-pod-54120615 2026-04-23 01:50:35,801 - DEBUG - Pod : ctest-busybox-pod-54120615 UUID is 269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:50:35,810 - DEBUG - Pod ctest-nginx-pod-33935107 not in running state.Currently in Pending 2026-04-23 01:50:40,818 - INFO - Pod ctest-nginx-pod-33935107 is in running state.Got IP 10.47.255.251 2026-04-23 01:50:40,874 - DEBUG - Pod ctest-nginx-pod-33935107 has vmi cd9b7048-3eb6-11f1-983c-fa163edf6452 2026-04-23 01:50:40,874 - INFO - Verified pod ctest-nginx-pod-33935107 in contrail-api 2026-04-23 01:50:40,874 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-23 01:50:40,888 - DEBUG - VMI cd9b7048-3eb6-11f1-983c-fa163edf6452 is active in agent 10.0.0.241 2026-04-23 01:50:40,888 - INFO - Verified Pod ctest-nginx-pod-33935107 in agent 10.0.0.241 2026-04-23 01:50:40,888 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=7e736f87-aa97-4f84-97b1-a7abbb432a17 2026-04-23 01:50:40,893 - INFO - Pod ctest-nginx-pod-33935107 with uuid 7e736f87-aa97-4f84-97b1-a7abbb432a17 found in kube manager 2026-04-23 01:50:40,893 - INFO - Pod ctest-nginx-pod-33935107 verification passed 2026-04-23 01:50:40,967 - DEBUG - [Pod ctest-nginx-pod-33935107] Cmd: echo ctest-nginx-pod-33935107 > /usr/share/nginx/html/index.html, Output: 2026-04-23 01:50:40,974 - DEBUG - Pod ctest-nginx-pod-85810997 not in running state.Currently in Pending 2026-04-23 01:50:45,981 - INFO - Pod ctest-nginx-pod-85810997 is in running state.Got IP 10.47.255.250 2026-04-23 01:50:45,994 - DEBUG - Pod ctest-nginx-pod-85810997 has vmi ce36cdc2-3eb6-11f1-983c-fa163edf6452 2026-04-23 01:50:45,994 - INFO - Verified pod ctest-nginx-pod-85810997 in contrail-api 2026-04-23 01:50:45,994 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-23 01:50:46,010 - DEBUG - VMI ce36cdc2-3eb6-11f1-983c-fa163edf6452 is active in agent 10.0.0.241 2026-04-23 01:50:46,010 - INFO - Verified Pod ctest-nginx-pod-85810997 in agent 10.0.0.241 2026-04-23 01:50:46,010 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=9f2386f0-b8ad-4867-ad4c-098551fcfc21 2026-04-23 01:50:46,015 - INFO - Pod ctest-nginx-pod-85810997 with uuid 9f2386f0-b8ad-4867-ad4c-098551fcfc21 found in kube manager 2026-04-23 01:50:46,015 - INFO - Pod ctest-nginx-pod-85810997 verification passed 2026-04-23 01:50:46,077 - DEBUG - [Pod ctest-nginx-pod-85810997] Cmd: echo ctest-nginx-pod-85810997 > /usr/share/nginx/html/index.html, Output: 2026-04-23 01:50:46,086 - DEBUG - Pod ctest-busybox-pod-54120615 not in running state.Currently in Pending 2026-04-23 01:50:51,092 - INFO - Pod ctest-busybox-pod-54120615 is in running state.Got IP 10.47.255.248 2026-04-23 01:50:51,105 - DEBUG - Pod ctest-busybox-pod-54120615 has vmi d262fe70-3eb6-11f1-983c-fa163edf6452 2026-04-23 01:50:51,105 - INFO - Verified pod ctest-busybox-pod-54120615 in contrail-api 2026-04-23 01:50:51,105 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-23 01:50:51,120 - DEBUG - VMI d262fe70-3eb6-11f1-983c-fa163edf6452 is active in agent 10.0.0.241 2026-04-23 01:50:51,120 - INFO - Verified Pod ctest-busybox-pod-54120615 in agent 10.0.0.241 2026-04-23 01:50:51,120 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:50:51,125 - INFO - Pod ctest-busybox-pod-54120615 with uuid 269c26a2-068e-4df3-9089-eb903185a5d1 found in kube manager 2026-04-23 01:50:51,125 - INFO - Pod ctest-busybox-pod-54120615 verification passed 2026-04-23 01:50:51,199 - DEBUG - [Pod ctest-busybox-pod-54120615] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-85810997 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-23 01:50:51,199 - DEBUG - [Pod Pod ctest-busybox-pod-54120615] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-23 01:50:51,199 - DEBUG - [Pod Pod ctest-busybox-pod-54120615] Cmd output: ctest-nginx-pod-85810997 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-23 01:50:51,284 - DEBUG - [Pod ctest-busybox-pod-54120615] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-33935107 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-23 01:50:51,284 - DEBUG - [Pod Pod ctest-busybox-pod-54120615] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-23 01:50:51,284 - DEBUG - [Pod Pod ctest-busybox-pod-54120615] Cmd output: ctest-nginx-pod-33935107 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-23 01:50:51,284 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-33935107': 1, 'ctest-nginx-pod-85810997': 1} 2026-04-23 01:50:51,284 - WARNING - Nothing to delete parallely 2026-04-23 01:50:51,285 - INFO - Deleting pod default:ctest-busybox-pod-54120615 2026-04-23 01:50:51,301 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:50:51,310 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:50:56,311 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:50:56,319 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:01,320 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:51:01,329 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:06,330 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:51:06,342 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:11,343 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:51:11,361 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:16,362 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:51:16,371 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:21,372 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:51:21,379 - WARNING - Pod uuid 269c26a2-068e-4df3-9089-eb903185a5d1 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:26,379 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=269c26a2-068e-4df3-9089-eb903185a5d1 2026-04-23 01:51:26,388 - DEBUG - Pod 269c26a2-068e-4df3-9089-eb903185a5d1 is not in agent 10.0.0.241 VM list 2026-04-23 01:51:26,388 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d262fe70-3eb6-11f1-983c-fa163edf6452 2026-04-23 01:51:26,396 - DEBUG - VMI d262fe70-3eb6-11f1-983c-fa163edf6452 is removed from agent 10.0.0.241 2026-04-23 01:51:26,396 - INFO - Verified that pod ctest-busybox-pod-54120615 is removed in agent 2026-04-23 01:51:26,396 - INFO - Deleting Ingress : ctest-nginx-ingress-69324065 2026-04-23 01:51:26,412 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=8640b667-ea20-4bcb-a0f7-7bbbce6fa50b 2026-04-23 01:51:26,417 - ERROR - Ingress ctest-nginx-ingress-69324065 with uuid 8640b667-ea20-4bcb-a0f7-7bbbce6fa50b still found in kube manager 2026-04-23 01:51:27,419 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=8640b667-ea20-4bcb-a0f7-7bbbce6fa50b 2026-04-23 01:51:27,427 - INFO - Ingress ctest-nginx-ingress-69324065 with uuid 8640b667-ea20-4bcb-a0f7-7bbbce6fa50b deleted successfully from kube manager 2026-04-23 01:51:27,428 - INFO - Verifications on Ingress %s cleanup passed 2026-04-23 01:51:27,428 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-23 01:51:27,517 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-23 01:51:27,526 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-23 01:51:27,526 - INFO - Deleting VN __public__ 2026-04-23 01:51:27,665 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/89054ea0-aac2-426c-bc74-1595428b8370 2026-04-23 01:51:27,671 - DEBUG - Response Code: 404 2026-04-23 01:51:27,672 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-23 01:51:27,677 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4b919035-c593-42ff-a612-8bad469b07f9 2026-04-23 01:51:27,684 - DEBUG - Requesting: http://10.0.0.19:8082/project/51df9385-5216-485d-85fb-ec64ab779242 2026-04-23 01:51:27,763 - INFO - Validated that VN __public__ is not found in API Server 2026-04-23 01:51:27,764 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-23 01:51:27,776 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:51:27,799 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2026-04-23 01:51:27,799 - INFO - Validated that VN __public__ is not in any agent 2026-04-23 01:51:27,799 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:51:27,826 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-23 01:51:27,836 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-23 01:51:27,846 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-23 01:51:27,847 - INFO - Deleting pod default:ctest-nginx-pod-85810997 2026-04-23 01:51:27,864 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=9f2386f0-b8ad-4867-ad4c-098551fcfc21 2026-04-23 01:51:27,882 - WARNING - Pod uuid 9f2386f0-b8ad-4867-ad4c-098551fcfc21 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:32,884 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=9f2386f0-b8ad-4867-ad4c-098551fcfc21 2026-04-23 01:51:32,892 - DEBUG - Pod 9f2386f0-b8ad-4867-ad4c-098551fcfc21 is not in agent 10.0.0.241 VM list 2026-04-23 01:51:32,892 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce36cdc2-3eb6-11f1-983c-fa163edf6452 2026-04-23 01:51:32,899 - DEBUG - VMI ce36cdc2-3eb6-11f1-983c-fa163edf6452 is removed from agent 10.0.0.241 2026-04-23 01:51:32,899 - INFO - Verified that pod ctest-nginx-pod-85810997 is removed in agent 2026-04-23 01:51:32,899 - INFO - Deleting pod default:ctest-nginx-pod-33935107 2026-04-23 01:51:32,914 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e736f87-aa97-4f84-97b1-a7abbb432a17 2026-04-23 01:51:32,922 - WARNING - Pod uuid 7e736f87-aa97-4f84-97b1-a7abbb432a17 is still seen in agent 10.0.0.241 VM list 2026-04-23 01:51:37,923 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e736f87-aa97-4f84-97b1-a7abbb432a17 2026-04-23 01:51:37,931 - DEBUG - Pod 7e736f87-aa97-4f84-97b1-a7abbb432a17 is not in agent 10.0.0.241 VM list 2026-04-23 01:51:37,931 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd9b7048-3eb6-11f1-983c-fa163edf6452 2026-04-23 01:51:37,937 - DEBUG - VMI cd9b7048-3eb6-11f1-983c-fa163edf6452 is removed from agent 10.0.0.241 2026-04-23 01:51:37,937 - INFO - Verified that pod ctest-nginx-pod-33935107 is removed in agent 2026-04-23 01:51:37,937 - INFO - Deleting service : ctest-nginx-svc-23458121 2026-04-23 01:51:38,142 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-23 01:51:38,150 - DEBUG - No XMPP flaps were noticed during the test