2026-02-20 04:51:23,722 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-02-20 04:51:24,371 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1906-1 2026-02-20 04:51:24,372 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-02-20 04:51:24,426 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1906-1 2026-02-20 04:51:24,427 - DEBUG - [10.0.0.33]: 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-02-20 04:51:24,569 - DEBUG - Output : NAMES contrail_test_dUYhWRmTS analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 contrail-kubernetes-master-kubemanager-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 2026-02-20 04:51:24,569 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-02-20 04:51:24,623 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.135.249.1/24 172.17.0.1/16 2026-02-20 04:51:24,624 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-02-20 04:51:24,667 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1906-1 2026-02-20 04:51:24,767 - DEBUG - [10.0.0.129]: Running cmd : hostname 2026-02-20 04:51:25,003 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1906-1 2026-02-20 04:51:25,003 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2026-02-20 04:51:25,042 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1906-1 2026-02-20 04:51:25,042 - 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}' 2026-02-20 04:51:25,131 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-02-20 04:51:25,132 - DEBUG - [10.0.0.129]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-02-20 04:51:25,167 - DEBUG - Output : 10.0.0.129/24 2026-02-20 04:51:25,167 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2026-02-20 04:51:25,204 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1906-1 2026-02-20 04:51:25,309 - INFO - Using existing project ['default-domain', 'k8s-default'](ef07b448-bd80-4894-bcb0-2a463f8cfed6) 2026-02-20 04:51:25,520 - INFO - Using existing project ['default-domain', 'k8s-default'](ef07b448-bd80-4894-bcb0-2a463f8cfed6) 2026-02-20 04:51:25,673 - INFO - ================================================================================ 2026-02-20 04:51:25,673 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-02-20 04:51:25,673 - 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-02-20 04:51:25,958 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2026-02-20 04:51:25,964 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.33': '0'}} with 2026-02-20 04:51:25,965 - INFO - Initial checks done. Running the testcase now 2026-02-20 04:51:25,965 - INFO - 2026-02-20 04:51:25,968 - INFO - Namespace default already exists 2026-02-20 04:51:25,969 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-02-20 04:51:26,157 - DEBUG - Output : cluster_project={} 2026-02-20 04:51:26,226 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-02-20 04:51:26,226 - DEBUG - Project uuid in Contrail is ef07b448-bd80-4894-bcb0-2a463f8cfed6 2026-02-20 04:51:26,226 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-02-20 04:51:26,353 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-02-20 04:51:26,353 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=27412e10-6ac2-43d0-98e9-853650bd48f5 2026-02-20 04:51:26,358 - INFO - Namespace default with uuid 27412e10-6ac2-43d0-98e9-853650bd48f5 found in kube manager 2026-02-20 04:51:26,358 - INFO - Namespace default verification passed 2026-02-20 04:51:26,361 - DEBUG - Service ctest-nginx-svc-20526228 not present 2026-02-20 04:51:26,362 - INFO - Creating service ctest-nginx-svc-20526228 2026-02-20 04:51:26,764 - INFO - Created Service ctest-nginx-svc-20526228 2026-02-20 04:51:26,779 - DEBUG - Pod ctest-nginx-pod-34111465 not present 2026-02-20 04:51:26,780 - INFO - Creating Pod ctest-nginx-pod-34111465 2026-02-20 04:51:27,050 - DEBUG - Pod : ctest-nginx-pod-34111465 UUID is e0ed4ede-0a88-4757-83a9-e9374a44f375 2026-02-20 04:51:27,072 - DEBUG - Pod ctest-nginx-pod-57794433 not present 2026-02-20 04:51:27,073 - INFO - Creating Pod ctest-nginx-pod-57794433 2026-02-20 04:51:27,178 - DEBUG - Pod : ctest-nginx-pod-57794433 UUID is 069bf1ee-f72a-4bbe-9824-86c32f232b38 2026-02-20 04:51:27,549 - INFO - Created VN __public__, UUID :5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:27,928 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-20 04:51:27,940 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a005283d-f6e2-4925-9ba2-c8b94172a4fc 2026-02-20 04:51:28,014 - DEBUG - Requesting: http://10.0.0.33:8082/project/ef07b448-bd80-4894-bcb0-2a463f8cfed6 2026-02-20 04:51:28,085 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,095 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,111 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/88659de6-1730-4a41-a581-6530063a73d3 2026-02-20 04:51:28,135 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/88659de6-1730-4a41-a581-6530063a73d3 2026-02-20 04:51:28,142 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/47ce0017-d662-4eb4-8894-cfd9351f3eed 2026-02-20 04:51:28,147 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-02-20 04:51:28,148 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,155 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/88659de6-1730-4a41-a581-6530063a73d3 2026-02-20 04:51:28,168 - INFO - Verified VN network id 13 for VN 5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,168 - INFO - Verifications in API Server for VN __public__ passed 2026-02-20 04:51:28,169 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,177 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/88659de6-1730-4a41-a581-6530063a73d3 2026-02-20 04:51:28,186 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/88659de6-1730-4a41-a581-6530063a73d3 2026-02-20 04:51:28,195 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/47ce0017-d662-4eb4-8894-cfd9351f3eed 2026-02-20 04:51:28,208 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-02-20 04:51:28,220 - DEBUG - Control-node 10.0.0.33 : 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': '6611265489174282368', 'uuid-lslong': '11058676205222355023'}, 'enable': 'true', 'created': '2026-02-20T04:51:27', 'last-modified': '2026-02-20T04:51:27', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.408679'} 2026-02-20 04:51:28,220 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:51:28,241 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-02-20 04:51:28,241 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-02-20 04:51:28,244 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-02-20 04:51:28,244 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-20 04:51:28,258 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a005283d-f6e2-4925-9ba2-c8b94172a4fc 2026-02-20 04:51:28,266 - DEBUG - Requesting: http://10.0.0.33:8082/project/ef07b448-bd80-4894-bcb0-2a463f8cfed6 2026-02-20 04:51:28,316 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,326 - DEBUG - =>VN __public__ has no policy to be verified 2026-02-20 04:51:28,326 - DEBUG - Verifying the vn in opserver 2026-02-20 04:51:28,326 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-02-20 04:51:28,326 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-02-20 04:51:28,331 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-02-20 04:51:28,331 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-02-20 04:51:28,332 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:51:28,348 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:51:28,355 - DEBUG - Do not have enough data to verify VN in agent 2026-02-20 04:51:28,355 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:51:28,361 - DEBUG - VRF ids for VN __public__: {} 2026-02-20 04:51:28,464 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-02-20 04:51:28,639 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-20 04:51:28,644 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a005283d-f6e2-4925-9ba2-c8b94172a4fc 2026-02-20 04:51:28,650 - DEBUG - Requesting: http://10.0.0.33:8082/project/ef07b448-bd80-4894-bcb0-2a463f8cfed6 2026-02-20 04:51:28,715 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,726 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/941aa4d1-d97c-4b6a-9bac-067b6b24eaba 2026-02-20 04:51:28,745 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-20 04:51:28,757 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a005283d-f6e2-4925-9ba2-c8b94172a4fc 2026-02-20 04:51:28,764 - DEBUG - Requesting: http://10.0.0.33:8082/project/ef07b448-bd80-4894-bcb0-2a463f8cfed6 2026-02-20 04:51:28,800 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/5bbfeeef-3608-4080-9978-4f6ad257e04f 2026-02-20 04:51:28,809 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-02-20 04:51:28,809 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-02-20 04:51:28,822 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-02-20 04:51:28,832 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-02-20 04:51:28,832 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-02-20 04:51:28,842 - DEBUG - Ingress ctest-nginx-ingress-66062922 not present 2026-02-20 04:51:28,842 - INFO - Creating Ingress ctest-nginx-ingress-66062922 2026-02-20 04:51:28,862 - INFO - Created Ingress ctest-nginx-ingress-66062922 2026-02-20 04:51:28,866 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66062922 2026-02-20 04:51:31,871 - DEBUG - For Ingress ctest-nginx-ingress-66062922, Cluster IP: 10.47.255.249, External IPs ['75.115.172.60'] 2026-02-20 04:51:31,871 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-66062922 2026-02-20 04:51:31,871 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=01f6a3ba-2716-4ec0-a8f0-bd4b8e34d192 2026-02-20 04:51:31,876 - INFO - Ingress ctest-nginx-ingress-66062922 with uuid 01f6a3ba-2716-4ec0-a8f0-bd4b8e34d192 found in kube manager 2026-02-20 04:51:31,877 - INFO - Ingress ctest-nginx-ingress-66062922 verification passed 2026-02-20 04:51:31,879 - DEBUG - Pod ctest-busybox-pod-42831375 not present 2026-02-20 04:51:31,880 - INFO - Creating Pod ctest-busybox-pod-42831375 2026-02-20 04:51:31,905 - DEBUG - Pod : ctest-busybox-pod-42831375 UUID is ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:51:31,942 - DEBUG - Pod ctest-nginx-pod-34111465 not in running state.Currently in Pending 2026-02-20 04:51:36,952 - DEBUG - Pod ctest-nginx-pod-34111465 not in running state.Currently in Pending 2026-02-20 04:51:41,962 - DEBUG - Pod ctest-nginx-pod-34111465 not in running state.Currently in Pending 2026-02-20 04:51:46,971 - INFO - Pod ctest-nginx-pod-34111465 is in running state.Got IP 10.47.255.251 2026-02-20 04:51:46,986 - DEBUG - Pod ctest-nginx-pod-34111465 has vmi d19a68fe-0e17-11f1-9d68-fa163ee3dc9e 2026-02-20 04:51:46,986 - INFO - Verified pod ctest-nginx-pod-34111465 in contrail-api 2026-02-20 04:51:46,986 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-20 04:51:46,999 - DEBUG - VMI d19a68fe-0e17-11f1-9d68-fa163ee3dc9e is active in agent 10.0.0.129 2026-02-20 04:51:46,999 - INFO - Verified Pod ctest-nginx-pod-34111465 in agent 10.0.0.129 2026-02-20 04:51:46,999 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=e0ed4ede-0a88-4757-83a9-e9374a44f375 2026-02-20 04:51:47,010 - INFO - Pod ctest-nginx-pod-34111465 with uuid e0ed4ede-0a88-4757-83a9-e9374a44f375 found in kube manager 2026-02-20 04:51:47,010 - INFO - Pod ctest-nginx-pod-34111465 verification passed 2026-02-20 04:51:47,101 - DEBUG - [Pod ctest-nginx-pod-34111465] Cmd: echo ctest-nginx-pod-34111465 > /usr/share/nginx/html/index.html, Output: 2026-02-20 04:51:47,111 - INFO - Pod ctest-nginx-pod-57794433 is in running state.Got IP 10.47.255.250 2026-02-20 04:51:47,131 - DEBUG - Pod ctest-nginx-pod-57794433 has vmi d2194bce-0e17-11f1-9d68-fa163ee3dc9e 2026-02-20 04:51:47,131 - INFO - Verified pod ctest-nginx-pod-57794433 in contrail-api 2026-02-20 04:51:47,131 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-20 04:51:47,140 - DEBUG - VMI d2194bce-0e17-11f1-9d68-fa163ee3dc9e is active in agent 10.0.0.129 2026-02-20 04:51:47,140 - INFO - Verified Pod ctest-nginx-pod-57794433 in agent 10.0.0.129 2026-02-20 04:51:47,140 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=069bf1ee-f72a-4bbe-9824-86c32f232b38 2026-02-20 04:51:47,144 - INFO - Pod ctest-nginx-pod-57794433 with uuid 069bf1ee-f72a-4bbe-9824-86c32f232b38 found in kube manager 2026-02-20 04:51:47,145 - INFO - Pod ctest-nginx-pod-57794433 verification passed 2026-02-20 04:51:47,209 - DEBUG - [Pod ctest-nginx-pod-57794433] Cmd: echo ctest-nginx-pod-57794433 > /usr/share/nginx/html/index.html, Output: 2026-02-20 04:51:47,221 - DEBUG - Pod ctest-busybox-pod-42831375 not in running state.Currently in Pending 2026-02-20 04:51:52,230 - INFO - Pod ctest-busybox-pod-42831375 is in running state.Got IP 10.47.255.248 2026-02-20 04:51:52,284 - DEBUG - Pod ctest-busybox-pod-42831375 has vmi d462c626-0e17-11f1-9d68-fa163ee3dc9e 2026-02-20 04:51:52,284 - INFO - Verified pod ctest-busybox-pod-42831375 in contrail-api 2026-02-20 04:51:52,284 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-20 04:51:52,296 - DEBUG - VMI d462c626-0e17-11f1-9d68-fa163ee3dc9e is active in agent 10.0.0.129 2026-02-20 04:51:52,296 - INFO - Verified Pod ctest-busybox-pod-42831375 in agent 10.0.0.129 2026-02-20 04:51:52,296 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:51:52,301 - INFO - Pod ctest-busybox-pod-42831375 with uuid ad46988d-160e-4a85-bd41-c57feb2c867a found in kube manager 2026-02-20 04:51:52,301 - INFO - Pod ctest-busybox-pod-42831375 verification passed 2026-02-20 04:51:52,358 - DEBUG - [Pod ctest-busybox-pod-42831375] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-34111465 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-02-20 04:51:52,358 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-20 04:51:52,358 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd output: ctest-nginx-pod-34111465 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-02-20 04:51:52,422 - DEBUG - [Pod ctest-busybox-pod-42831375] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-34111465 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-02-20 04:51:52,422 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-20 04:51:52,422 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd output: ctest-nginx-pod-34111465 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-02-20 04:51:52,485 - DEBUG - [Pod ctest-busybox-pod-42831375] 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-34111465 2026-02-20 04:51:52,485 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-20 04:51:52,485 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] 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-34111465 2026-02-20 04:51:52,542 - DEBUG - [Pod ctest-busybox-pod-42831375] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-34111465 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-02-20 04:51:52,543 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-20 04:51:52,543 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd output: ctest-nginx-pod-34111465 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-02-20 04:51:52,602 - DEBUG - [Pod ctest-busybox-pod-42831375] 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-34111465 2026-02-20 04:51:52,602 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-20 04:51:52,602 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] 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-34111465 2026-02-20 04:51:52,660 - DEBUG - [Pod ctest-busybox-pod-42831375] 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-57794433 2026-02-20 04:51:52,660 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-20 04:51:52,660 - DEBUG - [Pod Pod ctest-busybox-pod-42831375] 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-57794433 2026-02-20 04:51:52,660 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-34111465': 5, 'ctest-nginx-pod-57794433': 1} 2026-02-20 04:51:52,660 - WARNING - Nothing to delete parallely 2026-02-20 04:51:52,661 - INFO - Deleting pod default:ctest-busybox-pod-42831375 2026-02-20 04:51:52,679 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:51:52,693 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:51:57,694 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:51:57,700 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:02,701 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:52:02,709 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:07,709 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:52:07,717 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:12,718 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:52:12,726 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:17,726 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:52:17,740 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:22,741 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:52:22,753 - WARNING - Pod uuid ad46988d-160e-4a85-bd41-c57feb2c867a is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:27,754 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ad46988d-160e-4a85-bd41-c57feb2c867a 2026-02-20 04:52:27,761 - DEBUG - Pod ad46988d-160e-4a85-bd41-c57feb2c867a is not in agent 10.0.0.129 VM list 2026-02-20 04:52:27,761 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d462c626-0e17-11f1-9d68-fa163ee3dc9e 2026-02-20 04:52:27,766 - DEBUG - VMI d462c626-0e17-11f1-9d68-fa163ee3dc9e is removed from agent 10.0.0.129 2026-02-20 04:52:27,766 - INFO - Verified that pod ctest-busybox-pod-42831375 is removed in agent 2026-02-20 04:52:27,766 - INFO - Deleting Ingress : ctest-nginx-ingress-66062922 2026-02-20 04:52:27,775 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=01f6a3ba-2716-4ec0-a8f0-bd4b8e34d192 2026-02-20 04:52:27,783 - ERROR - Ingress ctest-nginx-ingress-66062922 with uuid 01f6a3ba-2716-4ec0-a8f0-bd4b8e34d192 still found in kube manager 2026-02-20 04:52:28,784 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=01f6a3ba-2716-4ec0-a8f0-bd4b8e34d192 2026-02-20 04:52:28,789 - INFO - Ingress ctest-nginx-ingress-66062922 with uuid 01f6a3ba-2716-4ec0-a8f0-bd4b8e34d192 deleted successfully from kube manager 2026-02-20 04:52:28,789 - INFO - Verifications on Ingress %s cleanup passed 2026-02-20 04:52:28,791 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-02-20 04:52:29,064 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-02-20 04:52:29,081 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-02-20 04:52:29,081 - INFO - Deleting VN __public__ 2026-02-20 04:52:29,317 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/88659de6-1730-4a41-a581-6530063a73d3 2026-02-20 04:52:29,331 - DEBUG - Response Code: 404 2026-02-20 04:52:29,331 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-20 04:52:29,337 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a005283d-f6e2-4925-9ba2-c8b94172a4fc 2026-02-20 04:52:29,361 - DEBUG - Requesting: http://10.0.0.33:8082/project/ef07b448-bd80-4894-bcb0-2a463f8cfed6 2026-02-20 04:52:29,432 - INFO - Validated that VN __public__ is not found in API Server 2026-02-20 04:52:29,432 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-02-20 04:52:29,438 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:52:29,444 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2026-02-20 04:52:29,444 - INFO - Validated that VN __public__ is not in any agent 2026-02-20 04:52:29,445 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:52:29,465 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-20 04:52:29,473 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-02-20 04:52:29,479 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-02-20 04:52:29,480 - INFO - Deleting pod default:ctest-nginx-pod-57794433 2026-02-20 04:52:29,506 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=069bf1ee-f72a-4bbe-9824-86c32f232b38 2026-02-20 04:52:29,545 - WARNING - Pod uuid 069bf1ee-f72a-4bbe-9824-86c32f232b38 is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:34,545 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=069bf1ee-f72a-4bbe-9824-86c32f232b38 2026-02-20 04:52:34,553 - DEBUG - Pod 069bf1ee-f72a-4bbe-9824-86c32f232b38 is not in agent 10.0.0.129 VM list 2026-02-20 04:52:34,553 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d2194bce-0e17-11f1-9d68-fa163ee3dc9e 2026-02-20 04:52:34,559 - DEBUG - VMI d2194bce-0e17-11f1-9d68-fa163ee3dc9e is removed from agent 10.0.0.129 2026-02-20 04:52:34,559 - INFO - Verified that pod ctest-nginx-pod-57794433 is removed in agent 2026-02-20 04:52:34,559 - INFO - Deleting pod default:ctest-nginx-pod-34111465 2026-02-20 04:52:34,594 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e0ed4ede-0a88-4757-83a9-e9374a44f375 2026-02-20 04:52:34,600 - WARNING - Pod uuid e0ed4ede-0a88-4757-83a9-e9374a44f375 is still seen in agent 10.0.0.129 VM list 2026-02-20 04:52:39,601 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e0ed4ede-0a88-4757-83a9-e9374a44f375 2026-02-20 04:52:39,609 - DEBUG - Pod e0ed4ede-0a88-4757-83a9-e9374a44f375 is not in agent 10.0.0.129 VM list 2026-02-20 04:52:39,609 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d19a68fe-0e17-11f1-9d68-fa163ee3dc9e 2026-02-20 04:52:39,616 - DEBUG - VMI d19a68fe-0e17-11f1-9d68-fa163ee3dc9e is removed from agent 10.0.0.129 2026-02-20 04:52:39,616 - INFO - Verified that pod ctest-nginx-pod-34111465 is removed in agent 2026-02-20 04:52:39,616 - INFO - Deleting service : ctest-nginx-svc-20526228 2026-02-20 04:52:39,886 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2026-02-20 04:52:39,892 - DEBUG - No XMPP flaps were noticed during the test