2025-06-15 16:36:49,572 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-06-15 16:36:49,820 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1275-1 2025-06-15 16:36:49,820 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-06-15 16:36:49,853 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1275-1 2025-06-15 16:36:49,854 - 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-15 16:36:49,955 - DEBUG - Output : NAMES contrail_test_9xBMOfNbs contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 webui-web-1 webui-job-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-api-1 config_api-dnsmasq-1 config_api-svcmonitor-1 2025-06-15 16:36:49,956 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-15 16:36:49,990 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-06-15 16:36:49,990 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-06-15 16:36:50,024 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1275-1 2025-06-15 16:36:50,108 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-06-15 16:36:50,340 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1275-1 2025-06-15 16:36:50,340 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-06-15 16:36:50,375 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1275-1 2025-06-15 16:36:50,375 - DEBUG - [10.0.0.38]: 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-15 16:36:50,431 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-15 16:36:50,431 - DEBUG - [10.0.0.38]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-15 16:36:50,506 - DEBUG - Output : 10.0.0.38/24 2025-06-15 16:36:50,506 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-06-15 16:36:50,539 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1275-1 2025-06-15 16:36:50,604 - INFO - Using existing project ['default-domain', 'k8s-default'](7b52d671-fd37-4a5d-8bb8-53e1606c554c) 2025-06-15 16:36:50,675 - INFO - Using existing project ['default-domain', 'k8s-default'](7b52d671-fd37-4a5d-8bb8-53e1606c554c) 2025-06-15 16:36:50,809 - INFO - ================================================================================ 2025-06-15 16:36:50,809 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-15 16:36:50,810 - 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-15 16:36:51,040 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-15 16:36:51,047 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.0.0.49': '0'}} with 2025-06-15 16:36:51,047 - INFO - Initial checks done. Running the testcase now 2025-06-15 16:36:51,047 - INFO - 2025-06-15 16:36:51,051 - INFO - Namespace default already exists 2025-06-15 16:36:51,051 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-15 16:36:51,156 - DEBUG - Output : cluster_project={} 2025-06-15 16:36:51,211 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-15 16:36:51,211 - DEBUG - Project uuid in Contrail is 7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:36:51,211 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-15 16:36:51,338 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-15 16:36:51,338 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=6217b608-5cee-4c9a-af84-3e5f812bb0f0 2025-06-15 16:36:51,342 - INFO - Namespace default with uuid 6217b608-5cee-4c9a-af84-3e5f812bb0f0 found in kube manager 2025-06-15 16:36:51,343 - INFO - Namespace default verification passed 2025-06-15 16:36:51,346 - DEBUG - Service ctest-nginx-svc-93774145 not present 2025-06-15 16:36:51,346 - INFO - Creating service ctest-nginx-svc-93774145 2025-06-15 16:36:51,486 - INFO - Created Service ctest-nginx-svc-93774145 2025-06-15 16:36:51,504 - DEBUG - Pod ctest-nginx-pod-46150599 not present 2025-06-15 16:36:51,504 - INFO - Creating Pod ctest-nginx-pod-46150599 2025-06-15 16:36:51,548 - DEBUG - Pod : ctest-nginx-pod-46150599 UUID is 962deb15-29ad-4788-bed0-8e1c3845491b 2025-06-15 16:36:51,560 - DEBUG - Pod ctest-nginx-pod-44386432 not present 2025-06-15 16:36:51,560 - INFO - Creating Pod ctest-nginx-pod-44386432 2025-06-15 16:36:51,596 - DEBUG - Pod : ctest-nginx-pod-44386432 UUID is 02bf471d-7816-486f-95d0-6ba944cfd0ba 2025-06-15 16:36:51,763 - INFO - Created VN __public__, UUID :f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:51,981 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-15 16:36:51,987 - DEBUG - Requesting: http://10.0.0.49:8082/domain/0ad1b8f1-3252-4591-9a61-b7138422c64d 2025-06-15 16:36:52,002 - DEBUG - Requesting: http://10.0.0.49:8082/project/7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:36:52,071 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:52,083 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:52,091 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:52,098 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:52,104 - DEBUG - Route Targets: [] 2025-06-15 16:36:52,104 - DEBUG - RT names not yet present for VN __public__ 2025-06-15 16:36:57,105 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-15 16:36:57,111 - DEBUG - Requesting: http://10.0.0.49:8082/domain/0ad1b8f1-3252-4591-9a61-b7138422c64d 2025-06-15 16:36:57,119 - DEBUG - Requesting: http://10.0.0.49:8082/project/7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:36:57,174 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,184 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,192 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:57,201 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:57,221 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/f17ec266-aa9f-482a-a9c5-16f47b0498f4 2025-06-15 16:36:57,227 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-15 16:36:57,228 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,236 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:57,248 - INFO - Verified VN network id 13 for VN f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,249 - INFO - Verifications in API Server for VN __public__ passed 2025-06-15 16:36:57,249 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,258 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:57,264 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:36:57,270 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/f17ec266-aa9f-482a-a9c5-16f47b0498f4 2025-06-15 16:36:57,277 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-15 16:36:57,284 - DEBUG - Control-node 10.0.0.49 : 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': '17560385252885544962', 'uuid-lslong': '11330740836795797899'}, 'enable': 'true', 'created': '2025-06-15T16:36:51', 'last-modified': '2025-06-15T16:36:51', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.339597'} 2025-06-15 16:36:57,284 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:36:57,291 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-15 16:36:57,291 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-15 16:36:57,292 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-15 16:36:57,292 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-15 16:36:57,303 - DEBUG - Requesting: http://10.0.0.49:8082/domain/0ad1b8f1-3252-4591-9a61-b7138422c64d 2025-06-15 16:36:57,310 - DEBUG - Requesting: http://10.0.0.49:8082/project/7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:36:57,353 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,368 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-15 16:36:57,368 - DEBUG - Verifying the vn in opserver 2025-06-15 16:36:57,368 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-06-15 16:36:57,368 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-06-15 16:36:57,373 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-15 16:36:57,373 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-15 16:36:57,373 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:36:57,381 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:36:57,388 - DEBUG - Do not have enough data to verify VN in agent 2025-06-15 16:36:57,388 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:36:57,393 - DEBUG - VRF ids for VN __public__: {} 2025-06-15 16:36:57,491 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-15 16:36:57,611 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-15 16:36:57,616 - DEBUG - Requesting: http://10.0.0.49:8082/domain/0ad1b8f1-3252-4591-9a61-b7138422c64d 2025-06-15 16:36:57,625 - DEBUG - Requesting: http://10.0.0.49:8082/project/7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:36:57,664 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,673 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/a003583c-4dc7-4b7a-b04e-75085fdf1452 2025-06-15 16:36:57,679 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-15 16:36:57,683 - DEBUG - Requesting: http://10.0.0.49:8082/domain/0ad1b8f1-3252-4591-9a61-b7138422c64d 2025-06-15 16:36:57,690 - DEBUG - Requesting: http://10.0.0.49:8082/project/7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:36:57,724 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f3b30559-3d40-4002-9d3e-e0c21b39d18b 2025-06-15 16:36:57,734 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-15 16:36:57,734 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-15 16:36:57,740 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-15 16:36:57,747 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-15 16:36:57,747 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-15 16:36:57,750 - DEBUG - Ingress ctest-nginx-ingress-64355008 not present 2025-06-15 16:36:57,751 - INFO - Creating Ingress ctest-nginx-ingress-64355008 2025-06-15 16:36:57,760 - INFO - Created Ingress ctest-nginx-ingress-64355008 2025-06-15 16:36:57,762 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-64355008 2025-06-15 16:37:00,771 - DEBUG - For Ingress ctest-nginx-ingress-64355008, Cluster IP: 10.47.255.249, External IPs ['126.119.252.188'] 2025-06-15 16:37:00,772 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-64355008 2025-06-15 16:37:00,772 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=c511e33a-8f89-4b04-9bb0-1f44e1977e0a 2025-06-15 16:37:00,776 - INFO - Ingress ctest-nginx-ingress-64355008 with uuid c511e33a-8f89-4b04-9bb0-1f44e1977e0a found in kube manager 2025-06-15 16:37:00,776 - INFO - Ingress ctest-nginx-ingress-64355008 verification passed 2025-06-15 16:37:00,779 - DEBUG - Pod ctest-busybox-pod-86192536 not present 2025-06-15 16:37:00,779 - INFO - Creating Pod ctest-busybox-pod-86192536 2025-06-15 16:37:00,813 - DEBUG - Pod : ctest-busybox-pod-86192536 UUID is 9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:00,828 - DEBUG - Pod ctest-nginx-pod-46150599 not in running state.Currently in Pending 2025-06-15 16:37:05,834 - INFO - Pod ctest-nginx-pod-46150599 is in running state.Got IP 10.47.255.251 2025-06-15 16:37:05,886 - DEBUG - Pod ctest-nginx-pod-46150599 has vmi f17df79c-4a06-11f0-8463-fa163e1e7c75 2025-06-15 16:37:05,887 - INFO - Verified pod ctest-nginx-pod-46150599 in contrail-api 2025-06-15 16:37:05,887 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-15 16:37:05,898 - DEBUG - VMI f17df79c-4a06-11f0-8463-fa163e1e7c75 is active in agent 10.0.0.38 2025-06-15 16:37:05,899 - INFO - Verified Pod ctest-nginx-pod-46150599 in agent 10.0.0.38 2025-06-15 16:37:05,899 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=962deb15-29ad-4788-bed0-8e1c3845491b 2025-06-15 16:37:05,903 - INFO - Pod ctest-nginx-pod-46150599 with uuid 962deb15-29ad-4788-bed0-8e1c3845491b found in kube manager 2025-06-15 16:37:05,903 - INFO - Pod ctest-nginx-pod-46150599 verification passed 2025-06-15 16:37:05,958 - DEBUG - [Pod ctest-nginx-pod-46150599] Cmd: echo ctest-nginx-pod-46150599 > /usr/share/nginx/html/index.html, Output: 2025-06-15 16:37:05,963 - INFO - Pod ctest-nginx-pod-44386432 is in running state.Got IP 10.47.255.250 2025-06-15 16:37:05,976 - DEBUG - Pod ctest-nginx-pod-44386432 has vmi f1f1287a-4a06-11f0-8463-fa163e1e7c75 2025-06-15 16:37:05,976 - INFO - Verified pod ctest-nginx-pod-44386432 in contrail-api 2025-06-15 16:37:05,976 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-15 16:37:05,987 - DEBUG - VMI f1f1287a-4a06-11f0-8463-fa163e1e7c75 is active in agent 10.0.0.38 2025-06-15 16:37:05,987 - INFO - Verified Pod ctest-nginx-pod-44386432 in agent 10.0.0.38 2025-06-15 16:37:05,987 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=02bf471d-7816-486f-95d0-6ba944cfd0ba 2025-06-15 16:37:05,991 - INFO - Pod ctest-nginx-pod-44386432 with uuid 02bf471d-7816-486f-95d0-6ba944cfd0ba found in kube manager 2025-06-15 16:37:05,991 - INFO - Pod ctest-nginx-pod-44386432 verification passed 2025-06-15 16:37:06,042 - DEBUG - [Pod ctest-nginx-pod-44386432] Cmd: echo ctest-nginx-pod-44386432 > /usr/share/nginx/html/index.html, Output: 2025-06-15 16:37:06,047 - DEBUG - Pod ctest-busybox-pod-86192536 not in running state.Currently in Pending 2025-06-15 16:37:11,053 - INFO - Pod ctest-busybox-pod-86192536 is in running state.Got IP 10.47.255.248 2025-06-15 16:37:11,065 - DEBUG - Pod ctest-busybox-pod-86192536 has vmi f645e56e-4a06-11f0-8463-fa163e1e7c75 2025-06-15 16:37:11,065 - INFO - Verified pod ctest-busybox-pod-86192536 in contrail-api 2025-06-15 16:37:11,065 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-15 16:37:11,075 - DEBUG - VMI f645e56e-4a06-11f0-8463-fa163e1e7c75 is active in agent 10.0.0.38 2025-06-15 16:37:11,075 - INFO - Verified Pod ctest-busybox-pod-86192536 in agent 10.0.0.38 2025-06-15 16:37:11,075 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:11,079 - INFO - Pod ctest-busybox-pod-86192536 with uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e found in kube manager 2025-06-15 16:37:11,079 - INFO - Pod ctest-busybox-pod-86192536 verification passed 2025-06-15 16:37:11,133 - DEBUG - [Pod ctest-busybox-pod-86192536] 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) ctest-nginx-pod-46150599 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-15 16:37:11,133 - DEBUG - [Pod Pod ctest-busybox-pod-86192536] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-15 16:37:11,133 - DEBUG - [Pod Pod ctest-busybox-pod-86192536] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-46150599 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-15 16:37:11,187 - DEBUG - [Pod ctest-busybox-pod-86192536] 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-44386432 2025-06-15 16:37:11,187 - DEBUG - [Pod Pod ctest-busybox-pod-86192536] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-15 16:37:11,187 - DEBUG - [Pod Pod ctest-busybox-pod-86192536] 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-44386432 2025-06-15 16:37:11,188 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46150599': 1, 'ctest-nginx-pod-44386432': 1} 2025-06-15 16:37:11,188 - WARNING - Nothing to delete parallely 2025-06-15 16:37:11,188 - INFO - Deleting pod default:ctest-busybox-pod-86192536 2025-06-15 16:37:11,199 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:11,206 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:16,207 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:16,214 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:21,216 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:21,223 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:26,224 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:26,231 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:31,232 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:31,239 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:36,240 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:36,253 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:41,254 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:41,262 - WARNING - Pod uuid 9e4748b5-53dc-400d-80e5-eeca7fd1581e is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:46,263 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9e4748b5-53dc-400d-80e5-eeca7fd1581e 2025-06-15 16:37:46,271 - DEBUG - Pod 9e4748b5-53dc-400d-80e5-eeca7fd1581e is not in agent 10.0.0.38 VM list 2025-06-15 16:37:46,271 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f645e56e-4a06-11f0-8463-fa163e1e7c75 2025-06-15 16:37:46,277 - DEBUG - VMI f645e56e-4a06-11f0-8463-fa163e1e7c75 is removed from agent 10.0.0.38 2025-06-15 16:37:46,277 - INFO - Verified that pod ctest-busybox-pod-86192536 is removed in agent 2025-06-15 16:37:46,277 - INFO - Deleting Ingress : ctest-nginx-ingress-64355008 2025-06-15 16:37:46,282 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=c511e33a-8f89-4b04-9bb0-1f44e1977e0a 2025-06-15 16:37:46,289 - ERROR - Ingress ctest-nginx-ingress-64355008 with uuid c511e33a-8f89-4b04-9bb0-1f44e1977e0a still found in kube manager 2025-06-15 16:37:47,290 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=c511e33a-8f89-4b04-9bb0-1f44e1977e0a 2025-06-15 16:37:47,294 - INFO - Ingress ctest-nginx-ingress-64355008 with uuid c511e33a-8f89-4b04-9bb0-1f44e1977e0a deleted successfully from kube manager 2025-06-15 16:37:47,294 - INFO - Verifications on Ingress %s cleanup passed 2025-06-15 16:37:47,295 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-15 16:37:47,422 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-15 16:37:47,429 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-15 16:37:47,429 - INFO - Deleting VN __public__ 2025-06-15 16:37:47,556 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/95048422-844e-4163-b181-cc02f6be7b9c 2025-06-15 16:37:47,561 - DEBUG - Response Code: 404 2025-06-15 16:37:47,561 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-15 16:37:47,577 - DEBUG - Requesting: http://10.0.0.49:8082/domain/0ad1b8f1-3252-4591-9a61-b7138422c64d 2025-06-15 16:37:47,597 - DEBUG - Requesting: http://10.0.0.49:8082/project/7b52d671-fd37-4a5d-8bb8-53e1606c554c 2025-06-15 16:37:47,630 - INFO - Validated that VN __public__ is not found in API Server 2025-06-15 16:37:47,630 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-15 16:37:47,644 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:37:47,657 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2025-06-15 16:37:47,657 - INFO - Validated that VN __public__ is not in any agent 2025-06-15 16:37:47,657 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:37:47,665 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-15 16:37:47,671 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-15 16:37:47,681 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-15 16:37:47,682 - INFO - Deleting pod default:ctest-nginx-pod-44386432 2025-06-15 16:37:47,697 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=02bf471d-7816-486f-95d0-6ba944cfd0ba 2025-06-15 16:37:47,714 - WARNING - Pod uuid 02bf471d-7816-486f-95d0-6ba944cfd0ba is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:52,714 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=02bf471d-7816-486f-95d0-6ba944cfd0ba 2025-06-15 16:37:52,721 - DEBUG - Pod 02bf471d-7816-486f-95d0-6ba944cfd0ba is not in agent 10.0.0.38 VM list 2025-06-15 16:37:52,721 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1f1287a-4a06-11f0-8463-fa163e1e7c75 2025-06-15 16:37:52,727 - DEBUG - VMI f1f1287a-4a06-11f0-8463-fa163e1e7c75 is removed from agent 10.0.0.38 2025-06-15 16:37:52,727 - INFO - Verified that pod ctest-nginx-pod-44386432 is removed in agent 2025-06-15 16:37:52,727 - INFO - Deleting pod default:ctest-nginx-pod-46150599 2025-06-15 16:37:52,737 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=962deb15-29ad-4788-bed0-8e1c3845491b 2025-06-15 16:37:52,745 - WARNING - Pod uuid 962deb15-29ad-4788-bed0-8e1c3845491b is still seen in agent 10.0.0.38 VM list 2025-06-15 16:37:57,747 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=962deb15-29ad-4788-bed0-8e1c3845491b 2025-06-15 16:37:57,753 - DEBUG - Pod 962deb15-29ad-4788-bed0-8e1c3845491b is not in agent 10.0.0.38 VM list 2025-06-15 16:37:57,753 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f17df79c-4a06-11f0-8463-fa163e1e7c75 2025-06-15 16:37:57,759 - DEBUG - VMI f17df79c-4a06-11f0-8463-fa163e1e7c75 is removed from agent 10.0.0.38 2025-06-15 16:37:57,759 - INFO - Verified that pod ctest-nginx-pod-46150599 is removed in agent 2025-06-15 16:37:57,759 - INFO - Deleting service : ctest-nginx-svc-93774145 2025-06-15 16:37:57,954 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-15 16:37:57,960 - DEBUG - No XMPP flaps were noticed during the test