2025-10-30 21:33:22,090 - DEBUG - [10.0.0.242]: Running cmd : hostname 2025-10-30 21:33:22,406 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1652-1 2025-10-30 21:33:22,406 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2025-10-30 21:33:22,441 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1652-1 2025-10-30 21:33:22,441 - DEBUG - [10.0.0.242]: 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-30 21:33:22,507 - DEBUG - Output : NAMES contrail_test_j9dl6UDCw contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 2025-10-30 21:33:22,508 - DEBUG - [10.0.0.242]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-30 21:33:22,587 - DEBUG - Output : 127.0.0.1/8 10.0.0.242/24 252.242.0.1/8 10.209.221.1/24 172.17.0.1/16 2025-10-30 21:33:22,587 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2025-10-30 21:33:22,623 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1652-1 2025-10-30 21:33:22,735 - DEBUG - [10.0.0.137]: Running cmd : hostname 2025-10-30 21:33:22,957 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1652-1 2025-10-30 21:33:22,957 - DEBUG - [10.0.0.137]: Running cmd : hostname -f 2025-10-30 21:33:22,984 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1652-1 2025-10-30 21:33:22,985 - DEBUG - [10.0.0.137]: 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-30 21:33:23,030 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-30 21:33:23,031 - DEBUG - [10.0.0.137]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-30 21:33:23,101 - DEBUG - Output : 10.0.0.137/24 2025-10-30 21:33:23,102 - DEBUG - [10.0.0.137]: Running cmd : getent hosts 10.0.0.137 | head -n 1 | awk '{print $2}' 2025-10-30 21:33:23,139 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1652-1 2025-10-30 21:33:23,227 - INFO - Using existing project ['default-domain', 'k8s-default'](902a2625-099f-4e45-abbb-d48007749f21) 2025-10-30 21:33:23,307 - INFO - Using existing project ['default-domain', 'k8s-default'](902a2625-099f-4e45-abbb-d48007749f21) 2025-10-30 21:33:23,424 - INFO - ================================================================================ 2025-10-30 21:33:23,425 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-30 21:33:23,425 - 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-30 21:33:23,668 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-30 21:33:23,682 - DEBUG - Nothing to compare xmpp stats {'10.0.0.137': {'10.0.0.242': '0'}} with 2025-10-30 21:33:23,683 - INFO - Initial checks done. Running the testcase now 2025-10-30 21:33:23,683 - INFO - 2025-10-30 21:33:23,687 - INFO - Namespace default already exists 2025-10-30 21:33:23,688 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-30 21:33:23,852 - DEBUG - Output : cluster_project={} 2025-10-30 21:33:23,892 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-30 21:33:23,893 - DEBUG - Project uuid in Contrail is 902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:33:23,893 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-30 21:33:24,039 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-30 21:33:24,040 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_NamespaceDatabaseList?namespace_uuid=98605d3d-0a05-4bf6-9b71-2adc4aecd056 2025-10-30 21:33:24,044 - INFO - Namespace default with uuid 98605d3d-0a05-4bf6-9b71-2adc4aecd056 found in kube manager 2025-10-30 21:33:24,044 - INFO - Namespace default verification passed 2025-10-30 21:33:24,047 - DEBUG - Service ctest-nginx-svc-65341218 not present 2025-10-30 21:33:24,048 - INFO - Creating service ctest-nginx-svc-65341218 2025-10-30 21:33:24,064 - INFO - Created Service ctest-nginx-svc-65341218 2025-10-30 21:33:24,083 - DEBUG - Pod ctest-nginx-pod-73114435 not present 2025-10-30 21:33:24,084 - INFO - Creating Pod ctest-nginx-pod-73114435 2025-10-30 21:33:24,136 - DEBUG - Pod : ctest-nginx-pod-73114435 UUID is 7dfb73f9-610b-4e8e-9307-ac699d01a021 2025-10-30 21:33:24,142 - DEBUG - Pod ctest-nginx-pod-12281661 not present 2025-10-30 21:33:24,146 - INFO - Creating Pod ctest-nginx-pod-12281661 2025-10-30 21:33:24,197 - DEBUG - Pod : ctest-nginx-pod-12281661 UUID is 1add6488-9f68-49f3-9d7e-d13b77e9b46c 2025-10-30 21:33:24,401 - INFO - Created VN __public__, UUID :dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:24,630 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-10-30 21:33:24,634 - DEBUG - Requesting: http://10.0.0.242:8082/domain/82935b88-5e8f-4865-b6e7-26bb0ae9458b 2025-10-30 21:33:24,664 - DEBUG - Requesting: http://10.0.0.242:8082/project/902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:33:24,782 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:24,795 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:24,858 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:24,876 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:24,887 - DEBUG - Route Targets: [] 2025-10-30 21:33:24,887 - DEBUG - RT names not yet present for VN __public__ 2025-10-30 21:33:29,888 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-10-30 21:33:29,895 - DEBUG - Requesting: http://10.0.0.242:8082/domain/82935b88-5e8f-4865-b6e7-26bb0ae9458b 2025-10-30 21:33:29,902 - DEBUG - Requesting: http://10.0.0.242:8082/project/902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:33:29,951 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:29,960 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:29,972 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:29,980 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:29,987 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/71e7344e-d948-470b-8888-67bba8969c03 2025-10-30 21:33:29,994 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-30 21:33:29,994 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:30,010 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:30,025 - INFO - Verified VN network id 13 for VN dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:30,025 - INFO - Verifications in API Server for VN __public__ passed 2025-10-30 21:33:30,025 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:30,034 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:30,045 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:33:30,053 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/71e7344e-d948-470b-8888-67bba8969c03 2025-10-30 21:33:30,062 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-30 21:33:30,072 - DEBUG - Control-node 10.0.0.242 : 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': '15920872389738185454', 'uuid-lslong': '13664231513885134403'}, 'enable': 'true', 'created': '2025-10-30T21:33:24', 'last-modified': '2025-10-30T21:33:24', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.494090'} 2025-10-30 21:33:30,072 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:33:30,085 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-30 21:33:30,085 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-30 21:33:30,085 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-30 21:33:30,085 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-10-30 21:33:30,091 - DEBUG - Requesting: http://10.0.0.242:8082/domain/82935b88-5e8f-4865-b6e7-26bb0ae9458b 2025-10-30 21:33:30,098 - DEBUG - Requesting: http://10.0.0.242:8082/project/902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:33:30,155 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:30,171 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-30 21:33:30,171 - DEBUG - Verifying the vn in opserver 2025-10-30 21:33:30,171 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.242 2025-10-30 21:33:30,172 - DEBUG - Requesting: http://10.0.0.242:8081/analytics/uves/virtual-networks 2025-10-30 21:33:30,178 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.242:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-30 21:33:30,178 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-30 21:33:30,178 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:33:30,186 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:33:30,192 - DEBUG - Do not have enough data to verify VN in agent 2025-10-30 21:33:30,192 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:33:30,197 - DEBUG - VRF ids for VN __public__: {} 2025-10-30 21:33:30,314 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-30 21:33:30,417 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-10-30 21:33:30,432 - DEBUG - Requesting: http://10.0.0.242:8082/domain/82935b88-5e8f-4865-b6e7-26bb0ae9458b 2025-10-30 21:33:30,443 - DEBUG - Requesting: http://10.0.0.242:8082/project/902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:33:30,504 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:30,529 - DEBUG - Requesting: http://10.0.0.242:8082/floating-ip-pool/e22bd3ce-16f8-4e90-9e8f-e9b5be9cdb80 2025-10-30 21:33:30,536 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-10-30 21:33:30,549 - DEBUG - Requesting: http://10.0.0.242:8082/domain/82935b88-5e8f-4865-b6e7-26bb0ae9458b 2025-10-30 21:33:30,559 - DEBUG - Requesting: http://10.0.0.242:8082/project/902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:33:30,621 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/dcf24d16-08ab-42ee-bda1-1a2a69d24e43 2025-10-30 21:33:30,631 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-30 21:33:30,631 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-30 21:33:30,640 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-30 21:33:30,647 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-30 21:33:30,647 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-30 21:33:30,652 - DEBUG - Ingress ctest-nginx-ingress-97060562 not present 2025-10-30 21:33:30,654 - INFO - Creating Ingress ctest-nginx-ingress-97060562 2025-10-30 21:33:30,664 - INFO - Created Ingress ctest-nginx-ingress-97060562 2025-10-30 21:33:30,669 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-97060562 2025-10-30 21:33:33,676 - DEBUG - For Ingress ctest-nginx-ingress-97060562, Cluster IP: 10.47.255.249, External IPs ['28.164.84.252'] 2025-10-30 21:33:33,676 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-97060562 2025-10-30 21:33:33,676 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=04847974-1a81-42bc-aa28-a33f3fc7319b 2025-10-30 21:33:33,681 - INFO - Ingress ctest-nginx-ingress-97060562 with uuid 04847974-1a81-42bc-aa28-a33f3fc7319b found in kube manager 2025-10-30 21:33:33,682 - INFO - Ingress ctest-nginx-ingress-97060562 verification passed 2025-10-30 21:33:33,684 - DEBUG - Pod ctest-busybox-pod-27520729 not present 2025-10-30 21:33:33,685 - INFO - Creating Pod ctest-busybox-pod-27520729 2025-10-30 21:33:33,725 - DEBUG - Pod : ctest-busybox-pod-27520729 UUID is a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:33:33,747 - DEBUG - Pod ctest-nginx-pod-73114435 not in running state.Currently in Pending 2025-10-30 21:33:38,755 - DEBUG - Pod ctest-nginx-pod-73114435 not in running state.Currently in Pending 2025-10-30 21:33:43,777 - INFO - Pod ctest-nginx-pod-73114435 is in running state.Got IP 10.47.255.251 2025-10-30 21:33:43,838 - DEBUG - Pod ctest-nginx-pod-73114435 has vmi 11724656-b5d8-11f0-8837-fa163ed1c806 2025-10-30 21:33:43,838 - INFO - Verified pod ctest-nginx-pod-73114435 in contrail-api 2025-10-30 21:33:43,839 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-30 21:33:43,849 - DEBUG - VMI 11724656-b5d8-11f0-8837-fa163ed1c806 is active in agent 10.0.0.137 2025-10-30 21:33:43,849 - INFO - Verified Pod ctest-nginx-pod-73114435 in agent 10.0.0.137 2025-10-30 21:33:43,850 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=7dfb73f9-610b-4e8e-9307-ac699d01a021 2025-10-30 21:33:43,854 - INFO - Pod ctest-nginx-pod-73114435 with uuid 7dfb73f9-610b-4e8e-9307-ac699d01a021 found in kube manager 2025-10-30 21:33:43,855 - INFO - Pod ctest-nginx-pod-73114435 verification passed 2025-10-30 21:33:43,931 - DEBUG - [Pod ctest-nginx-pod-73114435] Cmd: echo ctest-nginx-pod-73114435 > /usr/share/nginx/html/index.html, Output: 2025-10-30 21:33:43,938 - INFO - Pod ctest-nginx-pod-12281661 is in running state.Got IP 10.47.255.250 2025-10-30 21:33:43,952 - DEBUG - Pod ctest-nginx-pod-12281661 has vmi 11df2c76-b5d8-11f0-8837-fa163ed1c806 2025-10-30 21:33:43,952 - INFO - Verified pod ctest-nginx-pod-12281661 in contrail-api 2025-10-30 21:33:43,953 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-30 21:33:43,963 - DEBUG - VMI 11df2c76-b5d8-11f0-8837-fa163ed1c806 is active in agent 10.0.0.137 2025-10-30 21:33:43,963 - INFO - Verified Pod ctest-nginx-pod-12281661 in agent 10.0.0.137 2025-10-30 21:33:43,963 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=1add6488-9f68-49f3-9d7e-d13b77e9b46c 2025-10-30 21:33:43,967 - INFO - Pod ctest-nginx-pod-12281661 with uuid 1add6488-9f68-49f3-9d7e-d13b77e9b46c found in kube manager 2025-10-30 21:33:43,967 - INFO - Pod ctest-nginx-pod-12281661 verification passed 2025-10-30 21:33:44,037 - DEBUG - [Pod ctest-nginx-pod-12281661] Cmd: echo ctest-nginx-pod-12281661 > /usr/share/nginx/html/index.html, Output: 2025-10-30 21:33:44,043 - DEBUG - Pod ctest-busybox-pod-27520729 not in running state.Currently in Pending 2025-10-30 21:33:49,053 - INFO - Pod ctest-busybox-pod-27520729 is in running state.Got IP 10.47.255.248 2025-10-30 21:33:49,066 - DEBUG - Pod ctest-busybox-pod-27520729 has vmi 1668306c-b5d8-11f0-8837-fa163ed1c806 2025-10-30 21:33:49,066 - INFO - Verified pod ctest-busybox-pod-27520729 in contrail-api 2025-10-30 21:33:49,067 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-30 21:33:49,077 - DEBUG - VMI 1668306c-b5d8-11f0-8837-fa163ed1c806 is active in agent 10.0.0.137 2025-10-30 21:33:49,077 - INFO - Verified Pod ctest-busybox-pod-27520729 in agent 10.0.0.137 2025-10-30 21:33:49,078 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:33:49,082 - INFO - Pod ctest-busybox-pod-27520729 with uuid a0614aac-82a2-4352-8544-faca4467f591 found in kube manager 2025-10-30 21:33:49,082 - INFO - Pod ctest-busybox-pod-27520729 verification passed 2025-10-30 21:33:49,144 - DEBUG - [Pod ctest-busybox-pod-27520729] 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-12281661 2025-10-30 21:33:49,144 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-30 21:33:49,144 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] 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-12281661 2025-10-30 21:33:49,205 - DEBUG - [Pod ctest-busybox-pod-27520729] 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-12281661 2025-10-30 21:33:49,205 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-30 21:33:49,205 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] 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-12281661 2025-10-30 21:33:49,267 - DEBUG - [Pod ctest-busybox-pod-27520729] 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-12281661 2025-10-30 21:33:49,267 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-30 21:33:49,267 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] 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-12281661 2025-10-30 21:33:49,325 - DEBUG - [Pod ctest-busybox-pod-27520729] 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-73114435 2025-10-30 21:33:49,325 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-30 21:33:49,326 - DEBUG - [Pod Pod ctest-busybox-pod-27520729] 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-73114435 2025-10-30 21:33:49,326 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-73114435': 1, 'ctest-nginx-pod-12281661': 3} 2025-10-30 21:33:49,326 - WARNING - Nothing to delete parallely 2025-10-30 21:33:49,326 - INFO - Deleting pod default:ctest-busybox-pod-27520729 2025-10-30 21:33:49,349 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:33:49,355 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:33:54,356 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:33:54,363 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:33:59,364 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:33:59,370 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:04,371 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:04,378 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:09,379 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:09,386 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:14,388 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:14,395 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:19,396 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:19,403 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:24,403 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:24,410 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:29,410 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:29,416 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:34,417 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:34,423 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:39,424 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:39,431 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:44,432 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:44,439 - WARNING - Pod uuid a0614aac-82a2-4352-8544-faca4467f591 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:49,440 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=a0614aac-82a2-4352-8544-faca4467f591 2025-10-30 21:34:49,446 - DEBUG - Pod a0614aac-82a2-4352-8544-faca4467f591 is not in agent 10.0.0.137 VM list 2025-10-30 21:34:49,446 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1668306c-b5d8-11f0-8837-fa163ed1c806 2025-10-30 21:34:49,451 - DEBUG - VMI 1668306c-b5d8-11f0-8837-fa163ed1c806 is removed from agent 10.0.0.137 2025-10-30 21:34:49,451 - INFO - Verified that pod ctest-busybox-pod-27520729 is removed in agent 2025-10-30 21:34:49,452 - INFO - Deleting Ingress : ctest-nginx-ingress-97060562 2025-10-30 21:34:49,468 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=04847974-1a81-42bc-aa28-a33f3fc7319b 2025-10-30 21:34:49,476 - ERROR - Ingress ctest-nginx-ingress-97060562 with uuid 04847974-1a81-42bc-aa28-a33f3fc7319b still found in kube manager 2025-10-30 21:34:50,477 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=04847974-1a81-42bc-aa28-a33f3fc7319b 2025-10-30 21:34:50,482 - INFO - Ingress ctest-nginx-ingress-97060562 with uuid 04847974-1a81-42bc-aa28-a33f3fc7319b deleted successfully from kube manager 2025-10-30 21:34:50,483 - INFO - Verifications on Ingress %s cleanup passed 2025-10-30 21:34:50,484 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-30 21:34:50,667 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-30 21:34:50,674 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-30 21:34:50,674 - INFO - Deleting VN __public__ 2025-10-30 21:34:50,839 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4d1da0fb-2dd6-4bc8-9ae8-1fca84a526c0 2025-10-30 21:34:50,845 - DEBUG - Response Code: 404 2025-10-30 21:34:50,845 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-10-30 21:34:50,856 - DEBUG - Requesting: http://10.0.0.242:8082/domain/82935b88-5e8f-4865-b6e7-26bb0ae9458b 2025-10-30 21:34:50,877 - DEBUG - Requesting: http://10.0.0.242:8082/project/902a2625-099f-4e45-abbb-d48007749f21 2025-10-30 21:34:50,942 - INFO - Validated that VN __public__ is not found in API Server 2025-10-30 21:34:50,943 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-30 21:34:50,959 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:34:50,975 - DEBUG - VN __public__ is not present in Agent 10.0.0.137 2025-10-30 21:34:50,975 - INFO - Validated that VN __public__ is not in any agent 2025-10-30 21:34:50,975 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:34:50,983 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-30 21:34:50,999 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-30 21:34:51,012 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-30 21:34:51,017 - INFO - Deleting pod default:ctest-nginx-pod-12281661 2025-10-30 21:34:51,050 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=1add6488-9f68-49f3-9d7e-d13b77e9b46c 2025-10-30 21:34:51,061 - WARNING - Pod uuid 1add6488-9f68-49f3-9d7e-d13b77e9b46c is still seen in agent 10.0.0.137 VM list 2025-10-30 21:34:56,062 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=1add6488-9f68-49f3-9d7e-d13b77e9b46c 2025-10-30 21:34:56,068 - DEBUG - Pod 1add6488-9f68-49f3-9d7e-d13b77e9b46c is not in agent 10.0.0.137 VM list 2025-10-30 21:34:56,068 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:11df2c76-b5d8-11f0-8837-fa163ed1c806 2025-10-30 21:34:56,074 - DEBUG - VMI 11df2c76-b5d8-11f0-8837-fa163ed1c806 is removed from agent 10.0.0.137 2025-10-30 21:34:56,074 - INFO - Verified that pod ctest-nginx-pod-12281661 is removed in agent 2025-10-30 21:34:56,075 - INFO - Deleting pod default:ctest-nginx-pod-73114435 2025-10-30 21:34:56,086 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=7dfb73f9-610b-4e8e-9307-ac699d01a021 2025-10-30 21:34:56,095 - WARNING - Pod uuid 7dfb73f9-610b-4e8e-9307-ac699d01a021 is still seen in agent 10.0.0.137 VM list 2025-10-30 21:35:01,097 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_VmListReq?uuid=7dfb73f9-610b-4e8e-9307-ac699d01a021 2025-10-30 21:35:01,104 - DEBUG - Pod 7dfb73f9-610b-4e8e-9307-ac699d01a021 is not in agent 10.0.0.137 VM list 2025-10-30 21:35:01,104 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:11724656-b5d8-11f0-8837-fa163ed1c806 2025-10-30 21:35:01,109 - DEBUG - VMI 11724656-b5d8-11f0-8837-fa163ed1c806 is removed from agent 10.0.0.137 2025-10-30 21:35:01,109 - INFO - Verified that pod ctest-nginx-pod-73114435 is removed in agent 2025-10-30 21:35:01,110 - INFO - Deleting service : ctest-nginx-svc-65341218 2025-10-30 21:35:01,394 - DEBUG - Requesting: http://10.0.0.137:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-30 21:35:01,400 - DEBUG - No XMPP flaps were noticed during the test