2025-11-24 17:43:03,808 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-11-24 17:43:04,219 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-420-1.novalocal 2025-11-24 17:43:04,219 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-11-24 17:43:04,355 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-420-1.novalocal 2025-11-24 17:43:04,355 - DEBUG - [10.0.0.50]: 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 17:43:04,565 - DEBUG - Output : NAMES contrail_test_fmCrnwwnY vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_schema_1 config_dnsmasq_1 config_svcmonitor_1 config_api_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-11-24 17:43:04,566 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-24 17:43:04,698 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 10.20.0.14/24 172.17.0.1/16 10.20.0.14/24 2025-11-24 17:43:04,699 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-11-24 17:43:04,869 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-420-1.novalocal 2025-11-24 17:43:04,869 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-24 17:43:05,074 - DEBUG - Output : 10.20.0.14/24 2025-11-24 17:43:05,075 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.20.0.14 | head -n 1 | awk '{print $2}' 2025-11-24 17:43:05,301 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-420-1.novalocal 2025-11-24 17:43:05,676 - INFO - Using existing project ['default-domain', 'k8s-default'](a94b3591-b09b-4d65-bc3c-2e151c2b57ec) 2025-11-24 17:43:05,752 - INFO - Using existing project ['default-domain', 'k8s-default'](a94b3591-b09b-4d65-bc3c-2e151c2b57ec) 2025-11-24 17:43:05,900 - INFO - ================================================================================ 2025-11-24 17:43:05,900 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-24 17:43:05,901 - 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 17:43:06,305 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 17:43:06,313 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.14': '0'}} with 2025-11-24 17:43:06,313 - INFO - Initial checks done. Running the testcase now 2025-11-24 17:43:06,313 - INFO - 2025-11-24 17:43:06,318 - INFO - Namespace default already exists 2025-11-24 17:43:06,319 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-24 17:43:06,556 - DEBUG - Output : cluster_project={} 2025-11-24 17:43:06,626 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-24 17:43:06,626 - DEBUG - Project uuid in Contrail is a94b3591-b09b-4d65-bc3c-2e151c2b57ec 2025-11-24 17:43:06,626 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-24 17:43:06,818 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 17:43:06,818 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=607fa9ac-bb9a-4db4-aa25-50d0013e3ca0 2025-11-24 17:43:06,822 - INFO - Namespace default with uuid 607fa9ac-bb9a-4db4-aa25-50d0013e3ca0 found in kube manager 2025-11-24 17:43:06,822 - INFO - Namespace default verification passed 2025-11-24 17:43:06,826 - DEBUG - Service ctest-nginx-svc-64149051 not present 2025-11-24 17:43:06,826 - INFO - Creating service ctest-nginx-svc-64149051 2025-11-24 17:43:06,843 - INFO - Created Service ctest-nginx-svc-64149051 2025-11-24 17:43:06,846 - DEBUG - Pod ctest-nginx-pod-46102518 not present 2025-11-24 17:43:06,848 - INFO - Creating Pod ctest-nginx-pod-46102518 2025-11-24 17:43:06,904 - DEBUG - Pod : ctest-nginx-pod-46102518 UUID is c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 2025-11-24 17:43:06,907 - DEBUG - Pod ctest-nginx-pod-84869227 not present 2025-11-24 17:43:06,907 - INFO - Creating Pod ctest-nginx-pod-84869227 2025-11-24 17:43:06,949 - DEBUG - Pod : ctest-nginx-pod-84869227 UUID is 8a378557-6f04-45c8-a655-95645fc9b542 2025-11-24 17:43:07,057 - INFO - Created VN __public__, UUID :05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,288 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-11-24 17:43:07,294 - DEBUG - Requesting: http://10.0.0.50:8082/domain/54093ed5-4ca5-4150-a370-16a867949305 2025-11-24 17:43:07,308 - DEBUG - Requesting: http://10.0.0.50:8082/project/a94b3591-b09b-4d65-bc3c-2e151c2b57ec 2025-11-24 17:43:07,356 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,366 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,375 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b700d03a-554a-494f-a077-02cf6b376879 2025-11-24 17:43:07,382 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b700d03a-554a-494f-a077-02cf6b376879 2025-11-24 17:43:07,390 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/a56c5f3b-0811-48e4-bf1f-de91ca4d17d5 2025-11-24 17:43:07,398 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 17:43:07,398 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,406 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b700d03a-554a-494f-a077-02cf6b376879 2025-11-24 17:43:07,419 - INFO - Verified VN network id 15 for VN 05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,419 - INFO - Verifications in API Server for VN __public__ passed 2025-11-24 17:43:07,419 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,427 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b700d03a-554a-494f-a077-02cf6b376879 2025-11-24 17:43:07,433 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b700d03a-554a-494f-a077-02cf6b376879 2025-11-24 17:43:07,438 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/a56c5f3b-0811-48e4-bf1f-de91ca4d17d5 2025-11-24 17:43:07,445 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 17:43:07,449 - DEBUG - Control-node 10.0.0.50 : 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': '420877231405024048', 'uuid-lslong': '13677140329914134146'}, 'enable': 'true', 'created': '2025-11-24T17:43:07', 'last-modified': '2025-11-24T17:43:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.293635'} 2025-11-24 17:43:07,449 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:43:07,459 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 17:43:07,459 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-24 17:43:07,460 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-24 17:43:07,460 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-11-24 17:43:07,465 - DEBUG - Requesting: http://10.0.0.50:8082/domain/54093ed5-4ca5-4150-a370-16a867949305 2025-11-24 17:43:07,477 - DEBUG - Requesting: http://10.0.0.50:8082/project/a94b3591-b09b-4d65-bc3c-2e151c2b57ec 2025-11-24 17:43:07,522 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,531 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-24 17:43:07,531 - DEBUG - Verifying the vn in opserver 2025-11-24 17:43:07,531 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-11-24 17:43:07,532 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-11-24 17:43:07,536 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-24 17:43:07,536 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-24 17:43:07,537 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:43:07,542 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:43:07,546 - DEBUG - Do not have enough data to verify VN in agent 2025-11-24 17:43:07,546 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:43:07,550 - DEBUG - VRF ids for VN __public__: {} 2025-11-24 17:43:07,624 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-24 17:43:07,697 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-11-24 17:43:07,702 - DEBUG - Requesting: http://10.0.0.50:8082/domain/54093ed5-4ca5-4150-a370-16a867949305 2025-11-24 17:43:07,709 - DEBUG - Requesting: http://10.0.0.50:8082/project/a94b3591-b09b-4d65-bc3c-2e151c2b57ec 2025-11-24 17:43:07,753 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,764 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/ffd78fc8-d196-49bf-bf84-73596bad50fc 2025-11-24 17:43:07,770 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-11-24 17:43:07,774 - DEBUG - Requesting: http://10.0.0.50:8082/domain/54093ed5-4ca5-4150-a370-16a867949305 2025-11-24 17:43:07,780 - DEBUG - Requesting: http://10.0.0.50:8082/project/a94b3591-b09b-4d65-bc3c-2e151c2b57ec 2025-11-24 17:43:07,827 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/05d7419c-aff2-4330-bdce-f6aa5bb36e82 2025-11-24 17:43:07,840 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-24 17:43:07,840 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-24 17:43:07,848 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-24 17:43:07,854 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-24 17:43:07,855 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-24 17:43:07,858 - DEBUG - Ingress ctest-nginx-ingress-93261759 not present 2025-11-24 17:43:07,858 - INFO - Creating Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:07,870 - INFO - Created Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:07,874 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:10,886 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:13,895 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:16,901 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:19,921 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:22,929 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:25,941 - DEBUG - For Ingress ctest-nginx-ingress-93261759, Cluster IP: 10.47.255.246, External IPs ['74.112.157.60'] 2025-11-24 17:43:25,941 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-93261759 2025-11-24 17:43:25,942 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=cd7edffe-52a9-482b-882e-e0d812ca6624 2025-11-24 17:43:25,961 - INFO - Ingress ctest-nginx-ingress-93261759 with uuid cd7edffe-52a9-482b-882e-e0d812ca6624 found in kube manager 2025-11-24 17:43:25,961 - INFO - Ingress ctest-nginx-ingress-93261759 verification passed 2025-11-24 17:43:25,966 - DEBUG - Pod ctest-busybox-pod-22621769 not present 2025-11-24 17:43:25,967 - INFO - Creating Pod ctest-busybox-pod-22621769 2025-11-24 17:43:26,003 - DEBUG - Pod : ctest-busybox-pod-22621769 UUID is f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:43:26,024 - DEBUG - Pod ctest-nginx-pod-46102518 not in running state.Currently in Pending 2025-11-24 17:43:31,034 - DEBUG - Pod ctest-nginx-pod-46102518 not in running state.Currently in Pending 2025-11-24 17:43:36,047 - INFO - Pod ctest-nginx-pod-46102518 is in running state.Got IP 10.47.255.248 2025-11-24 17:43:36,086 - DEBUG - Pod ctest-nginx-pod-46102518 has vmi 0c15b470-c95d-11f0-a530-fa163e883c98 2025-11-24 17:43:36,086 - INFO - Verified pod ctest-nginx-pod-46102518 in contrail-api 2025-11-24 17:43:36,086 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:43:36,117 - DEBUG - VMI 0c15b470-c95d-11f0-a530-fa163e883c98 is active in agent 10.0.0.50 2025-11-24 17:43:36,118 - INFO - Verified Pod ctest-nginx-pod-46102518 in agent 10.0.0.50 2025-11-24 17:43:36,118 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 2025-11-24 17:43:36,125 - INFO - Pod ctest-nginx-pod-46102518 with uuid c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 found in kube manager 2025-11-24 17:43:36,126 - INFO - Pod ctest-nginx-pod-46102518 verification passed 2025-11-24 17:43:36,250 - DEBUG - [Pod ctest-nginx-pod-46102518] Cmd: echo ctest-nginx-pod-46102518 > /usr/share/nginx/html/index.html, Output: 2025-11-24 17:43:36,263 - INFO - Pod ctest-nginx-pod-84869227 is in running state.Got IP 10.47.255.247 2025-11-24 17:43:36,291 - DEBUG - Pod ctest-nginx-pod-84869227 has vmi 0e3e3d80-c95d-11f0-a530-fa163e883c98 2025-11-24 17:43:36,291 - INFO - Verified pod ctest-nginx-pod-84869227 in contrail-api 2025-11-24 17:43:36,291 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:43:36,302 - DEBUG - VMI 0e3e3d80-c95d-11f0-a530-fa163e883c98 is active in agent 10.0.0.50 2025-11-24 17:43:36,302 - INFO - Verified Pod ctest-nginx-pod-84869227 in agent 10.0.0.50 2025-11-24 17:43:36,302 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=8a378557-6f04-45c8-a655-95645fc9b542 2025-11-24 17:43:36,306 - INFO - Pod ctest-nginx-pod-84869227 with uuid 8a378557-6f04-45c8-a655-95645fc9b542 found in kube manager 2025-11-24 17:43:36,306 - INFO - Pod ctest-nginx-pod-84869227 verification passed 2025-11-24 17:43:36,359 - DEBUG - [Pod ctest-nginx-pod-84869227] Cmd: echo ctest-nginx-pod-84869227 > /usr/share/nginx/html/index.html, Output: 2025-11-24 17:43:36,367 - DEBUG - Pod ctest-busybox-pod-22621769 not in running state.Currently in Pending 2025-11-24 17:43:41,390 - DEBUG - Pod ctest-busybox-pod-22621769 not in running state.Currently in Pending 2025-11-24 17:43:46,398 - INFO - Pod ctest-busybox-pod-22621769 is in running state.Got IP 10.47.255.245 2025-11-24 17:43:46,411 - DEBUG - Pod ctest-busybox-pod-22621769 has vmi 182e6860-c95d-11f0-a530-fa163e883c98 2025-11-24 17:43:46,411 - INFO - Verified pod ctest-busybox-pod-22621769 in contrail-api 2025-11-24 17:43:46,411 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:43:46,424 - DEBUG - VMI 182e6860-c95d-11f0-a530-fa163e883c98 is active in agent 10.0.0.50 2025-11-24 17:43:46,424 - INFO - Verified Pod ctest-busybox-pod-22621769 in agent 10.0.0.50 2025-11-24 17:43:46,424 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:43:46,434 - INFO - Pod ctest-busybox-pod-22621769 with uuid f5376f22-ae89-4329-842a-38796467222c found in kube manager 2025-11-24 17:43:46,434 - INFO - Pod ctest-busybox-pod-22621769 verification passed 2025-11-24 17:43:46,487 - DEBUG - [Pod ctest-busybox-pod-22621769] 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) ctest-nginx-pod-46102518 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-24 17:43:46,487 - DEBUG - [Pod Pod ctest-busybox-pod-22621769] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 17:43:46,488 - DEBUG - [Pod Pod ctest-busybox-pod-22621769] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-46102518 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-24 17:43:46,543 - DEBUG - [Pod ctest-busybox-pod-22621769] 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-46102518 2025-11-24 17:43:46,544 - DEBUG - [Pod Pod ctest-busybox-pod-22621769] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 17:43:46,544 - DEBUG - [Pod Pod ctest-busybox-pod-22621769] 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-46102518 2025-11-24 17:43:46,591 - DEBUG - [Pod ctest-busybox-pod-22621769] 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-84869227 2025-11-24 17:43:46,591 - DEBUG - [Pod Pod ctest-busybox-pod-22621769] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 17:43:46,591 - DEBUG - [Pod Pod ctest-busybox-pod-22621769] 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-84869227 2025-11-24 17:43:46,591 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46102518': 2, 'ctest-nginx-pod-84869227': 1} 2025-11-24 17:43:46,591 - WARNING - Nothing to delete parallely 2025-11-24 17:43:46,591 - INFO - Deleting pod default:ctest-busybox-pod-22621769 2025-11-24 17:43:46,603 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:43:46,611 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:43:51,613 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:43:51,618 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:43:56,618 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:43:56,636 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:01,638 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:44:01,645 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:06,646 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:44:06,654 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:11,655 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:44:11,667 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:16,669 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:44:16,685 - WARNING - Pod uuid f5376f22-ae89-4329-842a-38796467222c is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:21,686 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5376f22-ae89-4329-842a-38796467222c 2025-11-24 17:44:21,700 - DEBUG - Pod f5376f22-ae89-4329-842a-38796467222c is not in agent 10.0.0.50 VM list 2025-11-24 17:44:21,700 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:182e6860-c95d-11f0-a530-fa163e883c98 2025-11-24 17:44:21,727 - DEBUG - VMI 182e6860-c95d-11f0-a530-fa163e883c98 is removed from agent 10.0.0.50 2025-11-24 17:44:21,727 - INFO - Verified that pod ctest-busybox-pod-22621769 is removed in agent 2025-11-24 17:44:21,728 - INFO - Deleting Ingress : ctest-nginx-ingress-93261759 2025-11-24 17:44:21,751 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=cd7edffe-52a9-482b-882e-e0d812ca6624 2025-11-24 17:44:21,772 - ERROR - Ingress ctest-nginx-ingress-93261759 with uuid cd7edffe-52a9-482b-882e-e0d812ca6624 still found in kube manager 2025-11-24 17:44:22,773 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=cd7edffe-52a9-482b-882e-e0d812ca6624 2025-11-24 17:44:22,788 - ERROR - Ingress ctest-nginx-ingress-93261759 with uuid cd7edffe-52a9-482b-882e-e0d812ca6624 still found in kube manager 2025-11-24 17:44:23,789 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=cd7edffe-52a9-482b-882e-e0d812ca6624 2025-11-24 17:44:23,795 - ERROR - Ingress ctest-nginx-ingress-93261759 with uuid cd7edffe-52a9-482b-882e-e0d812ca6624 still found in kube manager 2025-11-24 17:44:24,796 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=cd7edffe-52a9-482b-882e-e0d812ca6624 2025-11-24 17:44:24,802 - ERROR - Ingress ctest-nginx-ingress-93261759 with uuid cd7edffe-52a9-482b-882e-e0d812ca6624 still found in kube manager 2025-11-24 17:44:25,802 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=cd7edffe-52a9-482b-882e-e0d812ca6624 2025-11-24 17:44:25,807 - INFO - Ingress ctest-nginx-ingress-93261759 with uuid cd7edffe-52a9-482b-882e-e0d812ca6624 deleted successfully from kube manager 2025-11-24 17:44:25,807 - INFO - Verifications on Ingress %s cleanup passed 2025-11-24 17:44:25,807 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-24 17:44:26,023 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-24 17:44:26,031 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-24 17:44:26,031 - INFO - Deleting VN __public__ 2025-11-24 17:44:26,282 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b700d03a-554a-494f-a077-02cf6b376879 2025-11-24 17:44:26,290 - DEBUG - Response Code: 404 2025-11-24 17:44:26,290 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-11-24 17:44:26,301 - DEBUG - Requesting: http://10.0.0.50:8082/domain/54093ed5-4ca5-4150-a370-16a867949305 2025-11-24 17:44:26,315 - DEBUG - Requesting: http://10.0.0.50:8082/project/a94b3591-b09b-4d65-bc3c-2e151c2b57ec 2025-11-24 17:44:26,404 - INFO - Validated that VN __public__ is not found in API Server 2025-11-24 17:44:26,405 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-24 17:44:26,411 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:44:26,416 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-11-24 17:44:26,416 - INFO - Validated that VN __public__ is not in any agent 2025-11-24 17:44:26,416 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:44:26,421 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:44:26,428 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 17:44:26,434 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-24 17:44:26,434 - INFO - Deleting pod default:ctest-nginx-pod-84869227 2025-11-24 17:44:26,449 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8a378557-6f04-45c8-a655-95645fc9b542 2025-11-24 17:44:26,465 - WARNING - Pod uuid 8a378557-6f04-45c8-a655-95645fc9b542 is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:31,466 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8a378557-6f04-45c8-a655-95645fc9b542 2025-11-24 17:44:31,474 - DEBUG - Pod 8a378557-6f04-45c8-a655-95645fc9b542 is not in agent 10.0.0.50 VM list 2025-11-24 17:44:31,475 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0e3e3d80-c95d-11f0-a530-fa163e883c98 2025-11-24 17:44:31,483 - DEBUG - VMI 0e3e3d80-c95d-11f0-a530-fa163e883c98 is removed from agent 10.0.0.50 2025-11-24 17:44:31,484 - INFO - Verified that pod ctest-nginx-pod-84869227 is removed in agent 2025-11-24 17:44:31,485 - INFO - Deleting pod default:ctest-nginx-pod-46102518 2025-11-24 17:44:31,533 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 2025-11-24 17:44:31,547 - WARNING - Pod uuid c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 is still seen in agent 10.0.0.50 VM list 2025-11-24 17:44:36,548 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 2025-11-24 17:44:36,557 - DEBUG - Pod c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 is not in agent 10.0.0.50 VM list 2025-11-24 17:44:36,558 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0c15b470-c95d-11f0-a530-fa163e883c98 2025-11-24 17:44:36,570 - WARNING - VMI 0c15b470-c95d-11f0-a530-fa163e883c98 of Pod ctest-nginx-pod-46102518 is still seen in agent 10.0.0.50 2025-11-24 17:44:36,570 - DEBUG - [{'index': '7', 'name': 'tapeth0-c1e2b7', 'uuid': '0c15b470-c95d-11f0-a530-fa163e883c98', 'vrf_name': '--ERROR--', 'active': 'Inactive < vn-null vrf-null os-state-down ipv4_inactive ipv6_inactive l2_inactive >', 'ipv4_active': 'Ipv4 Inactive < vn-null vrf-null os-state-down l3-disabled >', 'l2_active': 'L2 Inactive < vn-null vrf-null os-state-down l2-disabled >', 'ip6_active': 'Ipv6 Inactive < vn-null vrf-null os-state-down l3-disabled no-ipv6-addr >', 'health_check_active': 'Active', 'dhcp_service': 'Enable', 'dhcp_service_v6': 'Disable', 'dns_service': 'Enable', 'type': 'vport', 'label': '-1', 'l2_label': '-1', 'vxlan_id': '0', 'vn_name': None, 'vm_uuid': None, 'vm_name': None, 'ip_addr': '10.47.255.248', 'mac_addr': '02:0c:15:b4:70:c9', 'policy': 'Disable', 'fip_list': [], 'mdata_ip_addr': '169.254.0.7', 'service_vlan_list': None, 'os_ifindex': '19', 'fabric_port': 'FabricPort', 'alloc_linklocal_ip': 'LL-Disable', 'analyzer_name': None, 'config_name': None, 'sg_uuid_list': [], 'static_route_list': None, 'vm_project_uuid': '00000000-0000-0000-0000-000000000000', 'admin_state': 'Enabled', 'flow_key_idx': '0', 'allowed_address_pair_list': None, 'ip6_addr': '::', 'local_preference': '0', 'tx_vlan_id': '-1', 'rx_vlan_id': '-1', 'parent_interface': None, 'subnet': '--NA--', 'sub_type': 'Tap', 'vrf_assign_acl_uuid': '--NA--', 'vmi_type': 'Invalid', 'transport': 'Ethernet', 'logical_interface_uuid': '00000000-0000-0000-0000-000000000000', 'flood_unknown_unicast': 'false', 'physical_device': None, 'physical_interface': None, 'fixed_ip4_list': None, 'fixed_ip6_list': None, 'fat_flow_list': None, 'metadata_ip_active': 'Inactive', 'service_health_check_ip': '0.0.0.0', 'alias_ip_list': None, 'drop_new_flows': 'false', 'bridge_domain_list': [], 'vmi_tag_list': None, 'policy_set_acl_list': None, 'slo_list': None, 'vhostuser_mode': '0', 'si_other_end_vmi': '00000000-0000-0000-0000-000000000000', 'cfg_igmp_enable': 'false', 'igmp_enabled': 'false', 'max_flows': '0', 'policy_set_fwaas_list': None, 'bond_interface_list': None, 'mac_ip_learning_enable': 'false', 'mac_ip_list': []}] 2025-11-24 17:44:41,572 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 2025-11-24 17:44:41,586 - DEBUG - Pod c1e2b714-7fd5-4ba0-b3dd-a7f560eb83c8 is not in agent 10.0.0.50 VM list 2025-11-24 17:44:41,586 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0c15b470-c95d-11f0-a530-fa163e883c98 2025-11-24 17:44:41,592 - DEBUG - VMI 0c15b470-c95d-11f0-a530-fa163e883c98 is removed from agent 10.0.0.50 2025-11-24 17:44:41,592 - INFO - Verified that pod ctest-nginx-pod-46102518 is removed in agent 2025-11-24 17:44:41,592 - INFO - Deleting service : ctest-nginx-svc-64149051 2025-11-24 17:44:42,165 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 17:44:42,178 - DEBUG - No XMPP flaps were noticed during the test