2025-10-31 22:01:32,551 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-10-31 22:01:32,788 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-407-1.novalocal 2025-10-31 22:01:32,788 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-10-31 22:01:32,898 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-407-1.novalocal 2025-10-31 22:01:32,898 - 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-10-31 22:01:33,074 - DEBUG - Output : NAMES contrail_test_itTIKk5Uo vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_api_1 config_nodemgr_1 config_schema_1 config_svcmonitor_1 config_dnsmasq_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2025-10-31 22:01:33,074 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-31 22:01:33,179 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2025-10-31 22:01:33,180 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-10-31 22:01:33,297 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-407-1.novalocal 2025-10-31 22:01:33,297 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-31 22:01:33,415 - DEBUG - Output : 10.20.0.17/24 2025-10-31 22:01:33,415 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2025-10-31 22:01:33,530 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-407-1.novalocal 2025-10-31 22:01:33,804 - INFO - Using existing project ['default-domain', 'k8s-default'](b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87) 2025-10-31 22:01:33,875 - INFO - Using existing project ['default-domain', 'k8s-default'](b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87) 2025-10-31 22:01:34,015 - INFO - ================================================================================ 2025-10-31 22:01:34,015 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-31 22:01:34,016 - 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-10-31 22:01:34,272 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 22:01:34,279 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2025-10-31 22:01:34,279 - INFO - Initial checks done. Running the testcase now 2025-10-31 22:01:34,279 - INFO - 2025-10-31 22:01:34,283 - INFO - Namespace default already exists 2025-10-31 22:01:34,284 - 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-10-31 22:01:34,446 - DEBUG - Output : cluster_project={} 2025-10-31 22:01:34,483 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-31 22:01:34,484 - DEBUG - Project uuid in Contrail is b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87 2025-10-31 22:01:34,484 - 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-10-31 22:01:34,630 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 22:01:34,630 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=e15d6d0d-e3e5-4f40-a1c1-7c8fd970a95a 2025-10-31 22:01:34,634 - INFO - Namespace default with uuid e15d6d0d-e3e5-4f40-a1c1-7c8fd970a95a found in kube manager 2025-10-31 22:01:34,634 - INFO - Namespace default verification passed 2025-10-31 22:01:34,638 - DEBUG - Service ctest-nginx-svc-44838301 not present 2025-10-31 22:01:34,638 - INFO - Creating service ctest-nginx-svc-44838301 2025-10-31 22:01:34,654 - INFO - Created Service ctest-nginx-svc-44838301 2025-10-31 22:01:34,658 - DEBUG - Pod ctest-nginx-pod-52478832 not present 2025-10-31 22:01:34,659 - INFO - Creating Pod ctest-nginx-pod-52478832 2025-10-31 22:01:34,704 - DEBUG - Pod : ctest-nginx-pod-52478832 UUID is 40b64abb-8ddf-4b79-adde-1c07eb423d16 2025-10-31 22:01:34,708 - DEBUG - Pod ctest-nginx-pod-65885970 not present 2025-10-31 22:01:34,709 - INFO - Creating Pod ctest-nginx-pod-65885970 2025-10-31 22:01:34,735 - DEBUG - Pod : ctest-nginx-pod-65885970 UUID is a0c5c93b-0c6b-4702-b341-307330c131fc 2025-10-31 22:01:34,846 - INFO - Created VN __public__, UUID :8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:34,982 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 22:01:34,986 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3213301b-37e3-49ee-9818-b5ec83c841e2 2025-10-31 22:01:34,997 - DEBUG - Requesting: http://10.0.0.38:8082/project/b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87 2025-10-31 22:01:35,056 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,065 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,072 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c6c5855e-03d6-4609-9488-d907e4dccc62 2025-10-31 22:01:35,079 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c6c5855e-03d6-4609-9488-d907e4dccc62 2025-10-31 22:01:35,083 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a38adddb-ef3d-4d21-add4-88f29ffc10f3 2025-10-31 22:01:35,087 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 22:01:35,087 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,094 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c6c5855e-03d6-4609-9488-d907e4dccc62 2025-10-31 22:01:35,105 - INFO - Verified VN network id 15 for VN 8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,105 - INFO - Verifications in API Server for VN __public__ passed 2025-10-31 22:01:35,105 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,115 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c6c5855e-03d6-4609-9488-d907e4dccc62 2025-10-31 22:01:35,121 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c6c5855e-03d6-4609-9488-d907e4dccc62 2025-10-31 22:01:35,125 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a38adddb-ef3d-4d21-add4-88f29ffc10f3 2025-10-31 22:01:35,129 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 22:01:35,135 - 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': '9458871583972215666', 'uuid-lslong': '10623455318677926456'}, 'enable': 'true', 'created': '2025-10-31T22:01:34', 'last-modified': '2025-10-31T22:01:34', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.219399'} 2025-10-31 22:01:35,136 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:01:35,144 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 22:01:35,144 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-31 22:01:35,144 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-31 22:01:35,144 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 22:01:35,148 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3213301b-37e3-49ee-9818-b5ec83c841e2 2025-10-31 22:01:35,161 - DEBUG - Requesting: http://10.0.0.38:8082/project/b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87 2025-10-31 22:01:35,202 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,211 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-31 22:01:35,211 - DEBUG - Verifying the vn in opserver 2025-10-31 22:01:35,211 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-10-31 22:01:35,212 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-10-31 22:01:35,216 - 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-10-31 22:01:35,216 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-31 22:01:35,216 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:01:35,243 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:01:35,250 - DEBUG - Do not have enough data to verify VN in agent 2025-10-31 22:01:35,250 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:01:35,258 - DEBUG - VRF ids for VN __public__: {} 2025-10-31 22:01:35,340 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-31 22:01:35,418 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 22:01:35,423 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3213301b-37e3-49ee-9818-b5ec83c841e2 2025-10-31 22:01:35,434 - DEBUG - Requesting: http://10.0.0.38:8082/project/b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87 2025-10-31 22:01:35,481 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,490 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/49c2e590-8402-4602-9dad-2f3797f111bc 2025-10-31 22:01:35,495 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 22:01:35,499 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3213301b-37e3-49ee-9818-b5ec83c841e2 2025-10-31 22:01:35,506 - DEBUG - Requesting: http://10.0.0.38:8082/project/b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87 2025-10-31 22:01:35,546 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/8344a997-22b3-4b72-936e-1853ad083238 2025-10-31 22:01:35,554 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-31 22:01:35,554 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-31 22:01:35,562 - 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-10-31 22:01:35,567 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-31 22:01:35,567 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-31 22:01:35,570 - DEBUG - Ingress ctest-nginx-ingress-01801126 not present 2025-10-31 22:01:35,571 - INFO - Creating Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:35,579 - INFO - Created Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:35,584 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:38,590 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:41,596 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:44,601 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:47,611 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:50,616 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:53,621 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:56,629 - DEBUG - For Ingress ctest-nginx-ingress-01801126, Cluster IP: 10.47.255.246, External IPs ['64.223.227.60'] 2025-10-31 22:01:56,629 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-01801126 2025-10-31 22:01:56,629 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:01:56,639 - INFO - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 found in kube manager 2025-10-31 22:01:56,639 - INFO - Ingress ctest-nginx-ingress-01801126 verification passed 2025-10-31 22:01:56,647 - DEBUG - Pod ctest-busybox-pod-62586741 not present 2025-10-31 22:01:56,656 - INFO - Creating Pod ctest-busybox-pod-62586741 2025-10-31 22:01:56,712 - DEBUG - Pod : ctest-busybox-pod-62586741 UUID is 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:01:56,718 - DEBUG - Pod ctest-nginx-pod-52478832 not in running state.Currently in Pending 2025-10-31 22:02:01,734 - DEBUG - Pod ctest-nginx-pod-52478832 not in running state.Currently in Pending 2025-10-31 22:02:06,742 - INFO - Pod ctest-nginx-pod-52478832 is in running state.Got IP 10.47.255.248 2025-10-31 22:02:06,757 - DEBUG - Pod ctest-nginx-pod-52478832 has vmi 2e3bd950-b6a5-11f0-9227-fa163e27ded3 2025-10-31 22:02:06,757 - INFO - Verified pod ctest-nginx-pod-52478832 in contrail-api 2025-10-31 22:02:06,757 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 22:02:06,768 - DEBUG - VMI 2e3bd950-b6a5-11f0-9227-fa163e27ded3 is active in agent 10.0.0.38 2025-10-31 22:02:06,768 - INFO - Verified Pod ctest-nginx-pod-52478832 in agent 10.0.0.38 2025-10-31 22:02:06,768 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=40b64abb-8ddf-4b79-adde-1c07eb423d16 2025-10-31 22:02:06,772 - INFO - Pod ctest-nginx-pod-52478832 with uuid 40b64abb-8ddf-4b79-adde-1c07eb423d16 found in kube manager 2025-10-31 22:02:06,772 - INFO - Pod ctest-nginx-pod-52478832 verification passed 2025-10-31 22:02:06,821 - DEBUG - [Pod ctest-nginx-pod-52478832] Cmd: echo ctest-nginx-pod-52478832 > /usr/share/nginx/html/index.html, Output: 2025-10-31 22:02:06,828 - INFO - Pod ctest-nginx-pod-65885970 is in running state.Got IP 10.47.255.247 2025-10-31 22:02:06,839 - DEBUG - Pod ctest-nginx-pod-65885970 has vmi 3212d560-b6a5-11f0-9227-fa163e27ded3 2025-10-31 22:02:06,840 - INFO - Verified pod ctest-nginx-pod-65885970 in contrail-api 2025-10-31 22:02:06,840 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 22:02:06,847 - DEBUG - VMI 3212d560-b6a5-11f0-9227-fa163e27ded3 is active in agent 10.0.0.38 2025-10-31 22:02:06,847 - INFO - Verified Pod ctest-nginx-pod-65885970 in agent 10.0.0.38 2025-10-31 22:02:06,847 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=a0c5c93b-0c6b-4702-b341-307330c131fc 2025-10-31 22:02:06,851 - INFO - Pod ctest-nginx-pod-65885970 with uuid a0c5c93b-0c6b-4702-b341-307330c131fc found in kube manager 2025-10-31 22:02:06,851 - INFO - Pod ctest-nginx-pod-65885970 verification passed 2025-10-31 22:02:06,897 - DEBUG - [Pod ctest-nginx-pod-65885970] Cmd: echo ctest-nginx-pod-65885970 > /usr/share/nginx/html/index.html, Output: 2025-10-31 22:02:06,903 - DEBUG - Pod ctest-busybox-pod-62586741 not in running state.Currently in Pending 2025-10-31 22:02:11,911 - DEBUG - Pod ctest-busybox-pod-62586741 not in running state.Currently in Pending 2025-10-31 22:02:16,919 - INFO - Pod ctest-busybox-pod-62586741 is in running state.Got IP 10.47.255.245 2025-10-31 22:02:16,930 - DEBUG - Pod ctest-busybox-pod-62586741 has vmi 3a22ab04-b6a5-11f0-9227-fa163e27ded3 2025-10-31 22:02:16,930 - INFO - Verified pod ctest-busybox-pod-62586741 in contrail-api 2025-10-31 22:02:16,930 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 22:02:16,940 - DEBUG - VMI 3a22ab04-b6a5-11f0-9227-fa163e27ded3 is active in agent 10.0.0.38 2025-10-31 22:02:16,940 - INFO - Verified Pod ctest-busybox-pod-62586741 in agent 10.0.0.38 2025-10-31 22:02:16,940 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:16,943 - INFO - Pod ctest-busybox-pod-62586741 with uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 found in kube manager 2025-10-31 22:02:16,943 - INFO - Pod ctest-busybox-pod-62586741 verification passed 2025-10-31 22:02:16,987 - DEBUG - [Pod ctest-busybox-pod-62586741] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-52478832 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-10-31 22:02:16,988 - DEBUG - [Pod Pod ctest-busybox-pod-62586741] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-31 22:02:16,988 - DEBUG - [Pod Pod ctest-busybox-pod-62586741] Cmd output: ctest-nginx-pod-52478832 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-10-31 22:02:17,029 - DEBUG - [Pod ctest-busybox-pod-62586741] 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-65885970 2025-10-31 22:02:17,029 - DEBUG - [Pod Pod ctest-busybox-pod-62586741] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-31 22:02:17,029 - DEBUG - [Pod Pod ctest-busybox-pod-62586741] 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-65885970 2025-10-31 22:02:17,029 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-52478832': 1, 'ctest-nginx-pod-65885970': 1} 2025-10-31 22:02:17,029 - WARNING - Nothing to delete parallely 2025-10-31 22:02:17,029 - INFO - Deleting pod default:ctest-busybox-pod-62586741 2025-10-31 22:02:17,041 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:17,048 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:22,048 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:22,053 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:27,054 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:27,060 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:32,061 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:32,066 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:37,066 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:37,071 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:42,072 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:42,090 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:47,092 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:47,097 - WARNING - Pod uuid 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:02:52,098 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8413b747-26e5-4c77-bfd0-2d0a95f4cea5 2025-10-31 22:02:52,103 - DEBUG - Pod 8413b747-26e5-4c77-bfd0-2d0a95f4cea5 is not in agent 10.0.0.38 VM list 2025-10-31 22:02:52,103 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3a22ab04-b6a5-11f0-9227-fa163e27ded3 2025-10-31 22:02:52,108 - DEBUG - VMI 3a22ab04-b6a5-11f0-9227-fa163e27ded3 is removed from agent 10.0.0.38 2025-10-31 22:02:52,108 - INFO - Verified that pod ctest-busybox-pod-62586741 is removed in agent 2025-10-31 22:02:52,108 - INFO - Deleting Ingress : ctest-nginx-ingress-01801126 2025-10-31 22:02:52,114 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:02:52,117 - ERROR - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 still found in kube manager 2025-10-31 22:02:53,118 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:02:53,122 - ERROR - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 still found in kube manager 2025-10-31 22:02:54,123 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:02:54,126 - ERROR - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 still found in kube manager 2025-10-31 22:02:55,126 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:02:55,130 - ERROR - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 still found in kube manager 2025-10-31 22:02:56,134 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:02:56,138 - ERROR - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 still found in kube manager 2025-10-31 22:02:57,139 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=515d3a22-bf21-4de0-8a4f-8fcd668cd063 2025-10-31 22:02:57,142 - INFO - Ingress ctest-nginx-ingress-01801126 with uuid 515d3a22-bf21-4de0-8a4f-8fcd668cd063 deleted successfully from kube manager 2025-10-31 22:02:57,142 - INFO - Verifications on Ingress %s cleanup passed 2025-10-31 22:02:57,143 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-31 22:02:57,203 - 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-10-31 22:02:57,212 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-31 22:02:57,212 - INFO - Deleting VN __public__ 2025-10-31 22:02:57,339 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c6c5855e-03d6-4609-9488-d907e4dccc62 2025-10-31 22:02:57,342 - DEBUG - Response Code: 404 2025-10-31 22:02:57,343 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 22:02:57,347 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3213301b-37e3-49ee-9818-b5ec83c841e2 2025-10-31 22:02:57,352 - DEBUG - Requesting: http://10.0.0.38:8082/project/b14beca9-d20f-47bd-a2e8-8b9a9c5c5b87 2025-10-31 22:02:57,393 - INFO - Validated that VN __public__ is not found in API Server 2025-10-31 22:02:57,393 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-31 22:02:57,403 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:02:57,411 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2025-10-31 22:02:57,411 - INFO - Validated that VN __public__ is not in any agent 2025-10-31 22:02:57,411 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:02:57,416 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 22:02:57,420 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 22:02:57,424 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-31 22:02:57,424 - INFO - Deleting pod default:ctest-nginx-pod-65885970 2025-10-31 22:02:57,449 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a0c5c93b-0c6b-4702-b341-307330c131fc 2025-10-31 22:02:57,466 - WARNING - Pod uuid a0c5c93b-0c6b-4702-b341-307330c131fc is still seen in agent 10.0.0.38 VM list 2025-10-31 22:03:02,467 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a0c5c93b-0c6b-4702-b341-307330c131fc 2025-10-31 22:03:02,475 - DEBUG - Pod a0c5c93b-0c6b-4702-b341-307330c131fc is not in agent 10.0.0.38 VM list 2025-10-31 22:03:02,475 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3212d560-b6a5-11f0-9227-fa163e27ded3 2025-10-31 22:03:02,482 - DEBUG - VMI 3212d560-b6a5-11f0-9227-fa163e27ded3 is removed from agent 10.0.0.38 2025-10-31 22:03:02,482 - INFO - Verified that pod ctest-nginx-pod-65885970 is removed in agent 2025-10-31 22:03:02,482 - INFO - Deleting pod default:ctest-nginx-pod-52478832 2025-10-31 22:03:02,499 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=40b64abb-8ddf-4b79-adde-1c07eb423d16 2025-10-31 22:03:02,506 - WARNING - Pod uuid 40b64abb-8ddf-4b79-adde-1c07eb423d16 is still seen in agent 10.0.0.38 VM list 2025-10-31 22:03:07,507 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=40b64abb-8ddf-4b79-adde-1c07eb423d16 2025-10-31 22:03:07,512 - DEBUG - Pod 40b64abb-8ddf-4b79-adde-1c07eb423d16 is not in agent 10.0.0.38 VM list 2025-10-31 22:03:07,512 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e3bd950-b6a5-11f0-9227-fa163e27ded3 2025-10-31 22:03:07,517 - DEBUG - VMI 2e3bd950-b6a5-11f0-9227-fa163e27ded3 is removed from agent 10.0.0.38 2025-10-31 22:03:07,517 - INFO - Verified that pod ctest-nginx-pod-52478832 is removed in agent 2025-10-31 22:03:07,517 - INFO - Deleting service : ctest-nginx-svc-44838301 2025-10-31 22:03:07,998 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 22:03:08,005 - DEBUG - No XMPP flaps were noticed during the test