2025-06-25 11:09:03,142 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-06-25 11:09:03,447 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1300-1 2025-06-25 11:09:03,448 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-06-25 11:09:03,489 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1300-1 2025-06-25 11:09:03,489 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-25 11:09:03,554 - DEBUG - Output : NAMES contrail_test_Lo97mDRx7 webui-job-1 webui-web-1 contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-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 2025-06-25 11:09:03,555 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-25 11:09:03,610 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-06-25 11:09:03,610 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-06-25 11:09:03,693 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1300-1 2025-06-25 11:09:03,750 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-06-25 11:09:03,975 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1300-1 2025-06-25 11:09:03,975 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-06-25 11:09:04,010 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1300-1 2025-06-25 11:09:04,010 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-25 11:09:04,104 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-25 11:09:04,105 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-25 11:09:04,139 - DEBUG - Output : 10.0.0.249/24 2025-06-25 11:09:04,140 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-06-25 11:09:04,171 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1300-1 2025-06-25 11:09:04,410 - INFO - Using existing project ['default-domain', 'k8s-default'](12ff3da5-04ce-4e02-ad8a-1584f56f3f9b) 2025-06-25 11:09:04,525 - INFO - Using existing project ['default-domain', 'k8s-default'](12ff3da5-04ce-4e02-ad8a-1584f56f3f9b) 2025-06-25 11:09:04,685 - INFO - ================================================================================ 2025-06-25 11:09:04,685 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-25 11:09:04,686 - 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 2025-06-25 11:09:04,908 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-25 11:09:04,917 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.33': '0'}} with 2025-06-25 11:09:04,917 - INFO - Initial checks done. Running the testcase now 2025-06-25 11:09:04,917 - INFO - 2025-06-25 11:09:04,922 - INFO - Namespace default already exists 2025-06-25 11:09:04,923 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-25 11:09:05,071 - DEBUG - Output : cluster_project={} 2025-06-25 11:09:05,128 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-25 11:09:05,129 - DEBUG - Project uuid in Contrail is 12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:09:05,129 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-25 11:09:05,297 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-25 11:09:05,297 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=6d797e36-517c-4a71-b773-94e6d549d0e5 2025-06-25 11:09:05,302 - INFO - Namespace default with uuid 6d797e36-517c-4a71-b773-94e6d549d0e5 found in kube manager 2025-06-25 11:09:05,302 - INFO - Namespace default verification passed 2025-06-25 11:09:05,308 - DEBUG - Service ctest-nginx-svc-05337328 not present 2025-06-25 11:09:05,308 - INFO - Creating service ctest-nginx-svc-05337328 2025-06-25 11:09:05,344 - INFO - Created Service ctest-nginx-svc-05337328 2025-06-25 11:09:05,350 - DEBUG - Pod ctest-nginx-pod-60855144 not present 2025-06-25 11:09:05,350 - INFO - Creating Pod ctest-nginx-pod-60855144 2025-06-25 11:09:05,414 - DEBUG - Pod : ctest-nginx-pod-60855144 UUID is 261283e0-cd93-482a-a759-c685b71fde88 2025-06-25 11:09:05,426 - DEBUG - Pod ctest-nginx-pod-14755216 not present 2025-06-25 11:09:05,426 - INFO - Creating Pod ctest-nginx-pod-14755216 2025-06-25 11:09:05,471 - DEBUG - Pod : ctest-nginx-pod-14755216 UUID is f3c14953-fe57-4066-8504-f2c3d8686538 2025-06-25 11:09:05,691 - INFO - Created VN __public__, UUID :3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:05,967 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-25 11:09:05,973 - DEBUG - Requesting: http://10.0.0.33:8082/domain/0426b1e8-4579-4ddf-a0da-ef81ae4c4ebb 2025-06-25 11:09:06,010 - DEBUG - Requesting: http://10.0.0.33:8082/project/12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:09:06,071 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:06,085 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:06,097 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:06,105 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:06,112 - DEBUG - Route Targets: [] 2025-06-25 11:09:06,112 - DEBUG - RT names not yet present for VN __public__ 2025-06-25 11:09:11,113 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-25 11:09:11,121 - DEBUG - Requesting: http://10.0.0.33:8082/domain/0426b1e8-4579-4ddf-a0da-ef81ae4c4ebb 2025-06-25 11:09:11,133 - DEBUG - Requesting: http://10.0.0.33:8082/project/12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:09:11,188 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,198 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,209 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:11,218 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:11,226 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/d3530feb-a7ef-4c92-ac80-712df8ae4d44 2025-06-25 11:09:11,233 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-25 11:09:11,233 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,242 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:11,256 - INFO - Verified VN network id 13 for VN 3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,256 - INFO - Verifications in API Server for VN __public__ passed 2025-06-25 11:09:11,256 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,267 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:11,274 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:09:11,281 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/d3530feb-a7ef-4c92-ac80-712df8ae4d44 2025-06-25 11:09:11,288 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-25 11:09:11,295 - DEBUG - Control-node 10.0.0.33 : 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': '4521793127138085420', 'uuid-lslong': '13126414930701144346'}, 'enable': 'true', 'created': '2025-06-25T11:09:05', 'last-modified': '2025-06-25T11:09:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.386425'} 2025-06-25 11:09:11,295 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:09:11,302 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-25 11:09:11,302 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-25 11:09:11,303 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-25 11:09:11,303 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-25 11:09:11,309 - DEBUG - Requesting: http://10.0.0.33:8082/domain/0426b1e8-4579-4ddf-a0da-ef81ae4c4ebb 2025-06-25 11:09:11,325 - DEBUG - Requesting: http://10.0.0.33:8082/project/12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:09:11,369 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,382 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-25 11:09:11,382 - DEBUG - Verifying the vn in opserver 2025-06-25 11:09:11,382 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-06-25 11:09:11,382 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-06-25 11:09:11,387 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-25 11:09:11,387 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-25 11:09:11,388 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:09:11,396 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:09:11,403 - DEBUG - Do not have enough data to verify VN in agent 2025-06-25 11:09:11,403 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:09:11,409 - DEBUG - VRF ids for VN __public__: {} 2025-06-25 11:09:11,512 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-25 11:09:11,665 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-25 11:09:11,672 - DEBUG - Requesting: http://10.0.0.33:8082/domain/0426b1e8-4579-4ddf-a0da-ef81ae4c4ebb 2025-06-25 11:09:11,682 - DEBUG - Requesting: http://10.0.0.33:8082/project/12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:09:11,724 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,741 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/a0d6160d-28b8-4c4b-bd0e-7517ee9a1490 2025-06-25 11:09:11,748 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-25 11:09:11,763 - DEBUG - Requesting: http://10.0.0.33:8082/domain/0426b1e8-4579-4ddf-a0da-ef81ae4c4ebb 2025-06-25 11:09:11,774 - DEBUG - Requesting: http://10.0.0.33:8082/project/12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:09:11,816 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/3ec0a2e4-42de-4a2c-b62a-64d52ed3511a 2025-06-25 11:09:11,826 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-25 11:09:11,826 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-25 11:09:11,834 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-25 11:09:11,840 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-25 11:09:11,840 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-25 11:09:11,843 - DEBUG - Ingress ctest-nginx-ingress-65283207 not present 2025-06-25 11:09:11,844 - INFO - Creating Ingress ctest-nginx-ingress-65283207 2025-06-25 11:09:11,851 - INFO - Created Ingress ctest-nginx-ingress-65283207 2025-06-25 11:09:11,854 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65283207 2025-06-25 11:09:14,859 - DEBUG - For Ingress ctest-nginx-ingress-65283207, Cluster IP: 10.47.255.249, External IPs ['115.108.221.124'] 2025-06-25 11:09:14,860 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-65283207 2025-06-25 11:09:14,860 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=d33aa24b-e208-48a2-afab-27cd75a055f2 2025-06-25 11:09:14,877 - INFO - Ingress ctest-nginx-ingress-65283207 with uuid d33aa24b-e208-48a2-afab-27cd75a055f2 found in kube manager 2025-06-25 11:09:14,877 - INFO - Ingress ctest-nginx-ingress-65283207 verification passed 2025-06-25 11:09:14,881 - DEBUG - Pod ctest-busybox-pod-06727850 not present 2025-06-25 11:09:14,881 - INFO - Creating Pod ctest-busybox-pod-06727850 2025-06-25 11:09:14,936 - DEBUG - Pod : ctest-busybox-pod-06727850 UUID is a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:14,943 - DEBUG - Pod ctest-nginx-pod-60855144 not in running state.Currently in Pending 2025-06-25 11:09:19,951 - INFO - Pod ctest-nginx-pod-60855144 is in running state.Got IP 10.47.255.251 2025-06-25 11:09:19,973 - DEBUG - Pod ctest-nginx-pod-60855144 has vmi cfe49c8e-51b4-11f0-9812-fa163e01d537 2025-06-25 11:09:19,973 - INFO - Verified pod ctest-nginx-pod-60855144 in contrail-api 2025-06-25 11:09:19,973 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 11:09:19,986 - DEBUG - VMI cfe49c8e-51b4-11f0-9812-fa163e01d537 is active in agent 10.0.0.249 2025-06-25 11:09:19,986 - INFO - Verified Pod ctest-nginx-pod-60855144 in agent 10.0.0.249 2025-06-25 11:09:19,987 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=261283e0-cd93-482a-a759-c685b71fde88 2025-06-25 11:09:19,992 - INFO - Pod ctest-nginx-pod-60855144 with uuid 261283e0-cd93-482a-a759-c685b71fde88 found in kube manager 2025-06-25 11:09:19,992 - INFO - Pod ctest-nginx-pod-60855144 verification passed 2025-06-25 11:09:20,059 - DEBUG - [Pod ctest-nginx-pod-60855144] Cmd: echo ctest-nginx-pod-60855144 > /usr/share/nginx/html/index.html, Output: 2025-06-25 11:09:20,066 - INFO - Pod ctest-nginx-pod-14755216 is in running state.Got IP 10.47.255.250 2025-06-25 11:09:20,085 - DEBUG - Pod ctest-nginx-pod-14755216 has vmi d060d056-51b4-11f0-9812-fa163e01d537 2025-06-25 11:09:20,085 - INFO - Verified pod ctest-nginx-pod-14755216 in contrail-api 2025-06-25 11:09:20,085 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 11:09:20,097 - DEBUG - VMI d060d056-51b4-11f0-9812-fa163e01d537 is active in agent 10.0.0.249 2025-06-25 11:09:20,097 - INFO - Verified Pod ctest-nginx-pod-14755216 in agent 10.0.0.249 2025-06-25 11:09:20,097 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=f3c14953-fe57-4066-8504-f2c3d8686538 2025-06-25 11:09:20,102 - INFO - Pod ctest-nginx-pod-14755216 with uuid f3c14953-fe57-4066-8504-f2c3d8686538 found in kube manager 2025-06-25 11:09:20,102 - INFO - Pod ctest-nginx-pod-14755216 verification passed 2025-06-25 11:09:20,154 - DEBUG - [Pod ctest-nginx-pod-14755216] Cmd: echo ctest-nginx-pod-14755216 > /usr/share/nginx/html/index.html, Output: 2025-06-25 11:09:20,160 - DEBUG - Pod ctest-busybox-pod-06727850 not in running state.Currently in Pending 2025-06-25 11:09:25,172 - DEBUG - Pod ctest-busybox-pod-06727850 not in running state.Currently in Pending 2025-06-25 11:09:30,179 - DEBUG - Pod ctest-busybox-pod-06727850 not in running state.Currently in Pending 2025-06-25 11:09:35,187 - INFO - Pod ctest-busybox-pod-06727850 is in running state.Got IP 10.47.255.248 2025-06-25 11:09:35,241 - DEBUG - Pod ctest-busybox-pod-06727850 has vmi d4a2fc8e-51b4-11f0-9812-fa163e01d537 2025-06-25 11:09:35,242 - INFO - Verified pod ctest-busybox-pod-06727850 in contrail-api 2025-06-25 11:09:35,242 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 11:09:35,255 - DEBUG - VMI d4a2fc8e-51b4-11f0-9812-fa163e01d537 is active in agent 10.0.0.249 2025-06-25 11:09:35,256 - INFO - Verified Pod ctest-busybox-pod-06727850 in agent 10.0.0.249 2025-06-25 11:09:35,256 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:35,262 - INFO - Pod ctest-busybox-pod-06727850 with uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee found in kube manager 2025-06-25 11:09:35,262 - INFO - Pod ctest-busybox-pod-06727850 verification passed 2025-06-25 11:09:35,317 - DEBUG - [Pod ctest-busybox-pod-06727850] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-60855144 2025-06-25 11:09:35,317 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 11:09:35,318 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-60855144 2025-06-25 11:09:35,369 - DEBUG - [Pod ctest-busybox-pod-06727850] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60855144 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,369 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 11:09:35,369 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd output: ctest-nginx-pod-60855144 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,425 - DEBUG - [Pod ctest-busybox-pod-06727850] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60855144 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,425 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 11:09:35,425 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd output: ctest-nginx-pod-60855144 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,485 - DEBUG - [Pod ctest-busybox-pod-06727850] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60855144 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,485 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 11:09:35,485 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd output: ctest-nginx-pod-60855144 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,544 - DEBUG - [Pod ctest-busybox-pod-06727850] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-60855144 2025-06-25 11:09:35,544 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 11:09:35,544 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-60855144 2025-06-25 11:09:35,597 - DEBUG - [Pod ctest-busybox-pod-06727850] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14755216 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,597 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 11:09:35,597 - DEBUG - [Pod Pod ctest-busybox-pod-06727850] Cmd output: ctest-nginx-pod-14755216 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-25 11:09:35,597 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-60855144': 5, 'ctest-nginx-pod-14755216': 1} 2025-06-25 11:09:35,598 - WARNING - Nothing to delete parallely 2025-06-25 11:09:35,598 - INFO - Deleting pod default:ctest-busybox-pod-06727850 2025-06-25 11:09:35,617 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:35,628 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:09:40,630 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:40,640 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:09:45,641 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:45,653 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:09:50,654 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:50,670 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:09:55,672 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:09:55,682 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:10:00,682 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:10:00,690 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:10:05,690 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:10:05,698 - WARNING - Pod uuid a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is still seen in agent 10.0.0.249 VM list 2025-06-25 11:10:10,699 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee 2025-06-25 11:10:10,706 - DEBUG - Pod a96e1dc8-0826-4cd8-ad8d-4b14c333e6ee is not in agent 10.0.0.249 VM list 2025-06-25 11:10:10,706 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d4a2fc8e-51b4-11f0-9812-fa163e01d537 2025-06-25 11:10:10,712 - DEBUG - VMI d4a2fc8e-51b4-11f0-9812-fa163e01d537 is removed from agent 10.0.0.249 2025-06-25 11:10:10,712 - INFO - Verified that pod ctest-busybox-pod-06727850 is removed in agent 2025-06-25 11:10:10,712 - INFO - Deleting Ingress : ctest-nginx-ingress-65283207 2025-06-25 11:10:10,723 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=d33aa24b-e208-48a2-afab-27cd75a055f2 2025-06-25 11:10:10,731 - ERROR - Ingress ctest-nginx-ingress-65283207 with uuid d33aa24b-e208-48a2-afab-27cd75a055f2 still found in kube manager 2025-06-25 11:10:11,731 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=d33aa24b-e208-48a2-afab-27cd75a055f2 2025-06-25 11:10:11,738 - INFO - Ingress ctest-nginx-ingress-65283207 with uuid d33aa24b-e208-48a2-afab-27cd75a055f2 deleted successfully from kube manager 2025-06-25 11:10:11,738 - INFO - Verifications on Ingress %s cleanup passed 2025-06-25 11:10:11,738 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-25 11:10:11,898 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-25 11:10:11,906 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-25 11:10:11,906 - INFO - Deleting VN __public__ 2025-06-25 11:10:12,107 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/321467b3-5ad7-4db0-9a5d-5b926dbd461d 2025-06-25 11:10:12,124 - DEBUG - Response Code: 404 2025-06-25 11:10:12,125 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-25 11:10:12,135 - DEBUG - Requesting: http://10.0.0.33:8082/domain/0426b1e8-4579-4ddf-a0da-ef81ae4c4ebb 2025-06-25 11:10:12,153 - DEBUG - Requesting: http://10.0.0.33:8082/project/12ff3da5-04ce-4e02-ad8a-1584f56f3f9b 2025-06-25 11:10:12,210 - INFO - Validated that VN __public__ is not found in API Server 2025-06-25 11:10:12,210 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-25 11:10:12,222 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:10:12,232 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-06-25 11:10:12,232 - INFO - Validated that VN __public__ is not in any agent 2025-06-25 11:10:12,233 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:10:12,243 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 11:10:12,253 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-25 11:10:12,268 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-25 11:10:12,268 - INFO - Deleting pod default:ctest-nginx-pod-14755216 2025-06-25 11:10:12,297 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f3c14953-fe57-4066-8504-f2c3d8686538 2025-06-25 11:10:12,311 - WARNING - Pod uuid f3c14953-fe57-4066-8504-f2c3d8686538 is still seen in agent 10.0.0.249 VM list 2025-06-25 11:10:17,311 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f3c14953-fe57-4066-8504-f2c3d8686538 2025-06-25 11:10:17,319 - DEBUG - Pod f3c14953-fe57-4066-8504-f2c3d8686538 is not in agent 10.0.0.249 VM list 2025-06-25 11:10:17,319 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d060d056-51b4-11f0-9812-fa163e01d537 2025-06-25 11:10:17,325 - DEBUG - VMI d060d056-51b4-11f0-9812-fa163e01d537 is removed from agent 10.0.0.249 2025-06-25 11:10:17,325 - INFO - Verified that pod ctest-nginx-pod-14755216 is removed in agent 2025-06-25 11:10:17,325 - INFO - Deleting pod default:ctest-nginx-pod-60855144 2025-06-25 11:10:17,343 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=261283e0-cd93-482a-a759-c685b71fde88 2025-06-25 11:10:17,359 - WARNING - Pod uuid 261283e0-cd93-482a-a759-c685b71fde88 is still seen in agent 10.0.0.249 VM list 2025-06-25 11:10:22,361 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=261283e0-cd93-482a-a759-c685b71fde88 2025-06-25 11:10:22,368 - DEBUG - Pod 261283e0-cd93-482a-a759-c685b71fde88 is not in agent 10.0.0.249 VM list 2025-06-25 11:10:22,368 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cfe49c8e-51b4-11f0-9812-fa163e01d537 2025-06-25 11:10:22,375 - DEBUG - VMI cfe49c8e-51b4-11f0-9812-fa163e01d537 is removed from agent 10.0.0.249 2025-06-25 11:10:22,375 - INFO - Verified that pod ctest-nginx-pod-60855144 is removed in agent 2025-06-25 11:10:22,375 - INFO - Deleting service : ctest-nginx-svc-05337328 2025-06-25 11:10:22,664 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-25 11:10:22,673 - DEBUG - No XMPP flaps were noticed during the test