2025-10-24 19:59:02,278 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-10-24 19:59:02,531 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1615-1 2025-10-24 19:59:02,531 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-10-24 19:59:02,574 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1615-1 2025-10-24 19:59:02,574 - 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-10-24 19:59:02,629 - DEBUG - Output : NAMES contrail_test_qSsBPBi7a contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-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-web-1 webui-job-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-schema-1 2025-10-24 19:59:02,629 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-24 19:59:02,662 - DEBUG - Output : 127.0.0.1/8 10.0.0.249/24 252.249.0.1/8 10.221.79.1/24 172.17.0.1/16 2025-10-24 19:59:02,662 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-10-24 19:59:02,733 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1615-1 2025-10-24 19:59:02,780 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-10-24 19:59:02,992 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1615-1 2025-10-24 19:59:02,992 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-10-24 19:59:03,017 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1615-1 2025-10-24 19:59:03,018 - DEBUG - [10.0.0.41]: 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-10-24 19:59:03,103 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-24 19:59:03,103 - DEBUG - [10.0.0.41]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-24 19:59:03,127 - DEBUG - Output : 10.0.0.41/24 2025-10-24 19:59:03,127 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-10-24 19:59:03,161 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1615-1 2025-10-24 19:59:03,260 - INFO - Using existing project ['default-domain', 'k8s-default'](b17da5b4-879e-486d-bdbf-fce975cdf556) 2025-10-24 19:59:03,367 - INFO - Using existing project ['default-domain', 'k8s-default'](b17da5b4-879e-486d-bdbf-fce975cdf556) 2025-10-24 19:59:03,468 - INFO - ================================================================================ 2025-10-24 19:59:03,468 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-24 19:59:03,468 - 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-10-24 19:59:03,608 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-24 19:59:03,615 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.249': '0'}} with 2025-10-24 19:59:03,615 - INFO - Initial checks done. Running the testcase now 2025-10-24 19:59:03,615 - INFO - 2025-10-24 19:59:03,619 - INFO - Namespace default already exists 2025-10-24 19:59:03,620 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-24 19:59:03,748 - DEBUG - Output : cluster_project={} 2025-10-24 19:59:03,783 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-24 19:59:03,783 - DEBUG - Project uuid in Contrail is b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 19:59:03,784 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-24 19:59:03,923 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-24 19:59:03,923 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=5d85ea17-f541-4448-abb7-ad2d60165931 2025-10-24 19:59:03,927 - INFO - Namespace default with uuid 5d85ea17-f541-4448-abb7-ad2d60165931 found in kube manager 2025-10-24 19:59:03,927 - INFO - Namespace default verification passed 2025-10-24 19:59:03,930 - DEBUG - Service ctest-nginx-svc-59888443 not present 2025-10-24 19:59:03,931 - INFO - Creating service ctest-nginx-svc-59888443 2025-10-24 19:59:03,953 - INFO - Created Service ctest-nginx-svc-59888443 2025-10-24 19:59:03,958 - DEBUG - Pod ctest-nginx-pod-46471024 not present 2025-10-24 19:59:03,958 - INFO - Creating Pod ctest-nginx-pod-46471024 2025-10-24 19:59:03,996 - DEBUG - Pod : ctest-nginx-pod-46471024 UUID is 1faccfa4-4a32-4077-ba15-455f4da93142 2025-10-24 19:59:04,015 - DEBUG - Pod ctest-nginx-pod-98370228 not present 2025-10-24 19:59:04,016 - INFO - Creating Pod ctest-nginx-pod-98370228 2025-10-24 19:59:04,041 - DEBUG - Pod : ctest-nginx-pod-98370228 UUID is 61240db3-961d-4f9d-a162-9666e8608e69 2025-10-24 19:59:04,196 - INFO - Created VN __public__, UUID :7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:04,468 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-24 19:59:04,472 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a36178f8-ce0d-4dca-a973-ebfb53856104 2025-10-24 19:59:04,548 - DEBUG - Requesting: http://10.0.0.249:8082/project/b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 19:59:04,620 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:04,633 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:04,649 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:04,663 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:04,669 - DEBUG - Route Targets: [] 2025-10-24 19:59:04,670 - DEBUG - RT names not yet present for VN __public__ 2025-10-24 19:59:09,671 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-24 19:59:09,676 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a36178f8-ce0d-4dca-a973-ebfb53856104 2025-10-24 19:59:09,684 - DEBUG - Requesting: http://10.0.0.249:8082/project/b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 19:59:09,721 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:09,729 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:09,738 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:09,745 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:09,750 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/52ad3288-bc10-44b3-99d4-c59f1a1eb2e5 2025-10-24 19:59:09,755 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-24 19:59:09,755 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:09,762 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:09,774 - INFO - Verified VN network id 13 for VN 7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:09,774 - INFO - Verifications in API Server for VN __public__ passed 2025-10-24 19:59:09,774 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:09,781 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:09,787 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 19:59:09,792 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/52ad3288-bc10-44b3-99d4-c59f1a1eb2e5 2025-10-24 19:59:09,797 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-24 19:59:09,803 - DEBUG - Control-node 10.0.0.249 : 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': '9100856844943182398', 'uuid-lslong': '10022276454408901289'}, 'enable': 'true', 'created': '2025-10-24T19:59:04', 'last-modified': '2025-10-24T19:59:04', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.431106'} 2025-10-24 19:59:09,803 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 19:59:09,812 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-24 19:59:09,812 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-24 19:59:09,812 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-24 19:59:09,812 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-24 19:59:09,817 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a36178f8-ce0d-4dca-a973-ebfb53856104 2025-10-24 19:59:09,823 - DEBUG - Requesting: http://10.0.0.249:8082/project/b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 19:59:09,859 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:09,869 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-24 19:59:09,869 - DEBUG - Verifying the vn in opserver 2025-10-24 19:59:09,869 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-10-24 19:59:09,869 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-10-24 19:59:09,874 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-24 19:59:09,874 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-24 19:59:09,874 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 19:59:09,881 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 19:59:09,887 - DEBUG - Do not have enough data to verify VN in agent 2025-10-24 19:59:09,887 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 19:59:09,893 - DEBUG - VRF ids for VN __public__: {} 2025-10-24 19:59:10,000 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-24 19:59:10,120 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-24 19:59:10,125 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a36178f8-ce0d-4dca-a973-ebfb53856104 2025-10-24 19:59:10,132 - DEBUG - Requesting: http://10.0.0.249:8082/project/b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 19:59:10,171 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:10,179 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/685aac09-449e-42e4-b1d4-4fe5c5a8ab49 2025-10-24 19:59:10,185 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-24 19:59:10,189 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a36178f8-ce0d-4dca-a973-ebfb53856104 2025-10-24 19:59:10,195 - DEBUG - Requesting: http://10.0.0.249:8082/project/b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 19:59:10,227 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/7e4cbd15-0285-4a3e-8b16-4755c1cdd2a9 2025-10-24 19:59:10,234 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-24 19:59:10,234 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-24 19:59:10,241 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-24 19:59:10,246 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-24 19:59:10,246 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-24 19:59:10,248 - DEBUG - Ingress ctest-nginx-ingress-87666364 not present 2025-10-24 19:59:10,248 - INFO - Creating Ingress ctest-nginx-ingress-87666364 2025-10-24 19:59:10,258 - INFO - Created Ingress ctest-nginx-ingress-87666364 2025-10-24 19:59:10,262 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-87666364 2025-10-24 19:59:13,267 - DEBUG - For Ingress ctest-nginx-ingress-87666364, Cluster IP: 10.47.255.249, External IPs ['16.245.3.188'] 2025-10-24 19:59:13,267 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-87666364 2025-10-24 19:59:13,267 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=f46c290d-eb28-44b0-af39-8232b2d8a83a 2025-10-24 19:59:13,271 - INFO - Ingress ctest-nginx-ingress-87666364 with uuid f46c290d-eb28-44b0-af39-8232b2d8a83a found in kube manager 2025-10-24 19:59:13,271 - INFO - Ingress ctest-nginx-ingress-87666364 verification passed 2025-10-24 19:59:13,274 - DEBUG - Pod ctest-busybox-pod-46708091 not present 2025-10-24 19:59:13,274 - INFO - Creating Pod ctest-busybox-pod-46708091 2025-10-24 19:59:13,319 - DEBUG - Pod : ctest-busybox-pod-46708091 UUID is 2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:13,324 - DEBUG - Pod ctest-nginx-pod-46471024 not in running state.Currently in Pending 2025-10-24 19:59:18,332 - INFO - Pod ctest-nginx-pod-46471024 is in running state.Got IP 10.47.255.251 2025-10-24 19:59:18,343 - DEBUG - Pod ctest-nginx-pod-46471024 has vmi e510eb30-b113-11f0-bb9f-fa163eb544d8 2025-10-24 19:59:18,343 - INFO - Verified pod ctest-nginx-pod-46471024 in contrail-api 2025-10-24 19:59:18,343 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-24 19:59:18,352 - DEBUG - VMI e510eb30-b113-11f0-bb9f-fa163eb544d8 is active in agent 10.0.0.41 2025-10-24 19:59:18,353 - INFO - Verified Pod ctest-nginx-pod-46471024 in agent 10.0.0.41 2025-10-24 19:59:18,353 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=1faccfa4-4a32-4077-ba15-455f4da93142 2025-10-24 19:59:18,357 - INFO - Pod ctest-nginx-pod-46471024 with uuid 1faccfa4-4a32-4077-ba15-455f4da93142 found in kube manager 2025-10-24 19:59:18,357 - INFO - Pod ctest-nginx-pod-46471024 verification passed 2025-10-24 19:59:18,450 - DEBUG - [Pod ctest-nginx-pod-46471024] Cmd: echo ctest-nginx-pod-46471024 > /usr/share/nginx/html/index.html, Output: 2025-10-24 19:59:18,456 - INFO - Pod ctest-nginx-pod-98370228 is in running state.Got IP 10.47.255.250 2025-10-24 19:59:18,508 - DEBUG - Pod ctest-nginx-pod-98370228 has vmi e582400a-b113-11f0-bb9f-fa163eb544d8 2025-10-24 19:59:18,508 - INFO - Verified pod ctest-nginx-pod-98370228 in contrail-api 2025-10-24 19:59:18,508 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-24 19:59:18,516 - DEBUG - VMI e582400a-b113-11f0-bb9f-fa163eb544d8 is active in agent 10.0.0.41 2025-10-24 19:59:18,516 - INFO - Verified Pod ctest-nginx-pod-98370228 in agent 10.0.0.41 2025-10-24 19:59:18,516 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=61240db3-961d-4f9d-a162-9666e8608e69 2025-10-24 19:59:18,520 - INFO - Pod ctest-nginx-pod-98370228 with uuid 61240db3-961d-4f9d-a162-9666e8608e69 found in kube manager 2025-10-24 19:59:18,520 - INFO - Pod ctest-nginx-pod-98370228 verification passed 2025-10-24 19:59:18,578 - DEBUG - [Pod ctest-nginx-pod-98370228] Cmd: echo ctest-nginx-pod-98370228 > /usr/share/nginx/html/index.html, Output: 2025-10-24 19:59:18,584 - DEBUG - Pod ctest-busybox-pod-46708091 not in running state.Currently in Pending 2025-10-24 19:59:23,595 - DEBUG - Pod ctest-busybox-pod-46708091 not in running state.Currently in Pending 2025-10-24 19:59:28,602 - INFO - Pod ctest-busybox-pod-46708091 is in running state.Got IP 10.47.255.248 2025-10-24 19:59:28,614 - DEBUG - Pod ctest-busybox-pod-46708091 has vmi e9e3222c-b113-11f0-bb9f-fa163eb544d8 2025-10-24 19:59:28,614 - INFO - Verified pod ctest-busybox-pod-46708091 in contrail-api 2025-10-24 19:59:28,614 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-24 19:59:28,623 - DEBUG - VMI e9e3222c-b113-11f0-bb9f-fa163eb544d8 is active in agent 10.0.0.41 2025-10-24 19:59:28,623 - INFO - Verified Pod ctest-busybox-pod-46708091 in agent 10.0.0.41 2025-10-24 19:59:28,623 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:28,627 - INFO - Pod ctest-busybox-pod-46708091 with uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 found in kube manager 2025-10-24 19:59:28,627 - INFO - Pod ctest-busybox-pod-46708091 verification passed 2025-10-24 19:59:28,685 - DEBUG - [Pod ctest-busybox-pod-46708091] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98370228 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-10-24 19:59:28,685 - DEBUG - [Pod Pod ctest-busybox-pod-46708091] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-24 19:59:28,685 - DEBUG - [Pod Pod ctest-busybox-pod-46708091] Cmd output: ctest-nginx-pod-98370228 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-10-24 19:59:28,736 - DEBUG - [Pod ctest-busybox-pod-46708091] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98370228 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-10-24 19:59:28,736 - DEBUG - [Pod Pod ctest-busybox-pod-46708091] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-24 19:59:28,736 - DEBUG - [Pod Pod ctest-busybox-pod-46708091] Cmd output: ctest-nginx-pod-98370228 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-10-24 19:59:28,775 - DEBUG - [Pod ctest-busybox-pod-46708091] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46471024 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-10-24 19:59:28,775 - DEBUG - [Pod Pod ctest-busybox-pod-46708091] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-24 19:59:28,775 - DEBUG - [Pod Pod ctest-busybox-pod-46708091] Cmd output: ctest-nginx-pod-46471024 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-10-24 19:59:28,775 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46471024': 1, 'ctest-nginx-pod-98370228': 2} 2025-10-24 19:59:28,775 - WARNING - Nothing to delete parallely 2025-10-24 19:59:28,775 - INFO - Deleting pod default:ctest-busybox-pod-46708091 2025-10-24 19:59:28,786 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:28,793 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 19:59:33,793 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:33,800 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 19:59:38,801 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:38,808 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 19:59:43,809 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:43,815 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 19:59:48,815 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:48,834 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 19:59:53,834 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:53,840 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 19:59:58,841 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 19:59:58,847 - WARNING - Pod uuid 2501b4fb-0ad3-4ead-94e2-5f5917640187 is still seen in agent 10.0.0.41 VM list 2025-10-24 20:00:03,848 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=2501b4fb-0ad3-4ead-94e2-5f5917640187 2025-10-24 20:00:03,855 - DEBUG - Pod 2501b4fb-0ad3-4ead-94e2-5f5917640187 is not in agent 10.0.0.41 VM list 2025-10-24 20:00:03,855 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9e3222c-b113-11f0-bb9f-fa163eb544d8 2025-10-24 20:00:03,861 - DEBUG - VMI e9e3222c-b113-11f0-bb9f-fa163eb544d8 is removed from agent 10.0.0.41 2025-10-24 20:00:03,861 - INFO - Verified that pod ctest-busybox-pod-46708091 is removed in agent 2025-10-24 20:00:03,861 - INFO - Deleting Ingress : ctest-nginx-ingress-87666364 2025-10-24 20:00:03,878 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=f46c290d-eb28-44b0-af39-8232b2d8a83a 2025-10-24 20:00:03,884 - ERROR - Ingress ctest-nginx-ingress-87666364 with uuid f46c290d-eb28-44b0-af39-8232b2d8a83a still found in kube manager 2025-10-24 20:00:04,885 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=f46c290d-eb28-44b0-af39-8232b2d8a83a 2025-10-24 20:00:04,889 - INFO - Ingress ctest-nginx-ingress-87666364 with uuid f46c290d-eb28-44b0-af39-8232b2d8a83a deleted successfully from kube manager 2025-10-24 20:00:04,889 - INFO - Verifications on Ingress %s cleanup passed 2025-10-24 20:00:04,890 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-24 20:00:05,007 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-24 20:00:05,016 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-24 20:00:05,016 - INFO - Deleting VN __public__ 2025-10-24 20:00:05,123 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/914d4d67-227b-493c-ba2f-e03134a96186 2025-10-24 20:00:05,128 - DEBUG - Response Code: 404 2025-10-24 20:00:05,129 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-24 20:00:05,134 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a36178f8-ce0d-4dca-a973-ebfb53856104 2025-10-24 20:00:05,145 - DEBUG - Requesting: http://10.0.0.249:8082/project/b17da5b4-879e-486d-bdbf-fce975cdf556 2025-10-24 20:00:05,243 - INFO - Validated that VN __public__ is not found in API Server 2025-10-24 20:00:05,243 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-24 20:00:05,251 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 20:00:05,271 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-10-24 20:00:05,272 - INFO - Validated that VN __public__ is not in any agent 2025-10-24 20:00:05,272 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 20:00:05,282 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-24 20:00:05,288 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-24 20:00:05,306 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-24 20:00:05,307 - INFO - Deleting pod default:ctest-nginx-pod-98370228 2025-10-24 20:00:05,324 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=61240db3-961d-4f9d-a162-9666e8608e69 2025-10-24 20:00:05,332 - WARNING - Pod uuid 61240db3-961d-4f9d-a162-9666e8608e69 is still seen in agent 10.0.0.41 VM list 2025-10-24 20:00:10,332 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=61240db3-961d-4f9d-a162-9666e8608e69 2025-10-24 20:00:10,339 - DEBUG - Pod 61240db3-961d-4f9d-a162-9666e8608e69 is not in agent 10.0.0.41 VM list 2025-10-24 20:00:10,339 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e582400a-b113-11f0-bb9f-fa163eb544d8 2025-10-24 20:00:10,346 - DEBUG - VMI e582400a-b113-11f0-bb9f-fa163eb544d8 is removed from agent 10.0.0.41 2025-10-24 20:00:10,346 - INFO - Verified that pod ctest-nginx-pod-98370228 is removed in agent 2025-10-24 20:00:10,346 - INFO - Deleting pod default:ctest-nginx-pod-46471024 2025-10-24 20:00:10,369 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1faccfa4-4a32-4077-ba15-455f4da93142 2025-10-24 20:00:10,377 - WARNING - Pod uuid 1faccfa4-4a32-4077-ba15-455f4da93142 is still seen in agent 10.0.0.41 VM list 2025-10-24 20:00:15,378 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1faccfa4-4a32-4077-ba15-455f4da93142 2025-10-24 20:00:15,384 - DEBUG - Pod 1faccfa4-4a32-4077-ba15-455f4da93142 is not in agent 10.0.0.41 VM list 2025-10-24 20:00:15,384 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e510eb30-b113-11f0-bb9f-fa163eb544d8 2025-10-24 20:00:15,389 - DEBUG - VMI e510eb30-b113-11f0-bb9f-fa163eb544d8 is removed from agent 10.0.0.41 2025-10-24 20:00:15,389 - INFO - Verified that pod ctest-nginx-pod-46471024 is removed in agent 2025-10-24 20:00:15,389 - INFO - Deleting service : ctest-nginx-svc-59888443 2025-10-24 20:00:15,593 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-24 20:00:15,599 - DEBUG - No XMPP flaps were noticed during the test