2025-01-27 02:22:47,901 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-01-27 02:22:48,164 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-944-1 2025-01-27 02:22:48,164 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-01-27 02:22:48,197 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-944-1 2025-01-27 02:22:48,198 - DEBUG - [10.0.0.27]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-27 02:22:48,283 - DEBUG - Output : NAMES contrail_test_uRiGyiC0r contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 2025-01-27 02:22:48,283 - DEBUG - [10.0.0.27]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-27 02:22:48,318 - DEBUG - Output : 10.0.0.27/24 172.17.0.1/16 2025-01-27 02:22:48,318 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-01-27 02:22:48,391 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-944-1 2025-01-27 02:22:48,438 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-01-27 02:22:48,643 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-944-1 2025-01-27 02:22:48,643 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-01-27 02:22:48,667 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-944-1 2025-01-27 02:22:48,667 - DEBUG - [10.0.0.49]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-27 02:22:48,712 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-27 02:22:48,713 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-27 02:22:48,750 - DEBUG - Output : 10.0.0.49/24 2025-01-27 02:22:48,750 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-01-27 02:22:48,784 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-944-1 2025-01-27 02:22:48,878 - INFO - Using existing project ['default-domain', 'k8s-default'](5d219225-950c-4e61-b049-f668c957d8dc) 2025-01-27 02:22:48,962 - INFO - Using existing project ['default-domain', 'k8s-default'](5d219225-950c-4e61-b049-f668c957d8dc) 2025-01-27 02:22:49,104 - INFO - ================================================================================ 2025-01-27 02:22:49,104 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-27 02:22:49,105 - 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-01-27 02:22:49,313 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-27 02:22:49,321 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.27': '0'}} with 2025-01-27 02:22:49,321 - INFO - Initial checks done. Running the testcase now 2025-01-27 02:22:49,321 - INFO - 2025-01-27 02:22:49,325 - INFO - Namespace default already exists 2025-01-27 02:22:49,326 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-27 02:22:49,454 - DEBUG - Output : cluster_project={} 2025-01-27 02:22:49,504 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-27 02:22:49,504 - DEBUG - Project uuid in Contrail is 5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:22:49,505 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-27 02:22:49,632 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-27 02:22:49,633 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=6fd19bb7-b11d-4a6f-8ea7-ee360ae86d2f 2025-01-27 02:22:49,637 - INFO - Namespace default with uuid 6fd19bb7-b11d-4a6f-8ea7-ee360ae86d2f found in kube manager 2025-01-27 02:22:49,638 - INFO - Namespace default verification passed 2025-01-27 02:22:49,641 - DEBUG - Service ctest-nginx-svc-36831892 not present 2025-01-27 02:22:49,641 - INFO - Creating service ctest-nginx-svc-36831892 2025-01-27 02:22:49,672 - INFO - Created Service ctest-nginx-svc-36831892 2025-01-27 02:22:49,674 - DEBUG - Pod ctest-nginx-pod-73743074 not present 2025-01-27 02:22:49,675 - INFO - Creating Pod ctest-nginx-pod-73743074 2025-01-27 02:22:49,745 - DEBUG - Pod : ctest-nginx-pod-73743074 UUID is 7f0ceef4-b92c-45c2-a5bb-af898367b50e 2025-01-27 02:22:49,751 - DEBUG - Pod ctest-nginx-pod-98020770 not present 2025-01-27 02:22:49,752 - INFO - Creating Pod ctest-nginx-pod-98020770 2025-01-27 02:22:49,782 - DEBUG - Pod : ctest-nginx-pod-98020770 UUID is 95386e3e-0fb9-4bd4-98a5-7919514b015b 2025-01-27 02:22:49,986 - INFO - Created VN __public__, UUID :7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:50,325 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-01-27 02:22:50,334 - DEBUG - Requesting: http://10.0.0.27:8082/domain/594d2b55-6f98-458b-bae0-ae364bd774f4 2025-01-27 02:22:50,354 - DEBUG - Requesting: http://10.0.0.27:8082/project/5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:22:50,491 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:50,527 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:50,560 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:50,592 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:50,607 - DEBUG - Route Targets: [] 2025-01-27 02:22:50,607 - DEBUG - RT names not yet present for VN __public__ 2025-01-27 02:22:55,608 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-01-27 02:22:55,614 - DEBUG - Requesting: http://10.0.0.27:8082/domain/594d2b55-6f98-458b-bae0-ae364bd774f4 2025-01-27 02:22:55,623 - DEBUG - Requesting: http://10.0.0.27:8082/project/5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:22:55,666 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:55,683 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:55,694 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:55,703 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:55,711 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/fa880d83-bef4-450f-bc93-776ebda921e1 2025-01-27 02:22:55,718 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-27 02:22:55,719 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:55,728 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:55,742 - INFO - Verified VN network id 13 for VN 7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:55,742 - INFO - Verifications in API Server for VN __public__ passed 2025-01-27 02:22:55,742 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:55,752 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:55,759 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:22:55,766 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/fa880d83-bef4-450f-bc93-776ebda921e1 2025-01-27 02:22:55,774 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-27 02:22:55,781 - DEBUG - Control-node 10.0.0.27 : 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': '8838137819017398300', 'uuid-lslong': '10752927470401210788'}, 'enable': 'true', 'created': '2025-01-27T02:22:49', 'last-modified': '2025-01-27T02:22:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.552489'} 2025-01-27 02:22:55,781 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:22:55,788 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-27 02:22:55,788 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-27 02:22:55,789 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-27 02:22:55,789 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-01-27 02:22:55,795 - DEBUG - Requesting: http://10.0.0.27:8082/domain/594d2b55-6f98-458b-bae0-ae364bd774f4 2025-01-27 02:22:55,804 - DEBUG - Requesting: http://10.0.0.27:8082/project/5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:22:55,850 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:55,861 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-27 02:22:55,861 - DEBUG - Verifying the vn in opserver 2025-01-27 02:22:55,861 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2025-01-27 02:22:55,861 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2025-01-27 02:22:55,866 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-27 02:22:55,866 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-27 02:22:55,867 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:22:55,876 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:22:55,882 - DEBUG - Do not have enough data to verify VN in agent 2025-01-27 02:22:55,882 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:22:55,889 - DEBUG - VRF ids for VN __public__: {} 2025-01-27 02:22:55,988 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-27 02:22:56,116 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-01-27 02:22:56,123 - DEBUG - Requesting: http://10.0.0.27:8082/domain/594d2b55-6f98-458b-bae0-ae364bd774f4 2025-01-27 02:22:56,134 - DEBUG - Requesting: http://10.0.0.27:8082/project/5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:22:56,187 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:56,206 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/14a59081-9c52-42a8-bbac-5e7b3ef1a375 2025-01-27 02:22:56,213 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-01-27 02:22:56,224 - DEBUG - Requesting: http://10.0.0.27:8082/domain/594d2b55-6f98-458b-bae0-ae364bd774f4 2025-01-27 02:22:56,234 - DEBUG - Requesting: http://10.0.0.27:8082/project/5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:22:56,277 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/7aa75f85-1a7a-481c-953a-129018cdc9a4 2025-01-27 02:22:56,290 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-27 02:22:56,290 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-27 02:22:56,299 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-27 02:22:56,306 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-27 02:22:56,306 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-27 02:22:56,309 - DEBUG - Ingress ctest-nginx-ingress-75715874 not present 2025-01-27 02:22:56,309 - INFO - Creating Ingress ctest-nginx-ingress-75715874 2025-01-27 02:22:56,315 - INFO - Created Ingress ctest-nginx-ingress-75715874 2025-01-27 02:22:56,318 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75715874 2025-01-27 02:22:59,323 - DEBUG - For Ingress ctest-nginx-ingress-75715874, Cluster IP: 10.47.255.249, External IPs ['78.210.30.60'] 2025-01-27 02:22:59,323 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-75715874 2025-01-27 02:22:59,323 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=68e67c9a-9100-45b6-9e30-65f849ec888b 2025-01-27 02:22:59,330 - INFO - Ingress ctest-nginx-ingress-75715874 with uuid 68e67c9a-9100-45b6-9e30-65f849ec888b found in kube manager 2025-01-27 02:22:59,330 - INFO - Ingress ctest-nginx-ingress-75715874 verification passed 2025-01-27 02:22:59,334 - DEBUG - Pod ctest-busybox-pod-26886200 not present 2025-01-27 02:22:59,334 - INFO - Creating Pod ctest-busybox-pod-26886200 2025-01-27 02:22:59,371 - DEBUG - Pod : ctest-busybox-pod-26886200 UUID is 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:22:59,377 - DEBUG - Pod ctest-nginx-pod-73743074 not in running state.Currently in Pending 2025-01-27 02:23:04,384 - DEBUG - Pod ctest-nginx-pod-73743074 not in running state.Currently in Pending 2025-01-27 02:23:09,391 - INFO - Pod ctest-nginx-pod-73743074 is in running state.Got IP 10.47.255.251 2025-01-27 02:23:09,408 - DEBUG - Pod ctest-nginx-pod-73743074 has vmi 9bbe19d2-dc55-11ef-b21f-fa163e196065 2025-01-27 02:23:09,408 - INFO - Verified pod ctest-nginx-pod-73743074 in contrail-api 2025-01-27 02:23:09,409 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-27 02:23:09,423 - DEBUG - VMI 9bbe19d2-dc55-11ef-b21f-fa163e196065 is active in agent 10.0.0.49 2025-01-27 02:23:09,423 - INFO - Verified Pod ctest-nginx-pod-73743074 in agent 10.0.0.49 2025-01-27 02:23:09,423 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=7f0ceef4-b92c-45c2-a5bb-af898367b50e 2025-01-27 02:23:09,428 - INFO - Pod ctest-nginx-pod-73743074 with uuid 7f0ceef4-b92c-45c2-a5bb-af898367b50e found in kube manager 2025-01-27 02:23:09,428 - INFO - Pod ctest-nginx-pod-73743074 verification passed 2025-01-27 02:23:09,492 - DEBUG - [Pod ctest-nginx-pod-73743074] Cmd: echo ctest-nginx-pod-73743074 > /usr/share/nginx/html/index.html, Output: 2025-01-27 02:23:09,499 - INFO - Pod ctest-nginx-pod-98020770 is in running state.Got IP 10.47.255.250 2025-01-27 02:23:09,560 - DEBUG - Pod ctest-nginx-pod-98020770 has vmi 9c41d808-dc55-11ef-b21f-fa163e196065 2025-01-27 02:23:09,561 - INFO - Verified pod ctest-nginx-pod-98020770 in contrail-api 2025-01-27 02:23:09,561 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-27 02:23:09,572 - DEBUG - VMI 9c41d808-dc55-11ef-b21f-fa163e196065 is active in agent 10.0.0.49 2025-01-27 02:23:09,572 - INFO - Verified Pod ctest-nginx-pod-98020770 in agent 10.0.0.49 2025-01-27 02:23:09,572 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=95386e3e-0fb9-4bd4-98a5-7919514b015b 2025-01-27 02:23:09,577 - INFO - Pod ctest-nginx-pod-98020770 with uuid 95386e3e-0fb9-4bd4-98a5-7919514b015b found in kube manager 2025-01-27 02:23:09,577 - INFO - Pod ctest-nginx-pod-98020770 verification passed 2025-01-27 02:23:09,648 - DEBUG - [Pod ctest-nginx-pod-98020770] Cmd: echo ctest-nginx-pod-98020770 > /usr/share/nginx/html/index.html, Output: 2025-01-27 02:23:09,653 - DEBUG - Pod ctest-busybox-pod-26886200 not in running state.Currently in Pending 2025-01-27 02:23:14,660 - INFO - Pod ctest-busybox-pod-26886200 is in running state.Got IP 10.47.255.248 2025-01-27 02:23:14,675 - DEBUG - Pod ctest-busybox-pod-26886200 has vmi a0a0e54c-dc55-11ef-b21f-fa163e196065 2025-01-27 02:23:14,675 - INFO - Verified pod ctest-busybox-pod-26886200 in contrail-api 2025-01-27 02:23:14,675 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-27 02:23:14,687 - DEBUG - VMI a0a0e54c-dc55-11ef-b21f-fa163e196065 is active in agent 10.0.0.49 2025-01-27 02:23:14,687 - INFO - Verified Pod ctest-busybox-pod-26886200 in agent 10.0.0.49 2025-01-27 02:23:14,687 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:14,692 - INFO - Pod ctest-busybox-pod-26886200 with uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 found in kube manager 2025-01-27 02:23:14,692 - INFO - Pod ctest-busybox-pod-26886200 verification passed 2025-01-27 02:23:14,763 - DEBUG - [Pod ctest-busybox-pod-26886200] 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-73743074 2025-01-27 02:23:14,764 - DEBUG - [Pod Pod ctest-busybox-pod-26886200] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-27 02:23:14,764 - DEBUG - [Pod Pod ctest-busybox-pod-26886200] 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-73743074 2025-01-27 02:23:14,831 - DEBUG - [Pod ctest-busybox-pod-26886200] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98020770 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-01-27 02:23:14,831 - DEBUG - [Pod Pod ctest-busybox-pod-26886200] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-27 02:23:14,832 - DEBUG - [Pod Pod ctest-busybox-pod-26886200] Cmd output: ctest-nginx-pod-98020770 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-01-27 02:23:14,832 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-73743074': 1, 'ctest-nginx-pod-98020770': 1} 2025-01-27 02:23:14,832 - WARNING - Nothing to delete parallely 2025-01-27 02:23:14,832 - INFO - Deleting pod default:ctest-busybox-pod-26886200 2025-01-27 02:23:14,852 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:14,860 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:19,861 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:19,873 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:24,874 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:24,882 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:29,883 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:29,891 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:34,892 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:34,900 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:39,901 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:39,908 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:44,909 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:44,919 - WARNING - Pod uuid 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:49,920 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=9baebb48-da3f-4358-9e0f-9aeb9bf4c473 2025-01-27 02:23:49,927 - DEBUG - Pod 9baebb48-da3f-4358-9e0f-9aeb9bf4c473 is not in agent 10.0.0.49 VM list 2025-01-27 02:23:49,927 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a0a0e54c-dc55-11ef-b21f-fa163e196065 2025-01-27 02:23:49,934 - DEBUG - VMI a0a0e54c-dc55-11ef-b21f-fa163e196065 is removed from agent 10.0.0.49 2025-01-27 02:23:49,934 - INFO - Verified that pod ctest-busybox-pod-26886200 is removed in agent 2025-01-27 02:23:49,934 - INFO - Deleting Ingress : ctest-nginx-ingress-75715874 2025-01-27 02:23:49,945 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=68e67c9a-9100-45b6-9e30-65f849ec888b 2025-01-27 02:23:49,951 - ERROR - Ingress ctest-nginx-ingress-75715874 with uuid 68e67c9a-9100-45b6-9e30-65f849ec888b still found in kube manager 2025-01-27 02:23:50,952 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=68e67c9a-9100-45b6-9e30-65f849ec888b 2025-01-27 02:23:50,957 - INFO - Ingress ctest-nginx-ingress-75715874 with uuid 68e67c9a-9100-45b6-9e30-65f849ec888b deleted successfully from kube manager 2025-01-27 02:23:50,957 - INFO - Verifications on Ingress %s cleanup passed 2025-01-27 02:23:50,958 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-27 02:23:51,161 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-27 02:23:51,173 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-27 02:23:51,173 - INFO - Deleting VN __public__ 2025-01-27 02:23:51,386 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b0303128-1b1f-4f07-9e85-1c0c8b675e01 2025-01-27 02:23:51,393 - DEBUG - Response Code: 404 2025-01-27 02:23:51,393 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-01-27 02:23:51,398 - DEBUG - Requesting: http://10.0.0.27:8082/domain/594d2b55-6f98-458b-bae0-ae364bd774f4 2025-01-27 02:23:51,407 - DEBUG - Requesting: http://10.0.0.27:8082/project/5d219225-950c-4e61-b049-f668c957d8dc 2025-01-27 02:23:51,468 - INFO - Validated that VN __public__ is not found in API Server 2025-01-27 02:23:51,468 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-27 02:23:51,476 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:23:51,493 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-01-27 02:23:51,493 - INFO - Validated that VN __public__ is not in any agent 2025-01-27 02:23:51,494 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:23:51,509 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-27 02:23:51,518 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-27 02:23:51,526 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-27 02:23:51,526 - INFO - Deleting pod default:ctest-nginx-pod-98020770 2025-01-27 02:23:51,543 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=95386e3e-0fb9-4bd4-98a5-7919514b015b 2025-01-27 02:23:51,568 - WARNING - Pod uuid 95386e3e-0fb9-4bd4-98a5-7919514b015b is still seen in agent 10.0.0.49 VM list 2025-01-27 02:23:56,568 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=95386e3e-0fb9-4bd4-98a5-7919514b015b 2025-01-27 02:23:56,576 - DEBUG - Pod 95386e3e-0fb9-4bd4-98a5-7919514b015b is not in agent 10.0.0.49 VM list 2025-01-27 02:23:56,576 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c41d808-dc55-11ef-b21f-fa163e196065 2025-01-27 02:23:56,582 - DEBUG - VMI 9c41d808-dc55-11ef-b21f-fa163e196065 is removed from agent 10.0.0.49 2025-01-27 02:23:56,582 - INFO - Verified that pod ctest-nginx-pod-98020770 is removed in agent 2025-01-27 02:23:56,582 - INFO - Deleting pod default:ctest-nginx-pod-73743074 2025-01-27 02:23:56,602 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f0ceef4-b92c-45c2-a5bb-af898367b50e 2025-01-27 02:23:56,614 - WARNING - Pod uuid 7f0ceef4-b92c-45c2-a5bb-af898367b50e is still seen in agent 10.0.0.49 VM list 2025-01-27 02:24:01,615 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f0ceef4-b92c-45c2-a5bb-af898367b50e 2025-01-27 02:24:01,622 - DEBUG - Pod 7f0ceef4-b92c-45c2-a5bb-af898367b50e is not in agent 10.0.0.49 VM list 2025-01-27 02:24:01,623 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9bbe19d2-dc55-11ef-b21f-fa163e196065 2025-01-27 02:24:01,629 - DEBUG - VMI 9bbe19d2-dc55-11ef-b21f-fa163e196065 is removed from agent 10.0.0.49 2025-01-27 02:24:01,629 - INFO - Verified that pod ctest-nginx-pod-73743074 is removed in agent 2025-01-27 02:24:01,629 - INFO - Deleting service : ctest-nginx-svc-36831892 2025-01-27 02:24:01,874 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-27 02:24:01,883 - DEBUG - No XMPP flaps were noticed during the test