2025-02-02 09:09:18,008 - DEBUG - [10.0.0.34]: Running cmd : hostname 2025-02-02 09:09:18,361 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-284-1.novalocal 2025-02-02 09:09:18,361 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2025-02-02 09:09:18,518 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-284-1.novalocal 2025-02-02 09:09:18,518 - DEBUG - [10.0.0.34]: 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-02-02 09:09:18,725 - DEBUG - Output : NAMES contrail_test_dh1vtOBz8 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_collector_1 analytics_nodemgr_1 analytics_api_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_web_1 webui_job_1 config_devicemgr_1 config_nodemgr_1 config_api_1 config_dnsmasq_1 config_schema_1 config_svcmonitor_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-02-02 09:09:18,726 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-02 09:09:18,868 - DEBUG - Output : 172.17.0.1/16 10.0.0.34/24 2025-02-02 09:09:18,869 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2025-02-02 09:09:19,017 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-284-1.novalocal 2025-02-02 09:09:19,017 - DEBUG - [10.0.0.34]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-02 09:09:19,161 - DEBUG - Output : 10.0.0.34/24 2025-02-02 09:09:19,460 - INFO - Using existing project ['default-domain', 'k8s-default'](ecf3538c-9419-48d3-ab0a-d1996f628268) 2025-02-02 09:09:19,573 - INFO - Using existing project ['default-domain', 'k8s-default'](ecf3538c-9419-48d3-ab0a-d1996f628268) 2025-02-02 09:09:19,745 - INFO - ================================================================================ 2025-02-02 09:09:19,745 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-02 09:09:19,746 - 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-02-02 09:09:19,999 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-02 09:09:20,007 - DEBUG - Nothing to compare xmpp stats {'10.0.0.34': {'10.0.0.34': '0'}} with 2025-02-02 09:09:20,007 - INFO - Initial checks done. Running the testcase now 2025-02-02 09:09:20,007 - INFO - 2025-02-02 09:09:20,012 - INFO - Namespace default already exists 2025-02-02 09:09:20,012 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-02 09:09:20,205 - DEBUG - Output : cluster_project={} 2025-02-02 09:09:20,267 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-02 09:09:20,267 - DEBUG - Project uuid in Contrail is ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:09:20,268 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-02 09:09:20,445 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-02 09:09:20,446 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=a63e74a6-adc7-4c7a-8cb7-6e98d2f3cec6 2025-02-02 09:09:20,450 - INFO - Namespace default with uuid a63e74a6-adc7-4c7a-8cb7-6e98d2f3cec6 found in kube manager 2025-02-02 09:09:20,450 - INFO - Namespace default verification passed 2025-02-02 09:09:20,454 - DEBUG - Service ctest-nginx-svc-81085554 not present 2025-02-02 09:09:20,454 - INFO - Creating service ctest-nginx-svc-81085554 2025-02-02 09:09:20,469 - INFO - Created Service ctest-nginx-svc-81085554 2025-02-02 09:09:20,477 - DEBUG - Pod ctest-nginx-pod-31838384 not present 2025-02-02 09:09:20,477 - INFO - Creating Pod ctest-nginx-pod-31838384 2025-02-02 09:09:20,529 - DEBUG - Pod : ctest-nginx-pod-31838384 UUID is 3af2cb09-a8cf-4a76-94d5-43e5098c4a08 2025-02-02 09:09:20,548 - DEBUG - Pod ctest-nginx-pod-25578547 not present 2025-02-02 09:09:20,548 - INFO - Creating Pod ctest-nginx-pod-25578547 2025-02-02 09:09:20,576 - DEBUG - Pod : ctest-nginx-pod-25578547 UUID is 616f5083-e496-4403-8c11-0f769667414a 2025-02-02 09:09:20,769 - INFO - Created VN __public__, UUID :095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:20,896 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2025-02-02 09:09:20,903 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7cb3ee5a-8421-469d-aac0-15596fe21538 2025-02-02 09:09:20,915 - DEBUG - Requesting: http://10.0.0.34:8082/project/ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:09:20,977 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:20,991 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:21,006 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:21,017 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:21,028 - DEBUG - Route Targets: [] 2025-02-02 09:09:21,028 - DEBUG - RT names not yet present for VN __public__ 2025-02-02 09:09:26,029 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2025-02-02 09:09:26,036 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7cb3ee5a-8421-469d-aac0-15596fe21538 2025-02-02 09:09:26,047 - DEBUG - Requesting: http://10.0.0.34:8082/project/ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:09:26,111 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,125 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,135 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:26,142 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:26,152 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/64f4f999-2e7d-4678-8442-3f79a72b458f 2025-02-02 09:09:26,160 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-02 09:09:26,160 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,173 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:26,191 - INFO - Verified VN network id 15 for VN 095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,191 - INFO - Verifications in API Server for VN __public__ passed 2025-02-02 09:09:26,191 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,201 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:26,209 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:09:26,216 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/64f4f999-2e7d-4678-8442-3f79a72b458f 2025-02-02 09:09:26,224 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-02 09:09:26,235 - DEBUG - Control-node 10.0.0.34 : 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': '675347730089527136', 'uuid-lslong': '11459353319250753775'}, 'enable': 'true', 'created': '2025-02-02T09:09:20', 'last-modified': '2025-02-02T09:09:20', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.397924'} 2025-02-02 09:09:26,235 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:09:26,246 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-02 09:09:26,246 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-02 09:09:26,246 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-02 09:09:26,246 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2025-02-02 09:09:26,252 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7cb3ee5a-8421-469d-aac0-15596fe21538 2025-02-02 09:09:26,260 - DEBUG - Requesting: http://10.0.0.34:8082/project/ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:09:26,306 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,320 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-02 09:09:26,320 - DEBUG - Verifying the vn in opserver 2025-02-02 09:09:26,320 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2025-02-02 09:09:26,321 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2025-02-02 09:09:26,327 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-02 09:09:26,327 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-02 09:09:26,327 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:09:26,334 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:09:26,340 - DEBUG - Do not have enough data to verify VN in agent 2025-02-02 09:09:26,340 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:09:26,345 - DEBUG - VRF ids for VN __public__: {} 2025-02-02 09:09:26,419 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-02 09:09:26,502 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2025-02-02 09:09:26,514 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7cb3ee5a-8421-469d-aac0-15596fe21538 2025-02-02 09:09:26,525 - DEBUG - Requesting: http://10.0.0.34:8082/project/ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:09:26,586 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,599 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/a0a836d7-035c-4e84-8736-1b14757784dd 2025-02-02 09:09:26,607 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2025-02-02 09:09:26,612 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7cb3ee5a-8421-469d-aac0-15596fe21538 2025-02-02 09:09:26,620 - DEBUG - Requesting: http://10.0.0.34:8082/project/ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:09:26,664 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/095f512e-afda-4760-9f07-cd212da278ef 2025-02-02 09:09:26,695 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-02 09:09:26,695 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-02 09:09:26,714 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-02 09:09:26,722 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-02 09:09:26,722 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-02 09:09:26,726 - DEBUG - Ingress ctest-nginx-ingress-28327594 not present 2025-02-02 09:09:26,726 - INFO - Creating Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:26,733 - INFO - Created Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:26,737 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:29,743 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:32,748 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:35,754 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:38,759 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:41,764 - DEBUG - For Ingress ctest-nginx-ingress-28327594, Cluster IP: 10.47.255.246, External IPs ['194.60.105.124'] 2025-02-02 09:09:41,765 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-28327594 2025-02-02 09:09:41,765 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=9fe46c18-f870-460b-8b6e-2ef150a1e4e6 2025-02-02 09:09:41,770 - INFO - Ingress ctest-nginx-ingress-28327594 with uuid 9fe46c18-f870-460b-8b6e-2ef150a1e4e6 found in kube manager 2025-02-02 09:09:41,770 - INFO - Ingress ctest-nginx-ingress-28327594 verification passed 2025-02-02 09:09:41,773 - DEBUG - Pod ctest-busybox-pod-42196254 not present 2025-02-02 09:09:41,773 - INFO - Creating Pod ctest-busybox-pod-42196254 2025-02-02 09:09:41,795 - DEBUG - Pod : ctest-busybox-pod-42196254 UUID is 68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:09:41,805 - INFO - Pod ctest-nginx-pod-31838384 is in running state.Got IP 10.47.255.248 2025-02-02 09:09:41,825 - DEBUG - Pod ctest-nginx-pod-31838384 has vmi 66e103d8-e145-11ef-8993-fa163e136c7d 2025-02-02 09:09:41,825 - INFO - Verified pod ctest-nginx-pod-31838384 in contrail-api 2025-02-02 09:09:41,825 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-02 09:09:41,839 - DEBUG - VMI 66e103d8-e145-11ef-8993-fa163e136c7d is active in agent 10.0.0.34 2025-02-02 09:09:41,839 - INFO - Verified Pod ctest-nginx-pod-31838384 in agent 10.0.0.34 2025-02-02 09:09:41,839 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=3af2cb09-a8cf-4a76-94d5-43e5098c4a08 2025-02-02 09:09:41,845 - INFO - Pod ctest-nginx-pod-31838384 with uuid 3af2cb09-a8cf-4a76-94d5-43e5098c4a08 found in kube manager 2025-02-02 09:09:41,845 - INFO - Pod ctest-nginx-pod-31838384 verification passed 2025-02-02 09:09:41,905 - DEBUG - [Pod ctest-nginx-pod-31838384] Cmd: echo ctest-nginx-pod-31838384 > /usr/share/nginx/html/index.html, Output: 2025-02-02 09:09:41,912 - INFO - Pod ctest-nginx-pod-25578547 is in running state.Got IP 10.47.255.247 2025-02-02 09:09:41,929 - DEBUG - Pod ctest-nginx-pod-25578547 has vmi 6910ddfe-e145-11ef-8993-fa163e136c7d 2025-02-02 09:09:41,929 - INFO - Verified pod ctest-nginx-pod-25578547 in contrail-api 2025-02-02 09:09:41,929 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-02 09:09:41,940 - DEBUG - VMI 6910ddfe-e145-11ef-8993-fa163e136c7d is active in agent 10.0.0.34 2025-02-02 09:09:41,940 - INFO - Verified Pod ctest-nginx-pod-25578547 in agent 10.0.0.34 2025-02-02 09:09:41,941 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=616f5083-e496-4403-8c11-0f769667414a 2025-02-02 09:09:41,946 - INFO - Pod ctest-nginx-pod-25578547 with uuid 616f5083-e496-4403-8c11-0f769667414a found in kube manager 2025-02-02 09:09:41,946 - INFO - Pod ctest-nginx-pod-25578547 verification passed 2025-02-02 09:09:42,004 - DEBUG - [Pod ctest-nginx-pod-25578547] Cmd: echo ctest-nginx-pod-25578547 > /usr/share/nginx/html/index.html, Output: 2025-02-02 09:09:42,010 - DEBUG - Pod ctest-busybox-pod-42196254 not in running state.Currently in Pending 2025-02-02 09:09:47,016 - DEBUG - Pod ctest-busybox-pod-42196254 not in running state.Currently in Pending 2025-02-02 09:09:52,024 - DEBUG - Pod ctest-busybox-pod-42196254 not in running state.Currently in Pending 2025-02-02 09:09:57,034 - DEBUG - Pod ctest-busybox-pod-42196254 not in running state.Currently in Pending 2025-02-02 09:10:02,041 - INFO - Pod ctest-busybox-pod-42196254 is in running state.Got IP 10.47.255.245 2025-02-02 09:10:02,060 - DEBUG - Pod ctest-busybox-pod-42196254 has vmi 737b8438-e145-11ef-8993-fa163e136c7d 2025-02-02 09:10:02,060 - INFO - Verified pod ctest-busybox-pod-42196254 in contrail-api 2025-02-02 09:10:02,060 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-02 09:10:02,076 - DEBUG - VMI 737b8438-e145-11ef-8993-fa163e136c7d is active in agent 10.0.0.34 2025-02-02 09:10:02,076 - INFO - Verified Pod ctest-busybox-pod-42196254 in agent 10.0.0.34 2025-02-02 09:10:02,077 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:02,084 - INFO - Pod ctest-busybox-pod-42196254 with uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb found in kube manager 2025-02-02 09:10:02,084 - INFO - Pod ctest-busybox-pod-42196254 verification passed 2025-02-02 09:10:02,137 - DEBUG - [Pod ctest-busybox-pod-42196254] 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-25578547 2025-02-02 09:10:02,137 - DEBUG - [Pod Pod ctest-busybox-pod-42196254] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-02-02 09:10:02,137 - DEBUG - [Pod Pod ctest-busybox-pod-42196254] 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-25578547 2025-02-02 09:10:02,186 - DEBUG - [Pod ctest-busybox-pod-42196254] 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-31838384 2025-02-02 09:10:02,186 - DEBUG - [Pod Pod ctest-busybox-pod-42196254] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-02-02 09:10:02,186 - DEBUG - [Pod Pod ctest-busybox-pod-42196254] 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-31838384 2025-02-02 09:10:02,186 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-31838384': 1, 'ctest-nginx-pod-25578547': 1} 2025-02-02 09:10:02,187 - WARNING - Nothing to delete parallely 2025-02-02 09:10:02,187 - INFO - Deleting pod default:ctest-busybox-pod-42196254 2025-02-02 09:10:02,203 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:02,210 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:07,210 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:07,216 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:12,217 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:12,224 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:17,225 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:17,232 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:22,233 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:22,241 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:27,241 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:27,248 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:32,249 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:32,255 - WARNING - Pod uuid 68c9e33f-c003-4a75-93d0-f3705b2d7afb is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:37,256 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=68c9e33f-c003-4a75-93d0-f3705b2d7afb 2025-02-02 09:10:37,262 - DEBUG - Pod 68c9e33f-c003-4a75-93d0-f3705b2d7afb is not in agent 10.0.0.34 VM list 2025-02-02 09:10:37,263 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:737b8438-e145-11ef-8993-fa163e136c7d 2025-02-02 09:10:37,268 - DEBUG - VMI 737b8438-e145-11ef-8993-fa163e136c7d is removed from agent 10.0.0.34 2025-02-02 09:10:37,268 - INFO - Verified that pod ctest-busybox-pod-42196254 is removed in agent 2025-02-02 09:10:37,269 - INFO - Deleting Ingress : ctest-nginx-ingress-28327594 2025-02-02 09:10:37,276 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=9fe46c18-f870-460b-8b6e-2ef150a1e4e6 2025-02-02 09:10:37,284 - ERROR - Ingress ctest-nginx-ingress-28327594 with uuid 9fe46c18-f870-460b-8b6e-2ef150a1e4e6 still found in kube manager 2025-02-02 09:10:38,285 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=9fe46c18-f870-460b-8b6e-2ef150a1e4e6 2025-02-02 09:10:38,291 - ERROR - Ingress ctest-nginx-ingress-28327594 with uuid 9fe46c18-f870-460b-8b6e-2ef150a1e4e6 still found in kube manager 2025-02-02 09:10:39,294 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=9fe46c18-f870-460b-8b6e-2ef150a1e4e6 2025-02-02 09:10:39,300 - ERROR - Ingress ctest-nginx-ingress-28327594 with uuid 9fe46c18-f870-460b-8b6e-2ef150a1e4e6 still found in kube manager 2025-02-02 09:10:40,302 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=9fe46c18-f870-460b-8b6e-2ef150a1e4e6 2025-02-02 09:10:40,307 - ERROR - Ingress ctest-nginx-ingress-28327594 with uuid 9fe46c18-f870-460b-8b6e-2ef150a1e4e6 still found in kube manager 2025-02-02 09:10:41,308 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=9fe46c18-f870-460b-8b6e-2ef150a1e4e6 2025-02-02 09:10:41,324 - INFO - Ingress ctest-nginx-ingress-28327594 with uuid 9fe46c18-f870-460b-8b6e-2ef150a1e4e6 deleted successfully from kube manager 2025-02-02 09:10:41,324 - INFO - Verifications on Ingress %s cleanup passed 2025-02-02 09:10:41,324 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-02 09:10:41,488 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-02 09:10:41,496 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-02 09:10:41,496 - INFO - Deleting VN __public__ 2025-02-02 09:10:41,824 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/cac5ccf7-4679-4b0e-93b1-145d91cfb7f0 2025-02-02 09:10:41,834 - DEBUG - Response Code: 404 2025-02-02 09:10:41,834 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2025-02-02 09:10:41,846 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7cb3ee5a-8421-469d-aac0-15596fe21538 2025-02-02 09:10:41,857 - DEBUG - Requesting: http://10.0.0.34:8082/project/ecf3538c-9419-48d3-ab0a-d1996f628268 2025-02-02 09:10:41,923 - INFO - Validated that VN __public__ is not found in API Server 2025-02-02 09:10:41,923 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-02 09:10:41,941 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:10:41,968 - DEBUG - VN __public__ is not present in Agent 10.0.0.34 2025-02-02 09:10:41,969 - INFO - Validated that VN __public__ is not in any agent 2025-02-02 09:10:41,969 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:10:41,980 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-02 09:10:41,988 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-02 09:10:41,997 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-02 09:10:42,000 - INFO - Deleting pod default:ctest-nginx-pod-25578547 2025-02-02 09:10:42,040 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=616f5083-e496-4403-8c11-0f769667414a 2025-02-02 09:10:42,109 - WARNING - Pod uuid 616f5083-e496-4403-8c11-0f769667414a is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:47,111 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=616f5083-e496-4403-8c11-0f769667414a 2025-02-02 09:10:47,117 - DEBUG - Pod 616f5083-e496-4403-8c11-0f769667414a is not in agent 10.0.0.34 VM list 2025-02-02 09:10:47,118 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6910ddfe-e145-11ef-8993-fa163e136c7d 2025-02-02 09:10:47,123 - DEBUG - VMI 6910ddfe-e145-11ef-8993-fa163e136c7d is removed from agent 10.0.0.34 2025-02-02 09:10:47,123 - INFO - Verified that pod ctest-nginx-pod-25578547 is removed in agent 2025-02-02 09:10:47,124 - INFO - Deleting pod default:ctest-nginx-pod-31838384 2025-02-02 09:10:47,151 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=3af2cb09-a8cf-4a76-94d5-43e5098c4a08 2025-02-02 09:10:47,165 - WARNING - Pod uuid 3af2cb09-a8cf-4a76-94d5-43e5098c4a08 is still seen in agent 10.0.0.34 VM list 2025-02-02 09:10:52,165 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=3af2cb09-a8cf-4a76-94d5-43e5098c4a08 2025-02-02 09:10:52,172 - DEBUG - Pod 3af2cb09-a8cf-4a76-94d5-43e5098c4a08 is not in agent 10.0.0.34 VM list 2025-02-02 09:10:52,172 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:66e103d8-e145-11ef-8993-fa163e136c7d 2025-02-02 09:10:52,179 - DEBUG - VMI 66e103d8-e145-11ef-8993-fa163e136c7d is removed from agent 10.0.0.34 2025-02-02 09:10:52,179 - INFO - Verified that pod ctest-nginx-pod-31838384 is removed in agent 2025-02-02 09:10:52,179 - INFO - Deleting service : ctest-nginx-svc-81085554 2025-02-02 09:10:52,698 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-02 09:10:52,705 - DEBUG - No XMPP flaps were noticed during the test