2026-08-14 11:39:28,464 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-08-14 11:39:28,700 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2062-1 2026-08-14 11:39:28,701 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-08-14 11:39:28,734 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2062-1 2026-08-14 11:39:28,735 - DEBUG - [10.0.0.50]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-08-14 11:39:28,808 - DEBUG - Output : NAMES contrail_test_4bowoSv6t contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 2026-08-14 11:39:28,809 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-08-14 11:39:28,886 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 252.50.0.1/8 10.78.197.1/24 172.17.0.1/16 2026-08-14 11:39:28,886 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-08-14 11:39:28,920 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2062-1 2026-08-14 11:39:28,988 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-08-14 11:39:29,232 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2062-1 2026-08-14 11:39:29,232 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-08-14 11:39:29,266 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2062-1 2026-08-14 11:39:29,266 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-08-14 11:39:29,320 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-08-14 11:39:29,320 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-08-14 11:39:29,389 - DEBUG - Output : 10.0.0.33/24 2026-08-14 11:39:29,389 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-08-14 11:39:29,423 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2062-1 2026-08-14 11:39:29,492 - INFO - Using existing project ['default-domain', 'k8s-default'](10b97085-2381-4708-a004-97361292f150) 2026-08-14 11:39:29,575 - INFO - Using existing project ['default-domain', 'k8s-default'](10b97085-2381-4708-a004-97361292f150) 2026-08-14 11:39:29,704 - INFO - ================================================================================ 2026-08-14 11:39:29,704 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-08-14 11:39:29,705 - 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 2026-08-14 11:39:29,955 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-14 11:39:29,964 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.50': '0'}} with 2026-08-14 11:39:29,964 - INFO - Initial checks done. Running the testcase now 2026-08-14 11:39:29,964 - INFO - 2026-08-14 11:39:29,968 - INFO - Namespace default already exists 2026-08-14 11:39:29,968 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-08-14 11:39:30,088 - DEBUG - Output : cluster_project={} 2026-08-14 11:39:30,130 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-08-14 11:39:30,130 - DEBUG - Project uuid in Contrail is 10b97085-2381-4708-a004-97361292f150 2026-08-14 11:39:30,131 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-08-14 11:39:30,261 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-08-14 11:39:30,262 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=76d9b851-1977-4f76-916a-5bd60dad9945 2026-08-14 11:39:30,266 - INFO - Namespace default with uuid 76d9b851-1977-4f76-916a-5bd60dad9945 found in kube manager 2026-08-14 11:39:30,267 - INFO - Namespace default verification passed 2026-08-14 11:39:30,269 - DEBUG - Service ctest-nginx-svc-89636681 not present 2026-08-14 11:39:30,270 - INFO - Creating service ctest-nginx-svc-89636681 2026-08-14 11:39:30,289 - INFO - Created Service ctest-nginx-svc-89636681 2026-08-14 11:39:30,296 - DEBUG - Pod ctest-nginx-pod-22385717 not present 2026-08-14 11:39:30,297 - INFO - Creating Pod ctest-nginx-pod-22385717 2026-08-14 11:39:30,385 - DEBUG - Pod : ctest-nginx-pod-22385717 UUID is a4241055-8829-4bce-b964-a7c408543787 2026-08-14 11:39:30,387 - DEBUG - Pod ctest-nginx-pod-41173426 not present 2026-08-14 11:39:30,388 - INFO - Creating Pod ctest-nginx-pod-41173426 2026-08-14 11:39:30,422 - DEBUG - Pod : ctest-nginx-pod-41173426 UUID is 98290587-7ea2-4b83-9174-80b34639e07c 2026-08-14 11:39:30,619 - INFO - Created VN __public__, UUID :db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:30,942 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-08-14 11:39:30,947 - DEBUG - Requesting: http://10.0.0.50:8082/domain/dd8e1125-3190-4a7c-882e-e3e4bf36d55f 2026-08-14 11:39:30,964 - DEBUG - Requesting: http://10.0.0.50:8082/project/10b97085-2381-4708-a004-97361292f150 2026-08-14 11:39:31,059 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:31,104 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:31,116 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:31,124 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:31,135 - DEBUG - Route Targets: [] 2026-08-14 11:39:31,136 - DEBUG - RT names not yet present for VN __public__ 2026-08-14 11:39:36,136 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-08-14 11:39:36,142 - DEBUG - Requesting: http://10.0.0.50:8082/domain/dd8e1125-3190-4a7c-882e-e3e4bf36d55f 2026-08-14 11:39:36,150 - DEBUG - Requesting: http://10.0.0.50:8082/project/10b97085-2381-4708-a004-97361292f150 2026-08-14 11:39:36,206 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,217 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,225 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:36,235 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:36,240 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/8acb66b1-ab2f-4aaf-bfc9-b04116f4d5bf 2026-08-14 11:39:36,249 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-08-14 11:39:36,249 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,256 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:36,267 - INFO - Verified VN network id 13 for VN db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,267 - INFO - Verifications in API Server for VN __public__ passed 2026-08-14 11:39:36,267 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,276 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:36,281 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:39:36,287 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/8acb66b1-ab2f-4aaf-bfc9-b04116f4d5bf 2026-08-14 11:39:36,293 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-08-14 11:39:36,299 - DEBUG - Control-node 10.0.0.50 : 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': '15815279414239645120', 'uuid-lslong': '11160373910946983452'}, 'enable': 'true', 'created': '2026-08-14T11:39:30', 'last-modified': '2026-08-14T11:39:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.510476'} 2026-08-14 11:39:36,300 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:39:36,314 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-08-14 11:39:36,315 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-08-14 11:39:36,315 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-08-14 11:39:36,315 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-08-14 11:39:36,320 - DEBUG - Requesting: http://10.0.0.50:8082/domain/dd8e1125-3190-4a7c-882e-e3e4bf36d55f 2026-08-14 11:39:36,327 - DEBUG - Requesting: http://10.0.0.50:8082/project/10b97085-2381-4708-a004-97361292f150 2026-08-14 11:39:36,372 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,381 - DEBUG - =>VN __public__ has no policy to be verified 2026-08-14 11:39:36,381 - DEBUG - Verifying the vn in opserver 2026-08-14 11:39:36,381 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-08-14 11:39:36,381 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-08-14 11:39:36,386 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-08-14 11:39:36,386 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-08-14 11:39:36,386 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:39:36,393 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:39:36,398 - DEBUG - Do not have enough data to verify VN in agent 2026-08-14 11:39:36,399 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:39:36,404 - DEBUG - VRF ids for VN __public__: {} 2026-08-14 11:39:36,458 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-08-14 11:39:36,634 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-08-14 11:39:36,640 - DEBUG - Requesting: http://10.0.0.50:8082/domain/dd8e1125-3190-4a7c-882e-e3e4bf36d55f 2026-08-14 11:39:36,647 - DEBUG - Requesting: http://10.0.0.50:8082/project/10b97085-2381-4708-a004-97361292f150 2026-08-14 11:39:36,695 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,704 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/4ab1cd52-c187-4ab3-861c-bad44a6def06 2026-08-14 11:39:36,709 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-08-14 11:39:36,715 - DEBUG - Requesting: http://10.0.0.50:8082/domain/dd8e1125-3190-4a7c-882e-e3e4bf36d55f 2026-08-14 11:39:36,722 - DEBUG - Requesting: http://10.0.0.50:8082/project/10b97085-2381-4708-a004-97361292f150 2026-08-14 11:39:36,771 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/db7b28d5-954d-4dc0-9ae1-9cf11a882e1c 2026-08-14 11:39:36,783 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-08-14 11:39:36,783 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-08-14 11:39:36,791 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-08-14 11:39:36,798 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-08-14 11:39:36,798 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-08-14 11:39:36,806 - DEBUG - Ingress ctest-nginx-ingress-50464386 not present 2026-08-14 11:39:36,806 - INFO - Creating Ingress ctest-nginx-ingress-50464386 2026-08-14 11:39:36,814 - INFO - Created Ingress ctest-nginx-ingress-50464386 2026-08-14 11:39:36,818 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-50464386 2026-08-14 11:39:39,823 - DEBUG - For Ingress ctest-nginx-ingress-50464386, Cluster IP: 10.47.255.249, External IPs ['13.187.250.124'] 2026-08-14 11:39:39,824 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-50464386 2026-08-14 11:39:39,825 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=b535426a-762a-4338-b99e-919cabbd5ebf 2026-08-14 11:39:39,831 - INFO - Ingress ctest-nginx-ingress-50464386 with uuid b535426a-762a-4338-b99e-919cabbd5ebf found in kube manager 2026-08-14 11:39:39,832 - INFO - Ingress ctest-nginx-ingress-50464386 verification passed 2026-08-14 11:39:39,836 - DEBUG - Pod ctest-busybox-pod-03520961 not present 2026-08-14 11:39:39,836 - INFO - Creating Pod ctest-busybox-pod-03520961 2026-08-14 11:39:39,869 - DEBUG - Node for Pod ctest-busybox-pod-03520961 not yet populated 2026-08-14 11:39:42,877 - DEBUG - Pod : ctest-busybox-pod-03520961 UUID is 95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:39:42,882 - DEBUG - Pod ctest-nginx-pod-22385717 not in running state.Currently in Pending 2026-08-14 11:39:47,891 - INFO - Pod ctest-nginx-pod-22385717 is in running state.Got IP 10.47.255.251 2026-08-14 11:39:47,906 - DEBUG - Pod ctest-nginx-pod-22385717 has vmi d0f6737e-97d4-11f1-991f-fa163e18297b 2026-08-14 11:39:47,906 - INFO - Verified pod ctest-nginx-pod-22385717 in contrail-api 2026-08-14 11:39:47,906 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-14 11:39:47,919 - DEBUG - VMI d0f6737e-97d4-11f1-991f-fa163e18297b is active in agent 10.0.0.33 2026-08-14 11:39:47,919 - INFO - Verified Pod ctest-nginx-pod-22385717 in agent 10.0.0.33 2026-08-14 11:39:47,919 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=a4241055-8829-4bce-b964-a7c408543787 2026-08-14 11:39:47,923 - INFO - Pod ctest-nginx-pod-22385717 with uuid a4241055-8829-4bce-b964-a7c408543787 found in kube manager 2026-08-14 11:39:47,923 - INFO - Pod ctest-nginx-pod-22385717 verification passed 2026-08-14 11:39:48,005 - DEBUG - [Pod ctest-nginx-pod-22385717] Cmd: echo ctest-nginx-pod-22385717 > /usr/share/nginx/html/index.html, Output: 2026-08-14 11:39:48,013 - INFO - Pod ctest-nginx-pod-41173426 is in running state.Got IP 10.47.255.250 2026-08-14 11:39:48,025 - DEBUG - Pod ctest-nginx-pod-41173426 has vmi d17277e4-97d4-11f1-991f-fa163e18297b 2026-08-14 11:39:48,025 - INFO - Verified pod ctest-nginx-pod-41173426 in contrail-api 2026-08-14 11:39:48,026 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-14 11:39:48,037 - DEBUG - VMI d17277e4-97d4-11f1-991f-fa163e18297b is active in agent 10.0.0.33 2026-08-14 11:39:48,037 - INFO - Verified Pod ctest-nginx-pod-41173426 in agent 10.0.0.33 2026-08-14 11:39:48,037 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=98290587-7ea2-4b83-9174-80b34639e07c 2026-08-14 11:39:48,045 - INFO - Pod ctest-nginx-pod-41173426 with uuid 98290587-7ea2-4b83-9174-80b34639e07c found in kube manager 2026-08-14 11:39:48,045 - INFO - Pod ctest-nginx-pod-41173426 verification passed 2026-08-14 11:39:48,107 - DEBUG - [Pod ctest-nginx-pod-41173426] Cmd: echo ctest-nginx-pod-41173426 > /usr/share/nginx/html/index.html, Output: 2026-08-14 11:39:48,115 - DEBUG - Pod ctest-busybox-pod-03520961 not in running state.Currently in Pending 2026-08-14 11:39:53,135 - INFO - Pod ctest-busybox-pod-03520961 is in running state.Got IP 10.47.255.248 2026-08-14 11:39:53,190 - DEBUG - Pod ctest-busybox-pod-03520961 has vmi d5d2dfcc-97d4-11f1-991f-fa163e18297b 2026-08-14 11:39:53,190 - INFO - Verified pod ctest-busybox-pod-03520961 in contrail-api 2026-08-14 11:39:53,190 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-14 11:39:53,201 - DEBUG - VMI d5d2dfcc-97d4-11f1-991f-fa163e18297b is active in agent 10.0.0.33 2026-08-14 11:39:53,201 - INFO - Verified Pod ctest-busybox-pod-03520961 in agent 10.0.0.33 2026-08-14 11:39:53,201 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:39:53,205 - INFO - Pod ctest-busybox-pod-03520961 with uuid 95a93d98-2425-4c4a-b974-b761c168fbdd found in kube manager 2026-08-14 11:39:53,205 - INFO - Pod ctest-busybox-pod-03520961 verification passed 2026-08-14 11:39:53,274 - DEBUG - [Pod ctest-busybox-pod-03520961] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,274 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-14 11:39:53,274 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,340 - DEBUG - [Pod ctest-busybox-pod-03520961] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,340 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-14 11:39:53,340 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,406 - DEBUG - [Pod ctest-busybox-pod-03520961] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,406 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-14 11:39:53,406 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,463 - DEBUG - [Pod ctest-busybox-pod-03520961] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,463 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-14 11:39:53,463 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd output: ctest-nginx-pod-41173426 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,534 - DEBUG - [Pod ctest-busybox-pod-03520961] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22385717 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,535 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-14 11:39:53,535 - DEBUG - [Pod Pod ctest-busybox-pod-03520961] Cmd output: ctest-nginx-pod-22385717 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-08-14 11:39:53,535 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-22385717': 1, 'ctest-nginx-pod-41173426': 4} 2026-08-14 11:39:53,535 - WARNING - Nothing to delete parallely 2026-08-14 11:39:53,535 - INFO - Deleting pod default:ctest-busybox-pod-03520961 2026-08-14 11:39:53,549 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:39:53,562 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:39:58,564 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:39:58,572 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:03,574 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:40:03,582 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:08,582 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:40:08,590 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:13,591 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:40:13,600 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:18,601 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:40:18,612 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:23,613 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:40:23,620 - WARNING - Pod uuid 95a93d98-2425-4c4a-b974-b761c168fbdd is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:28,620 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=95a93d98-2425-4c4a-b974-b761c168fbdd 2026-08-14 11:40:28,629 - DEBUG - Pod 95a93d98-2425-4c4a-b974-b761c168fbdd is not in agent 10.0.0.33 VM list 2026-08-14 11:40:28,629 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d5d2dfcc-97d4-11f1-991f-fa163e18297b 2026-08-14 11:40:28,636 - DEBUG - VMI d5d2dfcc-97d4-11f1-991f-fa163e18297b is removed from agent 10.0.0.33 2026-08-14 11:40:28,636 - INFO - Verified that pod ctest-busybox-pod-03520961 is removed in agent 2026-08-14 11:40:28,636 - INFO - Deleting Ingress : ctest-nginx-ingress-50464386 2026-08-14 11:40:28,648 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=b535426a-762a-4338-b99e-919cabbd5ebf 2026-08-14 11:40:28,656 - ERROR - Ingress ctest-nginx-ingress-50464386 with uuid b535426a-762a-4338-b99e-919cabbd5ebf still found in kube manager 2026-08-14 11:40:29,657 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=b535426a-762a-4338-b99e-919cabbd5ebf 2026-08-14 11:40:29,661 - INFO - Ingress ctest-nginx-ingress-50464386 with uuid b535426a-762a-4338-b99e-919cabbd5ebf deleted successfully from kube manager 2026-08-14 11:40:29,661 - INFO - Verifications on Ingress %s cleanup passed 2026-08-14 11:40:29,661 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-08-14 11:40:29,864 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-08-14 11:40:29,876 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-08-14 11:40:29,876 - INFO - Deleting VN __public__ 2026-08-14 11:40:30,243 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/005951e8-b1d4-41d5-afa7-827c62b5e6c3 2026-08-14 11:40:30,268 - DEBUG - Response Code: 404 2026-08-14 11:40:30,269 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-08-14 11:40:30,287 - DEBUG - Requesting: http://10.0.0.50:8082/domain/dd8e1125-3190-4a7c-882e-e3e4bf36d55f 2026-08-14 11:40:30,300 - DEBUG - Requesting: http://10.0.0.50:8082/project/10b97085-2381-4708-a004-97361292f150 2026-08-14 11:40:30,356 - INFO - Validated that VN __public__ is not found in API Server 2026-08-14 11:40:30,356 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-08-14 11:40:30,362 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:40:30,368 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2026-08-14 11:40:30,368 - INFO - Validated that VN __public__ is not in any agent 2026-08-14 11:40:30,368 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:40:30,377 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-14 11:40:30,383 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-08-14 11:40:30,389 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-08-14 11:40:30,389 - INFO - Deleting pod default:ctest-nginx-pod-41173426 2026-08-14 11:40:30,408 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=98290587-7ea2-4b83-9174-80b34639e07c 2026-08-14 11:40:30,418 - WARNING - Pod uuid 98290587-7ea2-4b83-9174-80b34639e07c is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:35,419 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=98290587-7ea2-4b83-9174-80b34639e07c 2026-08-14 11:40:35,426 - DEBUG - Pod 98290587-7ea2-4b83-9174-80b34639e07c is not in agent 10.0.0.33 VM list 2026-08-14 11:40:35,426 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d17277e4-97d4-11f1-991f-fa163e18297b 2026-08-14 11:40:35,434 - DEBUG - VMI d17277e4-97d4-11f1-991f-fa163e18297b is removed from agent 10.0.0.33 2026-08-14 11:40:35,434 - INFO - Verified that pod ctest-nginx-pod-41173426 is removed in agent 2026-08-14 11:40:35,435 - INFO - Deleting pod default:ctest-nginx-pod-22385717 2026-08-14 11:40:35,486 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a4241055-8829-4bce-b964-a7c408543787 2026-08-14 11:40:35,499 - WARNING - Pod uuid a4241055-8829-4bce-b964-a7c408543787 is still seen in agent 10.0.0.33 VM list 2026-08-14 11:40:40,500 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a4241055-8829-4bce-b964-a7c408543787 2026-08-14 11:40:40,510 - DEBUG - Pod a4241055-8829-4bce-b964-a7c408543787 is not in agent 10.0.0.33 VM list 2026-08-14 11:40:40,510 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d0f6737e-97d4-11f1-991f-fa163e18297b 2026-08-14 11:40:40,516 - DEBUG - VMI d0f6737e-97d4-11f1-991f-fa163e18297b is removed from agent 10.0.0.33 2026-08-14 11:40:40,516 - INFO - Verified that pod ctest-nginx-pod-22385717 is removed in agent 2026-08-14 11:40:40,517 - INFO - Deleting service : ctest-nginx-svc-89636681 2026-08-14 11:40:40,736 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-14 11:40:40,743 - DEBUG - No XMPP flaps were noticed during the test