2026-03-16 14:25:06,026 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-03-16 14:25:06,326 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-448-1.novalocal 2026-03-16 14:25:06,327 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-03-16 14:25:06,446 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-448-1.novalocal 2026-03-16 14:25:06,446 - 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-03-16 14:25:06,639 - DEBUG - Output : NAMES contrail_test_s6R0c1L7J vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 webui_job_1 webui_web_1 config_devicemgr_1 config_svcmonitor_1 config_dnsmasq_1 config_api_1 config_nodemgr_1 config_schema_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2026-03-16 14:25:06,640 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-16 14:25:06,798 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-03-16 14:25:06,799 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-03-16 14:25:06,938 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-448-1.novalocal 2026-03-16 14:25:06,938 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-16 14:25:07,070 - DEBUG - Output : 10.20.0.17/24 2026-03-16 14:25:07,070 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-03-16 14:25:07,212 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-448-1.novalocal 2026-03-16 14:25:07,556 - INFO - Using existing project ['default-domain', 'k8s-default'](4502394c-0a56-4307-a2fe-98a4effa296f) 2026-03-16 14:25:07,656 - INFO - Using existing project ['default-domain', 'k8s-default'](4502394c-0a56-4307-a2fe-98a4effa296f) 2026-03-16 14:25:07,843 - INFO - ================================================================================ 2026-03-16 14:25:07,843 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-16 14:25:07,844 - 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-03-16 14:25:08,224 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-16 14:25:08,234 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.17': '0'}} with 2026-03-16 14:25:08,234 - INFO - Initial checks done. Running the testcase now 2026-03-16 14:25:08,235 - INFO - 2026-03-16 14:25:08,244 - INFO - Namespace default already exists 2026-03-16 14:25:08,245 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-16 14:25:08,428 - DEBUG - Output : cluster_project={} 2026-03-16 14:25:08,482 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-16 14:25:08,482 - DEBUG - Project uuid in Contrail is 4502394c-0a56-4307-a2fe-98a4effa296f 2026-03-16 14:25:08,482 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-16 14:25:08,672 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-16 14:25:08,672 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=570f9748-5a61-4b08-a5a4-66cb1e76e101 2026-03-16 14:25:08,676 - INFO - Namespace default with uuid 570f9748-5a61-4b08-a5a4-66cb1e76e101 found in kube manager 2026-03-16 14:25:08,676 - INFO - Namespace default verification passed 2026-03-16 14:25:08,680 - DEBUG - Service ctest-nginx-svc-46264345 not present 2026-03-16 14:25:08,681 - INFO - Creating service ctest-nginx-svc-46264345 2026-03-16 14:25:08,697 - INFO - Created Service ctest-nginx-svc-46264345 2026-03-16 14:25:08,703 - DEBUG - Pod ctest-nginx-pod-55146184 not present 2026-03-16 14:25:08,704 - INFO - Creating Pod ctest-nginx-pod-55146184 2026-03-16 14:25:08,765 - DEBUG - Pod : ctest-nginx-pod-55146184 UUID is 951e5544-1a9c-497a-8882-aa077d84d242 2026-03-16 14:25:08,772 - DEBUG - Pod ctest-nginx-pod-03025191 not present 2026-03-16 14:25:08,775 - INFO - Creating Pod ctest-nginx-pod-03025191 2026-03-16 14:25:08,845 - DEBUG - Pod : ctest-nginx-pod-03025191 UUID is 05d86b26-3e87-4a96-a676-6d3e0e39f5a5 2026-03-16 14:25:09,132 - INFO - Created VN __public__, UUID :3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,321 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-16 14:25:09,327 - DEBUG - Requesting: http://10.0.0.19:8082/domain/eb3202a7-ad99-468e-b34b-95acce0249e2 2026-03-16 14:25:09,343 - DEBUG - Requesting: http://10.0.0.19:8082/project/4502394c-0a56-4307-a2fe-98a4effa296f 2026-03-16 14:25:09,408 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,418 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,429 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/2fcbdd01-5e75-4b8b-b292-f026d02f7268 2026-03-16 14:25:09,437 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/2fcbdd01-5e75-4b8b-b292-f026d02f7268 2026-03-16 14:25:09,443 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/af6306f2-56a9-4f6f-976c-4311d17d74a2 2026-03-16 14:25:09,448 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-16 14:25:09,448 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,460 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/2fcbdd01-5e75-4b8b-b292-f026d02f7268 2026-03-16 14:25:09,476 - INFO - Verified VN network id 15 for VN 3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,476 - INFO - Verifications in API Server for VN __public__ passed 2026-03-16 14:25:09,476 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,490 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/2fcbdd01-5e75-4b8b-b292-f026d02f7268 2026-03-16 14:25:09,498 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/2fcbdd01-5e75-4b8b-b292-f026d02f7268 2026-03-16 14:25:09,506 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/af6306f2-56a9-4f6f-976c-4311d17d74a2 2026-03-16 14:25:09,513 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-16 14:25:09,521 - 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': '4593271319367536288', 'uuid-lslong': '11469367648497557461'}, 'enable': 'true', 'created': '2026-03-16T14:25:09', 'last-modified': '2026-03-16T14:25:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.242199'} 2026-03-16 14:25:09,522 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:25:09,533 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-16 14:25:09,533 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-16 14:25:09,534 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-16 14:25:09,534 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-16 14:25:09,540 - DEBUG - Requesting: http://10.0.0.19:8082/domain/eb3202a7-ad99-468e-b34b-95acce0249e2 2026-03-16 14:25:09,547 - DEBUG - Requesting: http://10.0.0.19:8082/project/4502394c-0a56-4307-a2fe-98a4effa296f 2026-03-16 14:25:09,606 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,616 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-16 14:25:09,616 - DEBUG - Verifying the vn in opserver 2026-03-16 14:25:09,617 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2026-03-16 14:25:09,617 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2026-03-16 14:25:09,622 - 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-03-16 14:25:09,622 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-16 14:25:09,622 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:25:09,628 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:25:09,633 - DEBUG - Do not have enough data to verify VN in agent 2026-03-16 14:25:09,633 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:25:09,637 - DEBUG - VRF ids for VN __public__: {} 2026-03-16 14:25:09,696 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-16 14:25:09,780 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-16 14:25:09,787 - DEBUG - Requesting: http://10.0.0.19:8082/domain/eb3202a7-ad99-468e-b34b-95acce0249e2 2026-03-16 14:25:09,800 - DEBUG - Requesting: http://10.0.0.19:8082/project/4502394c-0a56-4307-a2fe-98a4effa296f 2026-03-16 14:25:09,862 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,872 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/e75cb7fb-a7c4-40cd-9632-ca09152a58bb 2026-03-16 14:25:09,879 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-16 14:25:09,883 - DEBUG - Requesting: http://10.0.0.19:8082/domain/eb3202a7-ad99-468e-b34b-95acce0249e2 2026-03-16 14:25:09,892 - DEBUG - Requesting: http://10.0.0.19:8082/project/4502394c-0a56-4307-a2fe-98a4effa296f 2026-03-16 14:25:09,954 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/3fbe93ed-c3e4-4ea0-9f2b-611be70ddfd5 2026-03-16 14:25:09,968 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-16 14:25:09,968 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-16 14:25:09,978 - 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-03-16 14:25:09,983 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-16 14:25:09,983 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-16 14:25:09,991 - DEBUG - Ingress ctest-nginx-ingress-74098588 not present 2026-03-16 14:25:09,992 - INFO - Creating Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:09,999 - INFO - Created Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:10,004 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:13,018 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:16,027 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:19,039 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:22,050 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:25,055 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:28,066 - DEBUG - For Ingress ctest-nginx-ingress-74098588, Cluster IP: 10.47.255.246, External IPs ['82.238.86.60'] 2026-03-16 14:25:28,067 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-74098588 2026-03-16 14:25:28,067 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:25:28,082 - INFO - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 found in kube manager 2026-03-16 14:25:28,083 - INFO - Ingress ctest-nginx-ingress-74098588 verification passed 2026-03-16 14:25:28,090 - DEBUG - Pod ctest-busybox-pod-81350443 not present 2026-03-16 14:25:28,092 - INFO - Creating Pod ctest-busybox-pod-81350443 2026-03-16 14:25:28,147 - DEBUG - Pod : ctest-busybox-pod-81350443 UUID is 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:25:28,156 - DEBUG - Pod ctest-nginx-pod-55146184 not in running state.Currently in Pending 2026-03-16 14:25:33,167 - DEBUG - Pod ctest-nginx-pod-55146184 not in running state.Currently in Pending 2026-03-16 14:25:38,197 - INFO - Pod ctest-nginx-pod-55146184 is in running state.Got IP 10.47.255.248 2026-03-16 14:25:38,257 - DEBUG - Pod ctest-nginx-pod-55146184 has vmi f27e67ac-2143-11f1-9e94-fa163e13481d 2026-03-16 14:25:38,257 - INFO - Verified pod ctest-nginx-pod-55146184 in contrail-api 2026-03-16 14:25:38,258 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:25:38,285 - DEBUG - VMI f27e67ac-2143-11f1-9e94-fa163e13481d is active in agent 10.0.0.19 2026-03-16 14:25:38,285 - INFO - Verified Pod ctest-nginx-pod-55146184 in agent 10.0.0.19 2026-03-16 14:25:38,285 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=951e5544-1a9c-497a-8882-aa077d84d242 2026-03-16 14:25:38,295 - INFO - Pod ctest-nginx-pod-55146184 with uuid 951e5544-1a9c-497a-8882-aa077d84d242 found in kube manager 2026-03-16 14:25:38,295 - INFO - Pod ctest-nginx-pod-55146184 verification passed 2026-03-16 14:25:38,388 - DEBUG - [Pod ctest-nginx-pod-55146184] Cmd: echo ctest-nginx-pod-55146184 > /usr/share/nginx/html/index.html, Output: 2026-03-16 14:25:38,400 - INFO - Pod ctest-nginx-pod-03025191 is in running state.Got IP 10.47.255.247 2026-03-16 14:25:38,420 - DEBUG - Pod ctest-nginx-pod-03025191 has vmi f40a3d1c-2143-11f1-9e94-fa163e13481d 2026-03-16 14:25:38,421 - INFO - Verified pod ctest-nginx-pod-03025191 in contrail-api 2026-03-16 14:25:38,421 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:25:38,434 - DEBUG - VMI f40a3d1c-2143-11f1-9e94-fa163e13481d is active in agent 10.0.0.19 2026-03-16 14:25:38,434 - INFO - Verified Pod ctest-nginx-pod-03025191 in agent 10.0.0.19 2026-03-16 14:25:38,434 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=05d86b26-3e87-4a96-a676-6d3e0e39f5a5 2026-03-16 14:25:38,439 - INFO - Pod ctest-nginx-pod-03025191 with uuid 05d86b26-3e87-4a96-a676-6d3e0e39f5a5 found in kube manager 2026-03-16 14:25:38,439 - INFO - Pod ctest-nginx-pod-03025191 verification passed 2026-03-16 14:25:38,502 - DEBUG - [Pod ctest-nginx-pod-03025191] Cmd: echo ctest-nginx-pod-03025191 > /usr/share/nginx/html/index.html, Output: 2026-03-16 14:25:38,512 - DEBUG - Pod ctest-busybox-pod-81350443 not in running state.Currently in Pending 2026-03-16 14:25:43,535 - DEBUG - Pod ctest-busybox-pod-81350443 not in running state.Currently in Pending 2026-03-16 14:25:48,557 - DEBUG - Pod ctest-busybox-pod-81350443 not in running state.Currently in Pending 2026-03-16 14:25:53,574 - INFO - Pod ctest-busybox-pod-81350443 is in running state.Got IP 10.47.255.245 2026-03-16 14:25:53,613 - DEBUG - Pod ctest-busybox-pod-81350443 has vmi ffca3ac6-2143-11f1-9e94-fa163e13481d 2026-03-16 14:25:53,614 - INFO - Verified pod ctest-busybox-pod-81350443 in contrail-api 2026-03-16 14:25:53,615 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:25:53,631 - DEBUG - VMI ffca3ac6-2143-11f1-9e94-fa163e13481d is active in agent 10.0.0.19 2026-03-16 14:25:53,631 - INFO - Verified Pod ctest-busybox-pod-81350443 in agent 10.0.0.19 2026-03-16 14:25:53,632 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:25:53,636 - INFO - Pod ctest-busybox-pod-81350443 with uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 found in kube manager 2026-03-16 14:25:53,637 - INFO - Pod ctest-busybox-pod-81350443 verification passed 2026-03-16 14:25:53,705 - DEBUG - [Pod ctest-busybox-pod-81350443] 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-55146184 2026-03-16 14:25:53,706 - DEBUG - [Pod Pod ctest-busybox-pod-81350443] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:25:53,706 - DEBUG - [Pod Pod ctest-busybox-pod-81350443] 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-55146184 2026-03-16 14:25:53,763 - DEBUG - [Pod ctest-busybox-pod-81350443] 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-03025191 2026-03-16 14:25:53,763 - DEBUG - [Pod Pod ctest-busybox-pod-81350443] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:25:53,763 - DEBUG - [Pod Pod ctest-busybox-pod-81350443] 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-03025191 2026-03-16 14:25:53,763 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-55146184': 1, 'ctest-nginx-pod-03025191': 1} 2026-03-16 14:25:53,763 - WARNING - Nothing to delete parallely 2026-03-16 14:25:53,763 - INFO - Deleting pod default:ctest-busybox-pod-81350443 2026-03-16 14:25:53,778 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:25:53,785 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:25:58,786 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:25:58,796 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:03,798 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:26:03,806 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:08,807 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:26:08,816 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:13,816 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:26:13,826 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:18,828 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:26:18,837 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:23,838 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:26:23,847 - WARNING - Pod uuid 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:28,848 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6e1696ee-99a7-47c4-85f8-6a5ab4267c16 2026-03-16 14:26:28,863 - DEBUG - Pod 6e1696ee-99a7-47c4-85f8-6a5ab4267c16 is not in agent 10.0.0.19 VM list 2026-03-16 14:26:28,863 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffca3ac6-2143-11f1-9e94-fa163e13481d 2026-03-16 14:26:28,873 - DEBUG - VMI ffca3ac6-2143-11f1-9e94-fa163e13481d is removed from agent 10.0.0.19 2026-03-16 14:26:28,873 - INFO - Verified that pod ctest-busybox-pod-81350443 is removed in agent 2026-03-16 14:26:28,873 - INFO - Deleting Ingress : ctest-nginx-ingress-74098588 2026-03-16 14:26:28,890 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:28,909 - ERROR - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 still found in kube manager 2026-03-16 14:26:29,912 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:29,928 - ERROR - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 still found in kube manager 2026-03-16 14:26:30,928 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:30,935 - ERROR - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 still found in kube manager 2026-03-16 14:26:31,936 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:31,944 - ERROR - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 still found in kube manager 2026-03-16 14:26:32,945 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:32,957 - ERROR - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 still found in kube manager 2026-03-16 14:26:33,957 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:33,964 - ERROR - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 still found in kube manager 2026-03-16 14:26:34,966 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=2b4b3dd9-666f-438e-b3f4-342ed0e817e9 2026-03-16 14:26:34,970 - INFO - Ingress ctest-nginx-ingress-74098588 with uuid 2b4b3dd9-666f-438e-b3f4-342ed0e817e9 deleted successfully from kube manager 2026-03-16 14:26:34,971 - INFO - Verifications on Ingress %s cleanup passed 2026-03-16 14:26:34,971 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-16 14:26:35,169 - 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-03-16 14:26:35,180 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-16 14:26:35,180 - INFO - Deleting VN __public__ 2026-03-16 14:26:35,399 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/2fcbdd01-5e75-4b8b-b292-f026d02f7268 2026-03-16 14:26:35,405 - DEBUG - Response Code: 404 2026-03-16 14:26:35,405 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-16 14:26:35,418 - DEBUG - Requesting: http://10.0.0.19:8082/domain/eb3202a7-ad99-468e-b34b-95acce0249e2 2026-03-16 14:26:35,428 - DEBUG - Requesting: http://10.0.0.19:8082/project/4502394c-0a56-4307-a2fe-98a4effa296f 2026-03-16 14:26:35,479 - INFO - Validated that VN __public__ is not found in API Server 2026-03-16 14:26:35,480 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-16 14:26:35,486 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:26:35,496 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2026-03-16 14:26:35,496 - INFO - Validated that VN __public__ is not in any agent 2026-03-16 14:26:35,496 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:26:35,502 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:26:35,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-03-16 14:26:35,512 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-16 14:26:35,512 - INFO - Deleting pod default:ctest-nginx-pod-03025191 2026-03-16 14:26:35,533 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=05d86b26-3e87-4a96-a676-6d3e0e39f5a5 2026-03-16 14:26:35,540 - WARNING - Pod uuid 05d86b26-3e87-4a96-a676-6d3e0e39f5a5 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:40,540 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=05d86b26-3e87-4a96-a676-6d3e0e39f5a5 2026-03-16 14:26:40,557 - DEBUG - Pod 05d86b26-3e87-4a96-a676-6d3e0e39f5a5 is not in agent 10.0.0.19 VM list 2026-03-16 14:26:40,558 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f40a3d1c-2143-11f1-9e94-fa163e13481d 2026-03-16 14:26:40,581 - DEBUG - VMI f40a3d1c-2143-11f1-9e94-fa163e13481d is removed from agent 10.0.0.19 2026-03-16 14:26:40,582 - INFO - Verified that pod ctest-nginx-pod-03025191 is removed in agent 2026-03-16 14:26:40,582 - INFO - Deleting pod default:ctest-nginx-pod-55146184 2026-03-16 14:26:40,615 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=951e5544-1a9c-497a-8882-aa077d84d242 2026-03-16 14:26:40,624 - WARNING - Pod uuid 951e5544-1a9c-497a-8882-aa077d84d242 is still seen in agent 10.0.0.19 VM list 2026-03-16 14:26:45,625 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=951e5544-1a9c-497a-8882-aa077d84d242 2026-03-16 14:26:45,641 - DEBUG - Pod 951e5544-1a9c-497a-8882-aa077d84d242 is not in agent 10.0.0.19 VM list 2026-03-16 14:26:45,641 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f27e67ac-2143-11f1-9e94-fa163e13481d 2026-03-16 14:26:45,670 - DEBUG - VMI f27e67ac-2143-11f1-9e94-fa163e13481d is removed from agent 10.0.0.19 2026-03-16 14:26:45,680 - INFO - Verified that pod ctest-nginx-pod-55146184 is removed in agent 2026-03-16 14:26:45,680 - INFO - Deleting service : ctest-nginx-svc-46264345 2026-03-16 14:26:46,299 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-16 14:26:46,313 - DEBUG - No XMPP flaps were noticed during the test