2025-11-24 20:12:35,261 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-11-24 20:12:35,683 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-421-1.novalocal 2025-11-24 20:12:35,683 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-11-24 20:12:35,886 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-421-1.novalocal 2025-11-24 20:12:35,887 - DEBUG - [10.0.0.38]: 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 20:12:36,138 - DEBUG - Output : NAMES contrail_test_3G3DyfBKe vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_dnsmasq_1 config_api_1 config_svcmonitor_1 config_nodemgr_1 config_schema_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2025-11-24 20:12:36,138 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-24 20:12:36,317 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 10.20.0.254/24 172.17.0.1/16 10.20.0.254/24 2025-11-24 20:12:36,318 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-11-24 20:12:36,565 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-421-1.novalocal 2025-11-24 20:12:36,566 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-24 20:12:36,772 - DEBUG - Output : 10.20.0.254/24 2025-11-24 20:12:36,772 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2025-11-24 20:12:36,957 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-421-1.novalocal 2025-11-24 20:12:37,312 - INFO - Using existing project ['default-domain', 'k8s-default'](0f01e50f-9002-4ec7-9a18-dda0791df3a0) 2025-11-24 20:12:37,386 - INFO - Using existing project ['default-domain', 'k8s-default'](0f01e50f-9002-4ec7-9a18-dda0791df3a0) 2025-11-24 20:12:37,515 - INFO - ================================================================================ 2025-11-24 20:12:37,515 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-24 20:12:37,515 - 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 20:12:37,972 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 20:12:37,984 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with 2025-11-24 20:12:37,985 - INFO - Initial checks done. Running the testcase now 2025-11-24 20:12:37,985 - INFO - 2025-11-24 20:12:37,995 - INFO - Namespace default already exists 2025-11-24 20:12:37,996 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-24 20:12:38,276 - DEBUG - Output : cluster_project={} 2025-11-24 20:12:38,339 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-24 20:12:38,339 - DEBUG - Project uuid in Contrail is 0f01e50f-9002-4ec7-9a18-dda0791df3a0 2025-11-24 20:12:38,339 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-24 20:12:38,520 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 20:12:38,520 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=77630288-ebbb-4a5b-9de4-a4a9e7189330 2025-11-24 20:12:38,526 - INFO - Namespace default with uuid 77630288-ebbb-4a5b-9de4-a4a9e7189330 found in kube manager 2025-11-24 20:12:38,526 - INFO - Namespace default verification passed 2025-11-24 20:12:38,531 - DEBUG - Service ctest-nginx-svc-87963949 not present 2025-11-24 20:12:38,531 - INFO - Creating service ctest-nginx-svc-87963949 2025-11-24 20:12:38,569 - INFO - Created Service ctest-nginx-svc-87963949 2025-11-24 20:12:38,573 - DEBUG - Pod ctest-nginx-pod-75431146 not present 2025-11-24 20:12:38,574 - INFO - Creating Pod ctest-nginx-pod-75431146 2025-11-24 20:12:38,653 - DEBUG - Pod : ctest-nginx-pod-75431146 UUID is e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 2025-11-24 20:12:38,657 - DEBUG - Pod ctest-nginx-pod-36614678 not present 2025-11-24 20:12:38,658 - INFO - Creating Pod ctest-nginx-pod-36614678 2025-11-24 20:12:38,701 - DEBUG - Pod : ctest-nginx-pod-36614678 UUID is 3476a76a-a689-4d3f-9e9c-c5d180af78b9 2025-11-24 20:12:38,881 - INFO - Created VN __public__, UUID :c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,076 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-11-24 20:12:39,086 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4be52bc6-6636-4671-bb0d-76dcadcea5e3 2025-11-24 20:12:39,100 - DEBUG - Requesting: http://10.0.0.38:8082/project/0f01e50f-9002-4ec7-9a18-dda0791df3a0 2025-11-24 20:12:39,155 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,163 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,170 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/191ae6de-c034-46af-9016-0c782d96ea13 2025-11-24 20:12:39,178 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/191ae6de-c034-46af-9016-0c782d96ea13 2025-11-24 20:12:39,185 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/d3fafd9d-ca11-401e-a2de-5b4573e382b1 2025-11-24 20:12:39,190 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 20:12:39,190 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,198 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/191ae6de-c034-46af-9016-0c782d96ea13 2025-11-24 20:12:39,210 - INFO - Verified VN network id 15 for VN c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,210 - INFO - Verifications in API Server for VN __public__ passed 2025-11-24 20:12:39,210 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,218 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/191ae6de-c034-46af-9016-0c782d96ea13 2025-11-24 20:12:39,224 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/191ae6de-c034-46af-9016-0c782d96ea13 2025-11-24 20:12:39,230 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/d3fafd9d-ca11-401e-a2de-5b4573e382b1 2025-11-24 20:12:39,235 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 20:12:39,241 - DEBUG - Control-node 10.0.0.38 : 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': '14298359083856971465', 'uuid-lslong': '12206075324917018625'}, 'enable': 'true', 'created': '2025-11-24T20:12:38', 'last-modified': '2025-11-24T20:12:38', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.253952'} 2025-11-24 20:12:39,241 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:12:39,250 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 20:12:39,250 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-24 20:12:39,251 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-24 20:12:39,251 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-11-24 20:12:39,256 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4be52bc6-6636-4671-bb0d-76dcadcea5e3 2025-11-24 20:12:39,268 - DEBUG - Requesting: http://10.0.0.38:8082/project/0f01e50f-9002-4ec7-9a18-dda0791df3a0 2025-11-24 20:12:39,319 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,330 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-24 20:12:39,330 - DEBUG - Verifying the vn in opserver 2025-11-24 20:12:39,330 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-11-24 20:12:39,331 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-11-24 20:12:39,342 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-24 20:12:39,342 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-24 20:12:39,342 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:12:39,348 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:12:39,354 - DEBUG - Do not have enough data to verify VN in agent 2025-11-24 20:12:39,354 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:12:39,359 - DEBUG - VRF ids for VN __public__: {} 2025-11-24 20:12:39,425 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-24 20:12:39,493 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-11-24 20:12:39,497 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4be52bc6-6636-4671-bb0d-76dcadcea5e3 2025-11-24 20:12:39,506 - DEBUG - Requesting: http://10.0.0.38:8082/project/0f01e50f-9002-4ec7-9a18-dda0791df3a0 2025-11-24 20:12:39,553 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,562 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/5c20c48f-419a-44bc-8723-1b0a9fb32481 2025-11-24 20:12:39,568 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-11-24 20:12:39,572 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4be52bc6-6636-4671-bb0d-76dcadcea5e3 2025-11-24 20:12:39,579 - DEBUG - Requesting: http://10.0.0.38:8082/project/0f01e50f-9002-4ec7-9a18-dda0791df3a0 2025-11-24 20:12:39,622 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/c66df9d4-b046-46c9-a964-b0d66356f001 2025-11-24 20:12:39,631 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-24 20:12:39,631 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-24 20:12:39,639 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-24 20:12:39,648 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-24 20:12:39,648 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-24 20:12:39,651 - DEBUG - Ingress ctest-nginx-ingress-22638937 not present 2025-11-24 20:12:39,652 - INFO - Creating Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:39,660 - INFO - Created Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:39,664 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:42,680 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:45,688 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:48,709 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:51,716 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:54,721 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:12:57,731 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:13:00,746 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:13:03,753 - DEBUG - For Ingress ctest-nginx-ingress-22638937, Cluster IP: 10.47.255.246, External IPs ['133.114.210.188'] 2025-11-24 20:13:03,753 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-22638937 2025-11-24 20:13:03,753 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=268b4c66-a8bd-4162-a14e-87dac85b32a1 2025-11-24 20:13:03,758 - INFO - Ingress ctest-nginx-ingress-22638937 with uuid 268b4c66-a8bd-4162-a14e-87dac85b32a1 found in kube manager 2025-11-24 20:13:03,759 - INFO - Ingress ctest-nginx-ingress-22638937 verification passed 2025-11-24 20:13:03,767 - DEBUG - Pod ctest-busybox-pod-28670532 not present 2025-11-24 20:13:03,768 - INFO - Creating Pod ctest-busybox-pod-28670532 2025-11-24 20:13:03,869 - DEBUG - Pod : ctest-busybox-pod-28670532 UUID is 990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:03,886 - DEBUG - Pod ctest-nginx-pod-75431146 not in running state.Currently in Pending 2025-11-24 20:13:08,897 - DEBUG - Pod ctest-nginx-pod-75431146 not in running state.Currently in Pending 2025-11-24 20:13:13,907 - INFO - Pod ctest-nginx-pod-75431146 is in running state.Got IP 10.47.255.248 2025-11-24 20:13:13,925 - DEBUG - Pod ctest-nginx-pod-75431146 has vmi f18e84e6-c971-11f0-a0b2-fa163e58b6a3 2025-11-24 20:13:13,925 - INFO - Verified pod ctest-nginx-pod-75431146 in contrail-api 2025-11-24 20:13:13,925 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 20:13:13,940 - DEBUG - VMI f18e84e6-c971-11f0-a0b2-fa163e58b6a3 is active in agent 10.0.0.38 2025-11-24 20:13:13,941 - INFO - Verified Pod ctest-nginx-pod-75431146 in agent 10.0.0.38 2025-11-24 20:13:13,941 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 2025-11-24 20:13:13,946 - INFO - Pod ctest-nginx-pod-75431146 with uuid e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 found in kube manager 2025-11-24 20:13:13,946 - INFO - Pod ctest-nginx-pod-75431146 verification passed 2025-11-24 20:13:14,026 - DEBUG - [Pod ctest-nginx-pod-75431146] Cmd: echo ctest-nginx-pod-75431146 > /usr/share/nginx/html/index.html, Output: 2025-11-24 20:13:14,034 - INFO - Pod ctest-nginx-pod-36614678 is in running state.Got IP 10.47.255.247 2025-11-24 20:13:14,047 - DEBUG - Pod ctest-nginx-pod-36614678 has vmi f45ec88e-c971-11f0-a0b2-fa163e58b6a3 2025-11-24 20:13:14,047 - INFO - Verified pod ctest-nginx-pod-36614678 in contrail-api 2025-11-24 20:13:14,047 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 20:13:14,058 - DEBUG - VMI f45ec88e-c971-11f0-a0b2-fa163e58b6a3 is active in agent 10.0.0.38 2025-11-24 20:13:14,058 - INFO - Verified Pod ctest-nginx-pod-36614678 in agent 10.0.0.38 2025-11-24 20:13:14,059 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=3476a76a-a689-4d3f-9e9c-c5d180af78b9 2025-11-24 20:13:14,063 - INFO - Pod ctest-nginx-pod-36614678 with uuid 3476a76a-a689-4d3f-9e9c-c5d180af78b9 found in kube manager 2025-11-24 20:13:14,063 - INFO - Pod ctest-nginx-pod-36614678 verification passed 2025-11-24 20:13:14,115 - DEBUG - [Pod ctest-nginx-pod-36614678] Cmd: echo ctest-nginx-pod-36614678 > /usr/share/nginx/html/index.html, Output: 2025-11-24 20:13:14,123 - DEBUG - Pod ctest-busybox-pod-28670532 not in running state.Currently in Pending 2025-11-24 20:13:19,148 - INFO - Pod ctest-busybox-pod-28670532 is in running state.Got IP 10.47.255.245 2025-11-24 20:13:19,204 - DEBUG - Pod ctest-busybox-pod-28670532 has vmi ffdb3b34-c971-11f0-a0b2-fa163e58b6a3 2025-11-24 20:13:19,207 - INFO - Verified pod ctest-busybox-pod-28670532 in contrail-api 2025-11-24 20:13:19,207 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 20:13:19,220 - DEBUG - VMI ffdb3b34-c971-11f0-a0b2-fa163e58b6a3 is active in agent 10.0.0.38 2025-11-24 20:13:19,220 - INFO - Verified Pod ctest-busybox-pod-28670532 in agent 10.0.0.38 2025-11-24 20:13:19,220 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:19,225 - INFO - Pod ctest-busybox-pod-28670532 with uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c found in kube manager 2025-11-24 20:13:19,225 - INFO - Pod ctest-busybox-pod-28670532 verification passed 2025-11-24 20:13:19,284 - DEBUG - [Pod ctest-busybox-pod-28670532] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-36614678 2025-11-24 20:13:19,284 - DEBUG - [Pod Pod ctest-busybox-pod-28670532] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 20:13:19,284 - DEBUG - [Pod Pod ctest-busybox-pod-28670532] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-36614678 2025-11-24 20:13:19,342 - DEBUG - [Pod ctest-busybox-pod-28670532] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75431146 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-24 20:13:19,342 - DEBUG - [Pod Pod ctest-busybox-pod-28670532] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 20:13:19,342 - DEBUG - [Pod Pod ctest-busybox-pod-28670532] Cmd output: ctest-nginx-pod-75431146 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-24 20:13:19,342 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-75431146': 1, 'ctest-nginx-pod-36614678': 1} 2025-11-24 20:13:19,342 - WARNING - Nothing to delete parallely 2025-11-24 20:13:19,343 - INFO - Deleting pod default:ctest-busybox-pod-28670532 2025-11-24 20:13:19,359 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:19,366 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:24,367 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:24,386 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:29,388 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:29,403 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:34,405 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:34,423 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:39,425 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:39,449 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:44,451 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:44,468 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:49,469 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:49,480 - WARNING - Pod uuid 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is still seen in agent 10.0.0.38 VM list 2025-11-24 20:13:54,480 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=990b7ccf-5eab-44d0-8355-c3fd90bfc63c 2025-11-24 20:13:54,486 - DEBUG - Pod 990b7ccf-5eab-44d0-8355-c3fd90bfc63c is not in agent 10.0.0.38 VM list 2025-11-24 20:13:54,487 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffdb3b34-c971-11f0-a0b2-fa163e58b6a3 2025-11-24 20:13:54,494 - DEBUG - VMI ffdb3b34-c971-11f0-a0b2-fa163e58b6a3 is removed from agent 10.0.0.38 2025-11-24 20:13:54,494 - INFO - Verified that pod ctest-busybox-pod-28670532 is removed in agent 2025-11-24 20:13:54,494 - INFO - Deleting Ingress : ctest-nginx-ingress-22638937 2025-11-24 20:13:54,507 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=268b4c66-a8bd-4162-a14e-87dac85b32a1 2025-11-24 20:13:54,513 - ERROR - Ingress ctest-nginx-ingress-22638937 with uuid 268b4c66-a8bd-4162-a14e-87dac85b32a1 still found in kube manager 2025-11-24 20:13:55,514 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=268b4c66-a8bd-4162-a14e-87dac85b32a1 2025-11-24 20:13:55,527 - ERROR - Ingress ctest-nginx-ingress-22638937 with uuid 268b4c66-a8bd-4162-a14e-87dac85b32a1 still found in kube manager 2025-11-24 20:13:56,528 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=268b4c66-a8bd-4162-a14e-87dac85b32a1 2025-11-24 20:13:56,533 - ERROR - Ingress ctest-nginx-ingress-22638937 with uuid 268b4c66-a8bd-4162-a14e-87dac85b32a1 still found in kube manager 2025-11-24 20:13:57,534 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=268b4c66-a8bd-4162-a14e-87dac85b32a1 2025-11-24 20:13:57,548 - ERROR - Ingress ctest-nginx-ingress-22638937 with uuid 268b4c66-a8bd-4162-a14e-87dac85b32a1 still found in kube manager 2025-11-24 20:13:58,553 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=268b4c66-a8bd-4162-a14e-87dac85b32a1 2025-11-24 20:13:58,558 - INFO - Ingress ctest-nginx-ingress-22638937 with uuid 268b4c66-a8bd-4162-a14e-87dac85b32a1 deleted successfully from kube manager 2025-11-24 20:13:58,558 - INFO - Verifications on Ingress %s cleanup passed 2025-11-24 20:13:58,558 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-24 20:13:58,653 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-24 20:13:58,659 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-24 20:13:58,660 - INFO - Deleting VN __public__ 2025-11-24 20:13:58,798 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/191ae6de-c034-46af-9016-0c782d96ea13 2025-11-24 20:13:58,803 - DEBUG - Response Code: 404 2025-11-24 20:13:58,804 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-11-24 20:13:58,810 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4be52bc6-6636-4671-bb0d-76dcadcea5e3 2025-11-24 20:13:58,819 - DEBUG - Requesting: http://10.0.0.38:8082/project/0f01e50f-9002-4ec7-9a18-dda0791df3a0 2025-11-24 20:13:58,872 - INFO - Validated that VN __public__ is not found in API Server 2025-11-24 20:13:58,872 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-24 20:13:58,880 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:13:58,887 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2025-11-24 20:13:58,887 - INFO - Validated that VN __public__ is not in any agent 2025-11-24 20:13:58,887 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:13:58,895 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 20:13:58,900 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 20:13:58,906 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-24 20:13:58,906 - INFO - Deleting pod default:ctest-nginx-pod-36614678 2025-11-24 20:13:58,925 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3476a76a-a689-4d3f-9e9c-c5d180af78b9 2025-11-24 20:13:58,933 - WARNING - Pod uuid 3476a76a-a689-4d3f-9e9c-c5d180af78b9 is still seen in agent 10.0.0.38 VM list 2025-11-24 20:14:03,934 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3476a76a-a689-4d3f-9e9c-c5d180af78b9 2025-11-24 20:14:03,947 - DEBUG - Pod 3476a76a-a689-4d3f-9e9c-c5d180af78b9 is not in agent 10.0.0.38 VM list 2025-11-24 20:14:03,947 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f45ec88e-c971-11f0-a0b2-fa163e58b6a3 2025-11-24 20:14:03,963 - DEBUG - VMI f45ec88e-c971-11f0-a0b2-fa163e58b6a3 is removed from agent 10.0.0.38 2025-11-24 20:14:03,963 - INFO - Verified that pod ctest-nginx-pod-36614678 is removed in agent 2025-11-24 20:14:03,964 - INFO - Deleting pod default:ctest-nginx-pod-75431146 2025-11-24 20:14:04,028 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 2025-11-24 20:14:04,042 - WARNING - Pod uuid e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 is still seen in agent 10.0.0.38 VM list 2025-11-24 20:14:09,043 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 2025-11-24 20:14:09,052 - DEBUG - Pod e4d1c02a-3021-4b4a-8abb-4c2a9a49d7c3 is not in agent 10.0.0.38 VM list 2025-11-24 20:14:09,052 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f18e84e6-c971-11f0-a0b2-fa163e58b6a3 2025-11-24 20:14:09,074 - DEBUG - VMI f18e84e6-c971-11f0-a0b2-fa163e58b6a3 is removed from agent 10.0.0.38 2025-11-24 20:14:09,074 - INFO - Verified that pod ctest-nginx-pod-75431146 is removed in agent 2025-11-24 20:14:09,074 - INFO - Deleting service : ctest-nginx-svc-87963949 2025-11-24 20:14:09,640 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 20:14:09,646 - DEBUG - No XMPP flaps were noticed during the test