2025-04-09 12:40:38,531 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-04-09 12:40:38,815 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1093-1 2025-04-09 12:40:38,815 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-04-09 12:40:38,849 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1093-1 2025-04-09 12:40:38,849 - 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-04-09 12:40:38,953 - DEBUG - Output : NAMES contrail_test_TLwKp3zIH contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_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 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_schema_1 config_api_svcmonitor_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 2025-04-09 12:40:38,953 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 12:40:38,997 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-04-09 12:40:38,998 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-04-09 12:40:39,065 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1093-1 2025-04-09 12:40:39,123 - DEBUG - [10.0.0.46]: Running cmd : hostname 2025-04-09 12:40:39,380 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1093-1 2025-04-09 12:40:39,381 - DEBUG - [10.0.0.46]: Running cmd : hostname -f 2025-04-09 12:40:39,404 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1093-1 2025-04-09 12:40:39,404 - DEBUG - [10.0.0.46]: 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-09 12:40:39,448 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-04-09 12:40:39,449 - DEBUG - [10.0.0.46]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 12:40:39,482 - DEBUG - Output : 10.0.0.46/24 2025-04-09 12:40:39,483 - DEBUG - [10.0.0.46]: Running cmd : getent hosts 10.0.0.46 | head -n 1 | awk '{print $2}' 2025-04-09 12:40:39,517 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1093-1 2025-04-09 12:40:39,616 - INFO - Using existing project ['default-domain', 'k8s-default'](b9b06e48-a4c6-4871-8cf7-937965e5d3ed) 2025-04-09 12:40:39,739 - INFO - Using existing project ['default-domain', 'k8s-default'](b9b06e48-a4c6-4871-8cf7-937965e5d3ed) 2025-04-09 12:40:39,901 - INFO - ================================================================================ 2025-04-09 12:40:39,901 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-09 12:40:39,902 - 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-09 12:40:40,089 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 12:40:40,098 - DEBUG - Nothing to compare xmpp stats {'10.0.0.46': {'10.0.0.22': '0'}} with 2025-04-09 12:40:40,098 - INFO - Initial checks done. Running the testcase now 2025-04-09 12:40:40,099 - INFO - 2025-04-09 12:40:40,103 - INFO - Namespace default already exists 2025-04-09 12:40:40,103 - 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-04-09 12:40:40,219 - DEBUG - Output : cluster_project={} 2025-04-09 12:40:40,274 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-09 12:40:40,274 - DEBUG - Project uuid in Contrail is b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:40:40,274 - 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-04-09 12:40:40,420 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 12:40:40,421 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=874c6522-a9da-4617-b32d-dfb4f22c1e70 2025-04-09 12:40:40,425 - INFO - Namespace default with uuid 874c6522-a9da-4617-b32d-dfb4f22c1e70 found in kube manager 2025-04-09 12:40:40,425 - INFO - Namespace default verification passed 2025-04-09 12:40:40,428 - DEBUG - Service ctest-nginx-svc-06589814 not present 2025-04-09 12:40:40,428 - INFO - Creating service ctest-nginx-svc-06589814 2025-04-09 12:40:40,456 - INFO - Created Service ctest-nginx-svc-06589814 2025-04-09 12:40:40,459 - DEBUG - Pod ctest-nginx-pod-65800565 not present 2025-04-09 12:40:40,459 - INFO - Creating Pod ctest-nginx-pod-65800565 2025-04-09 12:40:40,537 - DEBUG - Pod : ctest-nginx-pod-65800565 UUID is d5ae57aa-49b1-4bfa-9a95-046451a76498 2025-04-09 12:40:40,540 - DEBUG - Pod ctest-nginx-pod-87112880 not present 2025-04-09 12:40:40,540 - INFO - Creating Pod ctest-nginx-pod-87112880 2025-04-09 12:40:40,570 - DEBUG - Pod : ctest-nginx-pod-87112880 UUID is 3e99fc7f-930a-400a-9e8c-327f3b841f6f 2025-04-09 12:40:40,773 - INFO - Created VN __public__, UUID :3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:41,007 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-09 12:40:41,013 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b63cd3b7-47a2-417c-90ca-c04eb7a4d3d3 2025-04-09 12:40:41,058 - DEBUG - Requesting: http://10.0.0.22:8082/project/b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:40:41,148 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:41,164 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:41,176 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:41,186 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:41,237 - DEBUG - Route Targets: [] 2025-04-09 12:40:41,237 - DEBUG - RT names not yet present for VN __public__ 2025-04-09 12:40:46,237 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-09 12:40:46,243 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b63cd3b7-47a2-417c-90ca-c04eb7a4d3d3 2025-04-09 12:40:46,252 - DEBUG - Requesting: http://10.0.0.22:8082/project/b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:40:46,308 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,319 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,328 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:46,337 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:46,344 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/5b838f7e-df53-461c-afa9-6a2a75caa9ad 2025-04-09 12:40:46,351 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-04-09 12:40:46,351 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,363 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:46,378 - INFO - Verified VN network id 13 for VN 3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,378 - INFO - Verifications in API Server for VN __public__ passed 2025-04-09 12:40:46,378 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,388 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:46,396 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:40:46,404 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/5b838f7e-df53-461c-afa9-6a2a75caa9ad 2025-04-09 12:40:46,412 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 12:40:46,421 - 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': '4596022943104254925', 'uuid-lslong': '11399671924975110372'}, 'enable': 'true', 'created': '2025-04-09T12:40:40', 'last-modified': '2025-04-09T12:40:40', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.478118'} 2025-04-09 12:40:46,421 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:40:46,434 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-04-09 12:40:46,434 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-09 12:40:46,435 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-09 12:40:46,435 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-09 12:40:46,442 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b63cd3b7-47a2-417c-90ca-c04eb7a4d3d3 2025-04-09 12:40:46,450 - DEBUG - Requesting: http://10.0.0.22:8082/project/b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:40:46,500 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,516 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-09 12:40:46,516 - DEBUG - Verifying the vn in opserver 2025-04-09 12:40:46,516 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-04-09 12:40:46,516 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-04-09 12:40:46,523 - 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-04-09 12:40:46,523 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-09 12:40:46,523 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:40:46,534 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:40:46,542 - DEBUG - Do not have enough data to verify VN in agent 2025-04-09 12:40:46,542 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:40:46,550 - DEBUG - VRF ids for VN __public__: {} 2025-04-09 12:40:46,664 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-09 12:40:46,851 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-09 12:40:46,857 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b63cd3b7-47a2-417c-90ca-c04eb7a4d3d3 2025-04-09 12:40:46,867 - DEBUG - Requesting: http://10.0.0.22:8082/project/b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:40:46,918 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:46,929 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/5059ffc1-4cc0-4077-8b2d-f236d54b7a78 2025-04-09 12:40:46,937 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-09 12:40:46,942 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b63cd3b7-47a2-417c-90ca-c04eb7a4d3d3 2025-04-09 12:40:46,952 - DEBUG - Requesting: http://10.0.0.22:8082/project/b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:40:46,999 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/3fc85a84-1746-43cd-9e33-c537bc2288e4 2025-04-09 12:40:47,013 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-09 12:40:47,013 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-09 12:40:47,022 - 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-04-09 12:40:47,029 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-09 12:40:47,029 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-09 12:40:47,032 - DEBUG - Ingress ctest-nginx-ingress-49694168 not present 2025-04-09 12:40:47,033 - INFO - Creating Ingress ctest-nginx-ingress-49694168 2025-04-09 12:40:47,043 - INFO - Created Ingress ctest-nginx-ingress-49694168 2025-04-09 12:40:47,048 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49694168 2025-04-09 12:40:50,056 - DEBUG - For Ingress ctest-nginx-ingress-49694168, Cluster IP: 10.47.255.249, External IPs ['115.182.134.124'] 2025-04-09 12:40:50,056 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-49694168 2025-04-09 12:40:50,056 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=4e7f9542-f5f9-4850-8886-c14963a03a32 2025-04-09 12:40:50,065 - INFO - Ingress ctest-nginx-ingress-49694168 with uuid 4e7f9542-f5f9-4850-8886-c14963a03a32 found in kube manager 2025-04-09 12:40:50,065 - INFO - Ingress ctest-nginx-ingress-49694168 verification passed 2025-04-09 12:40:50,068 - DEBUG - Pod ctest-busybox-pod-61877120 not present 2025-04-09 12:40:50,068 - INFO - Creating Pod ctest-busybox-pod-61877120 2025-04-09 12:40:50,111 - DEBUG - Pod : ctest-busybox-pod-61877120 UUID is 45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:40:50,118 - DEBUG - Pod ctest-nginx-pod-65800565 not in running state.Currently in Pending 2025-04-09 12:40:55,124 - DEBUG - Pod ctest-nginx-pod-65800565 not in running state.Currently in Pending 2025-04-09 12:41:00,137 - INFO - Pod ctest-nginx-pod-65800565 is in running state.Got IP 10.47.255.251 2025-04-09 12:41:00,162 - DEBUG - Pod ctest-nginx-pod-65800565 has vmi d9647556-153f-11f0-bcd7-fa163e0b7df1 2025-04-09 12:41:00,163 - INFO - Verified pod ctest-nginx-pod-65800565 in contrail-api 2025-04-09 12:41:00,163 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 12:41:00,179 - DEBUG - VMI d9647556-153f-11f0-bcd7-fa163e0b7df1 is active in agent 10.0.0.46 2025-04-09 12:41:00,179 - INFO - Verified Pod ctest-nginx-pod-65800565 in agent 10.0.0.46 2025-04-09 12:41:00,181 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=d5ae57aa-49b1-4bfa-9a95-046451a76498 2025-04-09 12:41:00,189 - INFO - Pod ctest-nginx-pod-65800565 with uuid d5ae57aa-49b1-4bfa-9a95-046451a76498 found in kube manager 2025-04-09 12:41:00,190 - INFO - Pod ctest-nginx-pod-65800565 verification passed 2025-04-09 12:41:00,266 - DEBUG - [Pod ctest-nginx-pod-65800565] Cmd: echo ctest-nginx-pod-65800565 > /usr/share/nginx/html/index.html, Output: 2025-04-09 12:41:00,275 - INFO - Pod ctest-nginx-pod-87112880 is in running state.Got IP 10.47.255.250 2025-04-09 12:41:00,293 - DEBUG - Pod ctest-nginx-pod-87112880 has vmi d9dc92f2-153f-11f0-bcd7-fa163e0b7df1 2025-04-09 12:41:00,293 - INFO - Verified pod ctest-nginx-pod-87112880 in contrail-api 2025-04-09 12:41:00,293 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 12:41:00,305 - DEBUG - VMI d9dc92f2-153f-11f0-bcd7-fa163e0b7df1 is active in agent 10.0.0.46 2025-04-09 12:41:00,305 - INFO - Verified Pod ctest-nginx-pod-87112880 in agent 10.0.0.46 2025-04-09 12:41:00,305 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=3e99fc7f-930a-400a-9e8c-327f3b841f6f 2025-04-09 12:41:00,310 - INFO - Pod ctest-nginx-pod-87112880 with uuid 3e99fc7f-930a-400a-9e8c-327f3b841f6f found in kube manager 2025-04-09 12:41:00,311 - INFO - Pod ctest-nginx-pod-87112880 verification passed 2025-04-09 12:41:00,373 - DEBUG - [Pod ctest-nginx-pod-87112880] Cmd: echo ctest-nginx-pod-87112880 > /usr/share/nginx/html/index.html, Output: 2025-04-09 12:41:00,379 - DEBUG - Pod ctest-busybox-pod-61877120 not in running state.Currently in Pending 2025-04-09 12:41:05,385 - INFO - Pod ctest-busybox-pod-61877120 is in running state.Got IP 10.47.255.248 2025-04-09 12:41:05,447 - DEBUG - Pod ctest-busybox-pod-61877120 has vmi de367f0c-153f-11f0-bcd7-fa163e0b7df1 2025-04-09 12:41:05,447 - INFO - Verified pod ctest-busybox-pod-61877120 in contrail-api 2025-04-09 12:41:05,447 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 12:41:05,460 - DEBUG - VMI de367f0c-153f-11f0-bcd7-fa163e0b7df1 is active in agent 10.0.0.46 2025-04-09 12:41:05,460 - INFO - Verified Pod ctest-busybox-pod-61877120 in agent 10.0.0.46 2025-04-09 12:41:05,460 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:05,466 - INFO - Pod ctest-busybox-pod-61877120 with uuid 45b4efd6-3137-4521-987b-bb2ffc90512d found in kube manager 2025-04-09 12:41:05,466 - INFO - Pod ctest-busybox-pod-61877120 verification passed 2025-04-09 12:41:05,541 - DEBUG - [Pod ctest-busybox-pod-61877120] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87112880 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-09 12:41:05,541 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 12:41:05,541 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd output: ctest-nginx-pod-87112880 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-09 12:41:05,611 - DEBUG - [Pod ctest-busybox-pod-61877120] 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-87112880 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-09 12:41:05,612 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 12:41:05,612 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-87112880 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-09 12:41:05,681 - DEBUG - [Pod ctest-busybox-pod-61877120] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87112880 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-09 12:41:05,681 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 12:41:05,681 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd output: ctest-nginx-pod-87112880 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-09 12:41:05,754 - DEBUG - [Pod ctest-busybox-pod-61877120] 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-87112880 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-09 12:41:05,754 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 12:41:05,754 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-87112880 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-09 12:41:05,827 - DEBUG - [Pod ctest-busybox-pod-61877120] 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-65800565 2025-04-09 12:41:05,828 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 12:41:05,828 - DEBUG - [Pod Pod ctest-busybox-pod-61877120] 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-65800565 2025-04-09 12:41:05,828 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-65800565': 1, 'ctest-nginx-pod-87112880': 4} 2025-04-09 12:41:05,829 - WARNING - Nothing to delete parallely 2025-04-09 12:41:05,830 - INFO - Deleting pod default:ctest-busybox-pod-61877120 2025-04-09 12:41:05,847 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:05,861 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:10,862 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:10,871 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:15,872 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:15,880 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:20,881 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:20,890 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:25,891 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:25,898 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:30,899 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:30,907 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:35,908 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:35,916 - WARNING - Pod uuid 45b4efd6-3137-4521-987b-bb2ffc90512d is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:40,917 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=45b4efd6-3137-4521-987b-bb2ffc90512d 2025-04-09 12:41:40,928 - DEBUG - Pod 45b4efd6-3137-4521-987b-bb2ffc90512d is not in agent 10.0.0.46 VM list 2025-04-09 12:41:40,928 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:de367f0c-153f-11f0-bcd7-fa163e0b7df1 2025-04-09 12:41:40,939 - DEBUG - VMI de367f0c-153f-11f0-bcd7-fa163e0b7df1 is removed from agent 10.0.0.46 2025-04-09 12:41:40,939 - INFO - Verified that pod ctest-busybox-pod-61877120 is removed in agent 2025-04-09 12:41:40,940 - INFO - Deleting Ingress : ctest-nginx-ingress-49694168 2025-04-09 12:41:40,945 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=4e7f9542-f5f9-4850-8886-c14963a03a32 2025-04-09 12:41:40,952 - ERROR - Ingress ctest-nginx-ingress-49694168 with uuid 4e7f9542-f5f9-4850-8886-c14963a03a32 still found in kube manager 2025-04-09 12:41:41,956 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=4e7f9542-f5f9-4850-8886-c14963a03a32 2025-04-09 12:41:41,964 - INFO - Ingress ctest-nginx-ingress-49694168 with uuid 4e7f9542-f5f9-4850-8886-c14963a03a32 deleted successfully from kube manager 2025-04-09 12:41:41,965 - INFO - Verifications on Ingress %s cleanup passed 2025-04-09 12:41:41,965 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-09 12:41:42,089 - 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-04-09 12:41:42,097 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-09 12:41:42,097 - INFO - Deleting VN __public__ 2025-04-09 12:41:42,299 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6eb06ed2-136b-4742-8304-612e595f7c66 2025-04-09 12:41:42,305 - DEBUG - Response Code: 404 2025-04-09 12:41:42,306 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-09 12:41:42,311 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b63cd3b7-47a2-417c-90ca-c04eb7a4d3d3 2025-04-09 12:41:42,339 - DEBUG - Requesting: http://10.0.0.22:8082/project/b9b06e48-a4c6-4871-8cf7-937965e5d3ed 2025-04-09 12:41:42,405 - INFO - Validated that VN __public__ is not found in API Server 2025-04-09 12:41:42,406 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-09 12:41:42,418 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:41:42,427 - DEBUG - VN __public__ is not present in Agent 10.0.0.46 2025-04-09 12:41:42,427 - INFO - Validated that VN __public__ is not in any agent 2025-04-09 12:41:42,428 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:41:42,437 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 12:41:42,445 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 12:41:42,462 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-09 12:41:42,462 - INFO - Deleting pod default:ctest-nginx-pod-87112880 2025-04-09 12:41:42,477 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=3e99fc7f-930a-400a-9e8c-327f3b841f6f 2025-04-09 12:41:42,500 - WARNING - Pod uuid 3e99fc7f-930a-400a-9e8c-327f3b841f6f is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:47,501 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=3e99fc7f-930a-400a-9e8c-327f3b841f6f 2025-04-09 12:41:47,509 - DEBUG - Pod 3e99fc7f-930a-400a-9e8c-327f3b841f6f is not in agent 10.0.0.46 VM list 2025-04-09 12:41:47,509 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d9dc92f2-153f-11f0-bcd7-fa163e0b7df1 2025-04-09 12:41:47,516 - DEBUG - VMI d9dc92f2-153f-11f0-bcd7-fa163e0b7df1 is removed from agent 10.0.0.46 2025-04-09 12:41:47,516 - INFO - Verified that pod ctest-nginx-pod-87112880 is removed in agent 2025-04-09 12:41:47,516 - INFO - Deleting pod default:ctest-nginx-pod-65800565 2025-04-09 12:41:47,533 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d5ae57aa-49b1-4bfa-9a95-046451a76498 2025-04-09 12:41:47,546 - WARNING - Pod uuid d5ae57aa-49b1-4bfa-9a95-046451a76498 is still seen in agent 10.0.0.46 VM list 2025-04-09 12:41:52,547 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d5ae57aa-49b1-4bfa-9a95-046451a76498 2025-04-09 12:41:52,555 - DEBUG - Pod d5ae57aa-49b1-4bfa-9a95-046451a76498 is not in agent 10.0.0.46 VM list 2025-04-09 12:41:52,555 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d9647556-153f-11f0-bcd7-fa163e0b7df1 2025-04-09 12:41:52,561 - DEBUG - VMI d9647556-153f-11f0-bcd7-fa163e0b7df1 is removed from agent 10.0.0.46 2025-04-09 12:41:52,561 - INFO - Verified that pod ctest-nginx-pod-65800565 is removed in agent 2025-04-09 12:41:52,562 - INFO - Deleting service : ctest-nginx-svc-06589814 2025-04-09 12:41:52,792 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 12:41:52,801 - DEBUG - No XMPP flaps were noticed during the test