2025-06-19 12:23:23,573 - DEBUG - [10.0.0.141]: Running cmd : hostname 2025-06-19 12:23:23,791 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1283-1 2025-06-19 12:23:23,791 - DEBUG - [10.0.0.141]: Running cmd : hostname -f 2025-06-19 12:23:23,824 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1283-1 2025-06-19 12:23:23,825 - DEBUG - [10.0.0.141]: 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-06-19 12:23:23,925 - DEBUG - Output : NAMES contrail_test_hRme7j0TM contrail-kubernetes-master-kubemanager-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-collector-1 analytics-nodemgr-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 config_api-nodemgr-1 config_api-svcmonitor-1 2025-06-19 12:23:23,925 - DEBUG - [10.0.0.141]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 12:23:23,959 - DEBUG - Output : 10.0.0.141/24 172.17.0.1/16 2025-06-19 12:23:23,959 - DEBUG - [10.0.0.141]: Running cmd : getent hosts 10.0.0.141 | head -n 1 | awk '{print $2}' 2025-06-19 12:23:23,992 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1283-1 2025-06-19 12:23:24,075 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-06-19 12:23:24,289 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1283-1 2025-06-19 12:23:24,289 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-06-19 12:23:24,313 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1283-1 2025-06-19 12:23:24,313 - DEBUG - [10.0.0.249]: 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-06-19 12:23:24,402 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-19 12:23:24,402 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 12:23:24,436 - DEBUG - Output : 10.0.0.249/24 2025-06-19 12:23:24,436 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-06-19 12:23:24,510 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1283-1 2025-06-19 12:23:24,596 - INFO - Using existing project ['default-domain', 'k8s-default'](a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3) 2025-06-19 12:23:24,697 - INFO - Using existing project ['default-domain', 'k8s-default'](a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3) 2025-06-19 12:23:24,842 - INFO - ================================================================================ 2025-06-19 12:23:24,842 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-19 12:23:24,843 - 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-06-19 12:23:25,084 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 12:23:25,093 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.141': '0'}} with 2025-06-19 12:23:25,093 - INFO - Initial checks done. Running the testcase now 2025-06-19 12:23:25,093 - INFO - 2025-06-19 12:23:25,097 - INFO - Namespace default already exists 2025-06-19 12:23:25,097 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 12:23:25,223 - DEBUG - Output : cluster_project={} 2025-06-19 12:23:25,277 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-19 12:23:25,278 - DEBUG - Project uuid in Contrail is a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:23:25,278 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 12:23:25,406 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 12:23:25,406 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_NamespaceDatabaseList?namespace_uuid=35671155-6b8b-4f6c-9206-9e48b5594350 2025-06-19 12:23:25,412 - INFO - Namespace default with uuid 35671155-6b8b-4f6c-9206-9e48b5594350 found in kube manager 2025-06-19 12:23:25,412 - INFO - Namespace default verification passed 2025-06-19 12:23:25,416 - DEBUG - Service ctest-nginx-svc-56264340 not present 2025-06-19 12:23:25,416 - INFO - Creating service ctest-nginx-svc-56264340 2025-06-19 12:23:25,442 - INFO - Created Service ctest-nginx-svc-56264340 2025-06-19 12:23:25,460 - DEBUG - Pod ctest-nginx-pod-85292104 not present 2025-06-19 12:23:25,460 - INFO - Creating Pod ctest-nginx-pod-85292104 2025-06-19 12:23:25,521 - DEBUG - Pod : ctest-nginx-pod-85292104 UUID is 0b8f3260-001a-40c6-8c24-2697689b90f3 2025-06-19 12:23:25,531 - DEBUG - Pod ctest-nginx-pod-09940300 not present 2025-06-19 12:23:25,531 - INFO - Creating Pod ctest-nginx-pod-09940300 2025-06-19 12:23:25,549 - DEBUG - Pod : ctest-nginx-pod-09940300 UUID is 6986cf54-e521-472c-bcf5-d66adc868cd0 2025-06-19 12:23:25,761 - INFO - Created VN __public__, UUID :ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:25,911 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-06-19 12:23:25,931 - DEBUG - Requesting: http://10.0.0.141:8082/domain/8649693f-ea62-4881-bca0-15d230aca95d 2025-06-19 12:23:25,974 - DEBUG - Requesting: http://10.0.0.141:8082/project/a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:23:26,049 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:26,063 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:26,082 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:26,093 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:26,099 - DEBUG - Route Targets: [] 2025-06-19 12:23:26,099 - DEBUG - RT names not yet present for VN __public__ 2025-06-19 12:23:31,100 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-06-19 12:23:31,106 - DEBUG - Requesting: http://10.0.0.141:8082/domain/8649693f-ea62-4881-bca0-15d230aca95d 2025-06-19 12:23:31,114 - DEBUG - Requesting: http://10.0.0.141:8082/project/a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:23:31,163 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,174 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,182 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:31,189 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:31,196 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/0a49c75a-f312-40c7-bc20-7ae667bbacfb 2025-06-19 12:23:31,202 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 12:23:31,202 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,209 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:31,220 - INFO - Verified VN network id 13 for VN ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,221 - INFO - Verifications in API Server for VN __public__ passed 2025-06-19 12:23:31,221 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,228 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:31,233 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:23:31,238 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/0a49c75a-f312-40c7-bc20-7ae667bbacfb 2025-06-19 12:23:31,243 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 12:23:31,249 - DEBUG - Control-node 10.0.0.141 : 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': '17088034535041617004', 'uuid-lslong': '9881683979043333898'}, 'enable': 'true', 'created': '2025-06-19T12:23:25', 'last-modified': '2025-06-19T12:23:25', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.441698'} 2025-06-19 12:23:31,249 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:23:31,255 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 12:23:31,255 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-19 12:23:31,256 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-19 12:23:31,256 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-06-19 12:23:31,261 - DEBUG - Requesting: http://10.0.0.141:8082/domain/8649693f-ea62-4881-bca0-15d230aca95d 2025-06-19 12:23:31,268 - DEBUG - Requesting: http://10.0.0.141:8082/project/a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:23:31,309 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,321 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-19 12:23:31,321 - DEBUG - Verifying the vn in opserver 2025-06-19 12:23:31,321 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.141 2025-06-19 12:23:31,322 - DEBUG - Requesting: http://10.0.0.141:8081/analytics/uves/virtual-networks 2025-06-19 12:23:31,330 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.141:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-19 12:23:31,330 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-19 12:23:31,330 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:23:31,339 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:23:31,347 - DEBUG - Do not have enough data to verify VN in agent 2025-06-19 12:23:31,347 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:23:31,353 - DEBUG - VRF ids for VN __public__: {} 2025-06-19 12:23:31,446 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-19 12:23:31,553 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-06-19 12:23:31,564 - DEBUG - Requesting: http://10.0.0.141:8082/domain/8649693f-ea62-4881-bca0-15d230aca95d 2025-06-19 12:23:31,577 - DEBUG - Requesting: http://10.0.0.141:8082/project/a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:23:31,623 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,646 - DEBUG - Requesting: http://10.0.0.141:8082/floating-ip-pool/abff0228-8c24-411c-97cb-46cecb809bac 2025-06-19 12:23:31,652 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-06-19 12:23:31,658 - DEBUG - Requesting: http://10.0.0.141:8082/domain/8649693f-ea62-4881-bca0-15d230aca95d 2025-06-19 12:23:31,665 - DEBUG - Requesting: http://10.0.0.141:8082/project/a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:23:31,708 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/ed24e4df-92c3-4c6c-8922-cb39398be70a 2025-06-19 12:23:31,718 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-19 12:23:31,718 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-19 12:23:31,725 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 12:23:31,731 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-19 12:23:31,731 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-19 12:23:31,735 - DEBUG - Ingress ctest-nginx-ingress-74026968 not present 2025-06-19 12:23:31,735 - INFO - Creating Ingress ctest-nginx-ingress-74026968 2025-06-19 12:23:31,742 - INFO - Created Ingress ctest-nginx-ingress-74026968 2025-06-19 12:23:31,746 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74026968 2025-06-19 12:23:34,752 - DEBUG - For Ingress ctest-nginx-ingress-74026968, Cluster IP: 10.47.255.249, External IPs ['119.40.54.124'] 2025-06-19 12:23:34,753 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-74026968 2025-06-19 12:23:34,753 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=c864bc49-b6a2-4298-ba08-fcc6cf4a0c38 2025-06-19 12:23:34,769 - INFO - Ingress ctest-nginx-ingress-74026968 with uuid c864bc49-b6a2-4298-ba08-fcc6cf4a0c38 found in kube manager 2025-06-19 12:23:34,776 - INFO - Ingress ctest-nginx-ingress-74026968 verification passed 2025-06-19 12:23:34,780 - DEBUG - Pod ctest-busybox-pod-23108857 not present 2025-06-19 12:23:34,780 - INFO - Creating Pod ctest-busybox-pod-23108857 2025-06-19 12:23:34,802 - DEBUG - Pod : ctest-busybox-pod-23108857 UUID is 2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:23:34,810 - DEBUG - Pod ctest-nginx-pod-85292104 not in running state.Currently in Pending 2025-06-19 12:23:39,817 - INFO - Pod ctest-nginx-pod-85292104 is in running state.Got IP 10.47.255.251 2025-06-19 12:23:39,889 - DEBUG - Pod ctest-nginx-pod-85292104 has vmi 33b1b014-4d08-11f0-96d1-fa163ead1ebb 2025-06-19 12:23:39,889 - INFO - Verified pod ctest-nginx-pod-85292104 in contrail-api 2025-06-19 12:23:39,890 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 12:23:39,903 - DEBUG - VMI 33b1b014-4d08-11f0-96d1-fa163ead1ebb is active in agent 10.0.0.249 2025-06-19 12:23:39,904 - INFO - Verified Pod ctest-nginx-pod-85292104 in agent 10.0.0.249 2025-06-19 12:23:39,904 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=0b8f3260-001a-40c6-8c24-2697689b90f3 2025-06-19 12:23:39,911 - INFO - Pod ctest-nginx-pod-85292104 with uuid 0b8f3260-001a-40c6-8c24-2697689b90f3 found in kube manager 2025-06-19 12:23:39,911 - INFO - Pod ctest-nginx-pod-85292104 verification passed 2025-06-19 12:23:39,974 - DEBUG - [Pod ctest-nginx-pod-85292104] Cmd: echo ctest-nginx-pod-85292104 > /usr/share/nginx/html/index.html, Output: 2025-06-19 12:23:39,980 - INFO - Pod ctest-nginx-pod-09940300 is in running state.Got IP 10.47.255.250 2025-06-19 12:23:39,992 - DEBUG - Pod ctest-nginx-pod-09940300 has vmi 3423206e-4d08-11f0-96d1-fa163ead1ebb 2025-06-19 12:23:39,992 - INFO - Verified pod ctest-nginx-pod-09940300 in contrail-api 2025-06-19 12:23:39,992 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 12:23:40,003 - DEBUG - VMI 3423206e-4d08-11f0-96d1-fa163ead1ebb is active in agent 10.0.0.249 2025-06-19 12:23:40,003 - INFO - Verified Pod ctest-nginx-pod-09940300 in agent 10.0.0.249 2025-06-19 12:23:40,003 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=6986cf54-e521-472c-bcf5-d66adc868cd0 2025-06-19 12:23:40,007 - INFO - Pod ctest-nginx-pod-09940300 with uuid 6986cf54-e521-472c-bcf5-d66adc868cd0 found in kube manager 2025-06-19 12:23:40,007 - INFO - Pod ctest-nginx-pod-09940300 verification passed 2025-06-19 12:23:40,062 - DEBUG - [Pod ctest-nginx-pod-09940300] Cmd: echo ctest-nginx-pod-09940300 > /usr/share/nginx/html/index.html, Output: 2025-06-19 12:23:40,067 - DEBUG - Pod ctest-busybox-pod-23108857 not in running state.Currently in Pending 2025-06-19 12:23:45,074 - INFO - Pod ctest-busybox-pod-23108857 is in running state.Got IP 10.47.255.248 2025-06-19 12:23:45,091 - DEBUG - Pod ctest-busybox-pod-23108857 has vmi 386627ac-4d08-11f0-96d1-fa163ead1ebb 2025-06-19 12:23:45,091 - INFO - Verified pod ctest-busybox-pod-23108857 in contrail-api 2025-06-19 12:23:45,092 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 12:23:45,103 - DEBUG - VMI 386627ac-4d08-11f0-96d1-fa163ead1ebb is active in agent 10.0.0.249 2025-06-19 12:23:45,103 - INFO - Verified Pod ctest-busybox-pod-23108857 in agent 10.0.0.249 2025-06-19 12:23:45,103 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:23:45,107 - INFO - Pod ctest-busybox-pod-23108857 with uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c found in kube manager 2025-06-19 12:23:45,107 - INFO - Pod ctest-busybox-pod-23108857 verification passed 2025-06-19 12:23:45,160 - DEBUG - [Pod ctest-busybox-pod-23108857] 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-09940300 2025-06-19 12:23:45,160 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 12:23:45,160 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] 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-09940300 2025-06-19 12:23:45,217 - DEBUG - [Pod ctest-busybox-pod-23108857] 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-09940300 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-19 12:23:45,217 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 12:23:45,217 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-09940300 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-19 12:23:45,269 - DEBUG - [Pod ctest-busybox-pod-23108857] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09940300 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-06-19 12:23:45,270 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 12:23:45,270 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd output: ctest-nginx-pod-09940300 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-06-19 12:23:45,326 - DEBUG - [Pod ctest-busybox-pod-23108857] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09940300 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-06-19 12:23:45,326 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 12:23:45,326 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd output: ctest-nginx-pod-09940300 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-06-19 12:23:45,382 - DEBUG - [Pod ctest-busybox-pod-23108857] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09940300 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-06-19 12:23:45,382 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 12:23:45,382 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd output: ctest-nginx-pod-09940300 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-06-19 12:23:45,433 - DEBUG - [Pod ctest-busybox-pod-23108857] 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-85292104 2025-06-19 12:23:45,433 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 12:23:45,433 - DEBUG - [Pod Pod ctest-busybox-pod-23108857] 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-85292104 2025-06-19 12:23:45,433 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-85292104': 1, 'ctest-nginx-pod-09940300': 5} 2025-06-19 12:23:45,434 - WARNING - Nothing to delete parallely 2025-06-19 12:23:45,434 - INFO - Deleting pod default:ctest-busybox-pod-23108857 2025-06-19 12:23:45,447 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:23:45,454 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:23:50,455 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:23:50,462 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:23:55,463 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:23:55,470 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:00,471 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:24:00,481 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:05,481 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:24:05,491 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:10,492 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:24:10,500 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:15,501 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:24:15,509 - WARNING - Pod uuid 2c60b51a-b71f-4eb6-88f0-0694d83e800c is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:20,509 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2c60b51a-b71f-4eb6-88f0-0694d83e800c 2025-06-19 12:24:20,517 - DEBUG - Pod 2c60b51a-b71f-4eb6-88f0-0694d83e800c is not in agent 10.0.0.249 VM list 2025-06-19 12:24:20,517 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:386627ac-4d08-11f0-96d1-fa163ead1ebb 2025-06-19 12:24:20,523 - DEBUG - VMI 386627ac-4d08-11f0-96d1-fa163ead1ebb is removed from agent 10.0.0.249 2025-06-19 12:24:20,523 - INFO - Verified that pod ctest-busybox-pod-23108857 is removed in agent 2025-06-19 12:24:20,523 - INFO - Deleting Ingress : ctest-nginx-ingress-74026968 2025-06-19 12:24:20,529 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=c864bc49-b6a2-4298-ba08-fcc6cf4a0c38 2025-06-19 12:24:20,534 - ERROR - Ingress ctest-nginx-ingress-74026968 with uuid c864bc49-b6a2-4298-ba08-fcc6cf4a0c38 still found in kube manager 2025-06-19 12:24:21,535 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=c864bc49-b6a2-4298-ba08-fcc6cf4a0c38 2025-06-19 12:24:21,540 - INFO - Ingress ctest-nginx-ingress-74026968 with uuid c864bc49-b6a2-4298-ba08-fcc6cf4a0c38 deleted successfully from kube manager 2025-06-19 12:24:21,540 - INFO - Verifications on Ingress %s cleanup passed 2025-06-19 12:24:21,544 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-19 12:24:21,678 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 12:24:21,684 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-19 12:24:21,684 - INFO - Deleting VN __public__ 2025-06-19 12:24:21,875 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/54d5799f-0278-40d4-a985-52a164551aa8 2025-06-19 12:24:21,899 - DEBUG - Response Code: 404 2025-06-19 12:24:21,900 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-06-19 12:24:21,912 - DEBUG - Requesting: http://10.0.0.141:8082/domain/8649693f-ea62-4881-bca0-15d230aca95d 2025-06-19 12:24:21,927 - DEBUG - Requesting: http://10.0.0.141:8082/project/a9dd86e6-0efa-43b5-91d8-ea79e44ef8b3 2025-06-19 12:24:21,987 - INFO - Validated that VN __public__ is not found in API Server 2025-06-19 12:24:21,987 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-19 12:24:21,998 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:24:22,014 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-06-19 12:24:22,014 - INFO - Validated that VN __public__ is not in any agent 2025-06-19 12:24:22,014 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:24:22,023 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 12:24:22,033 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 12:24:22,039 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-19 12:24:22,040 - INFO - Deleting pod default:ctest-nginx-pod-09940300 2025-06-19 12:24:22,076 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=6986cf54-e521-472c-bcf5-d66adc868cd0 2025-06-19 12:24:22,098 - WARNING - Pod uuid 6986cf54-e521-472c-bcf5-d66adc868cd0 is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:27,099 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=6986cf54-e521-472c-bcf5-d66adc868cd0 2025-06-19 12:24:27,107 - DEBUG - Pod 6986cf54-e521-472c-bcf5-d66adc868cd0 is not in agent 10.0.0.249 VM list 2025-06-19 12:24:27,107 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3423206e-4d08-11f0-96d1-fa163ead1ebb 2025-06-19 12:24:27,115 - DEBUG - VMI 3423206e-4d08-11f0-96d1-fa163ead1ebb is removed from agent 10.0.0.249 2025-06-19 12:24:27,115 - INFO - Verified that pod ctest-nginx-pod-09940300 is removed in agent 2025-06-19 12:24:27,115 - INFO - Deleting pod default:ctest-nginx-pod-85292104 2025-06-19 12:24:27,126 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b8f3260-001a-40c6-8c24-2697689b90f3 2025-06-19 12:24:27,135 - WARNING - Pod uuid 0b8f3260-001a-40c6-8c24-2697689b90f3 is still seen in agent 10.0.0.249 VM list 2025-06-19 12:24:32,136 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b8f3260-001a-40c6-8c24-2697689b90f3 2025-06-19 12:24:32,143 - DEBUG - Pod 0b8f3260-001a-40c6-8c24-2697689b90f3 is not in agent 10.0.0.249 VM list 2025-06-19 12:24:32,143 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33b1b014-4d08-11f0-96d1-fa163ead1ebb 2025-06-19 12:24:32,149 - DEBUG - VMI 33b1b014-4d08-11f0-96d1-fa163ead1ebb is removed from agent 10.0.0.249 2025-06-19 12:24:32,149 - INFO - Verified that pod ctest-nginx-pod-85292104 is removed in agent 2025-06-19 12:24:32,149 - INFO - Deleting service : ctest-nginx-svc-56264340 2025-06-19 12:24:32,408 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 12:24:32,415 - DEBUG - No XMPP flaps were noticed during the test