2025-06-07 10:13:26,365 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-06-07 10:13:26,594 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1255-1 2025-06-07 10:13:26,594 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-06-07 10:13:26,627 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1255-1 2025-06-07 10:13:26,627 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-07 10:13:26,691 - DEBUG - Output : NAMES contrail_test_lJsFN93rY contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-api-1 2025-06-07 10:13:26,691 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-07 10:13:26,761 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-06-07 10:13:26,762 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-06-07 10:13:26,795 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1255-1 2025-06-07 10:13:26,892 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-06-07 10:13:27,105 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1255-1 2025-06-07 10:13:27,105 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-06-07 10:13:27,170 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1255-1 2025-06-07 10:13:27,170 - DEBUG - [10.0.0.49]: 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-07 10:13:27,214 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-07 10:13:27,214 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-07 10:13:27,248 - DEBUG - Output : 10.0.0.49/24 2025-06-07 10:13:27,248 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-06-07 10:13:27,321 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1255-1 2025-06-07 10:13:27,398 - INFO - Using existing project ['default-domain', 'k8s-default'](ef799bde-8d09-4b07-9a7b-b8f8f89e6142) 2025-06-07 10:13:27,497 - INFO - Using existing project ['default-domain', 'k8s-default'](ef799bde-8d09-4b07-9a7b-b8f8f89e6142) 2025-06-07 10:13:27,633 - INFO - ================================================================================ 2025-06-07 10:13:27,633 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-07 10:13:27,634 - 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-07 10:13:27,854 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-07 10:13:27,861 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.249': '0'}} with 2025-06-07 10:13:27,861 - INFO - Initial checks done. Running the testcase now 2025-06-07 10:13:27,862 - INFO - 2025-06-07 10:13:27,865 - INFO - Namespace default already exists 2025-06-07 10:13:27,865 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-07 10:13:27,959 - DEBUG - Output : cluster_project={} 2025-06-07 10:13:27,999 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-07 10:13:27,999 - DEBUG - Project uuid in Contrail is ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:13:27,999 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-07 10:13:28,104 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-07 10:13:28,104 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=3fc0882f-d663-4347-ac23-7adcaba45645 2025-06-07 10:13:28,108 - INFO - Namespace default with uuid 3fc0882f-d663-4347-ac23-7adcaba45645 found in kube manager 2025-06-07 10:13:28,108 - INFO - Namespace default verification passed 2025-06-07 10:13:28,111 - DEBUG - Service ctest-nginx-svc-73954860 not present 2025-06-07 10:13:28,111 - INFO - Creating service ctest-nginx-svc-73954860 2025-06-07 10:13:28,126 - INFO - Created Service ctest-nginx-svc-73954860 2025-06-07 10:13:28,136 - DEBUG - Pod ctest-nginx-pod-81502656 not present 2025-06-07 10:13:28,136 - INFO - Creating Pod ctest-nginx-pod-81502656 2025-06-07 10:13:28,192 - DEBUG - Pod : ctest-nginx-pod-81502656 UUID is 81aaa056-ac50-4896-b8b2-a796e6eddbea 2025-06-07 10:13:28,197 - DEBUG - Pod ctest-nginx-pod-01965273 not present 2025-06-07 10:13:28,197 - INFO - Creating Pod ctest-nginx-pod-01965273 2025-06-07 10:13:28,226 - DEBUG - Pod : ctest-nginx-pod-01965273 UUID is 5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b 2025-06-07 10:13:28,354 - INFO - Created VN __public__, UUID :212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:28,533 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-07 10:13:28,538 - DEBUG - Requesting: http://10.0.0.249:8082/domain/35d0f50b-bad7-4aef-87fb-0bc443268b98 2025-06-07 10:13:28,586 - DEBUG - Requesting: http://10.0.0.249:8082/project/ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:13:28,649 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:28,677 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:28,686 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:28,692 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:28,697 - DEBUG - Route Targets: [] 2025-06-07 10:13:28,697 - DEBUG - RT names not yet present for VN __public__ 2025-06-07 10:13:33,697 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-07 10:13:33,703 - DEBUG - Requesting: http://10.0.0.249:8082/domain/35d0f50b-bad7-4aef-87fb-0bc443268b98 2025-06-07 10:13:33,711 - DEBUG - Requesting: http://10.0.0.249:8082/project/ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:13:33,756 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:33,768 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:33,778 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:33,789 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:33,794 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/6b302d91-4cfb-41a6-ac96-24147901fd39 2025-06-07 10:13:33,800 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-07 10:13:33,800 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:33,808 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:33,819 - INFO - Verified VN network id 13 for VN 212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:33,819 - INFO - Verifications in API Server for VN __public__ passed 2025-06-07 10:13:33,819 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:33,827 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:33,833 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:13:33,838 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/6b302d91-4cfb-41a6-ac96-24147901fd39 2025-06-07 10:13:33,844 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-07 10:13:33,849 - DEBUG - Control-node 10.0.0.249 : 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': '2390375893653800865', 'uuid-lslong': '9801139675227567332'}, 'enable': 'true', 'created': '2025-06-07T10:13:28', 'last-modified': '2025-06-07T10:13:28', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.398782'} 2025-06-07 10:13:33,849 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:13:33,856 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-07 10:13:33,856 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-07 10:13:33,856 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-07 10:13:33,857 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-07 10:13:33,861 - DEBUG - Requesting: http://10.0.0.249:8082/domain/35d0f50b-bad7-4aef-87fb-0bc443268b98 2025-06-07 10:13:33,868 - DEBUG - Requesting: http://10.0.0.249:8082/project/ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:13:33,909 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:33,921 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-07 10:13:33,921 - DEBUG - Verifying the vn in opserver 2025-06-07 10:13:33,921 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-06-07 10:13:33,921 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-06-07 10:13:33,926 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-07 10:13:33,926 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-07 10:13:33,926 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:13:33,934 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:13:33,941 - DEBUG - Do not have enough data to verify VN in agent 2025-06-07 10:13:33,941 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:13:33,947 - DEBUG - VRF ids for VN __public__: {} 2025-06-07 10:13:33,997 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-07 10:13:34,141 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-07 10:13:34,146 - DEBUG - Requesting: http://10.0.0.249:8082/domain/35d0f50b-bad7-4aef-87fb-0bc443268b98 2025-06-07 10:13:34,154 - DEBUG - Requesting: http://10.0.0.249:8082/project/ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:13:34,205 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:34,217 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/56cfc21c-8b20-498f-9770-65173f9d85a1 2025-06-07 10:13:34,223 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-07 10:13:34,228 - DEBUG - Requesting: http://10.0.0.249:8082/domain/35d0f50b-bad7-4aef-87fb-0bc443268b98 2025-06-07 10:13:34,235 - DEBUG - Requesting: http://10.0.0.249:8082/project/ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:13:34,269 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/212c5235-e4e4-47a1-8804-a49b1fed34e4 2025-06-07 10:13:34,277 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-07 10:13:34,277 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-07 10:13:34,283 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-07 10:13:34,289 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-07 10:13:34,289 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-07 10:13:34,291 - DEBUG - Ingress ctest-nginx-ingress-51846127 not present 2025-06-07 10:13:34,292 - INFO - Creating Ingress ctest-nginx-ingress-51846127 2025-06-07 10:13:34,298 - INFO - Created Ingress ctest-nginx-ingress-51846127 2025-06-07 10:13:34,301 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-51846127 2025-06-07 10:13:37,306 - DEBUG - For Ingress ctest-nginx-ingress-51846127, Cluster IP: 10.47.255.249, External IPs ['210.5.34.188'] 2025-06-07 10:13:37,306 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-51846127 2025-06-07 10:13:37,306 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=d09204d0-a1bc-4751-a241-1069184c6c6e 2025-06-07 10:13:37,311 - INFO - Ingress ctest-nginx-ingress-51846127 with uuid d09204d0-a1bc-4751-a241-1069184c6c6e found in kube manager 2025-06-07 10:13:37,311 - INFO - Ingress ctest-nginx-ingress-51846127 verification passed 2025-06-07 10:13:37,326 - DEBUG - Pod ctest-busybox-pod-45630336 not present 2025-06-07 10:13:37,326 - INFO - Creating Pod ctest-busybox-pod-45630336 2025-06-07 10:13:37,349 - DEBUG - Pod : ctest-busybox-pod-45630336 UUID is de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:13:37,358 - DEBUG - Pod ctest-nginx-pod-81502656 not in running state.Currently in Pending 2025-06-07 10:13:42,364 - INFO - Pod ctest-nginx-pod-81502656 is in running state.Got IP 10.47.255.251 2025-06-07 10:13:42,380 - DEBUG - Pod ctest-nginx-pod-81502656 has vmi 0f0b0fa0-4388-11f0-9d90-fa163e9f78c9 2025-06-07 10:13:42,380 - INFO - Verified pod ctest-nginx-pod-81502656 in contrail-api 2025-06-07 10:13:42,380 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-07 10:13:42,392 - DEBUG - VMI 0f0b0fa0-4388-11f0-9d90-fa163e9f78c9 is active in agent 10.0.0.49 2025-06-07 10:13:42,393 - INFO - Verified Pod ctest-nginx-pod-81502656 in agent 10.0.0.49 2025-06-07 10:13:42,393 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=81aaa056-ac50-4896-b8b2-a796e6eddbea 2025-06-07 10:13:42,397 - INFO - Pod ctest-nginx-pod-81502656 with uuid 81aaa056-ac50-4896-b8b2-a796e6eddbea found in kube manager 2025-06-07 10:13:42,397 - INFO - Pod ctest-nginx-pod-81502656 verification passed 2025-06-07 10:13:42,457 - DEBUG - [Pod ctest-nginx-pod-81502656] Cmd: echo ctest-nginx-pod-81502656 > /usr/share/nginx/html/index.html, Output: 2025-06-07 10:13:42,463 - INFO - Pod ctest-nginx-pod-01965273 is in running state.Got IP 10.47.255.250 2025-06-07 10:13:42,475 - DEBUG - Pod ctest-nginx-pod-01965273 has vmi 0f7c2532-4388-11f0-9d90-fa163e9f78c9 2025-06-07 10:13:42,475 - INFO - Verified pod ctest-nginx-pod-01965273 in contrail-api 2025-06-07 10:13:42,476 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-07 10:13:42,485 - DEBUG - VMI 0f7c2532-4388-11f0-9d90-fa163e9f78c9 is active in agent 10.0.0.49 2025-06-07 10:13:42,486 - INFO - Verified Pod ctest-nginx-pod-01965273 in agent 10.0.0.49 2025-06-07 10:13:42,486 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b 2025-06-07 10:13:42,489 - INFO - Pod ctest-nginx-pod-01965273 with uuid 5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b found in kube manager 2025-06-07 10:13:42,489 - INFO - Pod ctest-nginx-pod-01965273 verification passed 2025-06-07 10:13:42,537 - DEBUG - [Pod ctest-nginx-pod-01965273] Cmd: echo ctest-nginx-pod-01965273 > /usr/share/nginx/html/index.html, Output: 2025-06-07 10:13:42,541 - DEBUG - Pod ctest-busybox-pod-45630336 not in running state.Currently in Pending 2025-06-07 10:13:47,548 - DEBUG - Pod ctest-busybox-pod-45630336 not in running state.Currently in Pending 2025-06-07 10:13:52,554 - INFO - Pod ctest-busybox-pod-45630336 is in running state.Got IP 10.47.255.248 2025-06-07 10:13:52,566 - DEBUG - Pod ctest-busybox-pod-45630336 has vmi 13cbd786-4388-11f0-9d90-fa163e9f78c9 2025-06-07 10:13:52,566 - INFO - Verified pod ctest-busybox-pod-45630336 in contrail-api 2025-06-07 10:13:52,566 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-07 10:13:52,576 - DEBUG - VMI 13cbd786-4388-11f0-9d90-fa163e9f78c9 is active in agent 10.0.0.49 2025-06-07 10:13:52,577 - INFO - Verified Pod ctest-busybox-pod-45630336 in agent 10.0.0.49 2025-06-07 10:13:52,577 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:13:52,581 - INFO - Pod ctest-busybox-pod-45630336 with uuid de98d21e-95db-4505-abf3-44edc72ce569 found in kube manager 2025-06-07 10:13:52,581 - INFO - Pod ctest-busybox-pod-45630336 verification passed 2025-06-07 10:13:52,631 - DEBUG - [Pod ctest-busybox-pod-45630336] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-81502656 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-07 10:13:52,632 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-07 10:13:52,632 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd output: ctest-nginx-pod-81502656 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-07 10:13:52,681 - DEBUG - [Pod ctest-busybox-pod-45630336] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-81502656 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-07 10:13:52,681 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-07 10:13:52,681 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd output: ctest-nginx-pod-81502656 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-07 10:13:52,728 - DEBUG - [Pod ctest-busybox-pod-45630336] 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-81502656 2025-06-07 10:13:52,728 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-07 10:13:52,728 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] 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-81502656 2025-06-07 10:13:52,780 - DEBUG - [Pod ctest-busybox-pod-45630336] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-81502656 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-07 10:13:52,780 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-07 10:13:52,780 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd output: ctest-nginx-pod-81502656 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-07 10:13:52,830 - DEBUG - [Pod ctest-busybox-pod-45630336] 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-01965273 2025-06-07 10:13:52,830 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-07 10:13:52,831 - DEBUG - [Pod Pod ctest-busybox-pod-45630336] 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-01965273 2025-06-07 10:13:52,831 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-81502656': 4, 'ctest-nginx-pod-01965273': 1} 2025-06-07 10:13:52,831 - WARNING - Nothing to delete parallely 2025-06-07 10:13:52,831 - INFO - Deleting pod default:ctest-busybox-pod-45630336 2025-06-07 10:13:52,843 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:13:52,849 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:13:57,850 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:13:57,857 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:02,858 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:14:02,865 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:07,866 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:14:07,872 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:12,873 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:14:12,880 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:17,881 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:14:17,890 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:22,890 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:14:22,899 - WARNING - Pod uuid de98d21e-95db-4505-abf3-44edc72ce569 is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:27,900 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=de98d21e-95db-4505-abf3-44edc72ce569 2025-06-07 10:14:27,907 - DEBUG - Pod de98d21e-95db-4505-abf3-44edc72ce569 is not in agent 10.0.0.49 VM list 2025-06-07 10:14:27,907 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:13cbd786-4388-11f0-9d90-fa163e9f78c9 2025-06-07 10:14:27,915 - DEBUG - VMI 13cbd786-4388-11f0-9d90-fa163e9f78c9 is removed from agent 10.0.0.49 2025-06-07 10:14:27,915 - INFO - Verified that pod ctest-busybox-pod-45630336 is removed in agent 2025-06-07 10:14:27,915 - INFO - Deleting Ingress : ctest-nginx-ingress-51846127 2025-06-07 10:14:27,922 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=d09204d0-a1bc-4751-a241-1069184c6c6e 2025-06-07 10:14:27,927 - ERROR - Ingress ctest-nginx-ingress-51846127 with uuid d09204d0-a1bc-4751-a241-1069184c6c6e still found in kube manager 2025-06-07 10:14:28,928 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=d09204d0-a1bc-4751-a241-1069184c6c6e 2025-06-07 10:14:28,932 - INFO - Ingress ctest-nginx-ingress-51846127 with uuid d09204d0-a1bc-4751-a241-1069184c6c6e deleted successfully from kube manager 2025-06-07 10:14:28,932 - INFO - Verifications on Ingress %s cleanup passed 2025-06-07 10:14:28,932 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-07 10:14:29,073 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-07 10:14:29,094 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-07 10:14:29,095 - INFO - Deleting VN __public__ 2025-06-07 10:14:29,249 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/668e060e-b648-4014-8038-d2d12feb3d1a 2025-06-07 10:14:29,254 - DEBUG - Response Code: 404 2025-06-07 10:14:29,254 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-07 10:14:29,259 - DEBUG - Requesting: http://10.0.0.249:8082/domain/35d0f50b-bad7-4aef-87fb-0bc443268b98 2025-06-07 10:14:29,266 - DEBUG - Requesting: http://10.0.0.249:8082/project/ef799bde-8d09-4b07-9a7b-b8f8f89e6142 2025-06-07 10:14:29,319 - INFO - Validated that VN __public__ is not found in API Server 2025-06-07 10:14:29,320 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-07 10:14:29,331 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:14:29,339 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-06-07 10:14:29,339 - INFO - Validated that VN __public__ is not in any agent 2025-06-07 10:14:29,339 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:14:29,347 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-07 10:14:29,353 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-07 10:14:29,377 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-07 10:14:29,378 - INFO - Deleting pod default:ctest-nginx-pod-01965273 2025-06-07 10:14:29,388 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b 2025-06-07 10:14:29,421 - WARNING - Pod uuid 5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:34,422 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b 2025-06-07 10:14:34,429 - DEBUG - Pod 5fc7d5c9-2eac-4da9-be9a-20c6d8e3216b is not in agent 10.0.0.49 VM list 2025-06-07 10:14:34,429 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0f7c2532-4388-11f0-9d90-fa163e9f78c9 2025-06-07 10:14:34,436 - DEBUG - VMI 0f7c2532-4388-11f0-9d90-fa163e9f78c9 is removed from agent 10.0.0.49 2025-06-07 10:14:34,436 - INFO - Verified that pod ctest-nginx-pod-01965273 is removed in agent 2025-06-07 10:14:34,436 - INFO - Deleting pod default:ctest-nginx-pod-81502656 2025-06-07 10:14:34,449 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=81aaa056-ac50-4896-b8b2-a796e6eddbea 2025-06-07 10:14:34,461 - WARNING - Pod uuid 81aaa056-ac50-4896-b8b2-a796e6eddbea is still seen in agent 10.0.0.49 VM list 2025-06-07 10:14:39,462 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=81aaa056-ac50-4896-b8b2-a796e6eddbea 2025-06-07 10:14:39,468 - DEBUG - Pod 81aaa056-ac50-4896-b8b2-a796e6eddbea is not in agent 10.0.0.49 VM list 2025-06-07 10:14:39,469 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0f0b0fa0-4388-11f0-9d90-fa163e9f78c9 2025-06-07 10:14:39,475 - DEBUG - VMI 0f0b0fa0-4388-11f0-9d90-fa163e9f78c9 is removed from agent 10.0.0.49 2025-06-07 10:14:39,475 - INFO - Verified that pod ctest-nginx-pod-81502656 is removed in agent 2025-06-07 10:14:39,475 - INFO - Deleting service : ctest-nginx-svc-73954860 2025-06-07 10:14:39,675 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-07 10:14:39,682 - DEBUG - No XMPP flaps were noticed during the test