2025-07-23 13:13:12,202 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-07-23 13:13:12,455 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-398-1.novalocal 2025-07-23 13:13:12,455 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-07-23 13:13:12,574 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-398-1.novalocal 2025-07-23 13:13:12,574 - DEBUG - [10.0.0.41]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-23 13:13:12,743 - DEBUG - Output : NAMES contrail_test_QnEZCDVV7 vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_nodemgr_1 config_svcmonitor_1 config_schema_1 config_dnsmasq_1 config_api_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2025-07-23 13:13:12,743 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-23 13:13:12,862 - DEBUG - Output : 10.0.0.41/24 10.20.0.14/24 172.17.0.1/16 10.20.0.14/24 2025-07-23 13:13:12,862 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-07-23 13:13:12,977 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-398-1.novalocal 2025-07-23 13:13:12,977 - DEBUG - [10.0.0.41]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-23 13:13:13,094 - DEBUG - Output : 10.20.0.14/24 2025-07-23 13:13:13,094 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.20.0.14 | head -n 1 | awk '{print $2}' 2025-07-23 13:13:13,200 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-398-1.novalocal 2025-07-23 13:13:13,505 - INFO - Using existing project ['default-domain', 'k8s-default'](2ed80a6b-707f-4bb0-a381-c454016d7d11) 2025-07-23 13:13:13,608 - INFO - Using existing project ['default-domain', 'k8s-default'](2ed80a6b-707f-4bb0-a381-c454016d7d11) 2025-07-23 13:13:13,767 - INFO - ================================================================================ 2025-07-23 13:13:13,767 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-23 13:13:13,768 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-07-23 13:13:14,053 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-23 13:13:14,061 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.14': '0'}} with 2025-07-23 13:13:14,061 - INFO - Initial checks done. Running the testcase now 2025-07-23 13:13:14,061 - INFO - 2025-07-23 13:13:14,066 - INFO - Namespace default already exists 2025-07-23 13:13:14,066 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-23 13:13:14,231 - DEBUG - Output : cluster_project={} 2025-07-23 13:13:14,281 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-23 13:13:14,282 - DEBUG - Project uuid in Contrail is 2ed80a6b-707f-4bb0-a381-c454016d7d11 2025-07-23 13:13:14,282 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-23 13:13:14,462 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-23 13:13:14,462 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=a9c3d4c3-f361-46fd-9b59-32127d0ae3ca 2025-07-23 13:13:14,467 - INFO - Namespace default with uuid a9c3d4c3-f361-46fd-9b59-32127d0ae3ca found in kube manager 2025-07-23 13:13:14,467 - INFO - Namespace default verification passed 2025-07-23 13:13:14,472 - DEBUG - Service ctest-nginx-svc-61539544 not present 2025-07-23 13:13:14,472 - INFO - Creating service ctest-nginx-svc-61539544 2025-07-23 13:13:14,493 - INFO - Created Service ctest-nginx-svc-61539544 2025-07-23 13:13:14,500 - DEBUG - Pod ctest-nginx-pod-46369144 not present 2025-07-23 13:13:14,501 - INFO - Creating Pod ctest-nginx-pod-46369144 2025-07-23 13:13:14,560 - DEBUG - Pod : ctest-nginx-pod-46369144 UUID is 7280c9a4-60fc-48d0-bc9a-2ca938eab372 2025-07-23 13:13:14,568 - DEBUG - Pod ctest-nginx-pod-14051767 not present 2025-07-23 13:13:14,569 - INFO - Creating Pod ctest-nginx-pod-14051767 2025-07-23 13:13:14,629 - DEBUG - Pod : ctest-nginx-pod-14051767 UUID is c8a097e6-9bc3-40de-a9a9-6635f5f1a1af 2025-07-23 13:13:14,832 - INFO - Created VN __public__, UUID :93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,037 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-07-23 13:13:15,044 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fcaed338-fcad-49ea-840f-8f132b88a99b 2025-07-23 13:13:15,062 - DEBUG - Requesting: http://10.0.0.41:8082/project/2ed80a6b-707f-4bb0-a381-c454016d7d11 2025-07-23 13:13:15,118 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,133 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,145 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/09bab8ee-51c8-47dc-8df9-c5295b6a4af2 2025-07-23 13:13:15,156 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/09bab8ee-51c8-47dc-8df9-c5295b6a4af2 2025-07-23 13:13:15,164 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/cd07190a-9526-4195-82c7-e474b182683e 2025-07-23 13:13:15,172 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-23 13:13:15,172 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,183 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/09bab8ee-51c8-47dc-8df9-c5295b6a4af2 2025-07-23 13:13:15,199 - INFO - Verified VN network id 15 for VN 93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,199 - INFO - Verifications in API Server for VN __public__ passed 2025-07-23 13:13:15,199 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,212 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/09bab8ee-51c8-47dc-8df9-c5295b6a4af2 2025-07-23 13:13:15,224 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/09bab8ee-51c8-47dc-8df9-c5295b6a4af2 2025-07-23 13:13:15,234 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/cd07190a-9526-4195-82c7-e474b182683e 2025-07-23 13:13:15,244 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-23 13:13:15,252 - DEBUG - Control-node 10.0.0.41 : 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': '10650144607809391917', 'uuid-lslong': '12890197812258858275'}, 'enable': 'true', 'created': '2025-07-23T13:13:14', 'last-modified': '2025-07-23T13:13:14', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.303052'} 2025-07-23 13:13:15,252 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:13:15,266 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-23 13:13:15,267 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-23 13:13:15,268 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-23 13:13:15,268 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-07-23 13:13:15,275 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fcaed338-fcad-49ea-840f-8f132b88a99b 2025-07-23 13:13:15,287 - DEBUG - Requesting: http://10.0.0.41:8082/project/2ed80a6b-707f-4bb0-a381-c454016d7d11 2025-07-23 13:13:15,359 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,377 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-23 13:13:15,377 - DEBUG - Verifying the vn in opserver 2025-07-23 13:13:15,377 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-07-23 13:13:15,377 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-07-23 13:13:15,385 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-23 13:13:15,385 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-23 13:13:15,385 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:13:15,393 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:13:15,401 - DEBUG - Do not have enough data to verify VN in agent 2025-07-23 13:13:15,401 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:13:15,408 - DEBUG - VRF ids for VN __public__: {} 2025-07-23 13:13:15,485 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-23 13:13:15,588 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-07-23 13:13:15,594 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fcaed338-fcad-49ea-840f-8f132b88a99b 2025-07-23 13:13:15,606 - DEBUG - Requesting: http://10.0.0.41:8082/project/2ed80a6b-707f-4bb0-a381-c454016d7d11 2025-07-23 13:13:15,663 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,678 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/9f643bcb-4480-489e-bae2-e5dc8ebe6b13 2025-07-23 13:13:15,687 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-07-23 13:13:15,696 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fcaed338-fcad-49ea-840f-8f132b88a99b 2025-07-23 13:13:15,706 - DEBUG - Requesting: http://10.0.0.41:8082/project/2ed80a6b-707f-4bb0-a381-c454016d7d11 2025-07-23 13:13:15,774 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/93ccea18-0b05-4d2d-b2e3-2e9d7434e523 2025-07-23 13:13:15,787 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-23 13:13:15,787 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-23 13:13:15,796 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-23 13:13:15,805 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-23 13:13:15,805 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-23 13:13:15,809 - DEBUG - Ingress ctest-nginx-ingress-93784164 not present 2025-07-23 13:13:15,810 - INFO - Creating Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:15,817 - INFO - Created Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:15,822 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:18,827 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:21,832 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:24,837 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:27,843 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:30,849 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:33,856 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:36,862 - DEBUG - For Ingress ctest-nginx-ingress-93784164, Cluster IP: 10.47.255.246, External IPs ['43.142.53.60'] 2025-07-23 13:13:36,862 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-93784164 2025-07-23 13:13:36,862 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:13:36,867 - INFO - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 found in kube manager 2025-07-23 13:13:36,867 - INFO - Ingress ctest-nginx-ingress-93784164 verification passed 2025-07-23 13:13:36,872 - DEBUG - Pod ctest-busybox-pod-27629167 not present 2025-07-23 13:13:36,873 - INFO - Creating Pod ctest-busybox-pod-27629167 2025-07-23 13:13:36,911 - DEBUG - Pod : ctest-busybox-pod-27629167 UUID is 591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:13:36,917 - DEBUG - Pod ctest-nginx-pod-46369144 not in running state.Currently in Pending 2025-07-23 13:13:41,925 - INFO - Pod ctest-nginx-pod-46369144 is in running state.Got IP 10.47.255.248 2025-07-23 13:13:41,941 - DEBUG - Pod ctest-nginx-pod-46369144 has vmi ce20c882-67c6-11f0-8458-fa163ecfd891 2025-07-23 13:13:41,941 - INFO - Verified pod ctest-nginx-pod-46369144 in contrail-api 2025-07-23 13:13:41,941 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-23 13:13:41,954 - DEBUG - VMI ce20c882-67c6-11f0-8458-fa163ecfd891 is active in agent 10.0.0.41 2025-07-23 13:13:41,954 - INFO - Verified Pod ctest-nginx-pod-46369144 in agent 10.0.0.41 2025-07-23 13:13:41,954 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=7280c9a4-60fc-48d0-bc9a-2ca938eab372 2025-07-23 13:13:41,959 - INFO - Pod ctest-nginx-pod-46369144 with uuid 7280c9a4-60fc-48d0-bc9a-2ca938eab372 found in kube manager 2025-07-23 13:13:41,959 - INFO - Pod ctest-nginx-pod-46369144 verification passed 2025-07-23 13:13:42,024 - DEBUG - [Pod ctest-nginx-pod-46369144] Cmd: echo ctest-nginx-pod-46369144 > /usr/share/nginx/html/index.html, Output: 2025-07-23 13:13:42,032 - INFO - Pod ctest-nginx-pod-14051767 is in running state.Got IP 10.47.255.247 2025-07-23 13:13:42,049 - DEBUG - Pod ctest-nginx-pod-14051767 has vmi d0e21c06-67c6-11f0-8458-fa163ecfd891 2025-07-23 13:13:42,049 - INFO - Verified pod ctest-nginx-pod-14051767 in contrail-api 2025-07-23 13:13:42,049 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-23 13:13:42,061 - DEBUG - VMI d0e21c06-67c6-11f0-8458-fa163ecfd891 is active in agent 10.0.0.41 2025-07-23 13:13:42,061 - INFO - Verified Pod ctest-nginx-pod-14051767 in agent 10.0.0.41 2025-07-23 13:13:42,061 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=c8a097e6-9bc3-40de-a9a9-6635f5f1a1af 2025-07-23 13:13:42,066 - INFO - Pod ctest-nginx-pod-14051767 with uuid c8a097e6-9bc3-40de-a9a9-6635f5f1a1af found in kube manager 2025-07-23 13:13:42,066 - INFO - Pod ctest-nginx-pod-14051767 verification passed 2025-07-23 13:13:42,132 - DEBUG - [Pod ctest-nginx-pod-14051767] Cmd: echo ctest-nginx-pod-14051767 > /usr/share/nginx/html/index.html, Output: 2025-07-23 13:13:42,139 - DEBUG - Pod ctest-busybox-pod-27629167 not in running state.Currently in Pending 2025-07-23 13:13:47,146 - DEBUG - Pod ctest-busybox-pod-27629167 not in running state.Currently in Pending 2025-07-23 13:13:52,154 - DEBUG - Pod ctest-busybox-pod-27629167 not in running state.Currently in Pending 2025-07-23 13:13:57,167 - INFO - Pod ctest-busybox-pod-27629167 is in running state.Got IP 10.47.255.245 2025-07-23 13:13:57,182 - DEBUG - Pod ctest-busybox-pod-27629167 has vmi dbd57626-67c6-11f0-8458-fa163ecfd891 2025-07-23 13:13:57,182 - INFO - Verified pod ctest-busybox-pod-27629167 in contrail-api 2025-07-23 13:13:57,182 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-23 13:13:57,194 - DEBUG - VMI dbd57626-67c6-11f0-8458-fa163ecfd891 is active in agent 10.0.0.41 2025-07-23 13:13:57,194 - INFO - Verified Pod ctest-busybox-pod-27629167 in agent 10.0.0.41 2025-07-23 13:13:57,194 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:13:57,199 - INFO - Pod ctest-busybox-pod-27629167 with uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 found in kube manager 2025-07-23 13:13:57,199 - INFO - Pod ctest-busybox-pod-27629167 verification passed 2025-07-23 13:13:57,240 - DEBUG - [Pod ctest-busybox-pod-27629167] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-14051767 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-23 13:13:57,241 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-23 13:13:57,241 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-14051767 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-23 13:13:57,285 - DEBUG - [Pod ctest-busybox-pod-27629167] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-14051767 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-23 13:13:57,285 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-23 13:13:57,285 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-14051767 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-23 13:13:57,331 - DEBUG - [Pod ctest-busybox-pod-27629167] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14051767 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-23 13:13:57,331 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-23 13:13:57,331 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd output: ctest-nginx-pod-14051767 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-23 13:13:57,373 - DEBUG - [Pod ctest-busybox-pod-27629167] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-46369144 2025-07-23 13:13:57,373 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-23 13:13:57,373 - DEBUG - [Pod Pod ctest-busybox-pod-27629167] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-46369144 2025-07-23 13:13:57,373 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46369144': 1, 'ctest-nginx-pod-14051767': 3} 2025-07-23 13:13:57,374 - WARNING - Nothing to delete parallely 2025-07-23 13:13:57,374 - INFO - Deleting pod default:ctest-busybox-pod-27629167 2025-07-23 13:13:57,488 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:13:57,494 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:02,496 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:02,505 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:07,506 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:07,512 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:12,512 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:12,520 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:17,521 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:17,529 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:22,533 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:22,541 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:27,542 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:27,548 - WARNING - Pod uuid 591cf9b3-251e-4228-b0b2-d47ccd280c42 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:32,548 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=591cf9b3-251e-4228-b0b2-d47ccd280c42 2025-07-23 13:14:32,559 - DEBUG - Pod 591cf9b3-251e-4228-b0b2-d47ccd280c42 is not in agent 10.0.0.41 VM list 2025-07-23 13:14:32,559 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dbd57626-67c6-11f0-8458-fa163ecfd891 2025-07-23 13:14:32,565 - DEBUG - VMI dbd57626-67c6-11f0-8458-fa163ecfd891 is removed from agent 10.0.0.41 2025-07-23 13:14:32,565 - INFO - Verified that pod ctest-busybox-pod-27629167 is removed in agent 2025-07-23 13:14:32,566 - INFO - Deleting Ingress : ctest-nginx-ingress-93784164 2025-07-23 13:14:32,572 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:14:32,577 - ERROR - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 still found in kube manager 2025-07-23 13:14:33,577 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:14:33,585 - ERROR - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 still found in kube manager 2025-07-23 13:14:34,586 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:14:34,591 - ERROR - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 still found in kube manager 2025-07-23 13:14:35,591 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:14:35,596 - ERROR - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 still found in kube manager 2025-07-23 13:14:36,597 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:14:36,605 - ERROR - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 still found in kube manager 2025-07-23 13:14:37,609 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=a91a9ba1-84b2-41af-aecc-9c064cdf33e9 2025-07-23 13:14:37,614 - INFO - Ingress ctest-nginx-ingress-93784164 with uuid a91a9ba1-84b2-41af-aecc-9c064cdf33e9 deleted successfully from kube manager 2025-07-23 13:14:37,614 - INFO - Verifications on Ingress %s cleanup passed 2025-07-23 13:14:37,614 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-23 13:14:37,879 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-23 13:14:37,886 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-23 13:14:37,886 - INFO - Deleting VN __public__ 2025-07-23 13:14:38,240 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/09bab8ee-51c8-47dc-8df9-c5295b6a4af2 2025-07-23 13:14:38,250 - DEBUG - Response Code: 404 2025-07-23 13:14:38,250 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-07-23 13:14:38,262 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fcaed338-fcad-49ea-840f-8f132b88a99b 2025-07-23 13:14:38,287 - DEBUG - Requesting: http://10.0.0.41:8082/project/2ed80a6b-707f-4bb0-a381-c454016d7d11 2025-07-23 13:14:38,353 - INFO - Validated that VN __public__ is not found in API Server 2025-07-23 13:14:38,353 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-23 13:14:38,367 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:14:38,381 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-07-23 13:14:38,381 - INFO - Validated that VN __public__ is not in any agent 2025-07-23 13:14:38,381 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:14:38,392 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:14:38,398 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-23 13:14:38,406 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-23 13:14:38,407 - INFO - Deleting pod default:ctest-nginx-pod-14051767 2025-07-23 13:14:38,442 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c8a097e6-9bc3-40de-a9a9-6635f5f1a1af 2025-07-23 13:14:38,465 - WARNING - Pod uuid c8a097e6-9bc3-40de-a9a9-6635f5f1a1af is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:43,465 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c8a097e6-9bc3-40de-a9a9-6635f5f1a1af 2025-07-23 13:14:43,472 - DEBUG - Pod c8a097e6-9bc3-40de-a9a9-6635f5f1a1af is not in agent 10.0.0.41 VM list 2025-07-23 13:14:43,472 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d0e21c06-67c6-11f0-8458-fa163ecfd891 2025-07-23 13:14:43,478 - DEBUG - VMI d0e21c06-67c6-11f0-8458-fa163ecfd891 is removed from agent 10.0.0.41 2025-07-23 13:14:43,478 - INFO - Verified that pod ctest-nginx-pod-14051767 is removed in agent 2025-07-23 13:14:43,478 - INFO - Deleting pod default:ctest-nginx-pod-46369144 2025-07-23 13:14:43,492 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7280c9a4-60fc-48d0-bc9a-2ca938eab372 2025-07-23 13:14:43,503 - WARNING - Pod uuid 7280c9a4-60fc-48d0-bc9a-2ca938eab372 is still seen in agent 10.0.0.41 VM list 2025-07-23 13:14:48,505 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7280c9a4-60fc-48d0-bc9a-2ca938eab372 2025-07-23 13:14:48,512 - DEBUG - Pod 7280c9a4-60fc-48d0-bc9a-2ca938eab372 is not in agent 10.0.0.41 VM list 2025-07-23 13:14:48,512 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce20c882-67c6-11f0-8458-fa163ecfd891 2025-07-23 13:14:48,518 - DEBUG - VMI ce20c882-67c6-11f0-8458-fa163ecfd891 is removed from agent 10.0.0.41 2025-07-23 13:14:48,518 - INFO - Verified that pod ctest-nginx-pod-46369144 is removed in agent 2025-07-23 13:14:48,518 - INFO - Deleting service : ctest-nginx-svc-61539544 2025-07-23 13:14:49,051 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-23 13:14:49,058 - DEBUG - No XMPP flaps were noticed during the test