2025-04-23 09:54:57,232 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-04-23 09:54:57,474 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1176-1 2025-04-23 09:54:57,474 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-04-23 09:54:57,508 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1176-1 2025-04-23 09:54:57,508 - 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-04-23 09:54:57,568 - DEBUG - Output : NAMES contrail_test_z9qUPdSEc contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-04-23 09:54:57,568 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 09:54:57,645 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-04-23 09:54:57,646 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-04-23 09:54:57,680 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1176-1 2025-04-23 09:54:57,736 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-04-23 09:54:57,936 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1176-1 2025-04-23 09:54:57,936 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-04-23 09:54:58,001 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1176-1 2025-04-23 09:54:58,002 - DEBUG - [10.0.0.56]: 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-04-23 09:54:58,046 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-23 09:54:58,047 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 09:54:58,082 - DEBUG - Output : 10.0.0.56/24 2025-04-23 09:54:58,082 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-04-23 09:54:58,139 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1176-1 2025-04-23 09:54:58,219 - INFO - Using existing project ['default-domain', 'k8s-default'](758fc46b-3d3c-4aed-a7dd-d15fda486d96) 2025-04-23 09:54:58,348 - INFO - Using existing project ['default-domain', 'k8s-default'](758fc46b-3d3c-4aed-a7dd-d15fda486d96) 2025-04-23 09:54:58,506 - INFO - ================================================================================ 2025-04-23 09:54:58,506 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-23 09:54:58,506 - 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-04-23 09:54:58,739 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 09:54:58,747 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.33': '0'}} with 2025-04-23 09:54:58,747 - INFO - Initial checks done. Running the testcase now 2025-04-23 09:54:58,747 - INFO - 2025-04-23 09:54:58,751 - INFO - Namespace default already exists 2025-04-23 09:54:58,751 - 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-04-23 09:54:58,868 - DEBUG - Output : cluster_project={} 2025-04-23 09:54:58,918 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-23 09:54:58,918 - DEBUG - Project uuid in Contrail is 758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:54:58,918 - 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-04-23 09:54:59,035 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-23 09:54:59,035 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=9503046b-5df0-41a9-9cc9-163c2bc9db96 2025-04-23 09:54:59,042 - INFO - Namespace default with uuid 9503046b-5df0-41a9-9cc9-163c2bc9db96 found in kube manager 2025-04-23 09:54:59,042 - INFO - Namespace default verification passed 2025-04-23 09:54:59,045 - DEBUG - Service ctest-nginx-svc-87776734 not present 2025-04-23 09:54:59,045 - INFO - Creating service ctest-nginx-svc-87776734 2025-04-23 09:54:59,065 - INFO - Created Service ctest-nginx-svc-87776734 2025-04-23 09:54:59,081 - DEBUG - Pod ctest-nginx-pod-61429054 not present 2025-04-23 09:54:59,081 - INFO - Creating Pod ctest-nginx-pod-61429054 2025-04-23 09:54:59,178 - DEBUG - Pod : ctest-nginx-pod-61429054 UUID is 7fe822a5-741c-406d-ace3-53e05052837c 2025-04-23 09:54:59,181 - DEBUG - Pod ctest-nginx-pod-32414774 not present 2025-04-23 09:54:59,184 - INFO - Creating Pod ctest-nginx-pod-32414774 2025-04-23 09:54:59,225 - DEBUG - Pod : ctest-nginx-pod-32414774 UUID is 1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc 2025-04-23 09:54:59,432 - INFO - Created VN __public__, UUID :0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:54:59,701 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-04-23 09:54:59,707 - DEBUG - Requesting: http://10.0.0.33:8082/domain/41d3afac-0066-4740-b2c8-6e63f87e6b42 2025-04-23 09:54:59,742 - DEBUG - Requesting: http://10.0.0.33:8082/project/758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:54:59,827 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:54:59,839 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:54:59,848 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:54:59,855 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:54:59,908 - DEBUG - Route Targets: [] 2025-04-23 09:54:59,908 - DEBUG - RT names not yet present for VN __public__ 2025-04-23 09:55:04,909 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-04-23 09:55:04,917 - DEBUG - Requesting: http://10.0.0.33:8082/domain/41d3afac-0066-4740-b2c8-6e63f87e6b42 2025-04-23 09:55:04,932 - DEBUG - Requesting: http://10.0.0.33:8082/project/758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:55:04,978 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:04,987 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:04,997 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:55:05,008 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:55:05,025 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/476d18e5-1967-4cc0-9851-fd20b7ac111b 2025-04-23 09:55:05,032 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 09:55:05,032 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:05,041 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:55:05,054 - INFO - Verified VN network id 14 for VN 0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:05,055 - INFO - Verifications in API Server for VN __public__ passed 2025-04-23 09:55:05,055 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:05,064 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:55:05,071 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:55:05,077 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/476d18e5-1967-4cc0-9851-fd20b7ac111b 2025-04-23 09:55:05,083 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 09:55:05,088 - 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': '907565053361866373', 'uuid-lslong': '13554110316406180618'}, 'enable': 'true', 'created': '2025-04-23T09:54:59', 'last-modified': '2025-04-23T09:54:59', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.438219'} 2025-04-23 09:55:05,089 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:55:05,095 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 09:55:05,095 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-23 09:55:05,096 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-23 09:55:05,096 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-04-23 09:55:05,101 - DEBUG - Requesting: http://10.0.0.33:8082/domain/41d3afac-0066-4740-b2c8-6e63f87e6b42 2025-04-23 09:55:05,109 - DEBUG - Requesting: http://10.0.0.33:8082/project/758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:55:05,147 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:05,157 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-23 09:55:05,157 - DEBUG - Verifying the vn in opserver 2025-04-23 09:55:05,157 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-04-23 09:55:05,157 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-04-23 09:55:05,162 - 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-04-23 09:55:05,162 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-23 09:55:05,162 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:55:05,170 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:55:05,176 - DEBUG - Do not have enough data to verify VN in agent 2025-04-23 09:55:05,176 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:55:05,183 - DEBUG - VRF ids for VN __public__: {} 2025-04-23 09:55:05,294 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-23 09:55:05,417 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-04-23 09:55:05,423 - DEBUG - Requesting: http://10.0.0.33:8082/domain/41d3afac-0066-4740-b2c8-6e63f87e6b42 2025-04-23 09:55:05,431 - DEBUG - Requesting: http://10.0.0.33:8082/project/758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:55:05,475 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:05,486 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/b10dca09-8273-4099-9a9b-104538f9da66 2025-04-23 09:55:05,492 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-04-23 09:55:05,497 - DEBUG - Requesting: http://10.0.0.33:8082/domain/41d3afac-0066-4740-b2c8-6e63f87e6b42 2025-04-23 09:55:05,505 - DEBUG - Requesting: http://10.0.0.33:8082/project/758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:55:05,551 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/0c98519b-8831-4685-bc19-df851fd90b0a 2025-04-23 09:55:05,564 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-23 09:55:05,564 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-23 09:55:05,576 - 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-04-23 09:55:05,583 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-23 09:55:05,583 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-23 09:55:05,587 - DEBUG - Ingress ctest-nginx-ingress-12438043 not present 2025-04-23 09:55:05,587 - INFO - Creating Ingress ctest-nginx-ingress-12438043 2025-04-23 09:55:05,594 - INFO - Created Ingress ctest-nginx-ingress-12438043 2025-04-23 09:55:05,598 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-12438043 2025-04-23 09:55:08,603 - DEBUG - For Ingress ctest-nginx-ingress-12438043, Cluster IP: 10.47.255.249, External IPs ['183.5.198.252'] 2025-04-23 09:55:08,603 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-12438043 2025-04-23 09:55:08,603 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=fd3f1f8a-84e2-4ebb-97d9-77e08a649d6f 2025-04-23 09:55:08,608 - INFO - Ingress ctest-nginx-ingress-12438043 with uuid fd3f1f8a-84e2-4ebb-97d9-77e08a649d6f found in kube manager 2025-04-23 09:55:08,608 - INFO - Ingress ctest-nginx-ingress-12438043 verification passed 2025-04-23 09:55:08,611 - DEBUG - Pod ctest-busybox-pod-35701056 not present 2025-04-23 09:55:08,611 - INFO - Creating Pod ctest-busybox-pod-35701056 2025-04-23 09:55:08,632 - DEBUG - Pod : ctest-busybox-pod-35701056 UUID is 6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:08,642 - DEBUG - Pod ctest-nginx-pod-61429054 not in running state.Currently in Pending 2025-04-23 09:55:13,648 - INFO - Pod ctest-nginx-pod-61429054 is in running state.Got IP 10.47.255.251 2025-04-23 09:55:13,708 - DEBUG - Pod ctest-nginx-pod-61429054 has vmi 059ab3c6-2029-11f0-910f-fa163e5eef2a 2025-04-23 09:55:13,708 - INFO - Verified pod ctest-nginx-pod-61429054 in contrail-api 2025-04-23 09:55:13,709 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 09:55:13,721 - DEBUG - VMI 059ab3c6-2029-11f0-910f-fa163e5eef2a is active in agent 10.0.0.56 2025-04-23 09:55:13,721 - INFO - Verified Pod ctest-nginx-pod-61429054 in agent 10.0.0.56 2025-04-23 09:55:13,721 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=7fe822a5-741c-406d-ace3-53e05052837c 2025-04-23 09:55:13,726 - INFO - Pod ctest-nginx-pod-61429054 with uuid 7fe822a5-741c-406d-ace3-53e05052837c found in kube manager 2025-04-23 09:55:13,726 - INFO - Pod ctest-nginx-pod-61429054 verification passed 2025-04-23 09:55:13,780 - DEBUG - [Pod ctest-nginx-pod-61429054] Cmd: echo ctest-nginx-pod-61429054 > /usr/share/nginx/html/index.html, Output: 2025-04-23 09:55:13,790 - INFO - Pod ctest-nginx-pod-32414774 is in running state.Got IP 10.47.255.250 2025-04-23 09:55:13,814 - DEBUG - Pod ctest-nginx-pod-32414774 has vmi 061bff6c-2029-11f0-910f-fa163e5eef2a 2025-04-23 09:55:13,814 - INFO - Verified pod ctest-nginx-pod-32414774 in contrail-api 2025-04-23 09:55:13,814 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 09:55:13,836 - DEBUG - VMI 061bff6c-2029-11f0-910f-fa163e5eef2a is active in agent 10.0.0.56 2025-04-23 09:55:13,836 - INFO - Verified Pod ctest-nginx-pod-32414774 in agent 10.0.0.56 2025-04-23 09:55:13,836 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc 2025-04-23 09:55:13,847 - INFO - Pod ctest-nginx-pod-32414774 with uuid 1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc found in kube manager 2025-04-23 09:55:13,848 - INFO - Pod ctest-nginx-pod-32414774 verification passed 2025-04-23 09:55:13,904 - DEBUG - [Pod ctest-nginx-pod-32414774] Cmd: echo ctest-nginx-pod-32414774 > /usr/share/nginx/html/index.html, Output: 2025-04-23 09:55:13,909 - DEBUG - Pod ctest-busybox-pod-35701056 not in running state.Currently in Pending 2025-04-23 09:55:18,918 - DEBUG - Pod ctest-busybox-pod-35701056 not in running state.Currently in Pending 2025-04-23 09:55:23,925 - INFO - Pod ctest-busybox-pod-35701056 is in running state.Got IP 10.47.255.248 2025-04-23 09:55:23,940 - DEBUG - Pod ctest-busybox-pod-35701056 has vmi 0a60edf8-2029-11f0-910f-fa163e5eef2a 2025-04-23 09:55:23,941 - INFO - Verified pod ctest-busybox-pod-35701056 in contrail-api 2025-04-23 09:55:23,941 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 09:55:23,952 - DEBUG - VMI 0a60edf8-2029-11f0-910f-fa163e5eef2a is active in agent 10.0.0.56 2025-04-23 09:55:23,952 - INFO - Verified Pod ctest-busybox-pod-35701056 in agent 10.0.0.56 2025-04-23 09:55:23,952 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:23,957 - INFO - Pod ctest-busybox-pod-35701056 with uuid 6f508456-2c7c-47b4-9392-2937239eec4b found in kube manager 2025-04-23 09:55:23,958 - INFO - Pod ctest-busybox-pod-35701056 verification passed 2025-04-23 09:55:24,010 - DEBUG - [Pod ctest-busybox-pod-35701056] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-61429054 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-04-23 09:55:24,010 - DEBUG - [Pod Pod ctest-busybox-pod-35701056] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 09:55:24,010 - DEBUG - [Pod Pod ctest-busybox-pod-35701056] Cmd output: ctest-nginx-pod-61429054 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-04-23 09:55:24,067 - DEBUG - [Pod ctest-busybox-pod-35701056] 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-61429054 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-23 09:55:24,068 - DEBUG - [Pod Pod ctest-busybox-pod-35701056] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 09:55:24,068 - DEBUG - [Pod Pod ctest-busybox-pod-35701056] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-61429054 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-23 09:55:24,115 - DEBUG - [Pod ctest-busybox-pod-35701056] 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-32414774 2025-04-23 09:55:24,115 - DEBUG - [Pod Pod ctest-busybox-pod-35701056] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 09:55:24,115 - DEBUG - [Pod Pod ctest-busybox-pod-35701056] 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-32414774 2025-04-23 09:55:24,115 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-61429054': 2, 'ctest-nginx-pod-32414774': 1} 2025-04-23 09:55:24,115 - WARNING - Nothing to delete parallely 2025-04-23 09:55:24,115 - INFO - Deleting pod default:ctest-busybox-pod-35701056 2025-04-23 09:55:24,125 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:24,132 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:29,132 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:29,139 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:34,140 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:34,147 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:39,148 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:39,157 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:44,158 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:44,171 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:49,172 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:49,180 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:54,181 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:54,189 - WARNING - Pod uuid 6f508456-2c7c-47b4-9392-2937239eec4b is still seen in agent 10.0.0.56 VM list 2025-04-23 09:55:59,190 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f508456-2c7c-47b4-9392-2937239eec4b 2025-04-23 09:55:59,202 - DEBUG - Pod 6f508456-2c7c-47b4-9392-2937239eec4b is not in agent 10.0.0.56 VM list 2025-04-23 09:55:59,202 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0a60edf8-2029-11f0-910f-fa163e5eef2a 2025-04-23 09:55:59,212 - DEBUG - VMI 0a60edf8-2029-11f0-910f-fa163e5eef2a is removed from agent 10.0.0.56 2025-04-23 09:55:59,212 - INFO - Verified that pod ctest-busybox-pod-35701056 is removed in agent 2025-04-23 09:55:59,212 - INFO - Deleting Ingress : ctest-nginx-ingress-12438043 2025-04-23 09:55:59,219 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=fd3f1f8a-84e2-4ebb-97d9-77e08a649d6f 2025-04-23 09:55:59,229 - ERROR - Ingress ctest-nginx-ingress-12438043 with uuid fd3f1f8a-84e2-4ebb-97d9-77e08a649d6f still found in kube manager 2025-04-23 09:56:00,231 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=fd3f1f8a-84e2-4ebb-97d9-77e08a649d6f 2025-04-23 09:56:00,240 - INFO - Ingress ctest-nginx-ingress-12438043 with uuid fd3f1f8a-84e2-4ebb-97d9-77e08a649d6f deleted successfully from kube manager 2025-04-23 09:56:00,240 - INFO - Verifications on Ingress %s cleanup passed 2025-04-23 09:56:00,240 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-23 09:56:00,384 - 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-04-23 09:56:00,391 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-23 09:56:00,392 - INFO - Deleting VN __public__ 2025-04-23 09:56:00,624 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/cc3ee79f-5328-4ff6-b7e6-e2afd52d3675 2025-04-23 09:56:00,631 - DEBUG - Response Code: 404 2025-04-23 09:56:00,631 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-04-23 09:56:00,651 - DEBUG - Requesting: http://10.0.0.33:8082/domain/41d3afac-0066-4740-b2c8-6e63f87e6b42 2025-04-23 09:56:00,663 - DEBUG - Requesting: http://10.0.0.33:8082/project/758fc46b-3d3c-4aed-a7dd-d15fda486d96 2025-04-23 09:56:00,717 - INFO - Validated that VN __public__ is not found in API Server 2025-04-23 09:56:00,717 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-23 09:56:00,726 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:56:00,737 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-04-23 09:56:00,738 - INFO - Validated that VN __public__ is not in any agent 2025-04-23 09:56:00,738 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:56:00,760 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 09:56:00,772 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 09:56:00,779 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-23 09:56:00,779 - INFO - Deleting pod default:ctest-nginx-pod-32414774 2025-04-23 09:56:00,804 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc 2025-04-23 09:56:00,827 - WARNING - Pod uuid 1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc is still seen in agent 10.0.0.56 VM list 2025-04-23 09:56:05,828 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc 2025-04-23 09:56:05,834 - DEBUG - Pod 1347cc9a-f6a9-4c8f-a7ac-a28cfd56eddc is not in agent 10.0.0.56 VM list 2025-04-23 09:56:05,835 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:061bff6c-2029-11f0-910f-fa163e5eef2a 2025-04-23 09:56:05,841 - DEBUG - VMI 061bff6c-2029-11f0-910f-fa163e5eef2a is removed from agent 10.0.0.56 2025-04-23 09:56:05,841 - INFO - Verified that pod ctest-nginx-pod-32414774 is removed in agent 2025-04-23 09:56:05,841 - INFO - Deleting pod default:ctest-nginx-pod-61429054 2025-04-23 09:56:05,855 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7fe822a5-741c-406d-ace3-53e05052837c 2025-04-23 09:56:05,883 - WARNING - Pod uuid 7fe822a5-741c-406d-ace3-53e05052837c is still seen in agent 10.0.0.56 VM list 2025-04-23 09:56:10,884 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7fe822a5-741c-406d-ace3-53e05052837c 2025-04-23 09:56:10,910 - DEBUG - Pod 7fe822a5-741c-406d-ace3-53e05052837c is not in agent 10.0.0.56 VM list 2025-04-23 09:56:10,910 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:059ab3c6-2029-11f0-910f-fa163e5eef2a 2025-04-23 09:56:10,917 - DEBUG - VMI 059ab3c6-2029-11f0-910f-fa163e5eef2a is removed from agent 10.0.0.56 2025-04-23 09:56:10,917 - INFO - Verified that pod ctest-nginx-pod-61429054 is removed in agent 2025-04-23 09:56:10,917 - INFO - Deleting service : ctest-nginx-svc-87776734 2025-04-23 09:56:11,150 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 09:56:11,157 - DEBUG - No XMPP flaps were noticed during the test