2025-05-29 02:18:41,683 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-05-29 02:18:41,949 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1241-1 2025-05-29 02:18:41,949 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-05-29 02:18:41,982 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1241-1 2025-05-29 02:18:41,983 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-05-29 02:18:42,048 - DEBUG - Output : NAMES contrail_test_8YMVee4nM contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 2025-05-29 02:18:42,049 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-29 02:18:42,082 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-05-29 02:18:42,083 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-05-29 02:18:42,151 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1241-1 2025-05-29 02:18:42,210 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-05-29 02:18:42,426 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1241-1 2025-05-29 02:18:42,426 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-05-29 02:18:42,450 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1241-1 2025-05-29 02:18:42,450 - DEBUG - [10.0.0.241]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-05-29 02:18:42,494 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-29 02:18:42,494 - DEBUG - [10.0.0.241]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-29 02:18:42,566 - DEBUG - Output : 10.0.0.241/24 2025-05-29 02:18:42,566 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-05-29 02:18:42,600 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1241-1 2025-05-29 02:18:42,680 - INFO - Using existing project ['default-domain', 'k8s-default'](ddce9f14-e0f7-45ae-9780-d76233d03139) 2025-05-29 02:18:42,786 - INFO - Using existing project ['default-domain', 'k8s-default'](ddce9f14-e0f7-45ae-9780-d76233d03139) 2025-05-29 02:18:42,921 - INFO - ================================================================================ 2025-05-29 02:18:42,921 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-29 02:18:42,923 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-05-29 02:18:43,085 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-29 02:18:43,093 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.22': '0'}} with 2025-05-29 02:18:43,093 - INFO - Initial checks done. Running the testcase now 2025-05-29 02:18:43,093 - INFO - 2025-05-29 02:18:43,097 - INFO - Namespace default already exists 2025-05-29 02:18:43,097 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-29 02:18:43,209 - DEBUG - Output : cluster_project={} 2025-05-29 02:18:43,245 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-29 02:18:43,245 - DEBUG - Project uuid in Contrail is ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:18:43,246 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-29 02:18:43,362 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-29 02:18:43,363 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=26bde57f-8b24-47f0-8661-940ccad742da 2025-05-29 02:18:43,367 - INFO - Namespace default with uuid 26bde57f-8b24-47f0-8661-940ccad742da found in kube manager 2025-05-29 02:18:43,368 - INFO - Namespace default verification passed 2025-05-29 02:18:43,370 - DEBUG - Service ctest-nginx-svc-63073521 not present 2025-05-29 02:18:43,371 - INFO - Creating service ctest-nginx-svc-63073521 2025-05-29 02:18:43,398 - INFO - Created Service ctest-nginx-svc-63073521 2025-05-29 02:18:43,402 - DEBUG - Pod ctest-nginx-pod-01803376 not present 2025-05-29 02:18:43,402 - INFO - Creating Pod ctest-nginx-pod-01803376 2025-05-29 02:18:43,452 - DEBUG - Pod : ctest-nginx-pod-01803376 UUID is 48c9909d-efb4-40c6-a839-3e8260e4a9be 2025-05-29 02:18:43,457 - DEBUG - Pod ctest-nginx-pod-92934498 not present 2025-05-29 02:18:43,457 - INFO - Creating Pod ctest-nginx-pod-92934498 2025-05-29 02:18:43,479 - DEBUG - Pod : ctest-nginx-pod-92934498 UUID is 7b964675-5b19-4084-aa94-272b8dddb44d 2025-05-29 02:18:43,670 - INFO - Created VN __public__, UUID :8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:43,808 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-29 02:18:43,837 - DEBUG - Requesting: http://10.0.0.22:8082/domain/925cde42-944a-43f5-9fbc-39fe87f2133d 2025-05-29 02:18:43,870 - DEBUG - Requesting: http://10.0.0.22:8082/project/ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:18:43,916 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:43,926 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:43,935 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:43,941 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:43,947 - DEBUG - Route Targets: [] 2025-05-29 02:18:43,956 - DEBUG - RT names not yet present for VN __public__ 2025-05-29 02:18:48,957 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-29 02:18:48,964 - DEBUG - Requesting: http://10.0.0.22:8082/domain/925cde42-944a-43f5-9fbc-39fe87f2133d 2025-05-29 02:18:48,973 - DEBUG - Requesting: http://10.0.0.22:8082/project/ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:18:49,015 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,025 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,034 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:49,044 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:49,051 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/6aaacb50-65d9-40ea-8e87-f78d342c1782 2025-05-29 02:18:49,057 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-29 02:18:49,057 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,066 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:49,079 - INFO - Verified VN network id 13 for VN 8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,079 - INFO - Verifications in API Server for VN __public__ passed 2025-05-29 02:18:49,079 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,087 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:49,093 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:18:49,100 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/6aaacb50-65d9-40ea-8e87-f78d342c1782 2025-05-29 02:18:49,106 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-29 02:18:49,112 - DEBUG - Control-node 10.0.0.22 : 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': '9979658063112390707', 'uuid-lslong': '10229007773933516070'}, 'enable': 'true', 'created': '2025-05-29T02:18:43', 'last-modified': '2025-05-29T02:18:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.404198'} 2025-05-29 02:18:49,112 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:18:49,118 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-29 02:18:49,118 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-29 02:18:49,118 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-29 02:18:49,119 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-29 02:18:49,123 - DEBUG - Requesting: http://10.0.0.22:8082/domain/925cde42-944a-43f5-9fbc-39fe87f2133d 2025-05-29 02:18:49,130 - DEBUG - Requesting: http://10.0.0.22:8082/project/ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:18:49,171 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,182 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-29 02:18:49,182 - DEBUG - Verifying the vn in opserver 2025-05-29 02:18:49,182 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-05-29 02:18:49,182 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-05-29 02:18:49,189 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-29 02:18:49,189 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-29 02:18:49,189 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:18:49,197 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:18:49,202 - DEBUG - Do not have enough data to verify VN in agent 2025-05-29 02:18:49,202 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:18:49,207 - DEBUG - VRF ids for VN __public__: {} 2025-05-29 02:18:49,311 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-29 02:18:49,420 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-29 02:18:49,426 - DEBUG - Requesting: http://10.0.0.22:8082/domain/925cde42-944a-43f5-9fbc-39fe87f2133d 2025-05-29 02:18:49,433 - DEBUG - Requesting: http://10.0.0.22:8082/project/ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:18:49,467 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,477 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/3dba1ce2-1c1a-48c7-8089-7fbcc2c6226d 2025-05-29 02:18:49,482 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-29 02:18:49,486 - DEBUG - Requesting: http://10.0.0.22:8082/domain/925cde42-944a-43f5-9fbc-39fe87f2133d 2025-05-29 02:18:49,492 - DEBUG - Requesting: http://10.0.0.22:8082/project/ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:18:49,528 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/8a7ede22-47ad-4833-8df4-bc5ff2043526 2025-05-29 02:18:49,536 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-29 02:18:49,536 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-29 02:18:49,542 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-29 02:18:49,549 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-29 02:18:49,549 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-29 02:18:49,553 - DEBUG - Ingress ctest-nginx-ingress-51409385 not present 2025-05-29 02:18:49,553 - INFO - Creating Ingress ctest-nginx-ingress-51409385 2025-05-29 02:18:49,560 - INFO - Created Ingress ctest-nginx-ingress-51409385 2025-05-29 02:18:49,562 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-51409385 2025-05-29 02:18:52,566 - DEBUG - For Ingress ctest-nginx-ingress-51409385, Cluster IP: 10.47.255.249, External IPs ['120.26.165.124'] 2025-05-29 02:18:52,566 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-51409385 2025-05-29 02:18:52,567 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=326d1e60-4852-4d3f-809a-b4210247f133 2025-05-29 02:18:52,573 - INFO - Ingress ctest-nginx-ingress-51409385 with uuid 326d1e60-4852-4d3f-809a-b4210247f133 found in kube manager 2025-05-29 02:18:52,573 - INFO - Ingress ctest-nginx-ingress-51409385 verification passed 2025-05-29 02:18:52,576 - DEBUG - Pod ctest-busybox-pod-03016628 not present 2025-05-29 02:18:52,576 - INFO - Creating Pod ctest-busybox-pod-03016628 2025-05-29 02:18:52,595 - DEBUG - Pod : ctest-busybox-pod-03016628 UUID is 1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:18:52,602 - DEBUG - Pod ctest-nginx-pod-01803376 not in running state.Currently in Pending 2025-05-29 02:18:57,619 - DEBUG - Pod ctest-nginx-pod-01803376 not in running state.Currently in Pending 2025-05-29 02:19:02,626 - INFO - Pod ctest-nginx-pod-01803376 is in running state.Got IP 10.47.255.251 2025-05-29 02:19:02,682 - DEBUG - Pod ctest-nginx-pod-01803376 has vmi 3f2c043e-3c33-11f0-b248-fa163eac450b 2025-05-29 02:19:02,682 - INFO - Verified pod ctest-nginx-pod-01803376 in contrail-api 2025-05-29 02:19:02,682 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-29 02:19:02,695 - DEBUG - VMI 3f2c043e-3c33-11f0-b248-fa163eac450b is active in agent 10.0.0.241 2025-05-29 02:19:02,695 - INFO - Verified Pod ctest-nginx-pod-01803376 in agent 10.0.0.241 2025-05-29 02:19:02,695 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=48c9909d-efb4-40c6-a839-3e8260e4a9be 2025-05-29 02:19:02,700 - INFO - Pod ctest-nginx-pod-01803376 with uuid 48c9909d-efb4-40c6-a839-3e8260e4a9be found in kube manager 2025-05-29 02:19:02,700 - INFO - Pod ctest-nginx-pod-01803376 verification passed 2025-05-29 02:19:02,759 - DEBUG - [Pod ctest-nginx-pod-01803376] Cmd: echo ctest-nginx-pod-01803376 > /usr/share/nginx/html/index.html, Output: 2025-05-29 02:19:02,765 - INFO - Pod ctest-nginx-pod-92934498 is in running state.Got IP 10.47.255.250 2025-05-29 02:19:02,780 - DEBUG - Pod ctest-nginx-pod-92934498 has vmi 3f96ddf4-3c33-11f0-b248-fa163eac450b 2025-05-29 02:19:02,780 - INFO - Verified pod ctest-nginx-pod-92934498 in contrail-api 2025-05-29 02:19:02,780 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-29 02:19:02,791 - DEBUG - VMI 3f96ddf4-3c33-11f0-b248-fa163eac450b is active in agent 10.0.0.241 2025-05-29 02:19:02,791 - INFO - Verified Pod ctest-nginx-pod-92934498 in agent 10.0.0.241 2025-05-29 02:19:02,791 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=7b964675-5b19-4084-aa94-272b8dddb44d 2025-05-29 02:19:02,795 - INFO - Pod ctest-nginx-pod-92934498 with uuid 7b964675-5b19-4084-aa94-272b8dddb44d found in kube manager 2025-05-29 02:19:02,795 - INFO - Pod ctest-nginx-pod-92934498 verification passed 2025-05-29 02:19:02,847 - DEBUG - [Pod ctest-nginx-pod-92934498] Cmd: echo ctest-nginx-pod-92934498 > /usr/share/nginx/html/index.html, Output: 2025-05-29 02:19:02,852 - DEBUG - Pod ctest-busybox-pod-03016628 not in running state.Currently in Pending 2025-05-29 02:19:07,859 - INFO - Pod ctest-busybox-pod-03016628 is in running state.Got IP 10.47.255.248 2025-05-29 02:19:07,872 - DEBUG - Pod ctest-busybox-pod-03016628 has vmi 43e304dc-3c33-11f0-b248-fa163eac450b 2025-05-29 02:19:07,873 - INFO - Verified pod ctest-busybox-pod-03016628 in contrail-api 2025-05-29 02:19:07,873 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-29 02:19:07,886 - DEBUG - VMI 43e304dc-3c33-11f0-b248-fa163eac450b is active in agent 10.0.0.241 2025-05-29 02:19:07,886 - INFO - Verified Pod ctest-busybox-pod-03016628 in agent 10.0.0.241 2025-05-29 02:19:07,889 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:07,893 - INFO - Pod ctest-busybox-pod-03016628 with uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c found in kube manager 2025-05-29 02:19:07,893 - INFO - Pod ctest-busybox-pod-03016628 verification passed 2025-05-29 02:19:07,955 - DEBUG - [Pod ctest-busybox-pod-03016628] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92934498 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-29 02:19:07,955 - DEBUG - [Pod Pod ctest-busybox-pod-03016628] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-29 02:19:07,955 - DEBUG - [Pod Pod ctest-busybox-pod-03016628] Cmd output: ctest-nginx-pod-92934498 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-29 02:19:08,008 - DEBUG - [Pod ctest-busybox-pod-03016628] 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-92934498 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-29 02:19:08,009 - DEBUG - [Pod Pod ctest-busybox-pod-03016628] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-29 02:19:08,009 - DEBUG - [Pod Pod ctest-busybox-pod-03016628] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-92934498 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-29 02:19:08,084 - DEBUG - [Pod ctest-busybox-pod-03016628] 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-01803376 2025-05-29 02:19:08,084 - DEBUG - [Pod Pod ctest-busybox-pod-03016628] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-29 02:19:08,084 - DEBUG - [Pod Pod ctest-busybox-pod-03016628] 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-01803376 2025-05-29 02:19:08,084 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-01803376': 1, 'ctest-nginx-pod-92934498': 2} 2025-05-29 02:19:08,084 - WARNING - Nothing to delete parallely 2025-05-29 02:19:08,085 - INFO - Deleting pod default:ctest-busybox-pod-03016628 2025-05-29 02:19:08,096 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:08,108 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:13,109 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:13,119 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:18,120 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:18,129 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:23,129 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:23,140 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:28,141 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:28,148 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:33,149 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:33,160 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:38,161 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:38,168 - WARNING - Pod uuid 1915fbb6-76a6-4970-ac4d-a14f04848a5c is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:43,169 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=1915fbb6-76a6-4970-ac4d-a14f04848a5c 2025-05-29 02:19:43,176 - DEBUG - Pod 1915fbb6-76a6-4970-ac4d-a14f04848a5c is not in agent 10.0.0.241 VM list 2025-05-29 02:19:43,176 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:43e304dc-3c33-11f0-b248-fa163eac450b 2025-05-29 02:19:43,183 - DEBUG - VMI 43e304dc-3c33-11f0-b248-fa163eac450b is removed from agent 10.0.0.241 2025-05-29 02:19:43,183 - INFO - Verified that pod ctest-busybox-pod-03016628 is removed in agent 2025-05-29 02:19:43,183 - INFO - Deleting Ingress : ctest-nginx-ingress-51409385 2025-05-29 02:19:43,189 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=326d1e60-4852-4d3f-809a-b4210247f133 2025-05-29 02:19:43,202 - ERROR - Ingress ctest-nginx-ingress-51409385 with uuid 326d1e60-4852-4d3f-809a-b4210247f133 still found in kube manager 2025-05-29 02:19:44,203 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=326d1e60-4852-4d3f-809a-b4210247f133 2025-05-29 02:19:44,213 - INFO - Ingress ctest-nginx-ingress-51409385 with uuid 326d1e60-4852-4d3f-809a-b4210247f133 deleted successfully from kube manager 2025-05-29 02:19:44,215 - INFO - Verifications on Ingress %s cleanup passed 2025-05-29 02:19:44,216 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-29 02:19:44,340 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-29 02:19:44,351 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-29 02:19:44,351 - INFO - Deleting VN __public__ 2025-05-29 02:19:44,497 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/bfba80ad-91ba-49e2-9d88-cab9e58c6a6c 2025-05-29 02:19:44,504 - DEBUG - Response Code: 404 2025-05-29 02:19:44,504 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-29 02:19:44,514 - DEBUG - Requesting: http://10.0.0.22:8082/domain/925cde42-944a-43f5-9fbc-39fe87f2133d 2025-05-29 02:19:44,526 - DEBUG - Requesting: http://10.0.0.22:8082/project/ddce9f14-e0f7-45ae-9780-d76233d03139 2025-05-29 02:19:44,597 - INFO - Validated that VN __public__ is not found in API Server 2025-05-29 02:19:44,597 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-29 02:19:44,604 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:19:44,613 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2025-05-29 02:19:44,613 - INFO - Validated that VN __public__ is not in any agent 2025-05-29 02:19:44,613 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:19:44,627 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-29 02:19:44,637 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-29 02:19:44,647 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-29 02:19:44,648 - INFO - Deleting pod default:ctest-nginx-pod-92934498 2025-05-29 02:19:44,656 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7b964675-5b19-4084-aa94-272b8dddb44d 2025-05-29 02:19:44,666 - WARNING - Pod uuid 7b964675-5b19-4084-aa94-272b8dddb44d is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:49,667 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7b964675-5b19-4084-aa94-272b8dddb44d 2025-05-29 02:19:49,675 - DEBUG - Pod 7b964675-5b19-4084-aa94-272b8dddb44d is not in agent 10.0.0.241 VM list 2025-05-29 02:19:49,675 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f96ddf4-3c33-11f0-b248-fa163eac450b 2025-05-29 02:19:49,682 - DEBUG - VMI 3f96ddf4-3c33-11f0-b248-fa163eac450b is removed from agent 10.0.0.241 2025-05-29 02:19:49,682 - INFO - Verified that pod ctest-nginx-pod-92934498 is removed in agent 2025-05-29 02:19:49,682 - INFO - Deleting pod default:ctest-nginx-pod-01803376 2025-05-29 02:19:49,708 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=48c9909d-efb4-40c6-a839-3e8260e4a9be 2025-05-29 02:19:49,716 - WARNING - Pod uuid 48c9909d-efb4-40c6-a839-3e8260e4a9be is still seen in agent 10.0.0.241 VM list 2025-05-29 02:19:54,717 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=48c9909d-efb4-40c6-a839-3e8260e4a9be 2025-05-29 02:19:54,724 - DEBUG - Pod 48c9909d-efb4-40c6-a839-3e8260e4a9be is not in agent 10.0.0.241 VM list 2025-05-29 02:19:54,725 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f2c043e-3c33-11f0-b248-fa163eac450b 2025-05-29 02:19:54,731 - DEBUG - VMI 3f2c043e-3c33-11f0-b248-fa163eac450b is removed from agent 10.0.0.241 2025-05-29 02:19:54,731 - INFO - Verified that pod ctest-nginx-pod-01803376 is removed in agent 2025-05-29 02:19:54,732 - INFO - Deleting service : ctest-nginx-svc-63073521 2025-05-29 02:19:54,929 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-29 02:19:54,936 - DEBUG - No XMPP flaps were noticed during the test