2025-10-22 13:53:16,719 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-10-22 13:53:17,001 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1594-1 2025-10-22 13:53:17,003 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-10-22 13:53:17,041 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1594-1 2025-10-22 13:53:17,041 - 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-22 13:53:17,167 - DEBUG - Output : NAMES contrail_test_XcOWTGsWU contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 2025-10-22 13:53:17,168 - DEBUG - [10.0.0.65]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-22 13:53:17,213 - DEBUG - Output : 127.0.0.1/8 10.0.0.65/24 252.65.0.1/8 10.243.179.1/24 172.17.0.1/16 2025-10-22 13:53:17,213 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-10-22 13:53:17,280 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1594-1 2025-10-22 13:53:17,328 - DEBUG - [10.0.0.133]: Running cmd : hostname 2025-10-22 13:53:17,537 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1594-1 2025-10-22 13:53:17,537 - DEBUG - [10.0.0.133]: Running cmd : hostname -f 2025-10-22 13:53:17,561 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1594-1 2025-10-22 13:53:17,561 - DEBUG - [10.0.0.133]: 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-22 13:53:17,644 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-22 13:53:17,645 - DEBUG - [10.0.0.133]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-22 13:53:17,668 - DEBUG - Output : 10.0.0.133/24 2025-10-22 13:53:17,668 - DEBUG - [10.0.0.133]: Running cmd : getent hosts 10.0.0.133 | head -n 1 | awk '{print $2}' 2025-10-22 13:53:17,702 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1594-1 2025-10-22 13:53:17,774 - INFO - Using existing project ['default-domain', 'k8s-default'](96964f97-ec7c-4197-ac84-f33b9044518f) 2025-10-22 13:53:17,877 - INFO - Using existing project ['default-domain', 'k8s-default'](96964f97-ec7c-4197-ac84-f33b9044518f) 2025-10-22 13:53:17,985 - INFO - ================================================================================ 2025-10-22 13:53:17,985 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-22 13:53:17,986 - 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-22 13:53:18,190 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-22 13:53:18,197 - DEBUG - Nothing to compare xmpp stats {'10.0.0.133': {'10.0.0.65': '0'}} with 2025-10-22 13:53:18,197 - INFO - Initial checks done. Running the testcase now 2025-10-22 13:53:18,197 - INFO - 2025-10-22 13:53:18,202 - INFO - Namespace default already exists 2025-10-22 13:53:18,202 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-22 13:53:18,309 - DEBUG - Output : cluster_project={} 2025-10-22 13:53:18,350 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-22 13:53:18,350 - DEBUG - Project uuid in Contrail is 96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:53:18,350 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-22 13:53:18,479 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-22 13:53:18,479 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_NamespaceDatabaseList?namespace_uuid=a550ee52-c42f-4266-9ba8-19c0080f1eda 2025-10-22 13:53:18,484 - INFO - Namespace default with uuid a550ee52-c42f-4266-9ba8-19c0080f1eda found in kube manager 2025-10-22 13:53:18,484 - INFO - Namespace default verification passed 2025-10-22 13:53:18,487 - DEBUG - Service ctest-nginx-svc-83405709 not present 2025-10-22 13:53:18,488 - INFO - Creating service ctest-nginx-svc-83405709 2025-10-22 13:53:18,506 - INFO - Created Service ctest-nginx-svc-83405709 2025-10-22 13:53:18,518 - DEBUG - Pod ctest-nginx-pod-93709762 not present 2025-10-22 13:53:18,519 - INFO - Creating Pod ctest-nginx-pod-93709762 2025-10-22 13:53:18,586 - DEBUG - Pod : ctest-nginx-pod-93709762 UUID is faeb94a8-8ae5-4e9c-848a-a6081359a5e6 2025-10-22 13:53:18,589 - DEBUG - Pod ctest-nginx-pod-52920058 not present 2025-10-22 13:53:18,590 - INFO - Creating Pod ctest-nginx-pod-52920058 2025-10-22 13:53:18,618 - DEBUG - Pod : ctest-nginx-pod-52920058 UUID is be355b1d-bbdf-4cdf-8820-cbb0a885c889 2025-10-22 13:53:18,824 - INFO - Created VN __public__, UUID :e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:19,086 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-10-22 13:53:19,099 - DEBUG - Requesting: http://10.0.0.65:8082/domain/7fa3e9ab-00b4-4ee4-8483-e757bc626f55 2025-10-22 13:53:19,133 - DEBUG - Requesting: http://10.0.0.65:8082/project/96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:53:19,200 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:19,213 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:19,222 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:19,266 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:19,272 - DEBUG - Route Targets: [] 2025-10-22 13:53:19,272 - DEBUG - RT names not yet present for VN __public__ 2025-10-22 13:53:24,273 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-10-22 13:53:24,280 - DEBUG - Requesting: http://10.0.0.65:8082/domain/7fa3e9ab-00b4-4ee4-8483-e757bc626f55 2025-10-22 13:53:24,286 - DEBUG - Requesting: http://10.0.0.65:8082/project/96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:53:24,330 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,340 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,349 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:24,357 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:24,364 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/af6becf0-e0cd-4188-935f-aa59c1a77caa 2025-10-22 13:53:24,370 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-22 13:53:24,371 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,382 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:24,397 - INFO - Verified VN network id 13 for VN e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,397 - INFO - Verifications in API Server for VN __public__ passed 2025-10-22 13:53:24,397 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,407 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:24,415 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:53:24,422 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/af6becf0-e0cd-4188-935f-aa59c1a77caa 2025-10-22 13:53:24,430 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-22 13:53:24,438 - DEBUG - Control-node 10.0.0.65 : 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': '16364613323655562728', 'uuid-lslong': '9344671042510610513'}, 'enable': 'true', 'created': '2025-10-22T13:53:18', 'last-modified': '2025-10-22T13:53:19', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.390539'} 2025-10-22 13:53:24,438 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:53:24,448 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-22 13:53:24,448 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-22 13:53:24,449 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-22 13:53:24,449 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-10-22 13:53:24,454 - DEBUG - Requesting: http://10.0.0.65:8082/domain/7fa3e9ab-00b4-4ee4-8483-e757bc626f55 2025-10-22 13:53:24,460 - DEBUG - Requesting: http://10.0.0.65:8082/project/96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:53:24,506 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,515 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-22 13:53:24,515 - DEBUG - Verifying the vn in opserver 2025-10-22 13:53:24,515 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.65 2025-10-22 13:53:24,516 - DEBUG - Requesting: http://10.0.0.65:8081/analytics/uves/virtual-networks 2025-10-22 13:53:24,520 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.65:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-22 13:53:24,520 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-22 13:53:24,520 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:53:24,528 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:53:24,533 - DEBUG - Do not have enough data to verify VN in agent 2025-10-22 13:53:24,533 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:53:24,539 - DEBUG - VRF ids for VN __public__: {} 2025-10-22 13:53:24,647 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-22 13:53:24,805 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-10-22 13:53:24,811 - DEBUG - Requesting: http://10.0.0.65:8082/domain/7fa3e9ab-00b4-4ee4-8483-e757bc626f55 2025-10-22 13:53:24,818 - DEBUG - Requesting: http://10.0.0.65:8082/project/96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:53:24,857 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,867 - DEBUG - Requesting: http://10.0.0.65:8082/floating-ip-pool/574b8687-7c9d-4ee2-a239-6996865ed6a9 2025-10-22 13:53:24,875 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-10-22 13:53:24,881 - DEBUG - Requesting: http://10.0.0.65:8082/domain/7fa3e9ab-00b4-4ee4-8483-e757bc626f55 2025-10-22 13:53:24,887 - DEBUG - Requesting: http://10.0.0.65:8082/project/96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:53:24,928 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/e31ac91d-4b1d-45e8-81ae-f0cd8fb96051 2025-10-22 13:53:24,937 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-22 13:53:24,937 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-22 13:53:24,944 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-22 13:53:24,950 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-22 13:53:24,950 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-22 13:53:24,953 - DEBUG - Ingress ctest-nginx-ingress-37435505 not present 2025-10-22 13:53:24,954 - INFO - Creating Ingress ctest-nginx-ingress-37435505 2025-10-22 13:53:24,962 - INFO - Created Ingress ctest-nginx-ingress-37435505 2025-10-22 13:53:24,965 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37435505 2025-10-22 13:53:27,970 - DEBUG - For Ingress ctest-nginx-ingress-37435505, Cluster IP: 10.47.255.249, External IPs ['123.248.58.252'] 2025-10-22 13:53:27,970 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-37435505 2025-10-22 13:53:27,971 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=95bf775e-b8f1-40fc-9a44-1aa06aaa1cb7 2025-10-22 13:53:27,975 - INFO - Ingress ctest-nginx-ingress-37435505 with uuid 95bf775e-b8f1-40fc-9a44-1aa06aaa1cb7 found in kube manager 2025-10-22 13:53:27,975 - INFO - Ingress ctest-nginx-ingress-37435505 verification passed 2025-10-22 13:53:27,978 - DEBUG - Pod ctest-busybox-pod-29621654 not present 2025-10-22 13:53:27,978 - INFO - Creating Pod ctest-busybox-pod-29621654 2025-10-22 13:53:28,012 - DEBUG - Pod : ctest-busybox-pod-29621654 UUID is e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:53:28,021 - DEBUG - Pod ctest-nginx-pod-93709762 not in running state.Currently in Pending 2025-10-22 13:53:33,028 - INFO - Pod ctest-nginx-pod-93709762 is in running state.Got IP 10.47.255.251 2025-10-22 13:53:33,041 - DEBUG - Pod ctest-nginx-pod-93709762 has vmi 77dcee0e-af4e-11f0-9967-fa163e222243 2025-10-22 13:53:33,041 - INFO - Verified pod ctest-nginx-pod-93709762 in contrail-api 2025-10-22 13:53:33,041 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-22 13:53:33,052 - DEBUG - VMI 77dcee0e-af4e-11f0-9967-fa163e222243 is active in agent 10.0.0.133 2025-10-22 13:53:33,052 - INFO - Verified Pod ctest-nginx-pod-93709762 in agent 10.0.0.133 2025-10-22 13:53:33,052 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=faeb94a8-8ae5-4e9c-848a-a6081359a5e6 2025-10-22 13:53:33,056 - INFO - Pod ctest-nginx-pod-93709762 with uuid faeb94a8-8ae5-4e9c-848a-a6081359a5e6 found in kube manager 2025-10-22 13:53:33,056 - INFO - Pod ctest-nginx-pod-93709762 verification passed 2025-10-22 13:53:33,131 - DEBUG - [Pod ctest-nginx-pod-93709762] Cmd: echo ctest-nginx-pod-93709762 > /usr/share/nginx/html/index.html, Output: 2025-10-22 13:53:33,138 - INFO - Pod ctest-nginx-pod-52920058 is in running state.Got IP 10.47.255.250 2025-10-22 13:53:33,162 - DEBUG - Pod ctest-nginx-pod-52920058 has vmi 785530d0-af4e-11f0-9967-fa163e222243 2025-10-22 13:53:33,162 - INFO - Verified pod ctest-nginx-pod-52920058 in contrail-api 2025-10-22 13:53:33,162 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-22 13:53:33,171 - DEBUG - VMI 785530d0-af4e-11f0-9967-fa163e222243 is active in agent 10.0.0.133 2025-10-22 13:53:33,171 - INFO - Verified Pod ctest-nginx-pod-52920058 in agent 10.0.0.133 2025-10-22 13:53:33,171 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=be355b1d-bbdf-4cdf-8820-cbb0a885c889 2025-10-22 13:53:33,175 - INFO - Pod ctest-nginx-pod-52920058 with uuid be355b1d-bbdf-4cdf-8820-cbb0a885c889 found in kube manager 2025-10-22 13:53:33,175 - INFO - Pod ctest-nginx-pod-52920058 verification passed 2025-10-22 13:53:33,234 - DEBUG - [Pod ctest-nginx-pod-52920058] Cmd: echo ctest-nginx-pod-52920058 > /usr/share/nginx/html/index.html, Output: 2025-10-22 13:53:33,241 - DEBUG - Pod ctest-busybox-pod-29621654 not in running state.Currently in Pending 2025-10-22 13:53:38,249 - DEBUG - Pod ctest-busybox-pod-29621654 not in running state.Currently in Pending 2025-10-22 13:53:43,257 - INFO - Pod ctest-busybox-pod-29621654 is in running state.Got IP 10.47.255.248 2025-10-22 13:53:43,313 - DEBUG - Pod ctest-busybox-pod-29621654 has vmi 7c9cf268-af4e-11f0-9967-fa163e222243 2025-10-22 13:53:43,314 - INFO - Verified pod ctest-busybox-pod-29621654 in contrail-api 2025-10-22 13:53:43,314 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-22 13:53:43,323 - DEBUG - VMI 7c9cf268-af4e-11f0-9967-fa163e222243 is active in agent 10.0.0.133 2025-10-22 13:53:43,324 - INFO - Verified Pod ctest-busybox-pod-29621654 in agent 10.0.0.133 2025-10-22 13:53:43,324 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:53:43,328 - INFO - Pod ctest-busybox-pod-29621654 with uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf found in kube manager 2025-10-22 13:53:43,328 - INFO - Pod ctest-busybox-pod-29621654 verification passed 2025-10-22 13:53:43,386 - DEBUG - [Pod ctest-busybox-pod-29621654] 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-52920058 2025-10-22 13:53:43,386 - DEBUG - [Pod Pod ctest-busybox-pod-29621654] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-22 13:53:43,386 - DEBUG - [Pod Pod ctest-busybox-pod-29621654] 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-52920058 2025-10-22 13:53:43,434 - DEBUG - [Pod ctest-busybox-pod-29621654] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-93709762 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-22 13:53:43,434 - DEBUG - [Pod Pod ctest-busybox-pod-29621654] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-22 13:53:43,434 - DEBUG - [Pod Pod ctest-busybox-pod-29621654] Cmd output: ctest-nginx-pod-93709762 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-22 13:53:43,434 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-93709762': 1, 'ctest-nginx-pod-52920058': 1} 2025-10-22 13:53:43,435 - WARNING - Nothing to delete parallely 2025-10-22 13:53:43,435 - INFO - Deleting pod default:ctest-busybox-pod-29621654 2025-10-22 13:53:43,452 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:53:43,458 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:53:48,459 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:53:48,465 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:53:53,466 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:53:53,473 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:53:58,474 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:53:58,479 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:54:03,481 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:54:03,490 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:54:08,491 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:54:08,498 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:54:13,499 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:54:13,507 - WARNING - Pod uuid e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is still seen in agent 10.0.0.133 VM list 2025-10-22 13:54:18,508 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf 2025-10-22 13:54:18,514 - DEBUG - Pod e30f8b45-d8a7-4fe5-9c2c-700cec5f42bf is not in agent 10.0.0.133 VM list 2025-10-22 13:54:18,514 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7c9cf268-af4e-11f0-9967-fa163e222243 2025-10-22 13:54:18,521 - DEBUG - VMI 7c9cf268-af4e-11f0-9967-fa163e222243 is removed from agent 10.0.0.133 2025-10-22 13:54:18,521 - INFO - Verified that pod ctest-busybox-pod-29621654 is removed in agent 2025-10-22 13:54:18,521 - INFO - Deleting Ingress : ctest-nginx-ingress-37435505 2025-10-22 13:54:18,528 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=95bf775e-b8f1-40fc-9a44-1aa06aaa1cb7 2025-10-22 13:54:18,534 - ERROR - Ingress ctest-nginx-ingress-37435505 with uuid 95bf775e-b8f1-40fc-9a44-1aa06aaa1cb7 still found in kube manager 2025-10-22 13:54:19,535 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=95bf775e-b8f1-40fc-9a44-1aa06aaa1cb7 2025-10-22 13:54:19,539 - INFO - Ingress ctest-nginx-ingress-37435505 with uuid 95bf775e-b8f1-40fc-9a44-1aa06aaa1cb7 deleted successfully from kube manager 2025-10-22 13:54:19,540 - INFO - Verifications on Ingress %s cleanup passed 2025-10-22 13:54:19,540 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-22 13:54:19,738 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-22 13:54:19,754 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-22 13:54:19,755 - INFO - Deleting VN __public__ 2025-10-22 13:54:19,965 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1d721ad7-f0a0-4c52-8bd5-e9d067990979 2025-10-22 13:54:19,988 - DEBUG - Response Code: 404 2025-10-22 13:54:19,988 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-10-22 13:54:19,998 - DEBUG - Requesting: http://10.0.0.65:8082/domain/7fa3e9ab-00b4-4ee4-8483-e757bc626f55 2025-10-22 13:54:20,017 - DEBUG - Requesting: http://10.0.0.65:8082/project/96964f97-ec7c-4197-ac84-f33b9044518f 2025-10-22 13:54:20,094 - INFO - Validated that VN __public__ is not found in API Server 2025-10-22 13:54:20,094 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-22 13:54:20,102 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:54:20,108 - DEBUG - VN __public__ is not present in Agent 10.0.0.133 2025-10-22 13:54:20,108 - INFO - Validated that VN __public__ is not in any agent 2025-10-22 13:54:20,108 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:54:20,117 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-22 13:54:20,137 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-22 13:54:20,166 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-22 13:54:20,185 - INFO - Deleting pod default:ctest-nginx-pod-52920058 2025-10-22 13:54:20,226 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=be355b1d-bbdf-4cdf-8820-cbb0a885c889 2025-10-22 13:54:20,236 - WARNING - Pod uuid be355b1d-bbdf-4cdf-8820-cbb0a885c889 is still seen in agent 10.0.0.133 VM list 2025-10-22 13:54:25,237 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=be355b1d-bbdf-4cdf-8820-cbb0a885c889 2025-10-22 13:54:25,243 - DEBUG - Pod be355b1d-bbdf-4cdf-8820-cbb0a885c889 is not in agent 10.0.0.133 VM list 2025-10-22 13:54:25,243 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:785530d0-af4e-11f0-9967-fa163e222243 2025-10-22 13:54:25,248 - DEBUG - VMI 785530d0-af4e-11f0-9967-fa163e222243 is removed from agent 10.0.0.133 2025-10-22 13:54:25,248 - INFO - Verified that pod ctest-nginx-pod-52920058 is removed in agent 2025-10-22 13:54:25,249 - INFO - Deleting pod default:ctest-nginx-pod-93709762 2025-10-22 13:54:25,273 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=faeb94a8-8ae5-4e9c-848a-a6081359a5e6 2025-10-22 13:54:25,280 - WARNING - Pod uuid faeb94a8-8ae5-4e9c-848a-a6081359a5e6 is still seen in agent 10.0.0.133 VM list 2025-10-22 13:54:30,281 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_VmListReq?uuid=faeb94a8-8ae5-4e9c-848a-a6081359a5e6 2025-10-22 13:54:30,287 - DEBUG - Pod faeb94a8-8ae5-4e9c-848a-a6081359a5e6 is not in agent 10.0.0.133 VM list 2025-10-22 13:54:30,287 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77dcee0e-af4e-11f0-9967-fa163e222243 2025-10-22 13:54:30,292 - DEBUG - VMI 77dcee0e-af4e-11f0-9967-fa163e222243 is removed from agent 10.0.0.133 2025-10-22 13:54:30,292 - INFO - Verified that pod ctest-nginx-pod-93709762 is removed in agent 2025-10-22 13:54:30,292 - INFO - Deleting service : ctest-nginx-svc-83405709 2025-10-22 13:54:30,457 - DEBUG - Requesting: http://10.0.0.133:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-22 13:54:30,464 - DEBUG - No XMPP flaps were noticed during the test