2025-05-28 12:01:11,577 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-05-28 12:01:11,895 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1234-1 2025-05-28 12:01:11,895 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-05-28 12:01:11,929 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1234-1 2025-05-28 12:01:11,929 - DEBUG - [10.0.0.33]: 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-28 12:01:12,004 - DEBUG - Output : NAMES contrail_test_ZpTyVzvUa contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-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-web-1 webui-job-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-svcmonitor-1 2025-05-28 12:01:12,004 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-28 12:01:12,074 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-05-28 12:01:12,074 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-05-28 12:01:12,108 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1234-1 2025-05-28 12:01:12,199 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-05-28 12:01:12,474 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1234-1 2025-05-28 12:01:12,474 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-05-28 12:01:12,508 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1234-1 2025-05-28 12:01:12,508 - DEBUG - [10.0.0.22]: 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-28 12:01:12,611 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-28 12:01:12,611 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-28 12:01:12,655 - DEBUG - Output : 10.0.0.22/24 2025-05-28 12:01:12,655 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-05-28 12:01:12,689 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1234-1 2025-05-28 12:01:12,780 - INFO - Using existing project ['default-domain', 'k8s-default'](5c80b6fb-a147-4403-902b-93326c2a2f7e) 2025-05-28 12:01:12,913 - INFO - Using existing project ['default-domain', 'k8s-default'](5c80b6fb-a147-4403-902b-93326c2a2f7e) 2025-05-28 12:01:13,067 - INFO - ================================================================================ 2025-05-28 12:01:13,067 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-28 12:01:13,068 - 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-28 12:01:13,271 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-28 12:01:13,283 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.33': '0'}} with 2025-05-28 12:01:13,283 - INFO - Initial checks done. Running the testcase now 2025-05-28 12:01:13,283 - INFO - 2025-05-28 12:01:13,286 - INFO - Namespace default already exists 2025-05-28 12:01:13,287 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-28 12:01:13,391 - DEBUG - Output : cluster_project={} 2025-05-28 12:01:13,438 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-28 12:01:13,439 - DEBUG - Project uuid in Contrail is 5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:01:13,439 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-28 12:01:13,590 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-28 12:01:13,590 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=5f130202-d3e7-41d9-aca2-0f4e15c02b63 2025-05-28 12:01:13,595 - INFO - Namespace default with uuid 5f130202-d3e7-41d9-aca2-0f4e15c02b63 found in kube manager 2025-05-28 12:01:13,595 - INFO - Namespace default verification passed 2025-05-28 12:01:13,599 - DEBUG - Service ctest-nginx-svc-10067001 not present 2025-05-28 12:01:13,599 - INFO - Creating service ctest-nginx-svc-10067001 2025-05-28 12:01:13,622 - INFO - Created Service ctest-nginx-svc-10067001 2025-05-28 12:01:13,625 - DEBUG - Pod ctest-nginx-pod-17344529 not present 2025-05-28 12:01:13,625 - INFO - Creating Pod ctest-nginx-pod-17344529 2025-05-28 12:01:13,699 - DEBUG - Pod : ctest-nginx-pod-17344529 UUID is ce1ab7de-2f20-4050-9851-0109b137b484 2025-05-28 12:01:13,702 - DEBUG - Pod ctest-nginx-pod-01239203 not present 2025-05-28 12:01:13,703 - INFO - Creating Pod ctest-nginx-pod-01239203 2025-05-28 12:01:13,726 - DEBUG - Pod : ctest-nginx-pod-01239203 UUID is 97039191-ba34-4bf4-a7ce-8edf6cc36a2c 2025-05-28 12:01:13,989 - INFO - Created VN __public__, UUID :23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:14,237 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-28 12:01:14,243 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be0a4166-bdb5-4f6b-8027-9df706819c59 2025-05-28 12:01:14,282 - DEBUG - Requesting: http://10.0.0.33:8082/project/5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:01:14,406 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:14,423 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:14,472 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:14,513 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:14,556 - DEBUG - Route Targets: [] 2025-05-28 12:01:14,556 - DEBUG - RT names not yet present for VN __public__ 2025-05-28 12:01:19,556 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-28 12:01:19,563 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be0a4166-bdb5-4f6b-8027-9df706819c59 2025-05-28 12:01:19,570 - DEBUG - Requesting: http://10.0.0.33:8082/project/5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:01:19,614 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:19,623 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:19,631 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:19,643 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:19,649 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/48af1bfd-cf87-4843-b63d-9e11e017b70b 2025-05-28 12:01:19,656 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-28 12:01:19,656 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:19,664 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:19,676 - INFO - Verified VN network id 13 for VN 23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:19,677 - INFO - Verifications in API Server for VN __public__ passed 2025-05-28 12:01:19,677 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:19,686 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:19,692 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:01:19,699 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/48af1bfd-cf87-4843-b63d-9e11e017b70b 2025-05-28 12:01:19,706 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-28 12:01:19,712 - DEBUG - Control-node 10.0.0.33 : 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': '2586926653310321703', 'uuid-lslong': '11936817927462907456'}, 'enable': 'true', 'created': '2025-05-28T12:01:13', 'last-modified': '2025-05-28T12:01:14', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.593661'} 2025-05-28 12:01:19,712 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:01:19,742 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-28 12:01:19,742 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-28 12:01:19,743 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-28 12:01:19,743 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-28 12:01:19,749 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be0a4166-bdb5-4f6b-8027-9df706819c59 2025-05-28 12:01:19,765 - DEBUG - Requesting: http://10.0.0.33:8082/project/5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:01:19,810 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:19,819 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-28 12:01:19,819 - DEBUG - Verifying the vn in opserver 2025-05-28 12:01:19,819 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-05-28 12:01:19,819 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-05-28 12:01:19,824 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-28 12:01:19,824 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-28 12:01:19,824 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:01:19,832 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:01:19,839 - DEBUG - Do not have enough data to verify VN in agent 2025-05-28 12:01:19,839 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:01:19,845 - DEBUG - VRF ids for VN __public__: {} 2025-05-28 12:01:19,946 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-28 12:01:20,044 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-28 12:01:20,051 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be0a4166-bdb5-4f6b-8027-9df706819c59 2025-05-28 12:01:20,058 - DEBUG - Requesting: http://10.0.0.33:8082/project/5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:01:20,115 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:20,129 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/0b4ec19a-b364-4b07-8783-d30a13b86a93 2025-05-28 12:01:20,138 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-28 12:01:20,144 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be0a4166-bdb5-4f6b-8027-9df706819c59 2025-05-28 12:01:20,151 - DEBUG - Requesting: http://10.0.0.33:8082/project/5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:01:20,197 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/23e69c15-c68d-4427-a5a8-18a93af0ee40 2025-05-28 12:01:20,206 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-28 12:01:20,206 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-28 12:01:20,213 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-28 12:01:20,219 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-28 12:01:20,219 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-28 12:01:20,222 - DEBUG - Ingress ctest-nginx-ingress-71548766 not present 2025-05-28 12:01:20,222 - INFO - Creating Ingress ctest-nginx-ingress-71548766 2025-05-28 12:01:20,229 - INFO - Created Ingress ctest-nginx-ingress-71548766 2025-05-28 12:01:20,231 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-71548766 2025-05-28 12:01:23,236 - DEBUG - For Ingress ctest-nginx-ingress-71548766, Cluster IP: 10.47.255.249, External IPs ['144.121.122.60'] 2025-05-28 12:01:23,236 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-71548766 2025-05-28 12:01:23,236 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=d059bf7a-b52d-412e-9914-1b8462ae9133 2025-05-28 12:01:23,252 - INFO - Ingress ctest-nginx-ingress-71548766 with uuid d059bf7a-b52d-412e-9914-1b8462ae9133 found in kube manager 2025-05-28 12:01:23,252 - INFO - Ingress ctest-nginx-ingress-71548766 verification passed 2025-05-28 12:01:23,257 - DEBUG - Pod ctest-busybox-pod-18725732 not present 2025-05-28 12:01:23,258 - INFO - Creating Pod ctest-busybox-pod-18725732 2025-05-28 12:01:23,289 - DEBUG - Node for Pod ctest-busybox-pod-18725732 not yet populated 2025-05-28 12:01:26,295 - DEBUG - Node for Pod ctest-busybox-pod-18725732 not yet populated 2025-05-28 12:01:29,302 - DEBUG - Pod : ctest-busybox-pod-18725732 UUID is 8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:01:29,308 - INFO - Pod ctest-nginx-pod-17344529 is in running state.Got IP 10.47.255.251 2025-05-28 12:01:29,373 - DEBUG - Pod ctest-nginx-pod-17344529 has vmi 74fde9ec-3bbb-11f0-9d3f-fa163e3d4579 2025-05-28 12:01:29,373 - INFO - Verified pod ctest-nginx-pod-17344529 in contrail-api 2025-05-28 12:01:29,373 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 12:01:29,386 - DEBUG - VMI 74fde9ec-3bbb-11f0-9d3f-fa163e3d4579 is active in agent 10.0.0.22 2025-05-28 12:01:29,386 - INFO - Verified Pod ctest-nginx-pod-17344529 in agent 10.0.0.22 2025-05-28 12:01:29,386 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=ce1ab7de-2f20-4050-9851-0109b137b484 2025-05-28 12:01:29,391 - INFO - Pod ctest-nginx-pod-17344529 with uuid ce1ab7de-2f20-4050-9851-0109b137b484 found in kube manager 2025-05-28 12:01:29,391 - INFO - Pod ctest-nginx-pod-17344529 verification passed 2025-05-28 12:01:29,461 - DEBUG - [Pod ctest-nginx-pod-17344529] Cmd: echo ctest-nginx-pod-17344529 > /usr/share/nginx/html/index.html, Output: 2025-05-28 12:01:29,468 - INFO - Pod ctest-nginx-pod-01239203 is in running state.Got IP 10.47.255.250 2025-05-28 12:01:29,483 - DEBUG - Pod ctest-nginx-pod-01239203 has vmi 75764d4c-3bbb-11f0-9d3f-fa163e3d4579 2025-05-28 12:01:29,483 - INFO - Verified pod ctest-nginx-pod-01239203 in contrail-api 2025-05-28 12:01:29,483 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 12:01:29,495 - DEBUG - VMI 75764d4c-3bbb-11f0-9d3f-fa163e3d4579 is active in agent 10.0.0.22 2025-05-28 12:01:29,495 - INFO - Verified Pod ctest-nginx-pod-01239203 in agent 10.0.0.22 2025-05-28 12:01:29,496 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=97039191-ba34-4bf4-a7ce-8edf6cc36a2c 2025-05-28 12:01:29,500 - INFO - Pod ctest-nginx-pod-01239203 with uuid 97039191-ba34-4bf4-a7ce-8edf6cc36a2c found in kube manager 2025-05-28 12:01:29,500 - INFO - Pod ctest-nginx-pod-01239203 verification passed 2025-05-28 12:01:29,565 - DEBUG - [Pod ctest-nginx-pod-01239203] Cmd: echo ctest-nginx-pod-01239203 > /usr/share/nginx/html/index.html, Output: 2025-05-28 12:01:29,573 - DEBUG - Pod ctest-busybox-pod-18725732 not in running state.Currently in Pending 2025-05-28 12:01:34,581 - DEBUG - Pod ctest-busybox-pod-18725732 not in running state.Currently in Pending 2025-05-28 12:01:39,588 - DEBUG - Pod ctest-busybox-pod-18725732 not in running state.Currently in Pending 2025-05-28 12:01:44,603 - INFO - Pod ctest-busybox-pod-18725732 is in running state.Got IP 10.47.255.248 2025-05-28 12:01:44,617 - DEBUG - Pod ctest-busybox-pod-18725732 has vmi 7bb7a3ae-3bbb-11f0-9d3f-fa163e3d4579 2025-05-28 12:01:44,617 - INFO - Verified pod ctest-busybox-pod-18725732 in contrail-api 2025-05-28 12:01:44,617 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 12:01:44,629 - DEBUG - VMI 7bb7a3ae-3bbb-11f0-9d3f-fa163e3d4579 is active in agent 10.0.0.22 2025-05-28 12:01:44,629 - INFO - Verified Pod ctest-busybox-pod-18725732 in agent 10.0.0.22 2025-05-28 12:01:44,629 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:01:44,633 - INFO - Pod ctest-busybox-pod-18725732 with uuid 8e901b7e-9579-4522-9be9-8fa187630513 found in kube manager 2025-05-28 12:01:44,633 - INFO - Pod ctest-busybox-pod-18725732 verification passed 2025-05-28 12:01:44,706 - DEBUG - [Pod ctest-busybox-pod-18725732] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-01239203 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-28 12:01:44,706 - DEBUG - [Pod Pod ctest-busybox-pod-18725732] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-28 12:01:44,706 - DEBUG - [Pod Pod ctest-busybox-pod-18725732] Cmd output: ctest-nginx-pod-01239203 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-28 12:01:44,762 - DEBUG - [Pod ctest-busybox-pod-18725732] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-17344529 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-28 12:01:44,762 - DEBUG - [Pod Pod ctest-busybox-pod-18725732] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-28 12:01:44,762 - DEBUG - [Pod Pod ctest-busybox-pod-18725732] Cmd output: ctest-nginx-pod-17344529 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-28 12:01:44,762 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-17344529': 1, 'ctest-nginx-pod-01239203': 1} 2025-05-28 12:01:44,762 - WARNING - Nothing to delete parallely 2025-05-28 12:01:44,763 - INFO - Deleting pod default:ctest-busybox-pod-18725732 2025-05-28 12:01:44,794 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:01:44,803 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:01:49,804 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:01:49,812 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:01:54,813 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:01:54,820 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:01:59,820 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:01:59,828 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:02:04,829 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:02:04,838 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:02:09,839 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:02:09,846 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:02:14,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:02:14,857 - WARNING - Pod uuid 8e901b7e-9579-4522-9be9-8fa187630513 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:02:19,858 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8e901b7e-9579-4522-9be9-8fa187630513 2025-05-28 12:02:19,867 - DEBUG - Pod 8e901b7e-9579-4522-9be9-8fa187630513 is not in agent 10.0.0.22 VM list 2025-05-28 12:02:19,867 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7bb7a3ae-3bbb-11f0-9d3f-fa163e3d4579 2025-05-28 12:02:19,874 - DEBUG - VMI 7bb7a3ae-3bbb-11f0-9d3f-fa163e3d4579 is removed from agent 10.0.0.22 2025-05-28 12:02:19,874 - INFO - Verified that pod ctest-busybox-pod-18725732 is removed in agent 2025-05-28 12:02:19,874 - INFO - Deleting Ingress : ctest-nginx-ingress-71548766 2025-05-28 12:02:19,886 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=d059bf7a-b52d-412e-9914-1b8462ae9133 2025-05-28 12:02:19,894 - ERROR - Ingress ctest-nginx-ingress-71548766 with uuid d059bf7a-b52d-412e-9914-1b8462ae9133 still found in kube manager 2025-05-28 12:02:20,895 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=d059bf7a-b52d-412e-9914-1b8462ae9133 2025-05-28 12:02:20,902 - INFO - Ingress ctest-nginx-ingress-71548766 with uuid d059bf7a-b52d-412e-9914-1b8462ae9133 deleted successfully from kube manager 2025-05-28 12:02:20,902 - INFO - Verifications on Ingress %s cleanup passed 2025-05-28 12:02:20,903 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-28 12:02:21,057 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-28 12:02:21,063 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-28 12:02:21,064 - INFO - Deleting VN __public__ 2025-05-28 12:02:21,200 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/57924f28-2465-42f6-8582-51c619ec249d 2025-05-28 12:02:21,209 - DEBUG - Response Code: 404 2025-05-28 12:02:21,210 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-28 12:02:21,216 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be0a4166-bdb5-4f6b-8027-9df706819c59 2025-05-28 12:02:21,231 - DEBUG - Requesting: http://10.0.0.33:8082/project/5c80b6fb-a147-4403-902b-93326c2a2f7e 2025-05-28 12:02:21,300 - INFO - Validated that VN __public__ is not found in API Server 2025-05-28 12:02:21,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-28 12:02:21,314 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:02:21,324 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-05-28 12:02:21,324 - INFO - Validated that VN __public__ is not in any agent 2025-05-28 12:02:21,324 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:02:21,332 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 12:02:21,341 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-28 12:02:21,348 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-28 12:02:21,348 - INFO - Deleting pod default:ctest-nginx-pod-01239203 2025-05-28 12:02:21,357 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97039191-ba34-4bf4-a7ce-8edf6cc36a2c 2025-05-28 12:02:21,371 - WARNING - Pod uuid 97039191-ba34-4bf4-a7ce-8edf6cc36a2c is still seen in agent 10.0.0.22 VM list 2025-05-28 12:02:26,372 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97039191-ba34-4bf4-a7ce-8edf6cc36a2c 2025-05-28 12:02:26,379 - DEBUG - Pod 97039191-ba34-4bf4-a7ce-8edf6cc36a2c is not in agent 10.0.0.22 VM list 2025-05-28 12:02:26,379 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75764d4c-3bbb-11f0-9d3f-fa163e3d4579 2025-05-28 12:02:26,386 - DEBUG - VMI 75764d4c-3bbb-11f0-9d3f-fa163e3d4579 is removed from agent 10.0.0.22 2025-05-28 12:02:26,386 - INFO - Verified that pod ctest-nginx-pod-01239203 is removed in agent 2025-05-28 12:02:26,386 - INFO - Deleting pod default:ctest-nginx-pod-17344529 2025-05-28 12:02:26,403 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce1ab7de-2f20-4050-9851-0109b137b484 2025-05-28 12:02:26,416 - WARNING - Pod uuid ce1ab7de-2f20-4050-9851-0109b137b484 is still seen in agent 10.0.0.22 VM list 2025-05-28 12:02:31,419 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce1ab7de-2f20-4050-9851-0109b137b484 2025-05-28 12:02:31,426 - DEBUG - Pod ce1ab7de-2f20-4050-9851-0109b137b484 is not in agent 10.0.0.22 VM list 2025-05-28 12:02:31,426 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:74fde9ec-3bbb-11f0-9d3f-fa163e3d4579 2025-05-28 12:02:31,432 - DEBUG - VMI 74fde9ec-3bbb-11f0-9d3f-fa163e3d4579 is removed from agent 10.0.0.22 2025-05-28 12:02:31,432 - INFO - Verified that pod ctest-nginx-pod-17344529 is removed in agent 2025-05-28 12:02:31,432 - INFO - Deleting service : ctest-nginx-svc-10067001 2025-05-28 12:02:31,586 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-28 12:02:31,593 - DEBUG - No XMPP flaps were noticed during the test