2025-10-28 18:08:58,444 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-10-28 18:08:58,845 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1641-1 2025-10-28 18:08:58,845 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-10-28 18:08:58,934 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1641-1 2025-10-28 18:08:58,934 - 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}' 2025-10-28 18:08:59,087 - DEBUG - Output : NAMES contrail_test_NcoIl2N0z contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-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-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-10-28 18:08:59,088 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-28 18:08:59,144 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 252.50.0.1/8 10.215.98.1/24 172.17.0.1/16 2025-10-28 18:08:59,144 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-10-28 18:08:59,221 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1641-1 2025-10-28 18:08:59,278 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-10-28 18:08:59,519 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1641-1 2025-10-28 18:08:59,519 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-10-28 18:08:59,553 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1641-1 2025-10-28 18:08:59,554 - DEBUG - [10.0.0.65]: 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-28 18:08:59,598 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-28 18:08:59,598 - DEBUG - [10.0.0.65]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-28 18:08:59,673 - DEBUG - Output : 10.0.0.65/24 2025-10-28 18:08:59,673 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-10-28 18:08:59,707 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1641-1 2025-10-28 18:08:59,822 - INFO - Using existing project ['default-domain', 'k8s-default'](af521c23-c82b-4221-80c5-681d171046df) 2025-10-28 18:08:59,882 - INFO - Using existing project ['default-domain', 'k8s-default'](af521c23-c82b-4221-80c5-681d171046df) 2025-10-28 18:08:59,997 - INFO - ================================================================================ 2025-10-28 18:08:59,997 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-28 18:08:59,997 - 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-28 18:09:00,235 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-28 18:09:00,242 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.0.0.50': '0'}} with 2025-10-28 18:09:00,242 - INFO - Initial checks done. Running the testcase now 2025-10-28 18:09:00,242 - INFO - 2025-10-28 18:09:00,246 - INFO - Namespace default already exists 2025-10-28 18:09:00,246 - 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' 2025-10-28 18:09:00,352 - DEBUG - Output : cluster_project={} 2025-10-28 18:09:00,388 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-28 18:09:00,389 - DEBUG - Project uuid in Contrail is af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:09:00,389 - 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' 2025-10-28 18:09:00,523 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-28 18:09:00,524 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=08f4622d-3aee-484a-b196-a6c241ea54d5 2025-10-28 18:09:00,529 - INFO - Namespace default with uuid 08f4622d-3aee-484a-b196-a6c241ea54d5 found in kube manager 2025-10-28 18:09:00,529 - INFO - Namespace default verification passed 2025-10-28 18:09:00,533 - DEBUG - Service ctest-nginx-svc-93581270 not present 2025-10-28 18:09:00,533 - INFO - Creating service ctest-nginx-svc-93581270 2025-10-28 18:09:00,558 - INFO - Created Service ctest-nginx-svc-93581270 2025-10-28 18:09:00,569 - DEBUG - Pod ctest-nginx-pod-29890754 not present 2025-10-28 18:09:00,570 - INFO - Creating Pod ctest-nginx-pod-29890754 2025-10-28 18:09:00,639 - DEBUG - Pod : ctest-nginx-pod-29890754 UUID is 9b856a4d-45de-43ca-b3cf-cf66a933c4f8 2025-10-28 18:09:00,643 - DEBUG - Pod ctest-nginx-pod-39036705 not present 2025-10-28 18:09:00,644 - INFO - Creating Pod ctest-nginx-pod-39036705 2025-10-28 18:09:00,683 - DEBUG - Pod : ctest-nginx-pod-39036705 UUID is 52fc64e9-3733-45f1-8ff8-bd70c080ebd2 2025-10-28 18:09:00,848 - INFO - Created VN __public__, UUID :c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:01,061 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-10-28 18:09:01,067 - DEBUG - Requesting: http://10.0.0.50:8082/domain/19f74df7-48fd-48d8-8447-fd9a2671cb8c 2025-10-28 18:09:01,082 - DEBUG - Requesting: http://10.0.0.50:8082/project/af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:09:01,162 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:01,220 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:01,234 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:01,241 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:01,255 - DEBUG - Route Targets: [] 2025-10-28 18:09:01,256 - DEBUG - RT names not yet present for VN __public__ 2025-10-28 18:09:06,256 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-10-28 18:09:06,263 - DEBUG - Requesting: http://10.0.0.50:8082/domain/19f74df7-48fd-48d8-8447-fd9a2671cb8c 2025-10-28 18:09:06,273 - DEBUG - Requesting: http://10.0.0.50:8082/project/af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:09:06,367 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,377 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,387 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:06,396 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:06,402 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/49a4eac1-47ca-4e0b-9e70-b7ece988c1c9 2025-10-28 18:09:06,408 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-28 18:09:06,408 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,420 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:06,437 - INFO - Verified VN network id 13 for VN c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,437 - INFO - Verifications in API Server for VN __public__ passed 2025-10-28 18:09:06,437 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,447 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:06,455 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:09:06,462 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/49a4eac1-47ca-4e0b-9e70-b7ece988c1c9 2025-10-28 18:09:06,469 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-28 18:09:06,477 - 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': '14113086337164201941', 'uuid-lslong': '13316094400966944867'}, 'enable': 'true', 'created': '2025-10-28T18:09:00', 'last-modified': '2025-10-28T18:09:00', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.465171'} 2025-10-28 18:09:06,477 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:09:06,497 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-28 18:09:06,497 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-28 18:09:06,497 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-28 18:09:06,498 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-10-28 18:09:06,503 - DEBUG - Requesting: http://10.0.0.50:8082/domain/19f74df7-48fd-48d8-8447-fd9a2671cb8c 2025-10-28 18:09:06,511 - DEBUG - Requesting: http://10.0.0.50:8082/project/af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:09:06,553 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,566 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-28 18:09:06,567 - DEBUG - Verifying the vn in opserver 2025-10-28 18:09:06,567 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-10-28 18:09:06,567 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-10-28 18:09:06,572 - 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'} 2025-10-28 18:09:06,572 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-28 18:09:06,572 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:09:06,580 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:09:06,585 - DEBUG - Do not have enough data to verify VN in agent 2025-10-28 18:09:06,585 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:09:06,591 - DEBUG - VRF ids for VN __public__: {} 2025-10-28 18:09:06,689 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-28 18:09:06,788 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-10-28 18:09:06,796 - DEBUG - Requesting: http://10.0.0.50:8082/domain/19f74df7-48fd-48d8-8447-fd9a2671cb8c 2025-10-28 18:09:06,804 - DEBUG - Requesting: http://10.0.0.50:8082/project/af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:09:06,850 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,858 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/415fde05-e89b-4049-94f7-0c99117e8942 2025-10-28 18:09:06,872 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-10-28 18:09:06,877 - DEBUG - Requesting: http://10.0.0.50:8082/domain/19f74df7-48fd-48d8-8447-fd9a2671cb8c 2025-10-28 18:09:06,885 - DEBUG - Requesting: http://10.0.0.50:8082/project/af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:09:06,923 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/c3dbc13f-d317-4fd5-b8cc-454e5533e863 2025-10-28 18:09:06,938 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-28 18:09:06,938 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-28 18:09:06,945 - 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__ 2025-10-28 18:09:06,950 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-28 18:09:06,950 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-28 18:09:06,954 - DEBUG - Ingress ctest-nginx-ingress-97619898 not present 2025-10-28 18:09:06,954 - INFO - Creating Ingress ctest-nginx-ingress-97619898 2025-10-28 18:09:06,965 - INFO - Created Ingress ctest-nginx-ingress-97619898 2025-10-28 18:09:06,971 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-97619898 2025-10-28 18:09:09,984 - DEBUG - For Ingress ctest-nginx-ingress-97619898, Cluster IP: 10.47.255.249, External IPs ['106.84.70.252'] 2025-10-28 18:09:09,984 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-97619898 2025-10-28 18:09:09,984 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=648a295d-3838-46fe-a26e-e9687b8d60d9 2025-10-28 18:09:09,995 - INFO - Ingress ctest-nginx-ingress-97619898 with uuid 648a295d-3838-46fe-a26e-e9687b8d60d9 found in kube manager 2025-10-28 18:09:09,995 - INFO - Ingress ctest-nginx-ingress-97619898 verification passed 2025-10-28 18:09:10,000 - DEBUG - Pod ctest-busybox-pod-92433144 not present 2025-10-28 18:09:10,000 - INFO - Creating Pod ctest-busybox-pod-92433144 2025-10-28 18:09:10,049 - DEBUG - Pod : ctest-busybox-pod-92433144 UUID is 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:10,057 - DEBUG - Pod ctest-nginx-pod-29890754 not in running state.Currently in Pending 2025-10-28 18:09:15,064 - DEBUG - Pod ctest-nginx-pod-29890754 not in running state.Currently in Pending 2025-10-28 18:09:20,071 - INFO - Pod ctest-nginx-pod-29890754 is in running state.Got IP 10.47.255.251 2025-10-28 18:09:20,125 - DEBUG - Pod ctest-nginx-pod-29890754 has vmi 2ed52584-b429-11f0-9156-fa163ecbb119 2025-10-28 18:09:20,125 - INFO - Verified pod ctest-nginx-pod-29890754 in contrail-api 2025-10-28 18:09:20,126 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-28 18:09:20,136 - DEBUG - VMI 2ed52584-b429-11f0-9156-fa163ecbb119 is active in agent 10.0.0.65 2025-10-28 18:09:20,136 - INFO - Verified Pod ctest-nginx-pod-29890754 in agent 10.0.0.65 2025-10-28 18:09:20,136 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=9b856a4d-45de-43ca-b3cf-cf66a933c4f8 2025-10-28 18:09:20,140 - INFO - Pod ctest-nginx-pod-29890754 with uuid 9b856a4d-45de-43ca-b3cf-cf66a933c4f8 found in kube manager 2025-10-28 18:09:20,140 - INFO - Pod ctest-nginx-pod-29890754 verification passed 2025-10-28 18:09:20,210 - DEBUG - [Pod ctest-nginx-pod-29890754] Cmd: echo ctest-nginx-pod-29890754 > /usr/share/nginx/html/index.html, Output: 2025-10-28 18:09:20,216 - INFO - Pod ctest-nginx-pod-39036705 is in running state.Got IP 10.47.255.250 2025-10-28 18:09:20,228 - DEBUG - Pod ctest-nginx-pod-39036705 has vmi 2f406bbe-b429-11f0-9156-fa163ecbb119 2025-10-28 18:09:20,228 - INFO - Verified pod ctest-nginx-pod-39036705 in contrail-api 2025-10-28 18:09:20,228 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-28 18:09:20,237 - DEBUG - VMI 2f406bbe-b429-11f0-9156-fa163ecbb119 is active in agent 10.0.0.65 2025-10-28 18:09:20,238 - INFO - Verified Pod ctest-nginx-pod-39036705 in agent 10.0.0.65 2025-10-28 18:09:20,238 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=52fc64e9-3733-45f1-8ff8-bd70c080ebd2 2025-10-28 18:09:20,241 - INFO - Pod ctest-nginx-pod-39036705 with uuid 52fc64e9-3733-45f1-8ff8-bd70c080ebd2 found in kube manager 2025-10-28 18:09:20,241 - INFO - Pod ctest-nginx-pod-39036705 verification passed 2025-10-28 18:09:20,293 - DEBUG - [Pod ctest-nginx-pod-39036705] Cmd: echo ctest-nginx-pod-39036705 > /usr/share/nginx/html/index.html, Output: 2025-10-28 18:09:20,300 - DEBUG - Pod ctest-busybox-pod-92433144 not in running state.Currently in Pending 2025-10-28 18:09:25,307 - INFO - Pod ctest-busybox-pod-92433144 is in running state.Got IP 10.47.255.248 2025-10-28 18:09:25,319 - DEBUG - Pod ctest-busybox-pod-92433144 has vmi 33aa8518-b429-11f0-9156-fa163ecbb119 2025-10-28 18:09:25,319 - INFO - Verified pod ctest-busybox-pod-92433144 in contrail-api 2025-10-28 18:09:25,319 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-28 18:09:25,328 - DEBUG - VMI 33aa8518-b429-11f0-9156-fa163ecbb119 is active in agent 10.0.0.65 2025-10-28 18:09:25,328 - INFO - Verified Pod ctest-busybox-pod-92433144 in agent 10.0.0.65 2025-10-28 18:09:25,328 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:25,332 - INFO - Pod ctest-busybox-pod-92433144 with uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 found in kube manager 2025-10-28 18:09:25,332 - INFO - Pod ctest-busybox-pod-92433144 verification passed 2025-10-28 18:09:25,390 - DEBUG - [Pod ctest-busybox-pod-92433144] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39036705 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-28 18:09:25,390 - DEBUG - [Pod Pod ctest-busybox-pod-92433144] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-28 18:09:25,391 - DEBUG - [Pod Pod ctest-busybox-pod-92433144] Cmd output: ctest-nginx-pod-39036705 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-28 18:09:25,448 - DEBUG - [Pod ctest-busybox-pod-92433144] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39036705 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-28 18:09:25,448 - DEBUG - [Pod Pod ctest-busybox-pod-92433144] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-28 18:09:25,449 - DEBUG - [Pod Pod ctest-busybox-pod-92433144] Cmd output: ctest-nginx-pod-39036705 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-28 18:09:25,487 - DEBUG - [Pod ctest-busybox-pod-92433144] 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-29890754 2025-10-28 18:09:25,487 - DEBUG - [Pod Pod ctest-busybox-pod-92433144] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-28 18:09:25,487 - DEBUG - [Pod Pod ctest-busybox-pod-92433144] 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-29890754 2025-10-28 18:09:25,487 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-29890754': 1, 'ctest-nginx-pod-39036705': 2} 2025-10-28 18:09:25,487 - WARNING - Nothing to delete parallely 2025-10-28 18:09:25,487 - INFO - Deleting pod default:ctest-busybox-pod-92433144 2025-10-28 18:09:25,502 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:25,508 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:09:30,508 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:30,515 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:09:35,516 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:35,522 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:09:40,523 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:40,530 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:09:45,531 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:45,603 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:09:50,604 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:50,614 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:09:55,615 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:09:55,623 - WARNING - Pod uuid 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:10:00,624 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=391f2fc0-16f4-43f7-b8e3-3e8d79fea609 2025-10-28 18:10:00,631 - DEBUG - Pod 391f2fc0-16f4-43f7-b8e3-3e8d79fea609 is not in agent 10.0.0.65 VM list 2025-10-28 18:10:00,631 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33aa8518-b429-11f0-9156-fa163ecbb119 2025-10-28 18:10:00,637 - DEBUG - VMI 33aa8518-b429-11f0-9156-fa163ecbb119 is removed from agent 10.0.0.65 2025-10-28 18:10:00,637 - INFO - Verified that pod ctest-busybox-pod-92433144 is removed in agent 2025-10-28 18:10:00,638 - INFO - Deleting Ingress : ctest-nginx-ingress-97619898 2025-10-28 18:10:00,649 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=648a295d-3838-46fe-a26e-e9687b8d60d9 2025-10-28 18:10:00,673 - ERROR - Ingress ctest-nginx-ingress-97619898 with uuid 648a295d-3838-46fe-a26e-e9687b8d60d9 still found in kube manager 2025-10-28 18:10:01,674 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=648a295d-3838-46fe-a26e-e9687b8d60d9 2025-10-28 18:10:01,685 - ERROR - Ingress ctest-nginx-ingress-97619898 with uuid 648a295d-3838-46fe-a26e-e9687b8d60d9 still found in kube manager 2025-10-28 18:10:02,685 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=648a295d-3838-46fe-a26e-e9687b8d60d9 2025-10-28 18:10:02,690 - INFO - Ingress ctest-nginx-ingress-97619898 with uuid 648a295d-3838-46fe-a26e-e9687b8d60d9 deleted successfully from kube manager 2025-10-28 18:10:02,690 - INFO - Verifications on Ingress %s cleanup passed 2025-10-28 18:10:02,690 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-28 18:10:02,784 - 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__ 2025-10-28 18:10:02,792 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-28 18:10:02,792 - INFO - Deleting VN __public__ 2025-10-28 18:10:02,910 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc97b863-79a1-4bc6-ac47-2e149bf5d5f9 2025-10-28 18:10:02,942 - DEBUG - Response Code: 404 2025-10-28 18:10:02,942 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-10-28 18:10:02,950 - DEBUG - Requesting: http://10.0.0.50:8082/domain/19f74df7-48fd-48d8-8447-fd9a2671cb8c 2025-10-28 18:10:02,965 - DEBUG - Requesting: http://10.0.0.50:8082/project/af521c23-c82b-4221-80c5-681d171046df 2025-10-28 18:10:03,019 - INFO - Validated that VN __public__ is not found in API Server 2025-10-28 18:10:03,019 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-28 18:10:03,026 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:10:03,032 - DEBUG - VN __public__ is not present in Agent 10.0.0.65 2025-10-28 18:10:03,032 - INFO - Validated that VN __public__ is not in any agent 2025-10-28 18:10:03,032 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:10:03,037 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-28 18:10:03,042 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-28 18:10:03,046 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-28 18:10:03,046 - INFO - Deleting pod default:ctest-nginx-pod-39036705 2025-10-28 18:10:03,068 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=52fc64e9-3733-45f1-8ff8-bd70c080ebd2 2025-10-28 18:10:03,079 - WARNING - Pod uuid 52fc64e9-3733-45f1-8ff8-bd70c080ebd2 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:10:08,080 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=52fc64e9-3733-45f1-8ff8-bd70c080ebd2 2025-10-28 18:10:08,086 - DEBUG - Pod 52fc64e9-3733-45f1-8ff8-bd70c080ebd2 is not in agent 10.0.0.65 VM list 2025-10-28 18:10:08,086 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f406bbe-b429-11f0-9156-fa163ecbb119 2025-10-28 18:10:08,091 - DEBUG - VMI 2f406bbe-b429-11f0-9156-fa163ecbb119 is removed from agent 10.0.0.65 2025-10-28 18:10:08,091 - INFO - Verified that pod ctest-nginx-pod-39036705 is removed in agent 2025-10-28 18:10:08,091 - INFO - Deleting pod default:ctest-nginx-pod-29890754 2025-10-28 18:10:08,112 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=9b856a4d-45de-43ca-b3cf-cf66a933c4f8 2025-10-28 18:10:08,122 - WARNING - Pod uuid 9b856a4d-45de-43ca-b3cf-cf66a933c4f8 is still seen in agent 10.0.0.65 VM list 2025-10-28 18:10:13,123 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=9b856a4d-45de-43ca-b3cf-cf66a933c4f8 2025-10-28 18:10:13,129 - DEBUG - Pod 9b856a4d-45de-43ca-b3cf-cf66a933c4f8 is not in agent 10.0.0.65 VM list 2025-10-28 18:10:13,129 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ed52584-b429-11f0-9156-fa163ecbb119 2025-10-28 18:10:13,145 - DEBUG - VMI 2ed52584-b429-11f0-9156-fa163ecbb119 is removed from agent 10.0.0.65 2025-10-28 18:10:13,145 - INFO - Verified that pod ctest-nginx-pod-29890754 is removed in agent 2025-10-28 18:10:13,145 - INFO - Deleting service : ctest-nginx-svc-93581270 2025-10-28 18:10:13,418 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-28 18:10:13,424 - DEBUG - No XMPP flaps were noticed during the test