2025-05-15 02:00:02,753 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-05-15 02:00:03,015 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1228-1 2025-05-15 02:00:03,016 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-05-15 02:00:03,062 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1228-1 2025-05-15 02:00:03,062 - DEBUG - [10.0.0.241]: 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-05-15 02:00:03,158 - DEBUG - Output : NAMES contrail_test_9FV7xoRIh 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-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 2025-05-15 02:00:03,158 - DEBUG - [10.0.0.241]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-15 02:00:03,192 - DEBUG - Output : 10.0.0.241/24 172.17.0.1/16 2025-05-15 02:00:03,193 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-05-15 02:00:03,238 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1228-1 2025-05-15 02:00:03,339 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-05-15 02:00:03,577 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1228-1 2025-05-15 02:00:03,577 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-05-15 02:00:03,612 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1228-1 2025-05-15 02:00:03,613 - DEBUG - [10.0.0.27]: 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-05-15 02:00:03,705 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-15 02:00:03,705 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-15 02:00:03,740 - DEBUG - Output : 10.0.0.27/24 2025-05-15 02:00:03,740 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-05-15 02:00:03,786 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1228-1 2025-05-15 02:00:03,873 - INFO - Using existing project ['default-domain', 'k8s-default'](04cfb0ab-abf9-40cc-8c7d-62e0a805b281) 2025-05-15 02:00:03,990 - INFO - Using existing project ['default-domain', 'k8s-default'](04cfb0ab-abf9-40cc-8c7d-62e0a805b281) 2025-05-15 02:00:04,138 - INFO - ================================================================================ 2025-05-15 02:00:04,139 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-15 02:00:04,139 - 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-05-15 02:00:04,404 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-15 02:00:04,413 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.241': '0'}} with 2025-05-15 02:00:04,414 - INFO - Initial checks done. Running the testcase now 2025-05-15 02:00:04,414 - INFO - 2025-05-15 02:00:04,418 - INFO - Namespace default already exists 2025-05-15 02:00:04,418 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-15 02:00:04,524 - DEBUG - Output : cluster_project={} 2025-05-15 02:00:04,567 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-15 02:00:04,567 - DEBUG - Project uuid in Contrail is 04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:00:04,568 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-15 02:00:04,705 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-15 02:00:04,705 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_NamespaceDatabaseList?namespace_uuid=345705e8-2979-4f90-8131-2fc5a97c54ea 2025-05-15 02:00:04,710 - INFO - Namespace default with uuid 345705e8-2979-4f90-8131-2fc5a97c54ea found in kube manager 2025-05-15 02:00:04,710 - INFO - Namespace default verification passed 2025-05-15 02:00:04,713 - DEBUG - Service ctest-nginx-svc-18876713 not present 2025-05-15 02:00:04,713 - INFO - Creating service ctest-nginx-svc-18876713 2025-05-15 02:00:04,731 - INFO - Created Service ctest-nginx-svc-18876713 2025-05-15 02:00:04,735 - DEBUG - Pod ctest-nginx-pod-18545111 not present 2025-05-15 02:00:04,735 - INFO - Creating Pod ctest-nginx-pod-18545111 2025-05-15 02:00:04,784 - DEBUG - Pod : ctest-nginx-pod-18545111 UUID is 87a49b5f-688c-4770-88b6-901d319cddec 2025-05-15 02:00:04,795 - DEBUG - Pod ctest-nginx-pod-21731508 not present 2025-05-15 02:00:04,795 - INFO - Creating Pod ctest-nginx-pod-21731508 2025-05-15 02:00:04,856 - DEBUG - Pod : ctest-nginx-pod-21731508 UUID is b4f4a7da-63d6-4187-9b99-60ce0e78b84e 2025-05-15 02:00:05,102 - INFO - Created VN __public__, UUID :9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:05,321 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-05-15 02:00:05,328 - DEBUG - Requesting: http://10.0.0.241:8082/domain/facbce24-8456-4edd-ba32-d56022dabcad 2025-05-15 02:00:05,343 - DEBUG - Requesting: http://10.0.0.241:8082/project/04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:00:05,399 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:05,453 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:05,477 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:05,488 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:05,510 - DEBUG - Route Targets: [] 2025-05-15 02:00:05,510 - DEBUG - RT names not yet present for VN __public__ 2025-05-15 02:00:10,511 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-05-15 02:00:10,531 - DEBUG - Requesting: http://10.0.0.241:8082/domain/facbce24-8456-4edd-ba32-d56022dabcad 2025-05-15 02:00:10,549 - DEBUG - Requesting: http://10.0.0.241:8082/project/04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:00:10,606 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:10,619 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:10,630 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:10,639 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:10,648 - DEBUG - Requesting: http://10.0.0.241:8082/route-target/a513128d-5745-47df-824e-e0937077bf06 2025-05-15 02:00:10,656 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-15 02:00:10,656 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:10,666 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:10,682 - INFO - Verified VN network id 14 for VN 9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:10,683 - INFO - Verifications in API Server for VN __public__ passed 2025-05-15 02:00:10,683 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:10,694 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:10,703 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:00:10,710 - DEBUG - Requesting: http://10.0.0.241:8082/route-target/a513128d-5745-47df-824e-e0937077bf06 2025-05-15 02:00:10,716 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-15 02:00:10,723 - DEBUG - Control-node 10.0.0.241 : 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': '11331760963594502388', 'uuid-lslong': '12265790720506179279'}, 'enable': 'true', 'created': '2025-05-15T02:00:04', 'last-modified': '2025-05-15T02:00:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.505276'} 2025-05-15 02:00:10,724 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:00:10,731 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-15 02:00:10,731 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-15 02:00:10,732 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-15 02:00:10,732 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-05-15 02:00:10,737 - DEBUG - Requesting: http://10.0.0.241:8082/domain/facbce24-8456-4edd-ba32-d56022dabcad 2025-05-15 02:00:10,747 - DEBUG - Requesting: http://10.0.0.241:8082/project/04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:00:10,795 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:10,805 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-15 02:00:10,806 - DEBUG - Verifying the vn in opserver 2025-05-15 02:00:10,806 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.241 2025-05-15 02:00:10,806 - DEBUG - Requesting: http://10.0.0.241:8081/analytics/uves/virtual-networks 2025-05-15 02:00:10,812 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.241:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-15 02:00:10,812 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-15 02:00:10,812 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:00:10,822 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:00:10,829 - DEBUG - Do not have enough data to verify VN in agent 2025-05-15 02:00:10,829 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:00:10,836 - DEBUG - VRF ids for VN __public__: {} 2025-05-15 02:00:10,950 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-15 02:00:11,070 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-05-15 02:00:11,076 - DEBUG - Requesting: http://10.0.0.241:8082/domain/facbce24-8456-4edd-ba32-d56022dabcad 2025-05-15 02:00:11,087 - DEBUG - Requesting: http://10.0.0.241:8082/project/04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:00:11,135 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:11,147 - DEBUG - Requesting: http://10.0.0.241:8082/floating-ip-pool/d6338fa4-2ae7-435e-91cd-dd487b9b1a88 2025-05-15 02:00:11,154 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-05-15 02:00:11,159 - DEBUG - Requesting: http://10.0.0.241:8082/domain/facbce24-8456-4edd-ba32-d56022dabcad 2025-05-15 02:00:11,167 - DEBUG - Requesting: http://10.0.0.241:8082/project/04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:00:11,209 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/9d42808e-e2b0-40f4-aa38-d7ac610daecf 2025-05-15 02:00:11,220 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-15 02:00:11,220 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-15 02:00:11,227 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-15 02:00:11,234 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-15 02:00:11,234 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-15 02:00:11,237 - DEBUG - Ingress ctest-nginx-ingress-70715457 not present 2025-05-15 02:00:11,237 - INFO - Creating Ingress ctest-nginx-ingress-70715457 2025-05-15 02:00:11,245 - INFO - Created Ingress ctest-nginx-ingress-70715457 2025-05-15 02:00:11,248 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-70715457 2025-05-15 02:00:14,252 - DEBUG - For Ingress ctest-nginx-ingress-70715457, Cluster IP: 10.47.255.249, External IPs ['108.204.60.252'] 2025-05-15 02:00:14,253 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-70715457 2025-05-15 02:00:14,253 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=790c4a37-f94c-4261-bc4d-d0c07971aae8 2025-05-15 02:00:14,257 - INFO - Ingress ctest-nginx-ingress-70715457 with uuid 790c4a37-f94c-4261-bc4d-d0c07971aae8 found in kube manager 2025-05-15 02:00:14,257 - INFO - Ingress ctest-nginx-ingress-70715457 verification passed 2025-05-15 02:00:14,260 - DEBUG - Pod ctest-busybox-pod-56095271 not present 2025-05-15 02:00:14,260 - INFO - Creating Pod ctest-busybox-pod-56095271 2025-05-15 02:00:14,293 - DEBUG - Pod : ctest-busybox-pod-56095271 UUID is d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:14,304 - DEBUG - Pod ctest-nginx-pod-18545111 not in running state.Currently in Pending 2025-05-15 02:00:19,310 - DEBUG - Pod ctest-nginx-pod-18545111 not in running state.Currently in Pending 2025-05-15 02:00:24,483 - INFO - Pod ctest-nginx-pod-18545111 is in running state.Got IP 10.47.255.251 2025-05-15 02:00:24,589 - DEBUG - Pod ctest-nginx-pod-18545111 has vmi 52b4f924-3130-11f0-ab63-fa163e7eaf52 2025-05-15 02:00:24,590 - INFO - Verified pod ctest-nginx-pod-18545111 in contrail-api 2025-05-15 02:00:24,590 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-15 02:00:24,606 - DEBUG - VMI 52b4f924-3130-11f0-ab63-fa163e7eaf52 is active in agent 10.0.0.27 2025-05-15 02:00:24,607 - INFO - Verified Pod ctest-nginx-pod-18545111 in agent 10.0.0.27 2025-05-15 02:00:24,607 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=87a49b5f-688c-4770-88b6-901d319cddec 2025-05-15 02:00:24,614 - INFO - Pod ctest-nginx-pod-18545111 with uuid 87a49b5f-688c-4770-88b6-901d319cddec found in kube manager 2025-05-15 02:00:24,614 - INFO - Pod ctest-nginx-pod-18545111 verification passed 2025-05-15 02:00:24,699 - DEBUG - [Pod ctest-nginx-pod-18545111] Cmd: echo ctest-nginx-pod-18545111 > /usr/share/nginx/html/index.html, Output: 2025-05-15 02:00:24,708 - INFO - Pod ctest-nginx-pod-21731508 is in running state.Got IP 10.47.255.250 2025-05-15 02:00:24,770 - DEBUG - Pod ctest-nginx-pod-21731508 has vmi 53276e1e-3130-11f0-ab63-fa163e7eaf52 2025-05-15 02:00:24,770 - INFO - Verified pod ctest-nginx-pod-21731508 in contrail-api 2025-05-15 02:00:24,770 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-15 02:00:24,783 - DEBUG - VMI 53276e1e-3130-11f0-ab63-fa163e7eaf52 is active in agent 10.0.0.27 2025-05-15 02:00:24,783 - INFO - Verified Pod ctest-nginx-pod-21731508 in agent 10.0.0.27 2025-05-15 02:00:24,783 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=b4f4a7da-63d6-4187-9b99-60ce0e78b84e 2025-05-15 02:00:24,792 - INFO - Pod ctest-nginx-pod-21731508 with uuid b4f4a7da-63d6-4187-9b99-60ce0e78b84e found in kube manager 2025-05-15 02:00:24,792 - INFO - Pod ctest-nginx-pod-21731508 verification passed 2025-05-15 02:00:24,848 - DEBUG - [Pod ctest-nginx-pod-21731508] Cmd: echo ctest-nginx-pod-21731508 > /usr/share/nginx/html/index.html, Output: 2025-05-15 02:00:24,858 - DEBUG - Pod ctest-busybox-pod-56095271 not in running state.Currently in Pending 2025-05-15 02:00:29,865 - INFO - Pod ctest-busybox-pod-56095271 is in running state.Got IP 10.47.255.248 2025-05-15 02:00:29,879 - DEBUG - Pod ctest-busybox-pod-56095271 has vmi 57accd08-3130-11f0-ab63-fa163e7eaf52 2025-05-15 02:00:29,880 - INFO - Verified pod ctest-busybox-pod-56095271 in contrail-api 2025-05-15 02:00:29,880 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-15 02:00:29,894 - DEBUG - VMI 57accd08-3130-11f0-ab63-fa163e7eaf52 is active in agent 10.0.0.27 2025-05-15 02:00:29,894 - INFO - Verified Pod ctest-busybox-pod-56095271 in agent 10.0.0.27 2025-05-15 02:00:29,895 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:29,899 - INFO - Pod ctest-busybox-pod-56095271 with uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 found in kube manager 2025-05-15 02:00:29,900 - INFO - Pod ctest-busybox-pod-56095271 verification passed 2025-05-15 02:00:29,964 - DEBUG - [Pod ctest-busybox-pod-56095271] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-21731508 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-05-15 02:00:29,965 - DEBUG - [Pod Pod ctest-busybox-pod-56095271] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-15 02:00:29,965 - DEBUG - [Pod Pod ctest-busybox-pod-56095271] Cmd output: ctest-nginx-pod-21731508 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-05-15 02:00:30,021 - DEBUG - [Pod ctest-busybox-pod-56095271] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-21731508 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-05-15 02:00:30,021 - DEBUG - [Pod Pod ctest-busybox-pod-56095271] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-15 02:00:30,022 - DEBUG - [Pod Pod ctest-busybox-pod-56095271] Cmd output: ctest-nginx-pod-21731508 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-05-15 02:00:30,082 - DEBUG - [Pod ctest-busybox-pod-56095271] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-18545111 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-05-15 02:00:30,082 - DEBUG - [Pod Pod ctest-busybox-pod-56095271] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-15 02:00:30,082 - DEBUG - [Pod Pod ctest-busybox-pod-56095271] Cmd output: ctest-nginx-pod-18545111 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-05-15 02:00:30,082 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-18545111': 1, 'ctest-nginx-pod-21731508': 2} 2025-05-15 02:00:30,082 - WARNING - Nothing to delete parallely 2025-05-15 02:00:30,082 - INFO - Deleting pod default:ctest-busybox-pod-56095271 2025-05-15 02:00:30,097 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:30,112 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:00:35,113 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:35,121 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:00:40,123 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:40,130 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:00:45,131 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:45,139 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:00:50,141 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:50,148 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:00:55,149 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:00:55,157 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:01:00,157 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:01:00,165 - WARNING - Pod uuid d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is still seen in agent 10.0.0.27 VM list 2025-05-15 02:01:05,166 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 2025-05-15 02:01:05,174 - DEBUG - Pod d34f1063-7cfc-4e4b-8fde-04e0bdc5a866 is not in agent 10.0.0.27 VM list 2025-05-15 02:01:05,174 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57accd08-3130-11f0-ab63-fa163e7eaf52 2025-05-15 02:01:05,181 - DEBUG - VMI 57accd08-3130-11f0-ab63-fa163e7eaf52 is removed from agent 10.0.0.27 2025-05-15 02:01:05,181 - INFO - Verified that pod ctest-busybox-pod-56095271 is removed in agent 2025-05-15 02:01:05,181 - INFO - Deleting Ingress : ctest-nginx-ingress-70715457 2025-05-15 02:01:05,192 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=790c4a37-f94c-4261-bc4d-d0c07971aae8 2025-05-15 02:01:05,201 - ERROR - Ingress ctest-nginx-ingress-70715457 with uuid 790c4a37-f94c-4261-bc4d-d0c07971aae8 still found in kube manager 2025-05-15 02:01:06,201 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=790c4a37-f94c-4261-bc4d-d0c07971aae8 2025-05-15 02:01:06,212 - INFO - Ingress ctest-nginx-ingress-70715457 with uuid 790c4a37-f94c-4261-bc4d-d0c07971aae8 deleted successfully from kube manager 2025-05-15 02:01:06,212 - INFO - Verifications on Ingress %s cleanup passed 2025-05-15 02:01:06,212 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-15 02:01:06,373 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-15 02:01:06,388 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-15 02:01:06,388 - INFO - Deleting VN __public__ 2025-05-15 02:01:06,661 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/60c029fe-40ba-442f-8be8-139a6c07f8ec 2025-05-15 02:01:06,674 - DEBUG - Response Code: 404 2025-05-15 02:01:06,674 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-05-15 02:01:06,685 - DEBUG - Requesting: http://10.0.0.241:8082/domain/facbce24-8456-4edd-ba32-d56022dabcad 2025-05-15 02:01:06,706 - DEBUG - Requesting: http://10.0.0.241:8082/project/04cfb0ab-abf9-40cc-8c7d-62e0a805b281 2025-05-15 02:01:06,764 - INFO - Validated that VN __public__ is not found in API Server 2025-05-15 02:01:06,764 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-15 02:01:06,775 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:01:06,784 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-05-15 02:01:06,784 - INFO - Validated that VN __public__ is not in any agent 2025-05-15 02:01:06,784 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:01:06,793 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-15 02:01:06,803 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-15 02:01:06,819 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-15 02:01:06,820 - INFO - Deleting pod default:ctest-nginx-pod-21731508 2025-05-15 02:01:06,838 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b4f4a7da-63d6-4187-9b99-60ce0e78b84e 2025-05-15 02:01:06,873 - WARNING - Pod uuid b4f4a7da-63d6-4187-9b99-60ce0e78b84e is still seen in agent 10.0.0.27 VM list 2025-05-15 02:01:11,877 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b4f4a7da-63d6-4187-9b99-60ce0e78b84e 2025-05-15 02:01:11,885 - DEBUG - Pod b4f4a7da-63d6-4187-9b99-60ce0e78b84e is not in agent 10.0.0.27 VM list 2025-05-15 02:01:11,885 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:53276e1e-3130-11f0-ab63-fa163e7eaf52 2025-05-15 02:01:11,892 - DEBUG - VMI 53276e1e-3130-11f0-ab63-fa163e7eaf52 is removed from agent 10.0.0.27 2025-05-15 02:01:11,892 - INFO - Verified that pod ctest-nginx-pod-21731508 is removed in agent 2025-05-15 02:01:11,892 - INFO - Deleting pod default:ctest-nginx-pod-18545111 2025-05-15 02:01:11,918 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87a49b5f-688c-4770-88b6-901d319cddec 2025-05-15 02:01:11,930 - WARNING - Pod uuid 87a49b5f-688c-4770-88b6-901d319cddec is still seen in agent 10.0.0.27 VM list 2025-05-15 02:01:16,931 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87a49b5f-688c-4770-88b6-901d319cddec 2025-05-15 02:01:16,939 - DEBUG - Pod 87a49b5f-688c-4770-88b6-901d319cddec is not in agent 10.0.0.27 VM list 2025-05-15 02:01:16,939 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:52b4f924-3130-11f0-ab63-fa163e7eaf52 2025-05-15 02:01:16,947 - DEBUG - VMI 52b4f924-3130-11f0-ab63-fa163e7eaf52 is removed from agent 10.0.0.27 2025-05-15 02:01:16,947 - INFO - Verified that pod ctest-nginx-pod-18545111 is removed in agent 2025-05-15 02:01:16,947 - INFO - Deleting service : ctest-nginx-svc-18876713 2025-05-15 02:01:17,233 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-15 02:01:17,241 - DEBUG - No XMPP flaps were noticed during the test