2025-01-09 20:03:46,300 - DEBUG - [10.0.0.17]: Running cmd : hostname 2025-01-09 20:03:46,651 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-278-1.novalocal 2025-01-09 20:03:46,651 - DEBUG - [10.0.0.17]: Running cmd : hostname -f 2025-01-09 20:03:46,788 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-278-1.novalocal 2025-01-09 20:03:46,788 - DEBUG - [10.0.0.17]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-09 20:03:46,972 - DEBUG - Output : NAMES contrail_test_9mqDUC6vo vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_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_svcmonitor_1 config_dnsmasq_1 config_schema_1 config_api_1 config_nodemgr_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2025-01-09 20:03:46,973 - DEBUG - [10.0.0.17]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-09 20:03:47,137 - DEBUG - Output : 172.17.0.1/16 10.0.0.17/24 2025-01-09 20:03:47,138 - DEBUG - [10.0.0.17]: Running cmd : getent hosts 10.0.0.17 | head -n 1 | awk '{print $2}' 2025-01-09 20:03:47,290 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-278-1.novalocal 2025-01-09 20:03:47,290 - DEBUG - [10.0.0.17]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-09 20:03:47,442 - DEBUG - Output : 10.0.0.17/24 2025-01-09 20:03:47,758 - INFO - Using existing project ['default-domain', 'k8s-default'](5bd6ec1e-4203-468d-8f3d-f4882e659588) 2025-01-09 20:03:47,855 - INFO - Using existing project ['default-domain', 'k8s-default'](5bd6ec1e-4203-468d-8f3d-f4882e659588) 2025-01-09 20:03:48,003 - INFO - ================================================================================ 2025-01-09 20:03:48,003 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-09 20:03:48,004 - 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-01-09 20:03:48,248 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 20:03:48,256 - DEBUG - Nothing to compare xmpp stats {'10.0.0.17': {'10.0.0.17': '0'}} with 2025-01-09 20:03:48,256 - INFO - Initial checks done. Running the testcase now 2025-01-09 20:03:48,256 - INFO - 2025-01-09 20:03:48,262 - INFO - Namespace default already exists 2025-01-09 20:03:48,262 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-09 20:03:48,481 - DEBUG - Output : cluster_project={} 2025-01-09 20:03:48,544 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-09 20:03:48,544 - DEBUG - Project uuid in Contrail is 5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:03:48,545 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-09 20:03:48,734 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-09 20:03:48,735 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_NamespaceDatabaseList?namespace_uuid=a9d88d43-10ba-4c3e-8de1-4c1a35d46723 2025-01-09 20:03:48,740 - INFO - Namespace default with uuid a9d88d43-10ba-4c3e-8de1-4c1a35d46723 found in kube manager 2025-01-09 20:03:48,740 - INFO - Namespace default verification passed 2025-01-09 20:03:48,746 - DEBUG - Service ctest-nginx-svc-89937962 not present 2025-01-09 20:03:48,746 - INFO - Creating service ctest-nginx-svc-89937962 2025-01-09 20:03:48,769 - INFO - Created Service ctest-nginx-svc-89937962 2025-01-09 20:03:48,774 - DEBUG - Pod ctest-nginx-pod-44485419 not present 2025-01-09 20:03:48,775 - INFO - Creating Pod ctest-nginx-pod-44485419 2025-01-09 20:03:48,800 - DEBUG - Pod : ctest-nginx-pod-44485419 UUID is 55da6949-efee-46d4-8fba-bed5b89e5516 2025-01-09 20:03:48,805 - DEBUG - Pod ctest-nginx-pod-79665246 not present 2025-01-09 20:03:48,807 - INFO - Creating Pod ctest-nginx-pod-79665246 2025-01-09 20:03:48,860 - DEBUG - Pod : ctest-nginx-pod-79665246 UUID is 64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 2025-01-09 20:03:49,129 - INFO - Created VN __public__, UUID :9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:49,311 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2025-01-09 20:03:49,326 - DEBUG - Requesting: http://10.0.0.17:8082/domain/5016395f-98a4-41ed-9eeb-5e1903b6fd80 2025-01-09 20:03:49,345 - DEBUG - Requesting: http://10.0.0.17:8082/project/5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:03:49,448 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:49,466 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:49,479 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:49,489 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:49,501 - DEBUG - Route Targets: [] 2025-01-09 20:03:49,501 - DEBUG - RT names not yet present for VN __public__ 2025-01-09 20:03:54,502 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2025-01-09 20:03:54,510 - DEBUG - Requesting: http://10.0.0.17:8082/domain/5016395f-98a4-41ed-9eeb-5e1903b6fd80 2025-01-09 20:03:54,520 - DEBUG - Requesting: http://10.0.0.17:8082/project/5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:03:54,591 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:54,603 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:54,614 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:54,623 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:54,630 - DEBUG - Requesting: http://10.0.0.17:8082/route-target/20e2a2f5-bcd9-4dea-b8e0-b2073810620b 2025-01-09 20:03:54,637 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-09 20:03:54,637 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:54,647 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:54,668 - INFO - Verified VN network id 15 for VN 9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:54,668 - INFO - Verifications in API Server for VN __public__ passed 2025-01-09 20:03:54,668 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:54,680 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:54,688 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:03:54,695 - DEBUG - Requesting: http://10.0.0.17:8082/route-target/20e2a2f5-bcd9-4dea-b8e0-b2073810620b 2025-01-09 20:03:54,703 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-09 20:03:54,712 - DEBUG - Control-node 10.0.0.17 : 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': '11384213100694162318', 'uuid-lslong': '9549515863479140049'}, 'enable': 'true', 'created': '2025-01-09T20:03:49', 'last-modified': '2025-01-09T20:03:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.468520'} 2025-01-09 20:03:54,712 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:03:54,724 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-09 20:03:54,724 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-09 20:03:54,725 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-09 20:03:54,725 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2025-01-09 20:03:54,731 - DEBUG - Requesting: http://10.0.0.17:8082/domain/5016395f-98a4-41ed-9eeb-5e1903b6fd80 2025-01-09 20:03:54,742 - DEBUG - Requesting: http://10.0.0.17:8082/project/5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:03:54,798 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:54,809 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-09 20:03:54,809 - DEBUG - Verifying the vn in opserver 2025-01-09 20:03:54,809 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.17 2025-01-09 20:03:54,810 - DEBUG - Requesting: http://10.0.0.17:8081/analytics/uves/virtual-networks 2025-01-09 20:03:54,816 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.17:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-09 20:03:54,816 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-09 20:03:54,817 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:03:54,823 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:03:54,830 - DEBUG - Do not have enough data to verify VN in agent 2025-01-09 20:03:54,830 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:03:54,836 - DEBUG - VRF ids for VN __public__: {} 2025-01-09 20:03:54,906 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-09 20:03:55,001 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2025-01-09 20:03:55,031 - DEBUG - Requesting: http://10.0.0.17:8082/domain/5016395f-98a4-41ed-9eeb-5e1903b6fd80 2025-01-09 20:03:55,042 - DEBUG - Requesting: http://10.0.0.17:8082/project/5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:03:55,154 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:55,165 - DEBUG - Requesting: http://10.0.0.17:8082/floating-ip-pool/e1d24e03-fe94-406c-ab8c-baeec9ff71df 2025-01-09 20:03:55,173 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2025-01-09 20:03:55,178 - DEBUG - Requesting: http://10.0.0.17:8082/domain/5016395f-98a4-41ed-9eeb-5e1903b6fd80 2025-01-09 20:03:55,185 - DEBUG - Requesting: http://10.0.0.17:8082/project/5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:03:55,230 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/9dfcd97f-ba39-4b8e-8486-b21513a1bed1 2025-01-09 20:03:55,256 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-09 20:03:55,256 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-09 20:03:55,264 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-09 20:03:55,270 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-09 20:03:55,271 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-09 20:03:55,274 - DEBUG - Ingress ctest-nginx-ingress-26994318 not present 2025-01-09 20:03:55,275 - INFO - Creating Ingress ctest-nginx-ingress-26994318 2025-01-09 20:03:55,283 - INFO - Created Ingress ctest-nginx-ingress-26994318 2025-01-09 20:03:55,287 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:03:58,293 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:01,299 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:04,304 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:07,309 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:10,318 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:13,325 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:16,330 - DEBUG - For Ingress ctest-nginx-ingress-26994318, Cluster IP: 10.47.255.246, External IPs ['216.9.116.124'] 2025-01-09 20:04:16,330 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-26994318 2025-01-09 20:04:16,331 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:04:16,341 - INFO - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d found in kube manager 2025-01-09 20:04:16,341 - INFO - Ingress ctest-nginx-ingress-26994318 verification passed 2025-01-09 20:04:16,344 - DEBUG - Pod ctest-busybox-pod-46143277 not present 2025-01-09 20:04:16,345 - INFO - Creating Pod ctest-busybox-pod-46143277 2025-01-09 20:04:16,390 - DEBUG - Pod : ctest-busybox-pod-46143277 UUID is 13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:04:16,398 - DEBUG - Pod ctest-nginx-pod-44485419 not in running state.Currently in Pending 2025-01-09 20:04:21,404 - INFO - Pod ctest-nginx-pod-44485419 is in running state.Got IP 10.47.255.248 2025-01-09 20:04:21,426 - DEBUG - Pod ctest-nginx-pod-44485419 has vmi db663310-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:04:21,427 - INFO - Verified pod ctest-nginx-pod-44485419 in contrail-api 2025-01-09 20:04:21,427 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 20:04:21,469 - DEBUG - VMI db663310-cec4-11ef-a100-fa163e4c6cd4 is active in agent 10.0.0.17 2025-01-09 20:04:21,469 - INFO - Verified Pod ctest-nginx-pod-44485419 in agent 10.0.0.17 2025-01-09 20:04:21,469 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=55da6949-efee-46d4-8fba-bed5b89e5516 2025-01-09 20:04:21,475 - INFO - Pod ctest-nginx-pod-44485419 with uuid 55da6949-efee-46d4-8fba-bed5b89e5516 found in kube manager 2025-01-09 20:04:21,475 - INFO - Pod ctest-nginx-pod-44485419 verification passed 2025-01-09 20:04:21,537 - DEBUG - [Pod ctest-nginx-pod-44485419] Cmd: echo ctest-nginx-pod-44485419 > /usr/share/nginx/html/index.html, Output: 2025-01-09 20:04:21,544 - INFO - Pod ctest-nginx-pod-79665246 is in running state.Got IP 10.47.255.247 2025-01-09 20:04:21,564 - DEBUG - Pod ctest-nginx-pod-79665246 has vmi decc5804-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:04:21,564 - INFO - Verified pod ctest-nginx-pod-79665246 in contrail-api 2025-01-09 20:04:21,564 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 20:04:21,577 - DEBUG - VMI decc5804-cec4-11ef-a100-fa163e4c6cd4 is active in agent 10.0.0.17 2025-01-09 20:04:21,578 - INFO - Verified Pod ctest-nginx-pod-79665246 in agent 10.0.0.17 2025-01-09 20:04:21,578 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 2025-01-09 20:04:21,582 - INFO - Pod ctest-nginx-pod-79665246 with uuid 64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 found in kube manager 2025-01-09 20:04:21,582 - INFO - Pod ctest-nginx-pod-79665246 verification passed 2025-01-09 20:04:21,628 - DEBUG - [Pod ctest-nginx-pod-79665246] Cmd: echo ctest-nginx-pod-79665246 > /usr/share/nginx/html/index.html, Output: 2025-01-09 20:04:21,634 - DEBUG - Pod ctest-busybox-pod-46143277 not in running state.Currently in Pending 2025-01-09 20:04:26,641 - DEBUG - Pod ctest-busybox-pod-46143277 not in running state.Currently in Pending 2025-01-09 20:04:31,648 - DEBUG - Pod ctest-busybox-pod-46143277 not in running state.Currently in Pending 2025-01-09 20:04:36,656 - DEBUG - Pod ctest-busybox-pod-46143277 not in running state.Currently in Pending 2025-01-09 20:04:41,663 - INFO - Pod ctest-busybox-pod-46143277 is in running state.Got IP 10.47.255.245 2025-01-09 20:04:41,681 - DEBUG - Pod ctest-busybox-pod-46143277 has vmi ec034c08-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:04:41,681 - INFO - Verified pod ctest-busybox-pod-46143277 in contrail-api 2025-01-09 20:04:41,682 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 20:04:41,694 - DEBUG - VMI ec034c08-cec4-11ef-a100-fa163e4c6cd4 is active in agent 10.0.0.17 2025-01-09 20:04:41,694 - INFO - Verified Pod ctest-busybox-pod-46143277 in agent 10.0.0.17 2025-01-09 20:04:41,694 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:04:41,700 - INFO - Pod ctest-busybox-pod-46143277 with uuid 13788a44-33b2-439f-b4cd-07f92f88a551 found in kube manager 2025-01-09 20:04:41,700 - INFO - Pod ctest-busybox-pod-46143277 verification passed 2025-01-09 20:04:41,744 - DEBUG - [Pod ctest-busybox-pod-46143277] 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-44485419 2025-01-09 20:04:41,744 - DEBUG - [Pod Pod ctest-busybox-pod-46143277] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-09 20:04:41,744 - DEBUG - [Pod Pod ctest-busybox-pod-46143277] 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-44485419 2025-01-09 20:04:41,793 - DEBUG - [Pod ctest-busybox-pod-46143277] 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-79665246 2025-01-09 20:04:41,793 - DEBUG - [Pod Pod ctest-busybox-pod-46143277] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-09 20:04:41,793 - DEBUG - [Pod Pod ctest-busybox-pod-46143277] 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-79665246 2025-01-09 20:04:41,793 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-44485419': 1, 'ctest-nginx-pod-79665246': 1} 2025-01-09 20:04:41,793 - WARNING - Nothing to delete parallely 2025-01-09 20:04:41,793 - INFO - Deleting pod default:ctest-busybox-pod-46143277 2025-01-09 20:04:41,806 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:04:41,814 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:04:46,815 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:04:46,825 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:04:51,826 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:04:51,833 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:04:56,834 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:04:56,841 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:05:01,842 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:05:01,855 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:05:06,856 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:05:06,862 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:05:11,863 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:05:11,869 - WARNING - Pod uuid 13788a44-33b2-439f-b4cd-07f92f88a551 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:05:16,870 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=13788a44-33b2-439f-b4cd-07f92f88a551 2025-01-09 20:05:16,876 - DEBUG - Pod 13788a44-33b2-439f-b4cd-07f92f88a551 is not in agent 10.0.0.17 VM list 2025-01-09 20:05:16,876 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ec034c08-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:05:16,882 - DEBUG - VMI ec034c08-cec4-11ef-a100-fa163e4c6cd4 is removed from agent 10.0.0.17 2025-01-09 20:05:16,882 - INFO - Verified that pod ctest-busybox-pod-46143277 is removed in agent 2025-01-09 20:05:16,882 - INFO - Deleting Ingress : ctest-nginx-ingress-26994318 2025-01-09 20:05:16,889 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:16,893 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:17,894 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:17,900 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:18,901 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:18,906 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:19,908 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:19,912 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:20,913 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:20,918 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:21,919 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:21,927 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:22,928 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:22,934 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:23,934 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:23,940 - ERROR - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d still found in kube manager 2025-01-09 20:05:24,941 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=7c78b3bc-50dd-41d9-bfdb-f8167f14714d 2025-01-09 20:05:24,946 - INFO - Ingress ctest-nginx-ingress-26994318 with uuid 7c78b3bc-50dd-41d9-bfdb-f8167f14714d deleted successfully from kube manager 2025-01-09 20:05:24,946 - INFO - Verifications on Ingress %s cleanup passed 2025-01-09 20:05:24,946 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-09 20:05:25,026 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-09 20:05:25,032 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-09 20:05:25,033 - INFO - Deleting VN __public__ 2025-01-09 20:05:25,183 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/b8e44395-0162-4047-85c0-0851b7fbc035 2025-01-09 20:05:25,188 - DEBUG - Response Code: 404 2025-01-09 20:05:25,188 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2025-01-09 20:05:25,193 - DEBUG - Requesting: http://10.0.0.17:8082/domain/5016395f-98a4-41ed-9eeb-5e1903b6fd80 2025-01-09 20:05:25,207 - DEBUG - Requesting: http://10.0.0.17:8082/project/5bd6ec1e-4203-468d-8f3d-f4882e659588 2025-01-09 20:05:25,262 - INFO - Validated that VN __public__ is not found in API Server 2025-01-09 20:05:25,262 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-09 20:05:25,272 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:05:25,287 - DEBUG - VN __public__ is not present in Agent 10.0.0.17 2025-01-09 20:05:25,287 - INFO - Validated that VN __public__ is not in any agent 2025-01-09 20:05:25,287 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:05:25,296 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 20:05:25,302 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-09 20:05:25,312 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-09 20:05:25,313 - INFO - Deleting pod default:ctest-nginx-pod-79665246 2025-01-09 20:05:25,324 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 2025-01-09 20:05:25,344 - WARNING - Pod uuid 64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:05:30,345 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 2025-01-09 20:05:30,353 - DEBUG - Pod 64bc5dd1-3eb2-4f33-a8a2-2908c20f3ff3 is not in agent 10.0.0.17 VM list 2025-01-09 20:05:30,353 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:decc5804-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:05:30,368 - DEBUG - VMI decc5804-cec4-11ef-a100-fa163e4c6cd4 is removed from agent 10.0.0.17 2025-01-09 20:05:30,368 - INFO - Verified that pod ctest-nginx-pod-79665246 is removed in agent 2025-01-09 20:05:30,368 - INFO - Deleting pod default:ctest-nginx-pod-44485419 2025-01-09 20:05:30,401 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=55da6949-efee-46d4-8fba-bed5b89e5516 2025-01-09 20:05:30,412 - WARNING - Pod uuid 55da6949-efee-46d4-8fba-bed5b89e5516 is still seen in agent 10.0.0.17 VM list 2025-01-09 20:05:35,413 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=55da6949-efee-46d4-8fba-bed5b89e5516 2025-01-09 20:05:35,422 - DEBUG - Pod 55da6949-efee-46d4-8fba-bed5b89e5516 is not in agent 10.0.0.17 VM list 2025-01-09 20:05:35,422 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:db663310-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:05:35,429 - WARNING - VMI db663310-cec4-11ef-a100-fa163e4c6cd4 of Pod ctest-nginx-pod-44485419 is still seen in agent 10.0.0.17 2025-01-09 20:05:35,429 - DEBUG - [{'index': '7', 'name': 'tapeth0-55da69', 'uuid': 'db663310-cec4-11ef-a100-fa163e4c6cd4', '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:db:66:33:10:ce', 'policy': 'Disable', 'fip_list': [], 'mdata_ip_addr': '169.254.0.7', 'service_vlan_list': None, 'os_ifindex': '18', '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-01-09 20:05:40,430 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=55da6949-efee-46d4-8fba-bed5b89e5516 2025-01-09 20:05:40,436 - DEBUG - Pod 55da6949-efee-46d4-8fba-bed5b89e5516 is not in agent 10.0.0.17 VM list 2025-01-09 20:05:40,436 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:db663310-cec4-11ef-a100-fa163e4c6cd4 2025-01-09 20:05:40,443 - DEBUG - VMI db663310-cec4-11ef-a100-fa163e4c6cd4 is removed from agent 10.0.0.17 2025-01-09 20:05:40,443 - INFO - Verified that pod ctest-nginx-pod-44485419 is removed in agent 2025-01-09 20:05:40,444 - INFO - Deleting service : ctest-nginx-svc-89937962 2025-01-09 20:05:40,916 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 20:05:40,922 - DEBUG - No XMPP flaps were noticed during the test