2025-04-18 06:49:48,253 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-04-18 06:49:48,530 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1149-1 2025-04-18 06:49:48,531 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-04-18 06:49:48,564 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1149-1 2025-04-18 06:49:48,565 - DEBUG - [10.0.0.48]: 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-04-18 06:49:48,678 - DEBUG - Output : NAMES contrail_test_ka9qOlyFL contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 2025-04-18 06:49:48,678 - DEBUG - [10.0.0.48]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-18 06:49:48,723 - DEBUG - Output : 10.0.0.48/24 172.17.0.1/16 2025-04-18 06:49:48,723 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-04-18 06:49:48,769 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1149-1 2025-04-18 06:49:48,877 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-04-18 06:49:49,104 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1149-1 2025-04-18 06:49:49,105 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-04-18 06:49:49,129 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1149-1 2025-04-18 06:49:49,130 - DEBUG - [10.0.0.57]: 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-04-18 06:49:49,217 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-18 06:49:49,217 - DEBUG - [10.0.0.57]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-18 06:49:49,252 - DEBUG - Output : 10.0.0.57/24 2025-04-18 06:49:49,252 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-04-18 06:49:49,287 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1149-1 2025-04-18 06:49:49,372 - INFO - Using existing project ['default-domain', 'k8s-default'](a48a5a56-2866-4c84-8d65-18e6324d0f7a) 2025-04-18 06:49:49,489 - INFO - Using existing project ['default-domain', 'k8s-default'](a48a5a56-2866-4c84-8d65-18e6324d0f7a) 2025-04-18 06:49:49,626 - INFO - ================================================================================ 2025-04-18 06:49:49,626 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-18 06:49:49,627 - 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-04-18 06:49:49,837 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-18 06:49:49,845 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.0.0.48': '0'}} with 2025-04-18 06:49:49,845 - INFO - Initial checks done. Running the testcase now 2025-04-18 06:49:49,845 - INFO - 2025-04-18 06:49:49,851 - INFO - Namespace default already exists 2025-04-18 06:49:49,852 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-18 06:49:49,981 - DEBUG - Output : cluster_project={} 2025-04-18 06:49:50,042 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-18 06:49:50,042 - DEBUG - Project uuid in Contrail is a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:49:50,042 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-18 06:49:50,181 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-18 06:49:50,182 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_NamespaceDatabaseList?namespace_uuid=080ab335-b6b9-4a8c-b1b5-2d4ecdd24729 2025-04-18 06:49:50,190 - INFO - Namespace default with uuid 080ab335-b6b9-4a8c-b1b5-2d4ecdd24729 found in kube manager 2025-04-18 06:49:50,190 - INFO - Namespace default verification passed 2025-04-18 06:49:50,194 - DEBUG - Service ctest-nginx-svc-90973936 not present 2025-04-18 06:49:50,195 - INFO - Creating service ctest-nginx-svc-90973936 2025-04-18 06:49:50,211 - INFO - Created Service ctest-nginx-svc-90973936 2025-04-18 06:49:50,235 - DEBUG - Pod ctest-nginx-pod-10185202 not present 2025-04-18 06:49:50,237 - INFO - Creating Pod ctest-nginx-pod-10185202 2025-04-18 06:49:50,302 - DEBUG - Pod : ctest-nginx-pod-10185202 UUID is b604e4e1-4ee0-46d7-a504-c3368ab4d62e 2025-04-18 06:49:50,308 - DEBUG - Pod ctest-nginx-pod-71104599 not present 2025-04-18 06:49:50,309 - INFO - Creating Pod ctest-nginx-pod-71104599 2025-04-18 06:49:50,351 - DEBUG - Pod : ctest-nginx-pod-71104599 UUID is d3689c91-eb88-41ef-bf01-cca13cc8d4fc 2025-04-18 06:49:50,558 - INFO - Created VN __public__, UUID :f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:50,810 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 06:49:50,817 - DEBUG - Requesting: http://10.0.0.48:8082/domain/3a7abe40-fd43-4dda-b8c4-7020299bbaa9 2025-04-18 06:49:50,852 - DEBUG - Requesting: http://10.0.0.48:8082/project/a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:49:50,986 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:51,029 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:51,067 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:51,082 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:51,096 - DEBUG - Route Targets: [] 2025-04-18 06:49:51,096 - DEBUG - RT names not yet present for VN __public__ 2025-04-18 06:49:56,097 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 06:49:56,104 - DEBUG - Requesting: http://10.0.0.48:8082/domain/3a7abe40-fd43-4dda-b8c4-7020299bbaa9 2025-04-18 06:49:56,116 - DEBUG - Requesting: http://10.0.0.48:8082/project/a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:49:56,172 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,190 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,201 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:56,212 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:56,220 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/d1383948-f690-44d1-aa5e-a55b22c9bb87 2025-04-18 06:49:56,229 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-18 06:49:56,229 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,240 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:56,258 - INFO - Verified VN network id 14 for VN f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,259 - INFO - Verifications in API Server for VN __public__ passed 2025-04-18 06:49:56,259 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,277 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:56,287 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:49:56,297 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/d1383948-f690-44d1-aa5e-a55b22c9bb87 2025-04-18 06:49:56,304 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-18 06:49:56,312 - DEBUG - Control-node 10.0.0.48 : 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': '17473606230157641582', 'uuid-lslong': '12114752776831172685'}, 'enable': 'true', 'created': '2025-04-18T06:49:50', 'last-modified': '2025-04-18T06:49:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.606501'} 2025-04-18 06:49:56,313 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:49:56,320 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-18 06:49:56,320 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-18 06:49:56,321 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-18 06:49:56,321 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 06:49:56,327 - DEBUG - Requesting: http://10.0.0.48:8082/domain/3a7abe40-fd43-4dda-b8c4-7020299bbaa9 2025-04-18 06:49:56,336 - DEBUG - Requesting: http://10.0.0.48:8082/project/a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:49:56,403 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,420 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-18 06:49:56,420 - DEBUG - Verifying the vn in opserver 2025-04-18 06:49:56,420 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.48 2025-04-18 06:49:56,420 - DEBUG - Requesting: http://10.0.0.48:8081/analytics/uves/virtual-networks 2025-04-18 06:49:56,426 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.48:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-18 06:49:56,427 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-18 06:49:56,427 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:49:56,438 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:49:56,446 - DEBUG - Do not have enough data to verify VN in agent 2025-04-18 06:49:56,446 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:49:56,454 - DEBUG - VRF ids for VN __public__: {} 2025-04-18 06:49:56,550 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-18 06:49:56,674 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 06:49:56,681 - DEBUG - Requesting: http://10.0.0.48:8082/domain/3a7abe40-fd43-4dda-b8c4-7020299bbaa9 2025-04-18 06:49:56,692 - DEBUG - Requesting: http://10.0.0.48:8082/project/a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:49:56,754 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,772 - DEBUG - Requesting: http://10.0.0.48:8082/floating-ip-pool/e5395e24-852c-4c1c-8563-6f7acd646b0d 2025-04-18 06:49:56,781 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 06:49:56,789 - DEBUG - Requesting: http://10.0.0.48:8082/domain/3a7abe40-fd43-4dda-b8c4-7020299bbaa9 2025-04-18 06:49:56,805 - DEBUG - Requesting: http://10.0.0.48:8082/project/a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:49:56,870 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/f27eb849-8599-476e-a820-3f76bcb3004d 2025-04-18 06:49:56,885 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-18 06:49:56,885 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-18 06:49:56,901 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-18 06:49:56,908 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-18 06:49:56,908 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-18 06:49:56,912 - DEBUG - Ingress ctest-nginx-ingress-63358524 not present 2025-04-18 06:49:56,912 - INFO - Creating Ingress ctest-nginx-ingress-63358524 2025-04-18 06:49:56,922 - INFO - Created Ingress ctest-nginx-ingress-63358524 2025-04-18 06:49:56,930 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-63358524 2025-04-18 06:49:59,936 - DEBUG - For Ingress ctest-nginx-ingress-63358524, Cluster IP: 10.47.255.249, External IPs ['25.224.103.252'] 2025-04-18 06:49:59,936 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-63358524 2025-04-18 06:49:59,937 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=e5f4c3e1-9911-43cc-b81c-70140c2919ce 2025-04-18 06:49:59,946 - INFO - Ingress ctest-nginx-ingress-63358524 with uuid e5f4c3e1-9911-43cc-b81c-70140c2919ce found in kube manager 2025-04-18 06:49:59,946 - INFO - Ingress ctest-nginx-ingress-63358524 verification passed 2025-04-18 06:49:59,950 - DEBUG - Pod ctest-busybox-pod-25082468 not present 2025-04-18 06:49:59,950 - INFO - Creating Pod ctest-busybox-pod-25082468 2025-04-18 06:49:59,981 - DEBUG - Pod : ctest-busybox-pod-25082468 UUID is 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:49:59,991 - DEBUG - Pod ctest-nginx-pod-10185202 not in running state.Currently in Pending 2025-04-18 06:50:04,999 - DEBUG - Pod ctest-nginx-pod-10185202 not in running state.Currently in Pending 2025-04-18 06:50:10,020 - INFO - Pod ctest-nginx-pod-10185202 is in running state.Got IP 10.47.255.251 2025-04-18 06:50:10,037 - DEBUG - Pod ctest-nginx-pod-10185202 has vmi 54286f6c-1c21-11f0-8c5f-fa163e0057d2 2025-04-18 06:50:10,037 - INFO - Verified pod ctest-nginx-pod-10185202 in contrail-api 2025-04-18 06:50:10,038 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 06:50:10,058 - DEBUG - VMI 54286f6c-1c21-11f0-8c5f-fa163e0057d2 is active in agent 10.0.0.57 2025-04-18 06:50:10,059 - INFO - Verified Pod ctest-nginx-pod-10185202 in agent 10.0.0.57 2025-04-18 06:50:10,059 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=b604e4e1-4ee0-46d7-a504-c3368ab4d62e 2025-04-18 06:50:10,064 - INFO - Pod ctest-nginx-pod-10185202 with uuid b604e4e1-4ee0-46d7-a504-c3368ab4d62e found in kube manager 2025-04-18 06:50:10,064 - INFO - Pod ctest-nginx-pod-10185202 verification passed 2025-04-18 06:50:10,145 - DEBUG - [Pod ctest-nginx-pod-10185202] Cmd: echo ctest-nginx-pod-10185202 > /usr/share/nginx/html/index.html, Output: 2025-04-18 06:50:10,151 - INFO - Pod ctest-nginx-pod-71104599 is in running state.Got IP 10.47.255.250 2025-04-18 06:50:10,214 - DEBUG - Pod ctest-nginx-pod-71104599 has vmi 54b703a8-1c21-11f0-8c5f-fa163e0057d2 2025-04-18 06:50:10,214 - INFO - Verified pod ctest-nginx-pod-71104599 in contrail-api 2025-04-18 06:50:10,214 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 06:50:10,226 - DEBUG - VMI 54b703a8-1c21-11f0-8c5f-fa163e0057d2 is active in agent 10.0.0.57 2025-04-18 06:50:10,227 - INFO - Verified Pod ctest-nginx-pod-71104599 in agent 10.0.0.57 2025-04-18 06:50:10,227 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=d3689c91-eb88-41ef-bf01-cca13cc8d4fc 2025-04-18 06:50:10,232 - INFO - Pod ctest-nginx-pod-71104599 with uuid d3689c91-eb88-41ef-bf01-cca13cc8d4fc found in kube manager 2025-04-18 06:50:10,233 - INFO - Pod ctest-nginx-pod-71104599 verification passed 2025-04-18 06:50:10,287 - DEBUG - [Pod ctest-nginx-pod-71104599] Cmd: echo ctest-nginx-pod-71104599 > /usr/share/nginx/html/index.html, Output: 2025-04-18 06:50:10,294 - DEBUG - Pod ctest-busybox-pod-25082468 not in running state.Currently in Pending 2025-04-18 06:50:15,302 - INFO - Pod ctest-busybox-pod-25082468 is in running state.Got IP 10.47.255.248 2025-04-18 06:50:15,316 - DEBUG - Pod ctest-busybox-pod-25082468 has vmi 59198100-1c21-11f0-8c5f-fa163e0057d2 2025-04-18 06:50:15,317 - INFO - Verified pod ctest-busybox-pod-25082468 in contrail-api 2025-04-18 06:50:15,317 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 06:50:15,328 - DEBUG - VMI 59198100-1c21-11f0-8c5f-fa163e0057d2 is active in agent 10.0.0.57 2025-04-18 06:50:15,329 - INFO - Verified Pod ctest-busybox-pod-25082468 in agent 10.0.0.57 2025-04-18 06:50:15,329 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:15,334 - INFO - Pod ctest-busybox-pod-25082468 with uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 found in kube manager 2025-04-18 06:50:15,334 - INFO - Pod ctest-busybox-pod-25082468 verification passed 2025-04-18 06:50:15,393 - DEBUG - [Pod ctest-busybox-pod-25082468] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10185202 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-04-18 06:50:15,393 - DEBUG - [Pod Pod ctest-busybox-pod-25082468] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-18 06:50:15,393 - DEBUG - [Pod Pod ctest-busybox-pod-25082468] Cmd output: ctest-nginx-pod-10185202 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-04-18 06:50:15,448 - DEBUG - [Pod ctest-busybox-pod-25082468] 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-71104599 2025-04-18 06:50:15,448 - DEBUG - [Pod Pod ctest-busybox-pod-25082468] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-18 06:50:15,448 - DEBUG - [Pod Pod ctest-busybox-pod-25082468] 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-71104599 2025-04-18 06:50:15,448 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-10185202': 1, 'ctest-nginx-pod-71104599': 1} 2025-04-18 06:50:15,449 - WARNING - Nothing to delete parallely 2025-04-18 06:50:15,449 - INFO - Deleting pod default:ctest-busybox-pod-25082468 2025-04-18 06:50:15,461 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:15,475 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:20,476 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:20,485 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:25,486 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:25,495 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:30,496 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:30,519 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:35,520 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:35,528 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:40,530 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:40,537 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:45,538 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:45,545 - WARNING - Pod uuid 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:50,547 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 2025-04-18 06:50:50,554 - DEBUG - Pod 50c8eb50-40cd-4f72-a6ff-a2e4befa5df3 is not in agent 10.0.0.57 VM list 2025-04-18 06:50:50,554 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:59198100-1c21-11f0-8c5f-fa163e0057d2 2025-04-18 06:50:50,562 - DEBUG - VMI 59198100-1c21-11f0-8c5f-fa163e0057d2 is removed from agent 10.0.0.57 2025-04-18 06:50:50,562 - INFO - Verified that pod ctest-busybox-pod-25082468 is removed in agent 2025-04-18 06:50:50,563 - INFO - Deleting Ingress : ctest-nginx-ingress-63358524 2025-04-18 06:50:50,571 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=e5f4c3e1-9911-43cc-b81c-70140c2919ce 2025-04-18 06:50:50,579 - ERROR - Ingress ctest-nginx-ingress-63358524 with uuid e5f4c3e1-9911-43cc-b81c-70140c2919ce still found in kube manager 2025-04-18 06:50:51,580 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=e5f4c3e1-9911-43cc-b81c-70140c2919ce 2025-04-18 06:50:51,591 - INFO - Ingress ctest-nginx-ingress-63358524 with uuid e5f4c3e1-9911-43cc-b81c-70140c2919ce deleted successfully from kube manager 2025-04-18 06:50:51,591 - INFO - Verifications on Ingress %s cleanup passed 2025-04-18 06:50:51,591 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-18 06:50:51,735 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-18 06:50:51,747 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-18 06:50:51,747 - INFO - Deleting VN __public__ 2025-04-18 06:50:51,991 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ed45d269-dce7-4889-ba19-f7435446dfc1 2025-04-18 06:50:52,002 - DEBUG - Response Code: 404 2025-04-18 06:50:52,002 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 06:50:52,012 - DEBUG - Requesting: http://10.0.0.48:8082/domain/3a7abe40-fd43-4dda-b8c4-7020299bbaa9 2025-04-18 06:50:52,043 - DEBUG - Requesting: http://10.0.0.48:8082/project/a48a5a56-2866-4c84-8d65-18e6324d0f7a 2025-04-18 06:50:52,122 - INFO - Validated that VN __public__ is not found in API Server 2025-04-18 06:50:52,122 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-18 06:50:52,134 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:50:52,147 - DEBUG - VN __public__ is not present in Agent 10.0.0.57 2025-04-18 06:50:52,147 - INFO - Validated that VN __public__ is not in any agent 2025-04-18 06:50:52,147 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:50:52,159 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 06:50:52,172 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-18 06:50:52,180 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-18 06:50:52,180 - INFO - Deleting pod default:ctest-nginx-pod-71104599 2025-04-18 06:50:52,190 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=d3689c91-eb88-41ef-bf01-cca13cc8d4fc 2025-04-18 06:50:52,203 - WARNING - Pod uuid d3689c91-eb88-41ef-bf01-cca13cc8d4fc is still seen in agent 10.0.0.57 VM list 2025-04-18 06:50:57,204 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=d3689c91-eb88-41ef-bf01-cca13cc8d4fc 2025-04-18 06:50:57,212 - DEBUG - Pod d3689c91-eb88-41ef-bf01-cca13cc8d4fc is not in agent 10.0.0.57 VM list 2025-04-18 06:50:57,212 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54b703a8-1c21-11f0-8c5f-fa163e0057d2 2025-04-18 06:50:57,220 - DEBUG - VMI 54b703a8-1c21-11f0-8c5f-fa163e0057d2 is removed from agent 10.0.0.57 2025-04-18 06:50:57,220 - INFO - Verified that pod ctest-nginx-pod-71104599 is removed in agent 2025-04-18 06:50:57,221 - INFO - Deleting pod default:ctest-nginx-pod-10185202 2025-04-18 06:50:57,249 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=b604e4e1-4ee0-46d7-a504-c3368ab4d62e 2025-04-18 06:50:57,261 - WARNING - Pod uuid b604e4e1-4ee0-46d7-a504-c3368ab4d62e is still seen in agent 10.0.0.57 VM list 2025-04-18 06:51:02,262 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=b604e4e1-4ee0-46d7-a504-c3368ab4d62e 2025-04-18 06:51:02,270 - DEBUG - Pod b604e4e1-4ee0-46d7-a504-c3368ab4d62e is not in agent 10.0.0.57 VM list 2025-04-18 06:51:02,270 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54286f6c-1c21-11f0-8c5f-fa163e0057d2 2025-04-18 06:51:02,277 - DEBUG - VMI 54286f6c-1c21-11f0-8c5f-fa163e0057d2 is removed from agent 10.0.0.57 2025-04-18 06:51:02,277 - INFO - Verified that pod ctest-nginx-pod-10185202 is removed in agent 2025-04-18 06:51:02,278 - INFO - Deleting service : ctest-nginx-svc-90973936 2025-04-18 06:51:02,516 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-18 06:51:02,524 - DEBUG - No XMPP flaps were noticed during the test