2025-11-24 18:18:47,378 - DEBUG - [10.0.0.242]: Running cmd : hostname 2025-11-24 18:18:47,633 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1738-1 2025-11-24 18:18:47,633 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2025-11-24 18:18:47,667 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1738-1 2025-11-24 18:18:47,667 - 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-11-24 18:18:47,729 - DEBUG - Output : NAMES contrail_test_zdxlVqvrX webui-job-1 webui-web-1 contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 2025-11-24 18:18:47,729 - DEBUG - [10.0.0.242]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-24 18:18:47,763 - DEBUG - Output : 127.0.0.1/8 10.0.0.242/24 252.242.0.1/8 10.79.145.1/24 172.17.0.1/16 2025-11-24 18:18:47,763 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2025-11-24 18:18:47,834 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1738-1 2025-11-24 18:18:47,920 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-11-24 18:18:48,147 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1738-1 2025-11-24 18:18:48,148 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-11-24 18:18:48,171 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1738-1 2025-11-24 18:18:48,171 - 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-11-24 18:18:48,256 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-11-24 18:18:48,257 - DEBUG - [10.0.0.65]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-24 18:18:48,291 - DEBUG - Output : 10.0.0.65/24 2025-11-24 18:18:48,291 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-11-24 18:18:48,332 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1738-1 2025-11-24 18:18:48,402 - INFO - Using existing project ['default-domain', 'k8s-default'](9f658060-2109-4d91-b989-389409e5d017) 2025-11-24 18:18:48,513 - INFO - Using existing project ['default-domain', 'k8s-default'](9f658060-2109-4d91-b989-389409e5d017) 2025-11-24 18:18:48,615 - INFO - ================================================================================ 2025-11-24 18:18:48,615 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-24 18:18:48,615 - 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-11-24 18:18:48,847 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 18:18:48,854 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.0.0.242': '0'}} with 2025-11-24 18:18:48,854 - INFO - Initial checks done. Running the testcase now 2025-11-24 18:18:48,854 - INFO - 2025-11-24 18:18:48,857 - INFO - Namespace default already exists 2025-11-24 18:18:48,858 - 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-11-24 18:18:48,987 - DEBUG - Output : cluster_project={} 2025-11-24 18:18:49,033 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-24 18:18:49,034 - DEBUG - Project uuid in Contrail is 9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:18:49,034 - 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-11-24 18:18:49,170 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 18:18:49,171 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_NamespaceDatabaseList?namespace_uuid=ede02d84-c433-491d-9f33-3a81d73673c1 2025-11-24 18:18:49,174 - INFO - Namespace default with uuid ede02d84-c433-491d-9f33-3a81d73673c1 found in kube manager 2025-11-24 18:18:49,175 - INFO - Namespace default verification passed 2025-11-24 18:18:49,177 - DEBUG - Service ctest-nginx-svc-69548597 not present 2025-11-24 18:18:49,178 - INFO - Creating service ctest-nginx-svc-69548597 2025-11-24 18:18:49,223 - INFO - Created Service ctest-nginx-svc-69548597 2025-11-24 18:18:49,229 - DEBUG - Pod ctest-nginx-pod-53544882 not present 2025-11-24 18:18:49,230 - INFO - Creating Pod ctest-nginx-pod-53544882 2025-11-24 18:18:49,291 - DEBUG - Pod : ctest-nginx-pod-53544882 UUID is a5a4354c-cf34-4543-9a4b-9493377fc8f3 2025-11-24 18:18:49,294 - DEBUG - Pod ctest-nginx-pod-95464844 not present 2025-11-24 18:18:49,295 - INFO - Creating Pod ctest-nginx-pod-95464844 2025-11-24 18:18:49,337 - DEBUG - Pod : ctest-nginx-pod-95464844 UUID is 37313964-9076-43a6-aa6c-fb592c7be3f7 2025-11-24 18:18:49,497 - INFO - Created VN __public__, UUID :c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:49,669 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-11-24 18:18:49,691 - DEBUG - Requesting: http://10.0.0.242:8082/domain/277e4a44-589b-47a1-b32d-f59c3e921ca6 2025-11-24 18:18:49,735 - DEBUG - Requesting: http://10.0.0.242:8082/project/9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:18:49,787 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:49,798 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:49,811 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:49,821 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:49,829 - DEBUG - Route Targets: [] 2025-11-24 18:18:49,829 - DEBUG - RT names not yet present for VN __public__ 2025-11-24 18:18:54,830 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-11-24 18:18:54,835 - DEBUG - Requesting: http://10.0.0.242:8082/domain/277e4a44-589b-47a1-b32d-f59c3e921ca6 2025-11-24 18:18:54,842 - DEBUG - Requesting: http://10.0.0.242:8082/project/9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:18:54,887 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:54,899 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:54,907 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:54,915 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:54,921 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/a392ed82-5751-47c1-a3b2-915e10557e8f 2025-11-24 18:18:54,927 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 18:18:54,927 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:54,936 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:54,949 - INFO - Verified VN network id 13 for VN c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:54,949 - INFO - Verifications in API Server for VN __public__ passed 2025-11-24 18:18:54,949 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:54,957 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:54,963 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:18:54,971 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/a392ed82-5751-47c1-a3b2-915e10557e8f 2025-11-24 18:18:54,978 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 18:18:54,985 - 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': '14385051314190896160', 'uuid-lslong': '9880840865320455719'}, 'enable': 'true', 'created': '2025-11-24T18:18:49', 'last-modified': '2025-11-24T18:18:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.410150'} 2025-11-24 18:18:54,985 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:18:55,025 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 18:18:55,025 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-24 18:18:55,026 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-24 18:18:55,026 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-11-24 18:18:55,034 - DEBUG - Requesting: http://10.0.0.242:8082/domain/277e4a44-589b-47a1-b32d-f59c3e921ca6 2025-11-24 18:18:55,046 - DEBUG - Requesting: http://10.0.0.242:8082/project/9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:18:55,080 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:55,091 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-24 18:18:55,091 - DEBUG - Verifying the vn in opserver 2025-11-24 18:18:55,091 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.242 2025-11-24 18:18:55,091 - DEBUG - Requesting: http://10.0.0.242:8081/analytics/uves/virtual-networks 2025-11-24 18:18:55,096 - 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-11-24 18:18:55,096 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-24 18:18:55,096 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:18:55,104 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:18:55,110 - DEBUG - Do not have enough data to verify VN in agent 2025-11-24 18:18:55,110 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:18:55,114 - DEBUG - VRF ids for VN __public__: {} 2025-11-24 18:18:55,209 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-24 18:18:55,344 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-11-24 18:18:55,366 - DEBUG - Requesting: http://10.0.0.242:8082/domain/277e4a44-589b-47a1-b32d-f59c3e921ca6 2025-11-24 18:18:55,375 - DEBUG - Requesting: http://10.0.0.242:8082/project/9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:18:55,427 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:55,440 - DEBUG - Requesting: http://10.0.0.242:8082/floating-ip-pool/d2ef2a65-7f6c-4795-b933-ae54651b09a7 2025-11-24 18:18:55,446 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-11-24 18:18:55,453 - DEBUG - Requesting: http://10.0.0.242:8082/domain/277e4a44-589b-47a1-b32d-f59c3e921ca6 2025-11-24 18:18:55,463 - DEBUG - Requesting: http://10.0.0.242:8082/project/9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:18:55,498 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/c7a1f7f4-7a1d-4c20-891f-cc6a8396ce27 2025-11-24 18:18:55,510 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-24 18:18:55,510 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-24 18:18:55,518 - 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-11-24 18:18:55,523 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-24 18:18:55,523 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-24 18:18:55,526 - DEBUG - Ingress ctest-nginx-ingress-03792917 not present 2025-11-24 18:18:55,527 - INFO - Creating Ingress ctest-nginx-ingress-03792917 2025-11-24 18:18:55,536 - INFO - Created Ingress ctest-nginx-ingress-03792917 2025-11-24 18:18:55,539 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-03792917 2025-11-24 18:18:58,544 - DEBUG - For Ingress ctest-nginx-ingress-03792917, Cluster IP: 10.47.255.249, External IPs ['145.182.55.124'] 2025-11-24 18:18:58,544 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-03792917 2025-11-24 18:18:58,546 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=a38f1fc9-ae9f-4cb7-8cdc-c12d54eed440 2025-11-24 18:18:58,550 - INFO - Ingress ctest-nginx-ingress-03792917 with uuid a38f1fc9-ae9f-4cb7-8cdc-c12d54eed440 found in kube manager 2025-11-24 18:18:58,551 - INFO - Ingress ctest-nginx-ingress-03792917 verification passed 2025-11-24 18:18:58,561 - DEBUG - Pod ctest-busybox-pod-62480778 not present 2025-11-24 18:18:58,561 - INFO - Creating Pod ctest-busybox-pod-62480778 2025-11-24 18:18:58,587 - DEBUG - Pod : ctest-busybox-pod-62480778 UUID is 3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:18:58,598 - DEBUG - Pod ctest-nginx-pod-53544882 not in running state.Currently in Pending 2025-11-24 18:19:03,605 - INFO - Pod ctest-nginx-pod-53544882 is in running state.Got IP 10.47.255.251 2025-11-24 18:19:03,657 - DEBUG - Pod ctest-nginx-pod-53544882 has vmi 06e5800c-c962-11f0-b0cc-fa163eb0ef64 2025-11-24 18:19:03,657 - INFO - Verified pod ctest-nginx-pod-53544882 in contrail-api 2025-11-24 18:19:03,657 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 18:19:03,666 - DEBUG - VMI 06e5800c-c962-11f0-b0cc-fa163eb0ef64 is active in agent 10.0.0.65 2025-11-24 18:19:03,666 - INFO - Verified Pod ctest-nginx-pod-53544882 in agent 10.0.0.65 2025-11-24 18:19:03,666 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=a5a4354c-cf34-4543-9a4b-9493377fc8f3 2025-11-24 18:19:03,670 - INFO - Pod ctest-nginx-pod-53544882 with uuid a5a4354c-cf34-4543-9a4b-9493377fc8f3 found in kube manager 2025-11-24 18:19:03,670 - INFO - Pod ctest-nginx-pod-53544882 verification passed 2025-11-24 18:19:03,739 - DEBUG - [Pod ctest-nginx-pod-53544882] Cmd: echo ctest-nginx-pod-53544882 > /usr/share/nginx/html/index.html, Output: 2025-11-24 18:19:03,745 - INFO - Pod ctest-nginx-pod-95464844 is in running state.Got IP 10.47.255.250 2025-11-24 18:19:03,757 - DEBUG - Pod ctest-nginx-pod-95464844 has vmi 07534790-c962-11f0-b0cc-fa163eb0ef64 2025-11-24 18:19:03,757 - INFO - Verified pod ctest-nginx-pod-95464844 in contrail-api 2025-11-24 18:19:03,757 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 18:19:03,765 - DEBUG - VMI 07534790-c962-11f0-b0cc-fa163eb0ef64 is active in agent 10.0.0.65 2025-11-24 18:19:03,765 - INFO - Verified Pod ctest-nginx-pod-95464844 in agent 10.0.0.65 2025-11-24 18:19:03,765 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=37313964-9076-43a6-aa6c-fb592c7be3f7 2025-11-24 18:19:03,769 - INFO - Pod ctest-nginx-pod-95464844 with uuid 37313964-9076-43a6-aa6c-fb592c7be3f7 found in kube manager 2025-11-24 18:19:03,769 - INFO - Pod ctest-nginx-pod-95464844 verification passed 2025-11-24 18:19:03,818 - DEBUG - [Pod ctest-nginx-pod-95464844] Cmd: echo ctest-nginx-pod-95464844 > /usr/share/nginx/html/index.html, Output: 2025-11-24 18:19:03,824 - DEBUG - Pod ctest-busybox-pod-62480778 not in running state.Currently in Pending 2025-11-24 18:19:08,830 - INFO - Pod ctest-busybox-pod-62480778 is in running state.Got IP 10.47.255.248 2025-11-24 18:19:08,842 - DEBUG - Pod ctest-busybox-pod-62480778 has vmi 0b9ecda6-c962-11f0-b0cc-fa163eb0ef64 2025-11-24 18:19:08,842 - INFO - Verified pod ctest-busybox-pod-62480778 in contrail-api 2025-11-24 18:19:08,842 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 18:19:08,851 - DEBUG - VMI 0b9ecda6-c962-11f0-b0cc-fa163eb0ef64 is active in agent 10.0.0.65 2025-11-24 18:19:08,852 - INFO - Verified Pod ctest-busybox-pod-62480778 in agent 10.0.0.65 2025-11-24 18:19:08,852 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:08,856 - INFO - Pod ctest-busybox-pod-62480778 with uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 found in kube manager 2025-11-24 18:19:08,856 - INFO - Pod ctest-busybox-pod-62480778 verification passed 2025-11-24 18:19:08,910 - DEBUG - [Pod ctest-busybox-pod-62480778] 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-95464844 2025-11-24 18:19:08,910 - DEBUG - [Pod Pod ctest-busybox-pod-62480778] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-24 18:19:08,910 - DEBUG - [Pod Pod ctest-busybox-pod-62480778] 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-95464844 2025-11-24 18:19:08,961 - DEBUG - [Pod ctest-busybox-pod-62480778] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53544882 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-11-24 18:19:08,961 - DEBUG - [Pod Pod ctest-busybox-pod-62480778] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-24 18:19:08,961 - DEBUG - [Pod Pod ctest-busybox-pod-62480778] Cmd output: ctest-nginx-pod-53544882 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-11-24 18:19:08,961 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-53544882': 1, 'ctest-nginx-pod-95464844': 1} 2025-11-24 18:19:08,962 - WARNING - Nothing to delete parallely 2025-11-24 18:19:08,962 - INFO - Deleting pod default:ctest-busybox-pod-62480778 2025-11-24 18:19:08,979 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:08,985 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:13,986 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:13,992 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:18,992 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:18,999 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:24,000 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:24,006 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:29,007 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:29,013 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:34,014 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:34,021 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:39,021 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:39,029 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:44,030 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:44,036 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:49,037 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:49,043 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:54,044 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:54,050 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:19:59,051 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:19:59,058 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:20:04,059 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:20:04,066 - WARNING - Pod uuid 3025ed18-ec96-45c0-8c43-b923d3c86148 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:20:09,066 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3025ed18-ec96-45c0-8c43-b923d3c86148 2025-11-24 18:20:09,073 - DEBUG - Pod 3025ed18-ec96-45c0-8c43-b923d3c86148 is not in agent 10.0.0.65 VM list 2025-11-24 18:20:09,073 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b9ecda6-c962-11f0-b0cc-fa163eb0ef64 2025-11-24 18:20:09,079 - DEBUG - VMI 0b9ecda6-c962-11f0-b0cc-fa163eb0ef64 is removed from agent 10.0.0.65 2025-11-24 18:20:09,079 - INFO - Verified that pod ctest-busybox-pod-62480778 is removed in agent 2025-11-24 18:20:09,079 - INFO - Deleting Ingress : ctest-nginx-ingress-03792917 2025-11-24 18:20:09,085 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=a38f1fc9-ae9f-4cb7-8cdc-c12d54eed440 2025-11-24 18:20:09,090 - ERROR - Ingress ctest-nginx-ingress-03792917 with uuid a38f1fc9-ae9f-4cb7-8cdc-c12d54eed440 still found in kube manager 2025-11-24 18:20:10,091 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=a38f1fc9-ae9f-4cb7-8cdc-c12d54eed440 2025-11-24 18:20:10,095 - INFO - Ingress ctest-nginx-ingress-03792917 with uuid a38f1fc9-ae9f-4cb7-8cdc-c12d54eed440 deleted successfully from kube manager 2025-11-24 18:20:10,095 - INFO - Verifications on Ingress %s cleanup passed 2025-11-24 18:20:10,095 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-24 18:20:10,270 - 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-11-24 18:20:10,275 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-24 18:20:10,275 - INFO - Deleting VN __public__ 2025-11-24 18:20:10,379 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/b7ccae57-665f-4a40-9e60-ab4f012b20f3 2025-11-24 18:20:10,384 - DEBUG - Response Code: 404 2025-11-24 18:20:10,384 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-11-24 18:20:10,394 - DEBUG - Requesting: http://10.0.0.242:8082/domain/277e4a44-589b-47a1-b32d-f59c3e921ca6 2025-11-24 18:20:10,403 - DEBUG - Requesting: http://10.0.0.242:8082/project/9f658060-2109-4d91-b989-389409e5d017 2025-11-24 18:20:10,445 - INFO - Validated that VN __public__ is not found in API Server 2025-11-24 18:20:10,445 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-24 18:20:10,453 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:20:10,468 - DEBUG - VN __public__ is not present in Agent 10.0.0.65 2025-11-24 18:20:10,469 - INFO - Validated that VN __public__ is not in any agent 2025-11-24 18:20:10,469 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:20:10,477 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 18:20:10,489 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 18:20:10,502 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-24 18:20:10,503 - INFO - Deleting pod default:ctest-nginx-pod-95464844 2025-11-24 18:20:10,519 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=37313964-9076-43a6-aa6c-fb592c7be3f7 2025-11-24 18:20:10,543 - WARNING - Pod uuid 37313964-9076-43a6-aa6c-fb592c7be3f7 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:20:15,544 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=37313964-9076-43a6-aa6c-fb592c7be3f7 2025-11-24 18:20:15,550 - DEBUG - Pod 37313964-9076-43a6-aa6c-fb592c7be3f7 is not in agent 10.0.0.65 VM list 2025-11-24 18:20:15,550 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:07534790-c962-11f0-b0cc-fa163eb0ef64 2025-11-24 18:20:15,556 - DEBUG - VMI 07534790-c962-11f0-b0cc-fa163eb0ef64 is removed from agent 10.0.0.65 2025-11-24 18:20:15,556 - INFO - Verified that pod ctest-nginx-pod-95464844 is removed in agent 2025-11-24 18:20:15,556 - INFO - Deleting pod default:ctest-nginx-pod-53544882 2025-11-24 18:20:15,593 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a5a4354c-cf34-4543-9a4b-9493377fc8f3 2025-11-24 18:20:15,603 - WARNING - Pod uuid a5a4354c-cf34-4543-9a4b-9493377fc8f3 is still seen in agent 10.0.0.65 VM list 2025-11-24 18:20:20,603 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a5a4354c-cf34-4543-9a4b-9493377fc8f3 2025-11-24 18:20:20,609 - DEBUG - Pod a5a4354c-cf34-4543-9a4b-9493377fc8f3 is not in agent 10.0.0.65 VM list 2025-11-24 18:20:20,609 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:06e5800c-c962-11f0-b0cc-fa163eb0ef64 2025-11-24 18:20:20,614 - DEBUG - VMI 06e5800c-c962-11f0-b0cc-fa163eb0ef64 is removed from agent 10.0.0.65 2025-11-24 18:20:20,614 - INFO - Verified that pod ctest-nginx-pod-53544882 is removed in agent 2025-11-24 18:20:20,615 - INFO - Deleting service : ctest-nginx-svc-69548597 2025-11-24 18:20:20,876 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 18:20:20,882 - DEBUG - No XMPP flaps were noticed during the test