2025-09-15 18:27:16,224 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-09-15 18:27:16,515 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1482-1 2025-09-15 18:27:16,516 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-09-15 18:27:16,550 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1482-1 2025-09-15 18:27:16,550 - 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}' 2025-09-15 18:27:16,615 - DEBUG - Output : NAMES contrail_test_jLL5id5Tt contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 2025-09-15 18:27:16,615 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-15 18:27:16,649 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 252.19.0.1/8 10.108.98.1/24 172.17.0.1/16 2025-09-15 18:27:16,649 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-09-15 18:27:16,733 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1482-1 2025-09-15 18:27:16,802 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-09-15 18:27:17,053 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1482-1 2025-09-15 18:27:17,053 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-09-15 18:27:17,099 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1482-1 2025-09-15 18:27:17,099 - DEBUG - [10.0.0.50]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-09-15 18:27:17,191 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-15 18:27:17,192 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-15 18:27:17,238 - DEBUG - Output : 10.0.0.50/24 2025-09-15 18:27:17,239 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-09-15 18:27:17,318 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1482-1 2025-09-15 18:27:17,455 - INFO - Using existing project ['default-domain', 'k8s-default'](d3b8e668-98a4-43de-8227-660bd6ebed66) 2025-09-15 18:27:17,567 - INFO - Using existing project ['default-domain', 'k8s-default'](d3b8e668-98a4-43de-8227-660bd6ebed66) 2025-09-15 18:27:17,703 - INFO - ================================================================================ 2025-09-15 18:27:17,703 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-15 18:27:17,703 - 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-09-15 18:27:17,912 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-15 18:27:17,919 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.19': '0'}} with 2025-09-15 18:27:17,919 - INFO - Initial checks done. Running the testcase now 2025-09-15 18:27:17,919 - INFO - 2025-09-15 18:27:17,924 - INFO - Namespace default already exists 2025-09-15 18:27:17,925 - 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' 2025-09-15 18:27:18,046 - DEBUG - Output : cluster_project={} 2025-09-15 18:27:18,102 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-15 18:27:18,102 - DEBUG - Project uuid in Contrail is d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:27:18,103 - 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' 2025-09-15 18:27:18,275 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-15 18:27:18,276 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=835e77ed-125d-4d1f-bedd-8c61ada624a8 2025-09-15 18:27:18,280 - INFO - Namespace default with uuid 835e77ed-125d-4d1f-bedd-8c61ada624a8 found in kube manager 2025-09-15 18:27:18,281 - INFO - Namespace default verification passed 2025-09-15 18:27:18,287 - DEBUG - Service ctest-nginx-svc-53437975 not present 2025-09-15 18:27:18,288 - INFO - Creating service ctest-nginx-svc-53437975 2025-09-15 18:27:18,306 - INFO - Created Service ctest-nginx-svc-53437975 2025-09-15 18:27:18,322 - DEBUG - Pod ctest-nginx-pod-15210522 not present 2025-09-15 18:27:18,322 - INFO - Creating Pod ctest-nginx-pod-15210522 2025-09-15 18:27:18,362 - DEBUG - Pod : ctest-nginx-pod-15210522 UUID is 18a60e75-3996-4675-93d7-b07434564fef 2025-09-15 18:27:18,383 - DEBUG - Pod ctest-nginx-pod-05444160 not present 2025-09-15 18:27:18,384 - INFO - Creating Pod ctest-nginx-pod-05444160 2025-09-15 18:27:18,434 - DEBUG - Pod : ctest-nginx-pod-05444160 UUID is 947277ba-afb2-4ff0-9581-1c9e817eddb6 2025-09-15 18:27:18,674 - INFO - Created VN __public__, UUID :2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:18,986 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-09-15 18:27:18,991 - DEBUG - Requesting: http://10.0.0.19:8082/domain/860176ec-a5e9-46c8-94a5-a93b4f961760 2025-09-15 18:27:19,004 - DEBUG - Requesting: http://10.0.0.19:8082/project/d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:27:19,113 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:19,127 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:19,137 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:19,155 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:19,186 - DEBUG - Route Targets: [] 2025-09-15 18:27:19,186 - DEBUG - RT names not yet present for VN __public__ 2025-09-15 18:27:24,187 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-09-15 18:27:24,193 - DEBUG - Requesting: http://10.0.0.19:8082/domain/860176ec-a5e9-46c8-94a5-a93b4f961760 2025-09-15 18:27:24,201 - DEBUG - Requesting: http://10.0.0.19:8082/project/d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:27:24,242 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,252 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,262 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:24,270 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:24,276 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/fce88735-668e-4ba2-b349-d084b7b011a0 2025-09-15 18:27:24,282 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-15 18:27:24,282 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,289 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:24,301 - INFO - Verified VN network id 13 for VN 2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,301 - INFO - Verifications in API Server for VN __public__ passed 2025-09-15 18:27:24,302 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,310 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:24,316 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:27:24,321 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/fce88735-668e-4ba2-b349-d084b7b011a0 2025-09-15 18:27:24,328 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-15 18:27:24,334 - 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': '2668355888053043446', 'uuid-lslong': '12265463030784938877'}, 'enable': 'true', 'created': '2025-09-15T18:27:18', 'last-modified': '2025-09-15T18:27:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.449431'} 2025-09-15 18:27:24,334 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:27:24,345 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-15 18:27:24,345 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-15 18:27:24,346 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-15 18:27:24,346 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-09-15 18:27:24,352 - DEBUG - Requesting: http://10.0.0.19:8082/domain/860176ec-a5e9-46c8-94a5-a93b4f961760 2025-09-15 18:27:24,360 - DEBUG - Requesting: http://10.0.0.19:8082/project/d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:27:24,402 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,411 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-15 18:27:24,411 - DEBUG - Verifying the vn in opserver 2025-09-15 18:27:24,411 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2025-09-15 18:27:24,411 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2025-09-15 18:27:24,416 - 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'} 2025-09-15 18:27:24,416 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-15 18:27:24,416 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:27:24,424 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:27:24,431 - DEBUG - Do not have enough data to verify VN in agent 2025-09-15 18:27:24,431 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:27:24,437 - DEBUG - VRF ids for VN __public__: {} 2025-09-15 18:27:24,488 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-15 18:27:24,610 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-09-15 18:27:24,619 - DEBUG - Requesting: http://10.0.0.19:8082/domain/860176ec-a5e9-46c8-94a5-a93b4f961760 2025-09-15 18:27:24,632 - DEBUG - Requesting: http://10.0.0.19:8082/project/d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:27:24,680 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,689 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/b6a308aa-5034-4fea-9b58-e0e22081518d 2025-09-15 18:27:24,698 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-09-15 18:27:24,704 - DEBUG - Requesting: http://10.0.0.19:8082/domain/860176ec-a5e9-46c8-94a5-a93b4f961760 2025-09-15 18:27:24,711 - DEBUG - Requesting: http://10.0.0.19:8082/project/d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:27:24,738 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/2507e78a-e9b9-40f6-aa37-ada42b9f537d 2025-09-15 18:27:24,750 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-15 18:27:24,750 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-15 18:27:24,759 - 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__ 2025-09-15 18:27:24,766 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-15 18:27:24,766 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-15 18:27:24,775 - DEBUG - Ingress ctest-nginx-ingress-50567816 not present 2025-09-15 18:27:24,775 - INFO - Creating Ingress ctest-nginx-ingress-50567816 2025-09-15 18:27:24,782 - INFO - Created Ingress ctest-nginx-ingress-50567816 2025-09-15 18:27:24,786 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-50567816 2025-09-15 18:27:27,799 - DEBUG - For Ingress ctest-nginx-ingress-50567816, Cluster IP: 10.47.255.249, External IPs ['222.172.49.124'] 2025-09-15 18:27:27,800 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-50567816 2025-09-15 18:27:27,800 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=06667f27-c368-431c-b0c6-21286365ab4c 2025-09-15 18:27:27,806 - INFO - Ingress ctest-nginx-ingress-50567816 with uuid 06667f27-c368-431c-b0c6-21286365ab4c found in kube manager 2025-09-15 18:27:27,806 - INFO - Ingress ctest-nginx-ingress-50567816 verification passed 2025-09-15 18:27:27,810 - DEBUG - Pod ctest-busybox-pod-17146202 not present 2025-09-15 18:27:27,810 - INFO - Creating Pod ctest-busybox-pod-17146202 2025-09-15 18:27:27,877 - DEBUG - Pod : ctest-busybox-pod-17146202 UUID is 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:27:27,888 - DEBUG - Pod ctest-nginx-pod-15210522 not in running state.Currently in Pending 2025-09-15 18:27:32,896 - DEBUG - Pod ctest-nginx-pod-15210522 not in running state.Currently in Pending 2025-09-15 18:27:37,904 - DEBUG - Pod ctest-nginx-pod-15210522 not in running state.Currently in Pending 2025-09-15 18:27:42,914 - DEBUG - Pod ctest-nginx-pod-15210522 not in running state.Currently in Pending 2025-09-15 18:27:47,928 - INFO - Pod ctest-nginx-pod-15210522 is in running state.Got IP 10.47.255.251 2025-09-15 18:27:47,985 - DEBUG - Pod ctest-nginx-pod-15210522 has vmi 9d7e775e-9261-11f0-ac87-fa163eb86a30 2025-09-15 18:27:47,986 - INFO - Verified pod ctest-nginx-pod-15210522 in contrail-api 2025-09-15 18:27:47,986 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 18:27:47,999 - DEBUG - VMI 9d7e775e-9261-11f0-ac87-fa163eb86a30 is active in agent 10.0.0.50 2025-09-15 18:27:47,999 - INFO - Verified Pod ctest-nginx-pod-15210522 in agent 10.0.0.50 2025-09-15 18:27:48,001 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=18a60e75-3996-4675-93d7-b07434564fef 2025-09-15 18:27:48,005 - INFO - Pod ctest-nginx-pod-15210522 with uuid 18a60e75-3996-4675-93d7-b07434564fef found in kube manager 2025-09-15 18:27:48,006 - INFO - Pod ctest-nginx-pod-15210522 verification passed 2025-09-15 18:27:48,108 - DEBUG - [Pod ctest-nginx-pod-15210522] Cmd: echo ctest-nginx-pod-15210522 > /usr/share/nginx/html/index.html, Output: 2025-09-15 18:27:48,115 - INFO - Pod ctest-nginx-pod-05444160 is in running state.Got IP 10.47.255.250 2025-09-15 18:27:48,135 - DEBUG - Pod ctest-nginx-pod-05444160 has vmi 9debe44c-9261-11f0-ac87-fa163eb86a30 2025-09-15 18:27:48,136 - INFO - Verified pod ctest-nginx-pod-05444160 in contrail-api 2025-09-15 18:27:48,136 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 18:27:48,146 - DEBUG - VMI 9debe44c-9261-11f0-ac87-fa163eb86a30 is active in agent 10.0.0.50 2025-09-15 18:27:48,146 - INFO - Verified Pod ctest-nginx-pod-05444160 in agent 10.0.0.50 2025-09-15 18:27:48,146 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=947277ba-afb2-4ff0-9581-1c9e817eddb6 2025-09-15 18:27:48,152 - INFO - Pod ctest-nginx-pod-05444160 with uuid 947277ba-afb2-4ff0-9581-1c9e817eddb6 found in kube manager 2025-09-15 18:27:48,152 - INFO - Pod ctest-nginx-pod-05444160 verification passed 2025-09-15 18:27:48,221 - DEBUG - [Pod ctest-nginx-pod-05444160] Cmd: echo ctest-nginx-pod-05444160 > /usr/share/nginx/html/index.html, Output: 2025-09-15 18:27:48,227 - DEBUG - Pod ctest-busybox-pod-17146202 not in running state.Currently in Pending 2025-09-15 18:27:53,235 - INFO - Pod ctest-busybox-pod-17146202 is in running state.Got IP 10.47.255.248 2025-09-15 18:27:53,259 - DEBUG - Pod ctest-busybox-pod-17146202 has vmi a24bdf56-9261-11f0-ac87-fa163eb86a30 2025-09-15 18:27:53,260 - INFO - Verified pod ctest-busybox-pod-17146202 in contrail-api 2025-09-15 18:27:53,261 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 18:27:53,274 - DEBUG - VMI a24bdf56-9261-11f0-ac87-fa163eb86a30 is active in agent 10.0.0.50 2025-09-15 18:27:53,274 - INFO - Verified Pod ctest-busybox-pod-17146202 in agent 10.0.0.50 2025-09-15 18:27:53,275 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:27:53,286 - INFO - Pod ctest-busybox-pod-17146202 with uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc found in kube manager 2025-09-15 18:27:53,293 - INFO - Pod ctest-busybox-pod-17146202 verification passed 2025-09-15 18:27:53,377 - DEBUG - [Pod ctest-busybox-pod-17146202] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-15210522 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-09-15 18:27:53,377 - DEBUG - [Pod Pod ctest-busybox-pod-17146202] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-15 18:27:53,377 - DEBUG - [Pod Pod ctest-busybox-pod-17146202] Cmd output: ctest-nginx-pod-15210522 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-09-15 18:27:53,432 - DEBUG - [Pod ctest-busybox-pod-17146202] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05444160 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-09-15 18:27:53,432 - DEBUG - [Pod Pod ctest-busybox-pod-17146202] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-15 18:27:53,432 - DEBUG - [Pod Pod ctest-busybox-pod-17146202] Cmd output: ctest-nginx-pod-05444160 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-09-15 18:27:53,432 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-15210522': 1, 'ctest-nginx-pod-05444160': 1} 2025-09-15 18:27:53,433 - WARNING - Nothing to delete parallely 2025-09-15 18:27:53,433 - INFO - Deleting pod default:ctest-busybox-pod-17146202 2025-09-15 18:27:53,462 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:27:53,473 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:27:58,474 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:27:58,482 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:03,483 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:28:03,490 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:08,491 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:28:08,499 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:13,500 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:28:13,515 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:18,516 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:28:18,523 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:23,524 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:28:23,537 - WARNING - Pod uuid 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:28,538 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc 2025-09-15 18:28:28,546 - DEBUG - Pod 629c7e95-ccd0-4ee1-b92e-3b8799a7d3bc is not in agent 10.0.0.50 VM list 2025-09-15 18:28:28,546 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a24bdf56-9261-11f0-ac87-fa163eb86a30 2025-09-15 18:28:28,553 - DEBUG - VMI a24bdf56-9261-11f0-ac87-fa163eb86a30 is removed from agent 10.0.0.50 2025-09-15 18:28:28,553 - INFO - Verified that pod ctest-busybox-pod-17146202 is removed in agent 2025-09-15 18:28:28,554 - INFO - Deleting Ingress : ctest-nginx-ingress-50567816 2025-09-15 18:28:28,562 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=06667f27-c368-431c-b0c6-21286365ab4c 2025-09-15 18:28:28,567 - ERROR - Ingress ctest-nginx-ingress-50567816 with uuid 06667f27-c368-431c-b0c6-21286365ab4c still found in kube manager 2025-09-15 18:28:29,568 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=06667f27-c368-431c-b0c6-21286365ab4c 2025-09-15 18:28:29,573 - INFO - Ingress ctest-nginx-ingress-50567816 with uuid 06667f27-c368-431c-b0c6-21286365ab4c deleted successfully from kube manager 2025-09-15 18:28:29,573 - INFO - Verifications on Ingress %s cleanup passed 2025-09-15 18:28:29,573 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-15 18:28:29,757 - 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__ 2025-09-15 18:28:29,764 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-15 18:28:29,764 - INFO - Deleting VN __public__ 2025-09-15 18:28:29,895 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/f9bd1437-e6f0-4cae-a3cd-b0b7b11b54d9 2025-09-15 18:28:29,912 - DEBUG - Response Code: 404 2025-09-15 18:28:29,912 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-09-15 18:28:29,919 - DEBUG - Requesting: http://10.0.0.19:8082/domain/860176ec-a5e9-46c8-94a5-a93b4f961760 2025-09-15 18:28:29,927 - DEBUG - Requesting: http://10.0.0.19:8082/project/d3b8e668-98a4-43de-8227-660bd6ebed66 2025-09-15 18:28:30,007 - INFO - Validated that VN __public__ is not found in API Server 2025-09-15 18:28:30,008 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-15 18:28:30,016 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:28:30,030 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-09-15 18:28:30,030 - INFO - Validated that VN __public__ is not in any agent 2025-09-15 18:28:30,030 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:28:30,044 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 18:28:30,051 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-15 18:28:30,062 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-15 18:28:30,063 - INFO - Deleting pod default:ctest-nginx-pod-05444160 2025-09-15 18:28:30,077 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=947277ba-afb2-4ff0-9581-1c9e817eddb6 2025-09-15 18:28:30,102 - WARNING - Pod uuid 947277ba-afb2-4ff0-9581-1c9e817eddb6 is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:35,103 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=947277ba-afb2-4ff0-9581-1c9e817eddb6 2025-09-15 18:28:35,110 - DEBUG - Pod 947277ba-afb2-4ff0-9581-1c9e817eddb6 is not in agent 10.0.0.50 VM list 2025-09-15 18:28:35,110 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9debe44c-9261-11f0-ac87-fa163eb86a30 2025-09-15 18:28:35,122 - DEBUG - VMI 9debe44c-9261-11f0-ac87-fa163eb86a30 is removed from agent 10.0.0.50 2025-09-15 18:28:35,122 - INFO - Verified that pod ctest-nginx-pod-05444160 is removed in agent 2025-09-15 18:28:35,123 - INFO - Deleting pod default:ctest-nginx-pod-15210522 2025-09-15 18:28:35,151 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18a60e75-3996-4675-93d7-b07434564fef 2025-09-15 18:28:35,159 - WARNING - Pod uuid 18a60e75-3996-4675-93d7-b07434564fef is still seen in agent 10.0.0.50 VM list 2025-09-15 18:28:40,160 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18a60e75-3996-4675-93d7-b07434564fef 2025-09-15 18:28:40,169 - DEBUG - Pod 18a60e75-3996-4675-93d7-b07434564fef is not in agent 10.0.0.50 VM list 2025-09-15 18:28:40,169 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9d7e775e-9261-11f0-ac87-fa163eb86a30 2025-09-15 18:28:40,176 - DEBUG - VMI 9d7e775e-9261-11f0-ac87-fa163eb86a30 is removed from agent 10.0.0.50 2025-09-15 18:28:40,177 - INFO - Verified that pod ctest-nginx-pod-15210522 is removed in agent 2025-09-15 18:28:40,177 - INFO - Deleting service : ctest-nginx-svc-53437975 2025-09-15 18:28:40,463 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-15 18:28:40,471 - DEBUG - No XMPP flaps were noticed during the test