2025-11-06 01:57:32,318 - DEBUG - [10.0.0.73]: Running cmd : hostname 2025-11-06 01:57:32,591 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1689-1 2025-11-06 01:57:32,591 - DEBUG - [10.0.0.73]: Running cmd : hostname -f 2025-11-06 01:57:32,624 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1689-1 2025-11-06 01:57:32,624 - DEBUG - [10.0.0.73]: 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-11-06 01:57:32,721 - DEBUG - Output : NAMES contrail_test_waeZp5tcR contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 2025-11-06 01:57:32,722 - DEBUG - [10.0.0.73]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-06 01:57:32,755 - DEBUG - Output : 127.0.0.1/8 10.0.0.73/24 252.73.0.1/8 10.38.11.1/24 172.17.0.1/16 2025-11-06 01:57:32,756 - DEBUG - [10.0.0.73]: Running cmd : getent hosts 10.0.0.73 | head -n 1 | awk '{print $2}' 2025-11-06 01:57:32,789 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1689-1 2025-11-06 01:57:32,888 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-11-06 01:57:33,127 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1689-1 2025-11-06 01:57:33,127 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-11-06 01:57:33,150 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1689-1 2025-11-06 01:57:33,150 - 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-11-06 01:57:33,249 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-11-06 01:57:33,249 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-06 01:57:33,283 - DEBUG - Output : 10.0.0.241/24 2025-11-06 01:57:33,284 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-11-06 01:57:33,353 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1689-1 2025-11-06 01:57:33,423 - INFO - Using existing project ['default-domain', 'k8s-default'](317bd39a-cf88-4ca1-906f-f98e2e5941ba) 2025-11-06 01:57:33,488 - INFO - Using existing project ['default-domain', 'k8s-default'](317bd39a-cf88-4ca1-906f-f98e2e5941ba) 2025-11-06 01:57:33,603 - INFO - ================================================================================ 2025-11-06 01:57:33,604 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-06 01:57:33,604 - 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-11-06 01:57:33,847 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-06 01:57:33,855 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.73': '0'}} with 2025-11-06 01:57:33,855 - INFO - Initial checks done. Running the testcase now 2025-11-06 01:57:33,855 - INFO - 2025-11-06 01:57:33,861 - INFO - Namespace default already exists 2025-11-06 01:57:33,862 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-06 01:57:34,003 - DEBUG - Output : cluster_project={} 2025-11-06 01:57:34,091 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-06 01:57:34,092 - DEBUG - Project uuid in Contrail is 317bd39a-cf88-4ca1-906f-f98e2e5941ba 2025-11-06 01:57:34,092 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-06 01:57:34,230 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-06 01:57:34,230 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_NamespaceDatabaseList?namespace_uuid=f9c73af7-7434-4df8-ba59-94cff453ed59 2025-11-06 01:57:34,234 - INFO - Namespace default with uuid f9c73af7-7434-4df8-ba59-94cff453ed59 found in kube manager 2025-11-06 01:57:34,234 - INFO - Namespace default verification passed 2025-11-06 01:57:34,237 - DEBUG - Service ctest-nginx-svc-16165217 not present 2025-11-06 01:57:34,238 - INFO - Creating service ctest-nginx-svc-16165217 2025-11-06 01:57:34,271 - INFO - Created Service ctest-nginx-svc-16165217 2025-11-06 01:57:34,294 - DEBUG - Pod ctest-nginx-pod-29990849 not present 2025-11-06 01:57:34,295 - INFO - Creating Pod ctest-nginx-pod-29990849 2025-11-06 01:57:34,361 - DEBUG - Node for Pod ctest-nginx-pod-29990849 not yet populated 2025-11-06 01:57:37,367 - DEBUG - Node for Pod ctest-nginx-pod-29990849 not yet populated 2025-11-06 01:57:40,379 - DEBUG - Node for Pod ctest-nginx-pod-29990849 not yet populated 2025-11-06 01:57:43,388 - DEBUG - Pod : ctest-nginx-pod-29990849 UUID is 3f46d9cb-4837-44e4-90ea-807a694a1400 2025-11-06 01:57:43,400 - DEBUG - Pod ctest-nginx-pod-60962546 not present 2025-11-06 01:57:43,400 - INFO - Creating Pod ctest-nginx-pod-60962546 2025-11-06 01:57:43,431 - DEBUG - Pod : ctest-nginx-pod-60962546 UUID is f7d170e2-0205-4b03-8262-83ee9b507fbd 2025-11-06 01:57:43,689 - INFO - Created VN __public__, UUID :7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:43,965 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-11-06 01:57:43,997 - DEBUG - Requesting: http://10.0.0.73:8082/domain/29087113-ebd4-4ae3-a46b-d239d864d367 2025-11-06 01:57:44,065 - DEBUG - Requesting: http://10.0.0.73:8082/project/317bd39a-cf88-4ca1-906f-f98e2e5941ba 2025-11-06 01:57:44,168 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,180 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,188 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce 2025-11-06 01:57:44,202 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce 2025-11-06 01:57:44,209 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/21379290-4bf8-4886-8972-5d88e33c485c 2025-11-06 01:57:44,216 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-06 01:57:44,216 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,223 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce 2025-11-06 01:57:44,265 - INFO - Verified VN network id 13 for VN 7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,265 - INFO - Verifications in API Server for VN __public__ passed 2025-11-06 01:57:44,265 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,275 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce 2025-11-06 01:57:44,304 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce 2025-11-06 01:57:44,318 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/21379290-4bf8-4886-8972-5d88e33c485c 2025-11-06 01:57:44,326 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-06 01:57:44,348 - DEBUG - Control-node 10.0.0.73 : 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': '9218572871989215595', 'uuid-lslong': '13750625883034155015'}, 'enable': 'true', 'created': '2025-11-06T01:57:43', 'last-modified': '2025-11-06T01:57:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.528627'} 2025-11-06 01:57:44,348 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:57:44,363 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-06 01:57:44,363 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-06 01:57:44,363 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-06 01:57:44,363 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-11-06 01:57:44,373 - DEBUG - Requesting: http://10.0.0.73:8082/domain/29087113-ebd4-4ae3-a46b-d239d864d367 2025-11-06 01:57:44,382 - DEBUG - Requesting: http://10.0.0.73:8082/project/317bd39a-cf88-4ca1-906f-f98e2e5941ba 2025-11-06 01:57:44,478 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,493 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-06 01:57:44,493 - DEBUG - Verifying the vn in opserver 2025-11-06 01:57:44,493 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.73 2025-11-06 01:57:44,494 - DEBUG - Requesting: http://10.0.0.73:8081/analytics/uves/virtual-networks 2025-11-06 01:57:44,497 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.73:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-06 01:57:44,497 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-06 01:57:44,498 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:57:44,505 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:57:44,512 - DEBUG - Do not have enough data to verify VN in agent 2025-11-06 01:57:44,512 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:57:44,518 - DEBUG - VRF ids for VN __public__: {} 2025-11-06 01:57:44,660 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-06 01:57:44,799 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-11-06 01:57:44,803 - DEBUG - Requesting: http://10.0.0.73:8082/domain/29087113-ebd4-4ae3-a46b-d239d864d367 2025-11-06 01:57:44,810 - DEBUG - Requesting: http://10.0.0.73:8082/project/317bd39a-cf88-4ca1-906f-f98e2e5941ba 2025-11-06 01:57:44,861 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,876 - DEBUG - Requesting: http://10.0.0.73:8082/floating-ip-pool/cae579af-0e66-4251-a4f7-fb49c8d9db9f 2025-11-06 01:57:44,882 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-11-06 01:57:44,886 - DEBUG - Requesting: http://10.0.0.73:8082/domain/29087113-ebd4-4ae3-a46b-d239d864d367 2025-11-06 01:57:44,897 - DEBUG - Requesting: http://10.0.0.73:8082/project/317bd39a-cf88-4ca1-906f-f98e2e5941ba 2025-11-06 01:57:44,967 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 2025-11-06 01:57:44,988 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-06 01:57:44,988 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-06 01:57:44,997 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-06 01:57:45,004 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-06 01:57:45,004 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-06 01:57:45,007 - DEBUG - Ingress ctest-nginx-ingress-26380717 not present 2025-11-06 01:57:45,008 - INFO - Creating Ingress ctest-nginx-ingress-26380717 2025-11-06 01:57:45,015 - INFO - Created Ingress ctest-nginx-ingress-26380717 2025-11-06 01:57:45,018 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26380717 2025-11-06 01:57:48,024 - DEBUG - For Ingress ctest-nginx-ingress-26380717, Cluster IP: 10.47.255.249, External IPs ['74.96.160.252'] 2025-11-06 01:57:48,024 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-26380717 2025-11-06 01:57:48,024 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=58796cea-968e-4608-aa11-d6b6368bba8c 2025-11-06 01:57:48,036 - INFO - Ingress ctest-nginx-ingress-26380717 with uuid 58796cea-968e-4608-aa11-d6b6368bba8c found in kube manager 2025-11-06 01:57:48,036 - INFO - Ingress ctest-nginx-ingress-26380717 verification passed 2025-11-06 01:57:48,039 - DEBUG - Pod ctest-busybox-pod-24359115 not present 2025-11-06 01:57:48,040 - INFO - Creating Pod ctest-busybox-pod-24359115 2025-11-06 01:57:48,078 - DEBUG - Pod : ctest-busybox-pod-24359115 UUID is 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:57:48,087 - DEBUG - Pod ctest-nginx-pod-29990849 not in running state.Currently in Pending 2025-11-06 01:57:53,095 - DEBUG - Pod ctest-nginx-pod-29990849 not in running state.Currently in Pending 2025-11-06 01:57:58,103 - INFO - Pod ctest-nginx-pod-29990849 is in running state.Got IP 10.47.255.251 2025-11-06 01:57:58,156 - DEBUG - Pod ctest-nginx-pod-29990849 has vmi fb6d7908-bab3-11f0-9c3c-fa163e957c6d 2025-11-06 01:57:58,156 - INFO - Verified pod ctest-nginx-pod-29990849 in contrail-api 2025-11-06 01:57:58,156 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-06 01:57:58,170 - DEBUG - VMI fb6d7908-bab3-11f0-9c3c-fa163e957c6d is active in agent 10.0.0.241 2025-11-06 01:57:58,170 - INFO - Verified Pod ctest-nginx-pod-29990849 in agent 10.0.0.241 2025-11-06 01:57:58,170 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=3f46d9cb-4837-44e4-90ea-807a694a1400 2025-11-06 01:57:58,174 - INFO - Pod ctest-nginx-pod-29990849 with uuid 3f46d9cb-4837-44e4-90ea-807a694a1400 found in kube manager 2025-11-06 01:57:58,174 - INFO - Pod ctest-nginx-pod-29990849 verification passed 2025-11-06 01:57:58,239 - DEBUG - [Pod ctest-nginx-pod-29990849] Cmd: echo ctest-nginx-pod-29990849 > /usr/share/nginx/html/index.html, Output: 2025-11-06 01:57:58,246 - INFO - Pod ctest-nginx-pod-60962546 is in running state.Got IP 10.47.255.250 2025-11-06 01:57:58,257 - DEBUG - Pod ctest-nginx-pod-60962546 has vmi fc07f37a-bab3-11f0-9c3c-fa163e957c6d 2025-11-06 01:57:58,258 - INFO - Verified pod ctest-nginx-pod-60962546 in contrail-api 2025-11-06 01:57:58,258 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-06 01:57:58,267 - DEBUG - VMI fc07f37a-bab3-11f0-9c3c-fa163e957c6d is active in agent 10.0.0.241 2025-11-06 01:57:58,267 - INFO - Verified Pod ctest-nginx-pod-60962546 in agent 10.0.0.241 2025-11-06 01:57:58,267 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=f7d170e2-0205-4b03-8262-83ee9b507fbd 2025-11-06 01:57:58,270 - INFO - Pod ctest-nginx-pod-60962546 with uuid f7d170e2-0205-4b03-8262-83ee9b507fbd found in kube manager 2025-11-06 01:57:58,270 - INFO - Pod ctest-nginx-pod-60962546 verification passed 2025-11-06 01:57:58,318 - DEBUG - [Pod ctest-nginx-pod-60962546] Cmd: echo ctest-nginx-pod-60962546 > /usr/share/nginx/html/index.html, Output: 2025-11-06 01:57:58,324 - DEBUG - Pod ctest-busybox-pod-24359115 not in running state.Currently in Pending 2025-11-06 01:58:03,331 - INFO - Pod ctest-busybox-pod-24359115 is in running state.Got IP 10.47.255.248 2025-11-06 01:58:03,342 - DEBUG - Pod ctest-busybox-pod-24359115 has vmi fea58b2e-bab3-11f0-9c3c-fa163e957c6d 2025-11-06 01:58:03,342 - INFO - Verified pod ctest-busybox-pod-24359115 in contrail-api 2025-11-06 01:58:03,343 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-06 01:58:03,352 - DEBUG - VMI fea58b2e-bab3-11f0-9c3c-fa163e957c6d is active in agent 10.0.0.241 2025-11-06 01:58:03,352 - INFO - Verified Pod ctest-busybox-pod-24359115 in agent 10.0.0.241 2025-11-06 01:58:03,352 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:03,356 - INFO - Pod ctest-busybox-pod-24359115 with uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 found in kube manager 2025-11-06 01:58:03,356 - INFO - Pod ctest-busybox-pod-24359115 verification passed 2025-11-06 01:58:03,416 - DEBUG - [Pod ctest-busybox-pod-24359115] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-29990849 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-11-06 01:58:03,416 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-06 01:58:03,416 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] Cmd output: ctest-nginx-pod-29990849 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-11-06 01:58:03,464 - DEBUG - [Pod ctest-busybox-pod-24359115] 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-29990849 2025-11-06 01:58:03,464 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-06 01:58:03,464 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] 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-29990849 2025-11-06 01:58:03,511 - DEBUG - [Pod ctest-busybox-pod-24359115] 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-29990849 2025-11-06 01:58:03,512 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-06 01:58:03,512 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] 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-29990849 2025-11-06 01:58:03,569 - DEBUG - [Pod ctest-busybox-pod-24359115] 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-60962546 2025-11-06 01:58:03,569 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-06 01:58:03,569 - DEBUG - [Pod Pod ctest-busybox-pod-24359115] 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-60962546 2025-11-06 01:58:03,569 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-29990849': 3, 'ctest-nginx-pod-60962546': 1} 2025-11-06 01:58:03,569 - WARNING - Nothing to delete parallely 2025-11-06 01:58:03,569 - INFO - Deleting pod default:ctest-busybox-pod-24359115 2025-11-06 01:58:03,588 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:03,594 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:08,595 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:08,601 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:13,602 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:13,609 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:18,610 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:18,618 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:23,619 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:23,626 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:28,627 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:28,636 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:33,636 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:33,645 - WARNING - Pod uuid 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:38,646 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 2025-11-06 01:58:38,653 - DEBUG - Pod 5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 is not in agent 10.0.0.241 VM list 2025-11-06 01:58:38,653 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fea58b2e-bab3-11f0-9c3c-fa163e957c6d 2025-11-06 01:58:38,658 - DEBUG - VMI fea58b2e-bab3-11f0-9c3c-fa163e957c6d is removed from agent 10.0.0.241 2025-11-06 01:58:38,658 - INFO - Verified that pod ctest-busybox-pod-24359115 is removed in agent 2025-11-06 01:58:38,659 - INFO - Deleting Ingress : ctest-nginx-ingress-26380717 2025-11-06 01:58:38,667 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=58796cea-968e-4608-aa11-d6b6368bba8c 2025-11-06 01:58:38,673 - ERROR - Ingress ctest-nginx-ingress-26380717 with uuid 58796cea-968e-4608-aa11-d6b6368bba8c still found in kube manager 2025-11-06 01:58:39,673 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=58796cea-968e-4608-aa11-d6b6368bba8c 2025-11-06 01:58:39,677 - INFO - Ingress ctest-nginx-ingress-26380717 with uuid 58796cea-968e-4608-aa11-d6b6368bba8c deleted successfully from kube manager 2025-11-06 01:58:39,677 - INFO - Verifications on Ingress %s cleanup passed 2025-11-06 01:58:39,678 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-06 01:58:39,814 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-06 01:58:39,821 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-06 01:58:39,822 - INFO - Deleting VN __public__ 2025-11-06 01:58:39,919 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce 2025-11-06 01:58:39,923 - DEBUG - Response Code: 404 2025-11-06 01:58:39,923 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-11-06 01:58:39,944 - DEBUG - Requesting: http://10.0.0.73:8082/domain/29087113-ebd4-4ae3-a46b-d239d864d367 2025-11-06 01:58:39,951 - DEBUG - Requesting: http://10.0.0.73:8082/project/317bd39a-cf88-4ca1-906f-f98e2e5941ba 2025-11-06 01:58:40,032 - INFO - Validated that VN __public__ is not found in API Server 2025-11-06 01:58:40,032 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-06 01:58:40,047 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:58:40,054 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2025-11-06 01:58:40,054 - INFO - Validated that VN __public__ is not in any agent 2025-11-06 01:58:40,054 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:58:40,059 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-06 01:58:40,063 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-06 01:58:40,069 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-06 01:58:40,069 - INFO - Deleting pod default:ctest-nginx-pod-60962546 2025-11-06 01:58:40,097 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=f7d170e2-0205-4b03-8262-83ee9b507fbd 2025-11-06 01:58:40,105 - WARNING - Pod uuid f7d170e2-0205-4b03-8262-83ee9b507fbd is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:45,105 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=f7d170e2-0205-4b03-8262-83ee9b507fbd 2025-11-06 01:58:45,111 - DEBUG - Pod f7d170e2-0205-4b03-8262-83ee9b507fbd is not in agent 10.0.0.241 VM list 2025-11-06 01:58:45,112 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc07f37a-bab3-11f0-9c3c-fa163e957c6d 2025-11-06 01:58:45,116 - DEBUG - VMI fc07f37a-bab3-11f0-9c3c-fa163e957c6d is removed from agent 10.0.0.241 2025-11-06 01:58:45,116 - INFO - Verified that pod ctest-nginx-pod-60962546 is removed in agent 2025-11-06 01:58:45,117 - INFO - Deleting pod default:ctest-nginx-pod-29990849 2025-11-06 01:58:45,145 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3f46d9cb-4837-44e4-90ea-807a694a1400 2025-11-06 01:58:45,154 - WARNING - Pod uuid 3f46d9cb-4837-44e4-90ea-807a694a1400 is still seen in agent 10.0.0.241 VM list 2025-11-06 01:58:50,155 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3f46d9cb-4837-44e4-90ea-807a694a1400 2025-11-06 01:58:50,160 - DEBUG - Pod 3f46d9cb-4837-44e4-90ea-807a694a1400 is not in agent 10.0.0.241 VM list 2025-11-06 01:58:50,160 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fb6d7908-bab3-11f0-9c3c-fa163e957c6d 2025-11-06 01:58:50,165 - DEBUG - VMI fb6d7908-bab3-11f0-9c3c-fa163e957c6d is removed from agent 10.0.0.241 2025-11-06 01:58:50,165 - INFO - Verified that pod ctest-nginx-pod-29990849 is removed in agent 2025-11-06 01:58:50,165 - INFO - Deleting service : ctest-nginx-svc-16165217 2025-11-06 01:58:50,393 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-06 01:58:50,399 - DEBUG - No XMPP flaps were noticed during the test