2025-06-10 08:51:18,201 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-06-10 08:51:18,510 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1262-1 2025-06-10 08:51:18,510 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-06-10 08:51:18,559 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1262-1 2025-06-10 08:51:18,559 - 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-06-10 08:51:18,636 - DEBUG - Output : NAMES contrail_test_68epFlDOc contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-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-control-1 control-dns-1 control-nodemgr-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-svcmonitor-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 2025-06-10 08:51:18,636 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-10 08:51:18,681 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-06-10 08:51:18,682 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-06-10 08:51:18,751 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1262-1 2025-06-10 08:51:18,818 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-06-10 08:51:19,041 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1262-1 2025-06-10 08:51:19,041 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-06-10 08:51:19,066 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1262-1 2025-06-10 08:51:19,066 - DEBUG - [10.0.0.129]: 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-10 08:51:19,111 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-10 08:51:19,111 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-10 08:51:19,181 - DEBUG - Output : 10.0.0.129/24 2025-06-10 08:51:19,181 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-06-10 08:51:19,206 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1262-1 2025-06-10 08:51:19,292 - INFO - Using existing project ['default-domain', 'k8s-default'](cf892857-a086-46b7-afd1-cc420d93004e) 2025-06-10 08:51:19,405 - INFO - Using existing project ['default-domain', 'k8s-default'](cf892857-a086-46b7-afd1-cc420d93004e) 2025-06-10 08:51:19,551 - INFO - ================================================================================ 2025-06-10 08:51:19,551 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-10 08:51:19,551 - 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-10 08:51:19,762 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 08:51:19,769 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.57': '0'}} with 2025-06-10 08:51:19,769 - INFO - Initial checks done. Running the testcase now 2025-06-10 08:51:19,770 - INFO - 2025-06-10 08:51:19,773 - INFO - Namespace default already exists 2025-06-10 08:51:19,774 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-10 08:51:19,894 - DEBUG - Output : cluster_project={} 2025-06-10 08:51:19,951 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-10 08:51:19,952 - DEBUG - Project uuid in Contrail is cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:51:19,952 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-10 08:51:20,083 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-10 08:51:20,083 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=eb0a1d6d-c345-407b-a074-2e30c198c6eb 2025-06-10 08:51:20,088 - INFO - Namespace default with uuid eb0a1d6d-c345-407b-a074-2e30c198c6eb found in kube manager 2025-06-10 08:51:20,088 - INFO - Namespace default verification passed 2025-06-10 08:51:20,094 - DEBUG - Service ctest-nginx-svc-11085936 not present 2025-06-10 08:51:20,094 - INFO - Creating service ctest-nginx-svc-11085936 2025-06-10 08:51:20,123 - INFO - Created Service ctest-nginx-svc-11085936 2025-06-10 08:51:20,135 - DEBUG - Pod ctest-nginx-pod-59155688 not present 2025-06-10 08:51:20,140 - INFO - Creating Pod ctest-nginx-pod-59155688 2025-06-10 08:51:20,232 - DEBUG - Pod : ctest-nginx-pod-59155688 UUID is 6907277e-5746-419d-8860-c1b50d820e86 2025-06-10 08:51:20,253 - DEBUG - Pod ctest-nginx-pod-05363527 not present 2025-06-10 08:51:20,254 - INFO - Creating Pod ctest-nginx-pod-05363527 2025-06-10 08:51:20,288 - DEBUG - Pod : ctest-nginx-pod-05363527 UUID is 45b168ef-7c78-4b9b-bebb-c38e88749d40 2025-06-10 08:51:20,521 - INFO - Created VN __public__, UUID :419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:20,716 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-10 08:51:20,725 - DEBUG - Requesting: http://10.0.0.57:8082/domain/f5dc42e9-234c-4394-82e7-432dc45333f1 2025-06-10 08:51:20,758 - DEBUG - Requesting: http://10.0.0.57:8082/project/cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:51:20,820 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:20,833 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:20,888 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:20,907 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:20,933 - DEBUG - Route Targets: [] 2025-06-10 08:51:20,933 - DEBUG - RT names not yet present for VN __public__ 2025-06-10 08:51:25,934 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-10 08:51:25,943 - DEBUG - Requesting: http://10.0.0.57:8082/domain/f5dc42e9-234c-4394-82e7-432dc45333f1 2025-06-10 08:51:25,953 - DEBUG - Requesting: http://10.0.0.57:8082/project/cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:51:26,014 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,030 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,054 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:26,069 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:26,090 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/63f9c210-6054-4436-8500-9be7815a673f 2025-06-10 08:51:26,100 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-10 08:51:26,100 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,117 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:26,140 - INFO - Verified VN network id 13 for VN 419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,140 - INFO - Verifications in API Server for VN __public__ passed 2025-06-10 08:51:26,141 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,154 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:26,165 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:51:26,177 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/63f9c210-6054-4436-8500-9be7815a673f 2025-06-10 08:51:26,184 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-10 08:51:26,193 - DEBUG - Control-node 10.0.0.57 : 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': '4728402878727211837', 'uuid-lslong': '10781119654860316695'}, 'enable': 'true', 'created': '2025-06-10T08:51:20', 'last-modified': '2025-06-10T08:51:20', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.529389'} 2025-06-10 08:51:26,193 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:51:26,201 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-10 08:51:26,201 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-10 08:51:26,202 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-10 08:51:26,202 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-10 08:51:26,218 - DEBUG - Requesting: http://10.0.0.57:8082/domain/f5dc42e9-234c-4394-82e7-432dc45333f1 2025-06-10 08:51:26,239 - DEBUG - Requesting: http://10.0.0.57:8082/project/cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:51:26,300 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,317 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-10 08:51:26,317 - DEBUG - Verifying the vn in opserver 2025-06-10 08:51:26,318 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-06-10 08:51:26,318 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-06-10 08:51:26,327 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-10 08:51:26,327 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-10 08:51:26,327 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:51:26,336 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:51:26,345 - DEBUG - Do not have enough data to verify VN in agent 2025-06-10 08:51:26,345 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:51:26,354 - DEBUG - VRF ids for VN __public__: {} 2025-06-10 08:51:26,473 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-10 08:51:26,661 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-10 08:51:26,669 - DEBUG - Requesting: http://10.0.0.57:8082/domain/f5dc42e9-234c-4394-82e7-432dc45333f1 2025-06-10 08:51:26,684 - DEBUG - Requesting: http://10.0.0.57:8082/project/cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:51:26,739 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,756 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/38db803b-dad9-4163-a11a-118e5e817311 2025-06-10 08:51:26,767 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-10 08:51:26,781 - DEBUG - Requesting: http://10.0.0.57:8082/domain/f5dc42e9-234c-4394-82e7-432dc45333f1 2025-06-10 08:51:26,795 - DEBUG - Requesting: http://10.0.0.57:8082/project/cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:51:26,860 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/419ea95d-b578-4b3d-959e-3b348cee6017 2025-06-10 08:51:26,874 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-10 08:51:26,874 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-10 08:51:26,885 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-10 08:51:26,894 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-10 08:51:26,894 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-10 08:51:26,897 - DEBUG - Ingress ctest-nginx-ingress-63820373 not present 2025-06-10 08:51:26,898 - INFO - Creating Ingress ctest-nginx-ingress-63820373 2025-06-10 08:51:26,908 - INFO - Created Ingress ctest-nginx-ingress-63820373 2025-06-10 08:51:26,913 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-63820373 2025-06-10 08:51:29,929 - DEBUG - For Ingress ctest-nginx-ingress-63820373, Cluster IP: 10.47.255.249, External IPs ['168.221.21.252'] 2025-06-10 08:51:29,929 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-63820373 2025-06-10 08:51:29,930 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=debb344f-b67f-44cf-8b2b-f56190a16bb7 2025-06-10 08:51:29,944 - INFO - Ingress ctest-nginx-ingress-63820373 with uuid debb344f-b67f-44cf-8b2b-f56190a16bb7 found in kube manager 2025-06-10 08:51:29,944 - INFO - Ingress ctest-nginx-ingress-63820373 verification passed 2025-06-10 08:51:29,948 - DEBUG - Pod ctest-busybox-pod-83562081 not present 2025-06-10 08:51:29,949 - INFO - Creating Pod ctest-busybox-pod-83562081 2025-06-10 08:51:30,002 - DEBUG - Pod : ctest-busybox-pod-83562081 UUID is 710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:51:30,024 - DEBUG - Pod ctest-nginx-pod-59155688 not in running state.Currently in Pending 2025-06-10 08:51:35,032 - DEBUG - Pod ctest-nginx-pod-59155688 not in running state.Currently in Pending 2025-06-10 08:51:40,040 - INFO - Pod ctest-nginx-pod-59155688 is in running state.Got IP 10.47.255.251 2025-06-10 08:51:40,056 - DEBUG - Pod ctest-nginx-pod-59155688 has vmi 1538a4b2-45d8-11f0-a15d-fa163ea4b1bd 2025-06-10 08:51:40,056 - INFO - Verified pod ctest-nginx-pod-59155688 in contrail-api 2025-06-10 08:51:40,056 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 08:51:40,071 - DEBUG - VMI 1538a4b2-45d8-11f0-a15d-fa163ea4b1bd is active in agent 10.0.0.129 2025-06-10 08:51:40,071 - INFO - Verified Pod ctest-nginx-pod-59155688 in agent 10.0.0.129 2025-06-10 08:51:40,071 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=6907277e-5746-419d-8860-c1b50d820e86 2025-06-10 08:51:40,077 - INFO - Pod ctest-nginx-pod-59155688 with uuid 6907277e-5746-419d-8860-c1b50d820e86 found in kube manager 2025-06-10 08:51:40,077 - INFO - Pod ctest-nginx-pod-59155688 verification passed 2025-06-10 08:51:40,143 - DEBUG - [Pod ctest-nginx-pod-59155688] Cmd: echo ctest-nginx-pod-59155688 > /usr/share/nginx/html/index.html, Output: 2025-06-10 08:51:40,151 - INFO - Pod ctest-nginx-pod-05363527 is in running state.Got IP 10.47.255.250 2025-06-10 08:51:40,167 - DEBUG - Pod ctest-nginx-pod-05363527 has vmi 15ff7f56-45d8-11f0-a15d-fa163ea4b1bd 2025-06-10 08:51:40,167 - INFO - Verified pod ctest-nginx-pod-05363527 in contrail-api 2025-06-10 08:51:40,167 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 08:51:40,180 - DEBUG - VMI 15ff7f56-45d8-11f0-a15d-fa163ea4b1bd is active in agent 10.0.0.129 2025-06-10 08:51:40,180 - INFO - Verified Pod ctest-nginx-pod-05363527 in agent 10.0.0.129 2025-06-10 08:51:40,180 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=45b168ef-7c78-4b9b-bebb-c38e88749d40 2025-06-10 08:51:40,187 - INFO - Pod ctest-nginx-pod-05363527 with uuid 45b168ef-7c78-4b9b-bebb-c38e88749d40 found in kube manager 2025-06-10 08:51:40,187 - INFO - Pod ctest-nginx-pod-05363527 verification passed 2025-06-10 08:51:40,247 - DEBUG - [Pod ctest-nginx-pod-05363527] Cmd: echo ctest-nginx-pod-05363527 > /usr/share/nginx/html/index.html, Output: 2025-06-10 08:51:40,255 - DEBUG - Pod ctest-busybox-pod-83562081 not in running state.Currently in Pending 2025-06-10 08:51:45,265 - INFO - Pod ctest-busybox-pod-83562081 is in running state.Got IP 10.47.255.248 2025-06-10 08:51:45,326 - DEBUG - Pod ctest-busybox-pod-83562081 has vmi 1aa8bf18-45d8-11f0-a15d-fa163ea4b1bd 2025-06-10 08:51:45,326 - INFO - Verified pod ctest-busybox-pod-83562081 in contrail-api 2025-06-10 08:51:45,326 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 08:51:45,338 - DEBUG - VMI 1aa8bf18-45d8-11f0-a15d-fa163ea4b1bd is active in agent 10.0.0.129 2025-06-10 08:51:45,338 - INFO - Verified Pod ctest-busybox-pod-83562081 in agent 10.0.0.129 2025-06-10 08:51:45,338 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:51:45,344 - INFO - Pod ctest-busybox-pod-83562081 with uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b found in kube manager 2025-06-10 08:51:45,344 - INFO - Pod ctest-busybox-pod-83562081 verification passed 2025-06-10 08:51:45,398 - DEBUG - [Pod ctest-busybox-pod-83562081] 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-59155688 2025-06-10 08:51:45,398 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 08:51:45,398 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] 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-59155688 2025-06-10 08:51:45,454 - DEBUG - [Pod ctest-busybox-pod-83562081] 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-59155688 2025-06-10 08:51:45,454 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 08:51:45,454 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] 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-59155688 2025-06-10 08:51:45,508 - DEBUG - [Pod ctest-busybox-pod-83562081] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-59155688 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-10 08:51:45,508 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 08:51:45,508 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] Cmd output: ctest-nginx-pod-59155688 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-10 08:51:45,566 - DEBUG - [Pod ctest-busybox-pod-83562081] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05363527 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-10 08:51:45,566 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 08:51:45,567 - DEBUG - [Pod Pod ctest-busybox-pod-83562081] Cmd output: ctest-nginx-pod-05363527 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-10 08:51:45,567 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-59155688': 3, 'ctest-nginx-pod-05363527': 1} 2025-06-10 08:51:45,567 - WARNING - Nothing to delete parallely 2025-06-10 08:51:45,567 - INFO - Deleting pod default:ctest-busybox-pod-83562081 2025-06-10 08:51:45,583 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:51:45,592 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:51:50,593 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:51:50,601 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:51:55,602 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:51:55,610 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:00,611 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:52:00,621 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:05,622 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:52:05,630 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:10,630 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:52:10,640 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:15,641 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:52:15,652 - WARNING - Pod uuid 710a0ebd-b508-40af-bc7f-a4484db8eb6b is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:20,653 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=710a0ebd-b508-40af-bc7f-a4484db8eb6b 2025-06-10 08:52:20,660 - DEBUG - Pod 710a0ebd-b508-40af-bc7f-a4484db8eb6b is not in agent 10.0.0.129 VM list 2025-06-10 08:52:20,660 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1aa8bf18-45d8-11f0-a15d-fa163ea4b1bd 2025-06-10 08:52:20,666 - DEBUG - VMI 1aa8bf18-45d8-11f0-a15d-fa163ea4b1bd is removed from agent 10.0.0.129 2025-06-10 08:52:20,667 - INFO - Verified that pod ctest-busybox-pod-83562081 is removed in agent 2025-06-10 08:52:20,667 - INFO - Deleting Ingress : ctest-nginx-ingress-63820373 2025-06-10 08:52:20,673 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=debb344f-b67f-44cf-8b2b-f56190a16bb7 2025-06-10 08:52:20,679 - ERROR - Ingress ctest-nginx-ingress-63820373 with uuid debb344f-b67f-44cf-8b2b-f56190a16bb7 still found in kube manager 2025-06-10 08:52:21,679 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=debb344f-b67f-44cf-8b2b-f56190a16bb7 2025-06-10 08:52:21,684 - INFO - Ingress ctest-nginx-ingress-63820373 with uuid debb344f-b67f-44cf-8b2b-f56190a16bb7 deleted successfully from kube manager 2025-06-10 08:52:21,685 - INFO - Verifications on Ingress %s cleanup passed 2025-06-10 08:52:21,685 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-10 08:52:21,800 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-10 08:52:21,809 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-10 08:52:21,809 - INFO - Deleting VN __public__ 2025-06-10 08:52:21,984 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/fb0b4db3-5d04-42a6-8f4a-3ba25ba416eb 2025-06-10 08:52:21,999 - DEBUG - Response Code: 404 2025-06-10 08:52:21,999 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-10 08:52:22,017 - DEBUG - Requesting: http://10.0.0.57:8082/domain/f5dc42e9-234c-4394-82e7-432dc45333f1 2025-06-10 08:52:22,029 - DEBUG - Requesting: http://10.0.0.57:8082/project/cf892857-a086-46b7-afd1-cc420d93004e 2025-06-10 08:52:22,119 - INFO - Validated that VN __public__ is not found in API Server 2025-06-10 08:52:22,120 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-10 08:52:22,130 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:52:22,149 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-06-10 08:52:22,150 - INFO - Validated that VN __public__ is not in any agent 2025-06-10 08:52:22,151 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:52:22,178 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 08:52:22,188 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-10 08:52:22,215 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-10 08:52:22,221 - INFO - Deleting pod default:ctest-nginx-pod-05363527 2025-06-10 08:52:22,255 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=45b168ef-7c78-4b9b-bebb-c38e88749d40 2025-06-10 08:52:22,266 - WARNING - Pod uuid 45b168ef-7c78-4b9b-bebb-c38e88749d40 is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:27,267 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=45b168ef-7c78-4b9b-bebb-c38e88749d40 2025-06-10 08:52:27,275 - DEBUG - Pod 45b168ef-7c78-4b9b-bebb-c38e88749d40 is not in agent 10.0.0.129 VM list 2025-06-10 08:52:27,275 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:15ff7f56-45d8-11f0-a15d-fa163ea4b1bd 2025-06-10 08:52:27,291 - DEBUG - VMI 15ff7f56-45d8-11f0-a15d-fa163ea4b1bd is removed from agent 10.0.0.129 2025-06-10 08:52:27,291 - INFO - Verified that pod ctest-nginx-pod-05363527 is removed in agent 2025-06-10 08:52:27,291 - INFO - Deleting pod default:ctest-nginx-pod-59155688 2025-06-10 08:52:27,300 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6907277e-5746-419d-8860-c1b50d820e86 2025-06-10 08:52:27,315 - WARNING - Pod uuid 6907277e-5746-419d-8860-c1b50d820e86 is still seen in agent 10.0.0.129 VM list 2025-06-10 08:52:32,316 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6907277e-5746-419d-8860-c1b50d820e86 2025-06-10 08:52:32,323 - DEBUG - Pod 6907277e-5746-419d-8860-c1b50d820e86 is not in agent 10.0.0.129 VM list 2025-06-10 08:52:32,323 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1538a4b2-45d8-11f0-a15d-fa163ea4b1bd 2025-06-10 08:52:32,331 - DEBUG - VMI 1538a4b2-45d8-11f0-a15d-fa163ea4b1bd is removed from agent 10.0.0.129 2025-06-10 08:52:32,331 - INFO - Verified that pod ctest-nginx-pod-59155688 is removed in agent 2025-06-10 08:52:32,332 - INFO - Deleting service : ctest-nginx-svc-11085936 2025-06-10 08:52:32,531 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 08:52:32,538 - DEBUG - No XMPP flaps were noticed during the test