2025-07-11 10:40:08,527 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-07-11 10:40:08,753 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1324-1 2025-07-11 10:40:08,753 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-07-11 10:40:08,786 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1324-1 2025-07-11 10:40:08,786 - 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-07-11 10:40:08,850 - DEBUG - Output : NAMES contrail_test_3Fi6L2G5N contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 2025-07-11 10:40:08,851 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-11 10:40:08,916 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-07-11 10:40:08,916 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-07-11 10:40:08,949 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1324-1 2025-07-11 10:40:09,044 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-07-11 10:40:09,252 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1324-1 2025-07-11 10:40:09,252 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-07-11 10:40:09,276 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1324-1 2025-07-11 10:40:09,276 - 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-07-11 10:40:09,321 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-11 10:40:09,321 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-11 10:40:09,392 - DEBUG - Output : 10.0.0.129/24 2025-07-11 10:40:09,393 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-07-11 10:40:09,427 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1324-1 2025-07-11 10:40:09,503 - INFO - Using existing project ['default-domain', 'k8s-default'](2cbc9eb1-cc0f-446e-8392-b18515a229d1) 2025-07-11 10:40:09,615 - INFO - Using existing project ['default-domain', 'k8s-default'](2cbc9eb1-cc0f-446e-8392-b18515a229d1) 2025-07-11 10:40:09,744 - INFO - ================================================================================ 2025-07-11 10:40:09,744 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-11 10:40:09,745 - 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-07-11 10:40:09,992 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-11 10:40:10,001 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.57': '0'}} with 2025-07-11 10:40:10,001 - INFO - Initial checks done. Running the testcase now 2025-07-11 10:40:10,001 - INFO - 2025-07-11 10:40:10,005 - INFO - Namespace default already exists 2025-07-11 10:40:10,005 - 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-07-11 10:40:10,122 - DEBUG - Output : cluster_project={} 2025-07-11 10:40:10,171 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-11 10:40:10,171 - DEBUG - Project uuid in Contrail is 2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:40:10,172 - 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-07-11 10:40:10,287 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-11 10:40:10,287 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=8fc28174-8a2f-469c-8eb4-08ee2ee3e454 2025-07-11 10:40:10,292 - INFO - Namespace default with uuid 8fc28174-8a2f-469c-8eb4-08ee2ee3e454 found in kube manager 2025-07-11 10:40:10,292 - INFO - Namespace default verification passed 2025-07-11 10:40:10,295 - DEBUG - Service ctest-nginx-svc-78462045 not present 2025-07-11 10:40:10,295 - INFO - Creating service ctest-nginx-svc-78462045 2025-07-11 10:40:10,318 - INFO - Created Service ctest-nginx-svc-78462045 2025-07-11 10:40:10,326 - DEBUG - Pod ctest-nginx-pod-87479824 not present 2025-07-11 10:40:10,327 - INFO - Creating Pod ctest-nginx-pod-87479824 2025-07-11 10:40:10,392 - DEBUG - Pod : ctest-nginx-pod-87479824 UUID is d9077616-41b7-404f-9865-a29629b589bc 2025-07-11 10:40:10,400 - DEBUG - Pod ctest-nginx-pod-67204277 not present 2025-07-11 10:40:10,400 - INFO - Creating Pod ctest-nginx-pod-67204277 2025-07-11 10:40:10,425 - DEBUG - Pod : ctest-nginx-pod-67204277 UUID is 87b466d4-e28d-4cc2-9293-00ea8079d12a 2025-07-11 10:40:10,574 - INFO - Created VN __public__, UUID :19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:10,780 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 10:40:10,794 - DEBUG - Requesting: http://10.0.0.57:8082/domain/5e95a1a7-c9ab-4cc6-a4df-261fe0dac0ec 2025-07-11 10:40:10,845 - DEBUG - Requesting: http://10.0.0.57:8082/project/2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:40:10,903 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:10,919 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:10,930 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:10,941 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:10,951 - DEBUG - Route Targets: [] 2025-07-11 10:40:10,951 - DEBUG - RT names not yet present for VN __public__ 2025-07-11 10:40:15,951 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 10:40:15,958 - DEBUG - Requesting: http://10.0.0.57:8082/domain/5e95a1a7-c9ab-4cc6-a4df-261fe0dac0ec 2025-07-11 10:40:15,971 - DEBUG - Requesting: http://10.0.0.57:8082/project/2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:40:16,122 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,143 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,163 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:16,184 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:16,198 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/5e32f004-ad07-428b-80a6-d867d1248cfb 2025-07-11 10:40:16,210 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-11 10:40:16,210 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,231 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:16,257 - INFO - Verified VN network id 14 for VN 19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,257 - INFO - Verifications in API Server for VN __public__ passed 2025-07-11 10:40:16,258 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,272 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:16,289 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:40:16,308 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/5e32f004-ad07-428b-80a6-d867d1248cfb 2025-07-11 10:40:16,323 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-11 10:40:16,336 - 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': '1810479352945658689', 'uuid-lslong': '11175890938332712820'}, 'enable': 'true', 'created': '2025-07-11T10:40:10', 'last-modified': '2025-07-11T10:40:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.654636'} 2025-07-11 10:40:16,336 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:40:16,350 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-11 10:40:16,350 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-11 10:40:16,351 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-11 10:40:16,351 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 10:40:16,364 - DEBUG - Requesting: http://10.0.0.57:8082/domain/5e95a1a7-c9ab-4cc6-a4df-261fe0dac0ec 2025-07-11 10:40:16,379 - DEBUG - Requesting: http://10.0.0.57:8082/project/2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:40:16,458 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,475 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-11 10:40:16,475 - DEBUG - Verifying the vn in opserver 2025-07-11 10:40:16,475 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-07-11 10:40:16,475 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-07-11 10:40:16,481 - 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-07-11 10:40:16,481 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-11 10:40:16,481 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:40:16,489 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:40:16,494 - DEBUG - Do not have enough data to verify VN in agent 2025-07-11 10:40:16,494 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:40:16,500 - DEBUG - VRF ids for VN __public__: {} 2025-07-11 10:40:16,591 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-11 10:40:16,699 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 10:40:16,705 - DEBUG - Requesting: http://10.0.0.57:8082/domain/5e95a1a7-c9ab-4cc6-a4df-261fe0dac0ec 2025-07-11 10:40:16,712 - DEBUG - Requesting: http://10.0.0.57:8082/project/2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:40:16,754 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,764 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/c7ee6471-1c58-42a5-8734-aae50e96a6cf 2025-07-11 10:40:16,770 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 10:40:16,775 - DEBUG - Requesting: http://10.0.0.57:8082/domain/5e95a1a7-c9ab-4cc6-a4df-261fe0dac0ec 2025-07-11 10:40:16,783 - DEBUG - Requesting: http://10.0.0.57:8082/project/2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:40:16,823 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/19201d61-1181-4b41-9b18-bd9893d40f74 2025-07-11 10:40:16,831 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-11 10:40:16,831 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-11 10:40:16,839 - 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-07-11 10:40:16,845 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-11 10:40:16,846 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-11 10:40:16,848 - DEBUG - Ingress ctest-nginx-ingress-21030997 not present 2025-07-11 10:40:16,849 - INFO - Creating Ingress ctest-nginx-ingress-21030997 2025-07-11 10:40:16,856 - INFO - Created Ingress ctest-nginx-ingress-21030997 2025-07-11 10:40:16,859 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-21030997 2025-07-11 10:40:19,870 - DEBUG - For Ingress ctest-nginx-ingress-21030997, Cluster IP: 10.47.255.249, External IPs ['13.76.96.252'] 2025-07-11 10:40:19,870 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-21030997 2025-07-11 10:40:19,870 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=bdfca262-bbfc-40b8-9048-d8501b79aaf1 2025-07-11 10:40:19,876 - INFO - Ingress ctest-nginx-ingress-21030997 with uuid bdfca262-bbfc-40b8-9048-d8501b79aaf1 found in kube manager 2025-07-11 10:40:19,876 - INFO - Ingress ctest-nginx-ingress-21030997 verification passed 2025-07-11 10:40:19,879 - DEBUG - Pod ctest-busybox-pod-27379767 not present 2025-07-11 10:40:19,879 - INFO - Creating Pod ctest-busybox-pod-27379767 2025-07-11 10:40:19,899 - DEBUG - Pod : ctest-busybox-pod-27379767 UUID is 91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:19,909 - DEBUG - Pod ctest-nginx-pod-87479824 not in running state.Currently in Pending 2025-07-11 10:40:24,915 - INFO - Pod ctest-nginx-pod-87479824 is in running state.Got IP 10.47.255.251 2025-07-11 10:40:24,932 - DEBUG - Pod ctest-nginx-pod-87479824 has vmi 6c2ca31c-5e43-11f0-8f99-fa163ef2c8fe 2025-07-11 10:40:24,932 - INFO - Verified pod ctest-nginx-pod-87479824 in contrail-api 2025-07-11 10:40:24,932 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 10:40:24,944 - DEBUG - VMI 6c2ca31c-5e43-11f0-8f99-fa163ef2c8fe is active in agent 10.0.0.129 2025-07-11 10:40:24,945 - INFO - Verified Pod ctest-nginx-pod-87479824 in agent 10.0.0.129 2025-07-11 10:40:24,945 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=d9077616-41b7-404f-9865-a29629b589bc 2025-07-11 10:40:24,950 - INFO - Pod ctest-nginx-pod-87479824 with uuid d9077616-41b7-404f-9865-a29629b589bc found in kube manager 2025-07-11 10:40:24,950 - INFO - Pod ctest-nginx-pod-87479824 verification passed 2025-07-11 10:40:25,020 - DEBUG - [Pod ctest-nginx-pod-87479824] Cmd: echo ctest-nginx-pod-87479824 > /usr/share/nginx/html/index.html, Output: 2025-07-11 10:40:25,026 - INFO - Pod ctest-nginx-pod-67204277 is in running state.Got IP 10.47.255.250 2025-07-11 10:40:25,083 - DEBUG - Pod ctest-nginx-pod-67204277 has vmi 6ca17ee4-5e43-11f0-8f99-fa163ef2c8fe 2025-07-11 10:40:25,083 - INFO - Verified pod ctest-nginx-pod-67204277 in contrail-api 2025-07-11 10:40:25,084 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 10:40:25,094 - DEBUG - VMI 6ca17ee4-5e43-11f0-8f99-fa163ef2c8fe is active in agent 10.0.0.129 2025-07-11 10:40:25,095 - INFO - Verified Pod ctest-nginx-pod-67204277 in agent 10.0.0.129 2025-07-11 10:40:25,095 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=87b466d4-e28d-4cc2-9293-00ea8079d12a 2025-07-11 10:40:25,099 - INFO - Pod ctest-nginx-pod-67204277 with uuid 87b466d4-e28d-4cc2-9293-00ea8079d12a found in kube manager 2025-07-11 10:40:25,099 - INFO - Pod ctest-nginx-pod-67204277 verification passed 2025-07-11 10:40:25,156 - DEBUG - [Pod ctest-nginx-pod-67204277] Cmd: echo ctest-nginx-pod-67204277 > /usr/share/nginx/html/index.html, Output: 2025-07-11 10:40:25,162 - DEBUG - Pod ctest-busybox-pod-27379767 not in running state.Currently in Pending 2025-07-11 10:40:30,168 - DEBUG - Pod ctest-busybox-pod-27379767 not in running state.Currently in Pending 2025-07-11 10:40:35,174 - INFO - Pod ctest-busybox-pod-27379767 is in running state.Got IP 10.47.255.248 2025-07-11 10:40:35,186 - DEBUG - Pod ctest-busybox-pod-27379767 has vmi 710f15d6-5e43-11f0-8f99-fa163ef2c8fe 2025-07-11 10:40:35,186 - INFO - Verified pod ctest-busybox-pod-27379767 in contrail-api 2025-07-11 10:40:35,187 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 10:40:35,197 - DEBUG - VMI 710f15d6-5e43-11f0-8f99-fa163ef2c8fe is active in agent 10.0.0.129 2025-07-11 10:40:35,197 - INFO - Verified Pod ctest-busybox-pod-27379767 in agent 10.0.0.129 2025-07-11 10:40:35,197 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:35,201 - INFO - Pod ctest-busybox-pod-27379767 with uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 found in kube manager 2025-07-11 10:40:35,201 - INFO - Pod ctest-busybox-pod-27379767 verification passed 2025-07-11 10:40:35,254 - DEBUG - [Pod ctest-busybox-pod-27379767] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-67204277 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-07-11 10:40:35,254 - DEBUG - [Pod Pod ctest-busybox-pod-27379767] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-11 10:40:35,254 - DEBUG - [Pod Pod ctest-busybox-pod-27379767] Cmd output: ctest-nginx-pod-67204277 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-07-11 10:40:35,308 - DEBUG - [Pod ctest-busybox-pod-27379767] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87479824 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-07-11 10:40:35,308 - DEBUG - [Pod Pod ctest-busybox-pod-27379767] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-11 10:40:35,308 - DEBUG - [Pod Pod ctest-busybox-pod-27379767] Cmd output: ctest-nginx-pod-87479824 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-07-11 10:40:35,308 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-87479824': 1, 'ctest-nginx-pod-67204277': 1} 2025-07-11 10:40:35,308 - WARNING - Nothing to delete parallely 2025-07-11 10:40:35,308 - INFO - Deleting pod default:ctest-busybox-pod-27379767 2025-07-11 10:40:35,321 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:35,327 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:40:40,328 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:40,335 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:40:45,336 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:45,344 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:40:50,345 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:50,355 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:40:55,356 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:40:55,434 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:41:00,435 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:41:00,442 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:41:05,443 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:41:05,451 - WARNING - Pod uuid 91d9ffb7-06aa-4793-b63f-505d19489d86 is still seen in agent 10.0.0.129 VM list 2025-07-11 10:41:10,452 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=91d9ffb7-06aa-4793-b63f-505d19489d86 2025-07-11 10:41:10,460 - DEBUG - Pod 91d9ffb7-06aa-4793-b63f-505d19489d86 is not in agent 10.0.0.129 VM list 2025-07-11 10:41:10,460 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:710f15d6-5e43-11f0-8f99-fa163ef2c8fe 2025-07-11 10:41:10,466 - DEBUG - VMI 710f15d6-5e43-11f0-8f99-fa163ef2c8fe is removed from agent 10.0.0.129 2025-07-11 10:41:10,466 - INFO - Verified that pod ctest-busybox-pod-27379767 is removed in agent 2025-07-11 10:41:10,467 - INFO - Deleting Ingress : ctest-nginx-ingress-21030997 2025-07-11 10:41:10,472 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=bdfca262-bbfc-40b8-9048-d8501b79aaf1 2025-07-11 10:41:10,478 - ERROR - Ingress ctest-nginx-ingress-21030997 with uuid bdfca262-bbfc-40b8-9048-d8501b79aaf1 still found in kube manager 2025-07-11 10:41:11,479 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=bdfca262-bbfc-40b8-9048-d8501b79aaf1 2025-07-11 10:41:11,483 - INFO - Ingress ctest-nginx-ingress-21030997 with uuid bdfca262-bbfc-40b8-9048-d8501b79aaf1 deleted successfully from kube manager 2025-07-11 10:41:11,483 - INFO - Verifications on Ingress %s cleanup passed 2025-07-11 10:41:11,484 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-11 10:41:11,586 - 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-07-11 10:41:11,593 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-11 10:41:11,593 - INFO - Deleting VN __public__ 2025-07-11 10:41:11,729 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/3875218d-0a58-48ac-a7f4-59391bb6cbdb 2025-07-11 10:41:11,734 - DEBUG - Response Code: 404 2025-07-11 10:41:11,734 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 10:41:11,741 - DEBUG - Requesting: http://10.0.0.57:8082/domain/5e95a1a7-c9ab-4cc6-a4df-261fe0dac0ec 2025-07-11 10:41:11,760 - DEBUG - Requesting: http://10.0.0.57:8082/project/2cbc9eb1-cc0f-446e-8392-b18515a229d1 2025-07-11 10:41:11,827 - INFO - Validated that VN __public__ is not found in API Server 2025-07-11 10:41:11,828 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-11 10:41:11,836 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:41:11,844 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-07-11 10:41:11,844 - INFO - Validated that VN __public__ is not in any agent 2025-07-11 10:41:11,844 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:41:11,854 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 10:41:11,862 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-11 10:41:11,874 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-11 10:41:11,874 - INFO - Deleting pod default:ctest-nginx-pod-67204277 2025-07-11 10:41:11,886 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=87b466d4-e28d-4cc2-9293-00ea8079d12a 2025-07-11 10:41:11,906 - WARNING - Pod uuid 87b466d4-e28d-4cc2-9293-00ea8079d12a is still seen in agent 10.0.0.129 VM list 2025-07-11 10:41:16,909 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=87b466d4-e28d-4cc2-9293-00ea8079d12a 2025-07-11 10:41:16,917 - DEBUG - Pod 87b466d4-e28d-4cc2-9293-00ea8079d12a is not in agent 10.0.0.129 VM list 2025-07-11 10:41:16,917 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6ca17ee4-5e43-11f0-8f99-fa163ef2c8fe 2025-07-11 10:41:16,923 - DEBUG - VMI 6ca17ee4-5e43-11f0-8f99-fa163ef2c8fe is removed from agent 10.0.0.129 2025-07-11 10:41:16,923 - INFO - Verified that pod ctest-nginx-pod-67204277 is removed in agent 2025-07-11 10:41:16,924 - INFO - Deleting pod default:ctest-nginx-pod-87479824 2025-07-11 10:41:16,941 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=d9077616-41b7-404f-9865-a29629b589bc 2025-07-11 10:41:16,950 - WARNING - Pod uuid d9077616-41b7-404f-9865-a29629b589bc is still seen in agent 10.0.0.129 VM list 2025-07-11 10:41:21,954 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=d9077616-41b7-404f-9865-a29629b589bc 2025-07-11 10:41:21,961 - DEBUG - Pod d9077616-41b7-404f-9865-a29629b589bc is not in agent 10.0.0.129 VM list 2025-07-11 10:41:21,961 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6c2ca31c-5e43-11f0-8f99-fa163ef2c8fe 2025-07-11 10:41:21,968 - DEBUG - VMI 6c2ca31c-5e43-11f0-8f99-fa163ef2c8fe is removed from agent 10.0.0.129 2025-07-11 10:41:21,968 - INFO - Verified that pod ctest-nginx-pod-87479824 is removed in agent 2025-07-11 10:41:21,969 - INFO - Deleting service : ctest-nginx-svc-78462045 2025-07-11 10:41:22,160 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-11 10:41:22,166 - DEBUG - No XMPP flaps were noticed during the test