2025-09-09 22:39:35,529 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-09-09 22:39:35,761 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1463-1 2025-09-09 22:39:35,761 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-09-09 22:39:35,794 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1463-1 2025-09-09 22:39:35,795 - 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-09-09 22:39:35,889 - DEBUG - Output : NAMES contrail_test_cjArVNlbX contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-schema-1 config_api-nodemgr-1 config_api-svcmonitor-1 2025-09-09 22:39:35,889 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-09 22:39:35,923 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 252.50.0.1/8 10.36.18.1/24 172.17.0.1/16 2025-09-09 22:39:35,923 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-09-09 22:39:35,956 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1463-1 2025-09-09 22:39:36,060 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-09-09 22:39:36,281 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1463-1 2025-09-09 22:39:36,282 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-09-09 22:39:36,306 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1463-1 2025-09-09 22:39:36,307 - DEBUG - [10.0.0.129]: 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-09-09 22:39:36,394 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-09 22:39:36,394 - DEBUG - [10.0.0.129]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-09 22:39:36,428 - DEBUG - Output : 10.0.0.129/24 2025-09-09 22:39:36,428 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-09-09 22:39:36,462 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1463-1 2025-09-09 22:39:36,533 - INFO - Using existing project ['default-domain', 'k8s-default'](87514179-257c-4fa8-b2f0-757ec686c574) 2025-09-09 22:39:36,638 - INFO - Using existing project ['default-domain', 'k8s-default'](87514179-257c-4fa8-b2f0-757ec686c574) 2025-09-09 22:39:36,739 - INFO - ================================================================================ 2025-09-09 22:39:36,739 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-09 22:39:36,739 - 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-09-09 22:39:36,929 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-09 22:39:36,936 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.50': '0'}} with 2025-09-09 22:39:36,936 - INFO - Initial checks done. Running the testcase now 2025-09-09 22:39:36,936 - INFO - 2025-09-09 22:39:36,940 - INFO - Namespace default already exists 2025-09-09 22:39:36,940 - 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-09-09 22:39:37,034 - DEBUG - Output : cluster_project={} 2025-09-09 22:39:37,067 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-09 22:39:37,067 - DEBUG - Project uuid in Contrail is 87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:39:37,067 - 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-09-09 22:39:37,179 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-09 22:39:37,179 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=bf0a0518-375d-47af-96d0-4ec4064e6fb1 2025-09-09 22:39:37,183 - INFO - Namespace default with uuid bf0a0518-375d-47af-96d0-4ec4064e6fb1 found in kube manager 2025-09-09 22:39:37,183 - INFO - Namespace default verification passed 2025-09-09 22:39:37,186 - DEBUG - Service ctest-nginx-svc-35962566 not present 2025-09-09 22:39:37,186 - INFO - Creating service ctest-nginx-svc-35962566 2025-09-09 22:39:37,211 - INFO - Created Service ctest-nginx-svc-35962566 2025-09-09 22:39:37,220 - DEBUG - Pod ctest-nginx-pod-58055922 not present 2025-09-09 22:39:37,221 - INFO - Creating Pod ctest-nginx-pod-58055922 2025-09-09 22:39:37,273 - DEBUG - Pod : ctest-nginx-pod-58055922 UUID is ccc75a19-6e73-4800-8106-07603ab48363 2025-09-09 22:39:37,284 - DEBUG - Pod ctest-nginx-pod-19001750 not present 2025-09-09 22:39:37,285 - INFO - Creating Pod ctest-nginx-pod-19001750 2025-09-09 22:39:37,314 - DEBUG - Pod : ctest-nginx-pod-19001750 UUID is c8366c30-e27d-4d67-8038-471a6ea2c740 2025-09-09 22:39:37,449 - INFO - Created VN __public__, UUID :7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:37,626 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-09-09 22:39:37,634 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6f94d777-f316-4d18-ad28-4e9fda458c22 2025-09-09 22:39:37,650 - DEBUG - Requesting: http://10.0.0.50:8082/project/87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:39:37,710 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:37,717 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:37,723 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:37,741 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:37,746 - DEBUG - Route Targets: [] 2025-09-09 22:39:37,746 - DEBUG - RT names not yet present for VN __public__ 2025-09-09 22:39:42,747 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-09-09 22:39:42,754 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6f94d777-f316-4d18-ad28-4e9fda458c22 2025-09-09 22:39:42,761 - DEBUG - Requesting: http://10.0.0.50:8082/project/87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:39:42,801 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:42,809 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:42,821 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:42,828 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:42,833 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/da1a01f8-131c-4af7-91cf-d9f4dac33e7f 2025-09-09 22:39:42,838 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-09 22:39:42,838 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:42,845 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:42,854 - INFO - Verified VN network id 13 for VN 7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:42,854 - INFO - Verifications in API Server for VN __public__ passed 2025-09-09 22:39:42,854 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:42,859 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:42,864 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:39:42,868 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/da1a01f8-131c-4af7-91cf-d9f4dac33e7f 2025-09-09 22:39:42,872 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-09 22:39:42,876 - 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': '8960038943063232095', 'uuid-lslong': '9271216551283645854'}, 'enable': 'true', 'created': '2025-09-09T22:39:37', 'last-modified': '2025-09-09T22:39:37', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.290969'} 2025-09-09 22:39:42,877 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:39:42,884 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-09 22:39:42,884 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-09 22:39:42,885 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-09 22:39:42,885 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-09-09 22:39:42,889 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6f94d777-f316-4d18-ad28-4e9fda458c22 2025-09-09 22:39:42,894 - DEBUG - Requesting: http://10.0.0.50:8082/project/87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:39:42,926 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:42,933 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-09 22:39:42,933 - DEBUG - Verifying the vn in opserver 2025-09-09 22:39:42,933 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-09-09 22:39:42,933 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-09-09 22:39:42,937 - 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-09-09 22:39:42,937 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-09 22:39:42,937 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:39:42,943 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:39:42,948 - DEBUG - Do not have enough data to verify VN in agent 2025-09-09 22:39:42,948 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:39:42,952 - DEBUG - VRF ids for VN __public__: {} 2025-09-09 22:39:43,038 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-09 22:39:43,135 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-09-09 22:39:43,139 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6f94d777-f316-4d18-ad28-4e9fda458c22 2025-09-09 22:39:43,146 - DEBUG - Requesting: http://10.0.0.50:8082/project/87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:39:43,180 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:43,192 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/d4f4507c-658f-43fe-98e6-0fcc2ed2414b 2025-09-09 22:39:43,196 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-09-09 22:39:43,199 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6f94d777-f316-4d18-ad28-4e9fda458c22 2025-09-09 22:39:43,204 - DEBUG - Requesting: http://10.0.0.50:8082/project/87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:39:43,229 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c5873f2-46f3-4e5f-80a9-fa5516fbdd9e 2025-09-09 22:39:43,236 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-09 22:39:43,236 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-09 22:39:43,241 - 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-09-09 22:39:43,246 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-09 22:39:43,246 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-09 22:39:43,249 - DEBUG - Ingress ctest-nginx-ingress-24989466 not present 2025-09-09 22:39:43,250 - INFO - Creating Ingress ctest-nginx-ingress-24989466 2025-09-09 22:39:43,256 - INFO - Created Ingress ctest-nginx-ingress-24989466 2025-09-09 22:39:43,259 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-24989466 2025-09-09 22:39:46,263 - DEBUG - For Ingress ctest-nginx-ingress-24989466, Cluster IP: 10.47.255.249, External IPs ['137.137.163.124'] 2025-09-09 22:39:46,263 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-24989466 2025-09-09 22:39:46,263 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=19baa5dd-34e6-4eac-9182-e54268c251c8 2025-09-09 22:39:46,267 - INFO - Ingress ctest-nginx-ingress-24989466 with uuid 19baa5dd-34e6-4eac-9182-e54268c251c8 found in kube manager 2025-09-09 22:39:46,267 - INFO - Ingress ctest-nginx-ingress-24989466 verification passed 2025-09-09 22:39:46,269 - DEBUG - Pod ctest-busybox-pod-23296497 not present 2025-09-09 22:39:46,269 - INFO - Creating Pod ctest-busybox-pod-23296497 2025-09-09 22:39:46,286 - DEBUG - Pod : ctest-busybox-pod-23296497 UUID is f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:39:46,299 - DEBUG - Pod ctest-nginx-pod-58055922 not in running state.Currently in Pending 2025-09-09 22:39:51,313 - DEBUG - Pod ctest-nginx-pod-58055922 not in running state.Currently in Pending 2025-09-09 22:39:56,321 - INFO - Pod ctest-nginx-pod-58055922 is in running state.Got IP 10.47.255.251 2025-09-09 22:39:56,376 - DEBUG - Pod ctest-nginx-pod-58055922 has vmi de3c358a-8dcd-11f0-b72f-fa163e00237d 2025-09-09 22:39:56,376 - INFO - Verified pod ctest-nginx-pod-58055922 in contrail-api 2025-09-09 22:39:56,376 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-09 22:39:56,387 - DEBUG - VMI de3c358a-8dcd-11f0-b72f-fa163e00237d is active in agent 10.0.0.129 2025-09-09 22:39:56,388 - INFO - Verified Pod ctest-nginx-pod-58055922 in agent 10.0.0.129 2025-09-09 22:39:56,388 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=ccc75a19-6e73-4800-8106-07603ab48363 2025-09-09 22:39:56,392 - INFO - Pod ctest-nginx-pod-58055922 with uuid ccc75a19-6e73-4800-8106-07603ab48363 found in kube manager 2025-09-09 22:39:56,392 - INFO - Pod ctest-nginx-pod-58055922 verification passed 2025-09-09 22:39:56,456 - DEBUG - [Pod ctest-nginx-pod-58055922] Cmd: echo ctest-nginx-pod-58055922 > /usr/share/nginx/html/index.html, Output: 2025-09-09 22:39:56,463 - INFO - Pod ctest-nginx-pod-19001750 is in running state.Got IP 10.47.255.250 2025-09-09 22:39:56,473 - DEBUG - Pod ctest-nginx-pod-19001750 has vmi deb695be-8dcd-11f0-b72f-fa163e00237d 2025-09-09 22:39:56,473 - INFO - Verified pod ctest-nginx-pod-19001750 in contrail-api 2025-09-09 22:39:56,473 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-09 22:39:56,481 - DEBUG - VMI deb695be-8dcd-11f0-b72f-fa163e00237d is active in agent 10.0.0.129 2025-09-09 22:39:56,481 - INFO - Verified Pod ctest-nginx-pod-19001750 in agent 10.0.0.129 2025-09-09 22:39:56,481 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=c8366c30-e27d-4d67-8038-471a6ea2c740 2025-09-09 22:39:56,485 - INFO - Pod ctest-nginx-pod-19001750 with uuid c8366c30-e27d-4d67-8038-471a6ea2c740 found in kube manager 2025-09-09 22:39:56,485 - INFO - Pod ctest-nginx-pod-19001750 verification passed 2025-09-09 22:39:56,541 - DEBUG - [Pod ctest-nginx-pod-19001750] Cmd: echo ctest-nginx-pod-19001750 > /usr/share/nginx/html/index.html, Output: 2025-09-09 22:39:56,547 - DEBUG - Pod ctest-busybox-pod-23296497 not in running state.Currently in Pending 2025-09-09 22:40:01,554 - INFO - Pod ctest-busybox-pod-23296497 is in running state.Got IP 10.47.255.248 2025-09-09 22:40:01,568 - DEBUG - Pod ctest-busybox-pod-23296497 has vmi e2fc76d4-8dcd-11f0-b72f-fa163e00237d 2025-09-09 22:40:01,568 - INFO - Verified pod ctest-busybox-pod-23296497 in contrail-api 2025-09-09 22:40:01,568 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-09 22:40:01,576 - DEBUG - VMI e2fc76d4-8dcd-11f0-b72f-fa163e00237d is active in agent 10.0.0.129 2025-09-09 22:40:01,576 - INFO - Verified Pod ctest-busybox-pod-23296497 in agent 10.0.0.129 2025-09-09 22:40:01,577 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:01,580 - INFO - Pod ctest-busybox-pod-23296497 with uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 found in kube manager 2025-09-09 22:40:01,580 - INFO - Pod ctest-busybox-pod-23296497 verification passed 2025-09-09 22:40:01,633 - DEBUG - [Pod ctest-busybox-pod-23296497] 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) ctest-nginx-pod-58055922 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-09 22:40:01,634 - DEBUG - [Pod Pod ctest-busybox-pod-23296497] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-09 22:40:01,634 - DEBUG - [Pod Pod ctest-busybox-pod-23296497] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-58055922 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-09 22:40:01,690 - DEBUG - [Pod ctest-busybox-pod-23296497] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-19001750 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-09-09 22:40:01,691 - DEBUG - [Pod Pod ctest-busybox-pod-23296497] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-09 22:40:01,691 - DEBUG - [Pod Pod ctest-busybox-pod-23296497] Cmd output: ctest-nginx-pod-19001750 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-09-09 22:40:01,691 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-58055922': 1, 'ctest-nginx-pod-19001750': 1} 2025-09-09 22:40:01,691 - WARNING - Nothing to delete parallely 2025-09-09 22:40:01,691 - INFO - Deleting pod default:ctest-busybox-pod-23296497 2025-09-09 22:40:01,704 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:01,710 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:06,710 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:06,716 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:11,717 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:11,723 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:16,724 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:16,730 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:21,731 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:21,739 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:26,740 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:26,746 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:31,747 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:31,752 - WARNING - Pod uuid f6c28827-b339-4cb1-83f5-a34219d9bff9 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:36,754 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c28827-b339-4cb1-83f5-a34219d9bff9 2025-09-09 22:40:36,760 - DEBUG - Pod f6c28827-b339-4cb1-83f5-a34219d9bff9 is not in agent 10.0.0.129 VM list 2025-09-09 22:40:36,760 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2fc76d4-8dcd-11f0-b72f-fa163e00237d 2025-09-09 22:40:36,765 - DEBUG - VMI e2fc76d4-8dcd-11f0-b72f-fa163e00237d is removed from agent 10.0.0.129 2025-09-09 22:40:36,765 - INFO - Verified that pod ctest-busybox-pod-23296497 is removed in agent 2025-09-09 22:40:36,765 - INFO - Deleting Ingress : ctest-nginx-ingress-24989466 2025-09-09 22:40:36,773 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=19baa5dd-34e6-4eac-9182-e54268c251c8 2025-09-09 22:40:36,778 - ERROR - Ingress ctest-nginx-ingress-24989466 with uuid 19baa5dd-34e6-4eac-9182-e54268c251c8 still found in kube manager 2025-09-09 22:40:37,779 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=19baa5dd-34e6-4eac-9182-e54268c251c8 2025-09-09 22:40:37,782 - INFO - Ingress ctest-nginx-ingress-24989466 with uuid 19baa5dd-34e6-4eac-9182-e54268c251c8 deleted successfully from kube manager 2025-09-09 22:40:37,782 - INFO - Verifications on Ingress %s cleanup passed 2025-09-09 22:40:37,783 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-09 22:40:37,829 - 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-09-09 22:40:37,834 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-09 22:40:37,835 - INFO - Deleting VN __public__ 2025-09-09 22:40:37,967 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/617a316d-0d17-4016-a93e-e6ca4631f77a 2025-09-09 22:40:37,971 - DEBUG - Response Code: 404 2025-09-09 22:40:37,971 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-09-09 22:40:37,975 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6f94d777-f316-4d18-ad28-4e9fda458c22 2025-09-09 22:40:37,980 - DEBUG - Requesting: http://10.0.0.50:8082/project/87514179-257c-4fa8-b2f0-757ec686c574 2025-09-09 22:40:38,028 - INFO - Validated that VN __public__ is not found in API Server 2025-09-09 22:40:38,028 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-09 22:40:38,033 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:40:38,038 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-09-09 22:40:38,038 - INFO - Validated that VN __public__ is not in any agent 2025-09-09 22:40:38,038 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:40:38,043 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-09 22:40:38,048 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-09 22:40:38,052 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-09 22:40:38,052 - INFO - Deleting pod default:ctest-nginx-pod-19001750 2025-09-09 22:40:38,077 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c8366c30-e27d-4d67-8038-471a6ea2c740 2025-09-09 22:40:38,091 - WARNING - Pod uuid c8366c30-e27d-4d67-8038-471a6ea2c740 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:43,092 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c8366c30-e27d-4d67-8038-471a6ea2c740 2025-09-09 22:40:43,098 - DEBUG - Pod c8366c30-e27d-4d67-8038-471a6ea2c740 is not in agent 10.0.0.129 VM list 2025-09-09 22:40:43,099 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:deb695be-8dcd-11f0-b72f-fa163e00237d 2025-09-09 22:40:43,103 - DEBUG - VMI deb695be-8dcd-11f0-b72f-fa163e00237d is removed from agent 10.0.0.129 2025-09-09 22:40:43,103 - INFO - Verified that pod ctest-nginx-pod-19001750 is removed in agent 2025-09-09 22:40:43,103 - INFO - Deleting pod default:ctest-nginx-pod-58055922 2025-09-09 22:40:43,123 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ccc75a19-6e73-4800-8106-07603ab48363 2025-09-09 22:40:43,129 - WARNING - Pod uuid ccc75a19-6e73-4800-8106-07603ab48363 is still seen in agent 10.0.0.129 VM list 2025-09-09 22:40:48,130 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ccc75a19-6e73-4800-8106-07603ab48363 2025-09-09 22:40:48,136 - DEBUG - Pod ccc75a19-6e73-4800-8106-07603ab48363 is not in agent 10.0.0.129 VM list 2025-09-09 22:40:48,136 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:de3c358a-8dcd-11f0-b72f-fa163e00237d 2025-09-09 22:40:48,140 - DEBUG - VMI de3c358a-8dcd-11f0-b72f-fa163e00237d is removed from agent 10.0.0.129 2025-09-09 22:40:48,141 - INFO - Verified that pod ctest-nginx-pod-58055922 is removed in agent 2025-09-09 22:40:48,141 - INFO - Deleting service : ctest-nginx-svc-35962566 2025-09-09 22:40:48,332 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-09 22:40:48,341 - DEBUG - No XMPP flaps were noticed during the test