2026-04-09 01:48:39,049 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-04-09 01:48:39,295 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1966-1 2026-04-09 01:48:39,295 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-04-09 01:48:39,329 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1966-1 2026-04-09 01:48:39,329 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-04-09 01:48:39,418 - DEBUG - Output : NAMES contrail_test_11iTLvFL2 contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 2026-04-09 01:48:39,418 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-09 01:48:39,482 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 252.19.0.1/8 10.137.4.1/24 172.17.0.1/16 2026-04-09 01:48:39,483 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-04-09 01:48:39,516 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1966-1 2026-04-09 01:48:39,573 - DEBUG - [10.0.0.241]: Running cmd : hostname 2026-04-09 01:48:39,843 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1966-1 2026-04-09 01:48:39,843 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2026-04-09 01:48:39,878 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1966-1 2026-04-09 01:48:39,878 - DEBUG - [10.0.0.241]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-04-09 01:48:39,933 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-04-09 01:48:39,933 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-09 01:48:40,007 - DEBUG - Output : 10.0.0.241/24 2026-04-09 01:48:40,007 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2026-04-09 01:48:40,042 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1966-1 2026-04-09 01:48:40,110 - INFO - Using existing project ['default-domain', 'k8s-default'](366f3f1c-7b29-419e-b54b-218778a23333) 2026-04-09 01:48:40,166 - INFO - Using existing project ['default-domain', 'k8s-default'](366f3f1c-7b29-419e-b54b-218778a23333) 2026-04-09 01:48:40,278 - INFO - ================================================================================ 2026-04-09 01:48:40,278 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-09 01:48:40,279 - 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 2026-04-09 01:48:40,496 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-09 01:48:40,503 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.19': '0'}} with 2026-04-09 01:48:40,504 - INFO - Initial checks done. Running the testcase now 2026-04-09 01:48:40,504 - INFO - 2026-04-09 01:48:40,508 - INFO - Namespace default already exists 2026-04-09 01:48:40,509 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-09 01:48:40,635 - DEBUG - Output : cluster_project={} 2026-04-09 01:48:40,718 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-09 01:48:40,718 - DEBUG - Project uuid in Contrail is 366f3f1c-7b29-419e-b54b-218778a23333 2026-04-09 01:48:40,718 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-09 01:48:40,850 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-09 01:48:40,850 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=fdb4d1fb-86f0-4adf-aa66-02a8495589b5 2026-04-09 01:48:40,854 - INFO - Namespace default with uuid fdb4d1fb-86f0-4adf-aa66-02a8495589b5 found in kube manager 2026-04-09 01:48:40,854 - INFO - Namespace default verification passed 2026-04-09 01:48:40,857 - DEBUG - Service ctest-nginx-svc-56360824 not present 2026-04-09 01:48:40,857 - INFO - Creating service ctest-nginx-svc-56360824 2026-04-09 01:48:40,883 - INFO - Created Service ctest-nginx-svc-56360824 2026-04-09 01:48:40,887 - DEBUG - Pod ctest-nginx-pod-87707113 not present 2026-04-09 01:48:40,887 - INFO - Creating Pod ctest-nginx-pod-87707113 2026-04-09 01:48:40,947 - DEBUG - Node for Pod ctest-nginx-pod-87707113 not yet populated 2026-04-09 01:48:43,953 - DEBUG - Pod : ctest-nginx-pod-87707113 UUID is 83b49a57-d6da-4c88-92af-b20663a3e32c 2026-04-09 01:48:43,956 - DEBUG - Pod ctest-nginx-pod-36424633 not present 2026-04-09 01:48:43,957 - INFO - Creating Pod ctest-nginx-pod-36424633 2026-04-09 01:48:44,002 - DEBUG - Pod : ctest-nginx-pod-36424633 UUID is 592ade37-ad11-4c6c-9f19-fd5d51a39c18 2026-04-09 01:48:44,365 - INFO - Created VN __public__, UUID :0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,525 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-09 01:48:44,529 - DEBUG - Requesting: http://10.0.0.19:8082/domain/0bf31fcf-027f-4f8f-89be-db966f7bbd3d 2026-04-09 01:48:44,540 - DEBUG - Requesting: http://10.0.0.19:8082/project/366f3f1c-7b29-419e-b54b-218778a23333 2026-04-09 01:48:44,599 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,608 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,619 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/a6bc82d3-f6fe-4d49-a319-c00c44ddb6d5 2026-04-09 01:48:44,646 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/a6bc82d3-f6fe-4d49-a319-c00c44ddb6d5 2026-04-09 01:48:44,654 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/6775548d-0d76-481e-8c8a-909de0b9b26b 2026-04-09 01:48:44,660 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-09 01:48:44,660 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,666 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/a6bc82d3-f6fe-4d49-a319-c00c44ddb6d5 2026-04-09 01:48:44,676 - INFO - Verified VN network id 13 for VN 0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,676 - INFO - Verifications in API Server for VN __public__ passed 2026-04-09 01:48:44,676 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,683 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/a6bc82d3-f6fe-4d49-a319-c00c44ddb6d5 2026-04-09 01:48:44,687 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/a6bc82d3-f6fe-4d49-a319-c00c44ddb6d5 2026-04-09 01:48:44,692 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/6775548d-0d76-481e-8c8a-909de0b9b26b 2026-04-09 01:48:44,698 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-09 01:48:44,706 - DEBUG - Control-node 10.0.0.19 : 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': '1106322020023553957', 'uuid-lslong': '13798510583158442391'}, 'enable': 'true', 'created': '2026-04-09T01:48:44', 'last-modified': '2026-04-09T01:48:44', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.265717'} 2026-04-09 01:48:44,706 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:48:44,717 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-09 01:48:44,717 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-09 01:48:44,718 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-09 01:48:44,718 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-09 01:48:44,725 - DEBUG - Requesting: http://10.0.0.19:8082/domain/0bf31fcf-027f-4f8f-89be-db966f7bbd3d 2026-04-09 01:48:44,732 - DEBUG - Requesting: http://10.0.0.19:8082/project/366f3f1c-7b29-419e-b54b-218778a23333 2026-04-09 01:48:44,792 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:44,804 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-09 01:48:44,804 - DEBUG - Verifying the vn in opserver 2026-04-09 01:48:44,804 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2026-04-09 01:48:44,804 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2026-04-09 01:48:44,813 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-04-09 01:48:44,813 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-09 01:48:44,814 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:48:44,824 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:48:44,830 - DEBUG - Do not have enough data to verify VN in agent 2026-04-09 01:48:44,830 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:48:44,838 - DEBUG - VRF ids for VN __public__: {} 2026-04-09 01:48:44,954 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-09 01:48:45,061 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-09 01:48:45,068 - DEBUG - Requesting: http://10.0.0.19:8082/domain/0bf31fcf-027f-4f8f-89be-db966f7bbd3d 2026-04-09 01:48:45,073 - DEBUG - Requesting: http://10.0.0.19:8082/project/366f3f1c-7b29-419e-b54b-218778a23333 2026-04-09 01:48:45,115 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:45,125 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/5d68d039-5767-446f-b337-b7d4d1ad174f 2026-04-09 01:48:45,131 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-09 01:48:45,135 - DEBUG - Requesting: http://10.0.0.19:8082/domain/0bf31fcf-027f-4f8f-89be-db966f7bbd3d 2026-04-09 01:48:45,141 - DEBUG - Requesting: http://10.0.0.19:8082/project/366f3f1c-7b29-419e-b54b-218778a23333 2026-04-09 01:48:45,176 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/0f5a7204-02b2-4fa5-bf7e-28448aa08997 2026-04-09 01:48:45,183 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-09 01:48:45,183 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-09 01:48:45,190 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-09 01:48:45,194 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-09 01:48:45,194 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-09 01:48:45,197 - DEBUG - Ingress ctest-nginx-ingress-05974816 not present 2026-04-09 01:48:45,198 - INFO - Creating Ingress ctest-nginx-ingress-05974816 2026-04-09 01:48:45,208 - INFO - Created Ingress ctest-nginx-ingress-05974816 2026-04-09 01:48:45,211 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-05974816 2026-04-09 01:48:48,218 - DEBUG - For Ingress ctest-nginx-ingress-05974816, Cluster IP: 10.47.255.249, External IPs ['212.146.177.124'] 2026-04-09 01:48:48,218 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-05974816 2026-04-09 01:48:48,218 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=5c49a019-8d49-4c64-a284-8486091fd246 2026-04-09 01:48:48,233 - INFO - Ingress ctest-nginx-ingress-05974816 with uuid 5c49a019-8d49-4c64-a284-8486091fd246 found in kube manager 2026-04-09 01:48:48,233 - INFO - Ingress ctest-nginx-ingress-05974816 verification passed 2026-04-09 01:48:48,245 - DEBUG - Pod ctest-busybox-pod-62585814 not present 2026-04-09 01:48:48,246 - INFO - Creating Pod ctest-busybox-pod-62585814 2026-04-09 01:48:48,324 - DEBUG - Pod : ctest-busybox-pod-62585814 UUID is 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:48:48,330 - DEBUG - Pod ctest-nginx-pod-87707113 not in running state.Currently in Pending 2026-04-09 01:48:53,346 - DEBUG - Pod ctest-nginx-pod-87707113 not in running state.Currently in Pending 2026-04-09 01:48:58,354 - INFO - Pod ctest-nginx-pod-87707113 is in running state.Got IP 10.47.255.251 2026-04-09 01:48:58,406 - DEBUG - Pod ctest-nginx-pod-87707113 has vmi 3cbd07f4-33b6-11f1-9658-fa163ec3ff5d 2026-04-09 01:48:58,406 - INFO - Verified pod ctest-nginx-pod-87707113 in contrail-api 2026-04-09 01:48:58,406 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-09 01:48:58,417 - DEBUG - VMI 3cbd07f4-33b6-11f1-9658-fa163ec3ff5d is active in agent 10.0.0.241 2026-04-09 01:48:58,417 - INFO - Verified Pod ctest-nginx-pod-87707113 in agent 10.0.0.241 2026-04-09 01:48:58,417 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=83b49a57-d6da-4c88-92af-b20663a3e32c 2026-04-09 01:48:58,421 - INFO - Pod ctest-nginx-pod-87707113 with uuid 83b49a57-d6da-4c88-92af-b20663a3e32c found in kube manager 2026-04-09 01:48:58,421 - INFO - Pod ctest-nginx-pod-87707113 verification passed 2026-04-09 01:48:58,484 - DEBUG - [Pod ctest-nginx-pod-87707113] Cmd: echo ctest-nginx-pod-87707113 > /usr/share/nginx/html/index.html, Output: 2026-04-09 01:48:58,491 - INFO - Pod ctest-nginx-pod-36424633 is in running state.Got IP 10.47.255.250 2026-04-09 01:48:58,502 - DEBUG - Pod ctest-nginx-pod-36424633 has vmi 3df01d3c-33b6-11f1-9658-fa163ec3ff5d 2026-04-09 01:48:58,502 - INFO - Verified pod ctest-nginx-pod-36424633 in contrail-api 2026-04-09 01:48:58,502 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-09 01:48:58,511 - DEBUG - VMI 3df01d3c-33b6-11f1-9658-fa163ec3ff5d is active in agent 10.0.0.241 2026-04-09 01:48:58,511 - INFO - Verified Pod ctest-nginx-pod-36424633 in agent 10.0.0.241 2026-04-09 01:48:58,511 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=592ade37-ad11-4c6c-9f19-fd5d51a39c18 2026-04-09 01:48:58,514 - INFO - Pod ctest-nginx-pod-36424633 with uuid 592ade37-ad11-4c6c-9f19-fd5d51a39c18 found in kube manager 2026-04-09 01:48:58,514 - INFO - Pod ctest-nginx-pod-36424633 verification passed 2026-04-09 01:48:58,563 - DEBUG - [Pod ctest-nginx-pod-36424633] Cmd: echo ctest-nginx-pod-36424633 > /usr/share/nginx/html/index.html, Output: 2026-04-09 01:48:58,569 - DEBUG - Pod ctest-busybox-pod-62585814 not in running state.Currently in Pending 2026-04-09 01:49:03,579 - INFO - Pod ctest-busybox-pod-62585814 is in running state.Got IP 10.47.255.248 2026-04-09 01:49:03,591 - DEBUG - Pod ctest-busybox-pod-62585814 has vmi 408a1bec-33b6-11f1-9658-fa163ec3ff5d 2026-04-09 01:49:03,591 - INFO - Verified pod ctest-busybox-pod-62585814 in contrail-api 2026-04-09 01:49:03,592 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-09 01:49:03,601 - DEBUG - VMI 408a1bec-33b6-11f1-9658-fa163ec3ff5d is active in agent 10.0.0.241 2026-04-09 01:49:03,601 - INFO - Verified Pod ctest-busybox-pod-62585814 in agent 10.0.0.241 2026-04-09 01:49:03,602 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:03,606 - INFO - Pod ctest-busybox-pod-62585814 with uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 found in kube manager 2026-04-09 01:49:03,606 - INFO - Pod ctest-busybox-pod-62585814 verification passed 2026-04-09 01:49:03,664 - DEBUG - [Pod ctest-busybox-pod-62585814] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36424633 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,665 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,665 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd output: ctest-nginx-pod-36424633 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,726 - DEBUG - [Pod ctest-busybox-pod-62585814] 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-36424633 2026-04-09 01:49:03,726 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,726 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] 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-36424633 2026-04-09 01:49:03,776 - DEBUG - [Pod ctest-busybox-pod-62585814] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36424633 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,777 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,777 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd output: ctest-nginx-pod-36424633 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,838 - DEBUG - [Pod ctest-busybox-pod-62585814] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36424633 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,838 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,838 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd output: ctest-nginx-pod-36424633 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,897 - DEBUG - [Pod ctest-busybox-pod-62585814] 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-36424633 2026-04-09 01:49:03,898 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,898 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] 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-36424633 2026-04-09 01:49:03,958 - DEBUG - [Pod ctest-busybox-pod-62585814] 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-36424633 2026-04-09 01:49:03,958 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,958 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] 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-36424633 2026-04-09 01:49:03,999 - DEBUG - [Pod ctest-busybox-pod-62585814] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87707113 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,999 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-09 01:49:03,999 - DEBUG - [Pod Pod ctest-busybox-pod-62585814] Cmd output: ctest-nginx-pod-87707113 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-09 01:49:03,999 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-87707113': 1, 'ctest-nginx-pod-36424633': 6} 2026-04-09 01:49:03,999 - WARNING - Nothing to delete parallely 2026-04-09 01:49:04,000 - INFO - Deleting pod default:ctest-busybox-pod-62585814 2026-04-09 01:49:04,011 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:04,017 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:09,018 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:09,024 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:14,025 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:14,031 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:19,032 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:19,038 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:24,045 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:24,052 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:29,053 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:29,059 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:34,059 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:34,070 - WARNING - Pod uuid 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:39,071 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 2026-04-09 01:49:39,077 - DEBUG - Pod 3cc6c1a5-b354-44d3-bd8f-4843a07b4d95 is not in agent 10.0.0.241 VM list 2026-04-09 01:49:39,077 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:408a1bec-33b6-11f1-9658-fa163ec3ff5d 2026-04-09 01:49:39,082 - DEBUG - VMI 408a1bec-33b6-11f1-9658-fa163ec3ff5d is removed from agent 10.0.0.241 2026-04-09 01:49:39,082 - INFO - Verified that pod ctest-busybox-pod-62585814 is removed in agent 2026-04-09 01:49:39,082 - INFO - Deleting Ingress : ctest-nginx-ingress-05974816 2026-04-09 01:49:39,090 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=5c49a019-8d49-4c64-a284-8486091fd246 2026-04-09 01:49:39,096 - ERROR - Ingress ctest-nginx-ingress-05974816 with uuid 5c49a019-8d49-4c64-a284-8486091fd246 still found in kube manager 2026-04-09 01:49:40,096 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=5c49a019-8d49-4c64-a284-8486091fd246 2026-04-09 01:49:40,101 - INFO - Ingress ctest-nginx-ingress-05974816 with uuid 5c49a019-8d49-4c64-a284-8486091fd246 deleted successfully from kube manager 2026-04-09 01:49:40,101 - INFO - Verifications on Ingress %s cleanup passed 2026-04-09 01:49:40,101 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-09 01:49:40,225 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-09 01:49:40,230 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-09 01:49:40,230 - INFO - Deleting VN __public__ 2026-04-09 01:49:40,349 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/a6bc82d3-f6fe-4d49-a319-c00c44ddb6d5 2026-04-09 01:49:40,354 - DEBUG - Response Code: 404 2026-04-09 01:49:40,354 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-04-09 01:49:40,359 - DEBUG - Requesting: http://10.0.0.19:8082/domain/0bf31fcf-027f-4f8f-89be-db966f7bbd3d 2026-04-09 01:49:40,376 - DEBUG - Requesting: http://10.0.0.19:8082/project/366f3f1c-7b29-419e-b54b-218778a23333 2026-04-09 01:49:40,465 - INFO - Validated that VN __public__ is not found in API Server 2026-04-09 01:49:40,465 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-09 01:49:40,474 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:49:40,483 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2026-04-09 01:49:40,483 - INFO - Validated that VN __public__ is not in any agent 2026-04-09 01:49:40,483 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:49:40,501 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-09 01:49:40,507 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-09 01:49:40,514 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-09 01:49:40,515 - INFO - Deleting pod default:ctest-nginx-pod-36424633 2026-04-09 01:49:40,529 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=592ade37-ad11-4c6c-9f19-fd5d51a39c18 2026-04-09 01:49:40,539 - WARNING - Pod uuid 592ade37-ad11-4c6c-9f19-fd5d51a39c18 is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:45,539 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=592ade37-ad11-4c6c-9f19-fd5d51a39c18 2026-04-09 01:49:45,545 - DEBUG - Pod 592ade37-ad11-4c6c-9f19-fd5d51a39c18 is not in agent 10.0.0.241 VM list 2026-04-09 01:49:45,545 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3df01d3c-33b6-11f1-9658-fa163ec3ff5d 2026-04-09 01:49:45,550 - DEBUG - VMI 3df01d3c-33b6-11f1-9658-fa163ec3ff5d is removed from agent 10.0.0.241 2026-04-09 01:49:45,550 - INFO - Verified that pod ctest-nginx-pod-36424633 is removed in agent 2026-04-09 01:49:45,550 - INFO - Deleting pod default:ctest-nginx-pod-87707113 2026-04-09 01:49:45,576 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=83b49a57-d6da-4c88-92af-b20663a3e32c 2026-04-09 01:49:45,585 - WARNING - Pod uuid 83b49a57-d6da-4c88-92af-b20663a3e32c is still seen in agent 10.0.0.241 VM list 2026-04-09 01:49:50,587 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=83b49a57-d6da-4c88-92af-b20663a3e32c 2026-04-09 01:49:50,597 - DEBUG - Pod 83b49a57-d6da-4c88-92af-b20663a3e32c is not in agent 10.0.0.241 VM list 2026-04-09 01:49:50,597 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3cbd07f4-33b6-11f1-9658-fa163ec3ff5d 2026-04-09 01:49:50,603 - DEBUG - VMI 3cbd07f4-33b6-11f1-9658-fa163ec3ff5d is removed from agent 10.0.0.241 2026-04-09 01:49:50,603 - INFO - Verified that pod ctest-nginx-pod-87707113 is removed in agent 2026-04-09 01:49:50,603 - INFO - Deleting service : ctest-nginx-svc-56360824 2026-04-09 01:49:50,833 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-09 01:49:50,839 - DEBUG - No XMPP flaps were noticed during the test