2025-02-11 16:39:40,900 - DEBUG - [10.0.0.42]: Running cmd : hostname 2025-02-11 16:39:41,234 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-972-1 2025-02-11 16:39:41,234 - DEBUG - [10.0.0.42]: Running cmd : hostname -f 2025-02-11 16:39:41,279 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-972-1 2025-02-11 16:39:41,279 - DEBUG - [10.0.0.42]: 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-11 16:39:41,422 - DEBUG - Output : NAMES contrail_test_tVDJrHioq contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 config_api_api_1 config_api_dnsmasq_1 2025-02-11 16:39:41,423 - DEBUG - [10.0.0.42]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-11 16:39:41,471 - DEBUG - Output : 10.0.0.42/24 172.17.0.1/16 2025-02-11 16:39:41,471 - DEBUG - [10.0.0.42]: Running cmd : getent hosts 10.0.0.42 | head -n 1 | awk '{print $2}' 2025-02-11 16:39:41,549 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-972-1 2025-02-11 16:39:41,608 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-02-11 16:39:41,830 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-972-1 2025-02-11 16:39:41,830 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-02-11 16:39:41,854 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-972-1 2025-02-11 16:39:41,854 - DEBUG - [10.0.0.27]: 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-11 16:39:41,898 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-11 16:39:41,898 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-11 16:39:41,935 - DEBUG - Output : 10.0.0.27/24 2025-02-11 16:39:41,936 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-02-11 16:39:42,002 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-972-1 2025-02-11 16:39:42,118 - INFO - Using existing project ['default-domain', 'k8s-default'](f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47) 2025-02-11 16:39:42,257 - INFO - Using existing project ['default-domain', 'k8s-default'](f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47) 2025-02-11 16:39:42,419 - INFO - ================================================================================ 2025-02-11 16:39:42,420 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-11 16:39:42,421 - 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-11 16:39:42,666 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-11 16:39:42,674 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.42': '0'}} with 2025-02-11 16:39:42,674 - INFO - Initial checks done. Running the testcase now 2025-02-11 16:39:42,674 - INFO - 2025-02-11 16:39:42,679 - INFO - Namespace default already exists 2025-02-11 16:39:42,679 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-11 16:39:42,831 - DEBUG - Output : cluster_project={} 2025-02-11 16:39:42,895 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-11 16:39:42,895 - DEBUG - Project uuid in Contrail is f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:39:42,895 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-11 16:39:43,190 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-11 16:39:43,190 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_NamespaceDatabaseList?namespace_uuid=9df36098-e5ef-4f45-be4a-2d892dbbaf76 2025-02-11 16:39:43,199 - INFO - Namespace default with uuid 9df36098-e5ef-4f45-be4a-2d892dbbaf76 found in kube manager 2025-02-11 16:39:43,199 - INFO - Namespace default verification passed 2025-02-11 16:39:43,204 - DEBUG - Service ctest-nginx-svc-85087803 not present 2025-02-11 16:39:43,204 - INFO - Creating service ctest-nginx-svc-85087803 2025-02-11 16:39:43,240 - INFO - Created Service ctest-nginx-svc-85087803 2025-02-11 16:39:43,249 - DEBUG - Pod ctest-nginx-pod-76917388 not present 2025-02-11 16:39:43,250 - INFO - Creating Pod ctest-nginx-pod-76917388 2025-02-11 16:39:43,288 - DEBUG - Pod : ctest-nginx-pod-76917388 UUID is 024903c2-e714-4467-bd34-65969f3bee98 2025-02-11 16:39:43,291 - DEBUG - Pod ctest-nginx-pod-18778489 not present 2025-02-11 16:39:43,291 - INFO - Creating Pod ctest-nginx-pod-18778489 2025-02-11 16:39:43,355 - DEBUG - Pod : ctest-nginx-pod-18778489 UUID is 5b125536-e588-453e-93b5-c017fb3afb53 2025-02-11 16:39:43,614 - INFO - Created VN __public__, UUID :2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:43,911 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-02-11 16:39:43,919 - DEBUG - Requesting: http://10.0.0.42:8082/domain/4f54524c-675d-4631-bc40-5e36d16316f8 2025-02-11 16:39:43,938 - DEBUG - Requesting: http://10.0.0.42:8082/project/f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:39:44,020 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:44,048 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:44,074 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:44,095 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:44,108 - DEBUG - Route Targets: [] 2025-02-11 16:39:44,108 - DEBUG - RT names not yet present for VN __public__ 2025-02-11 16:39:49,109 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-02-11 16:39:49,116 - DEBUG - Requesting: http://10.0.0.42:8082/domain/4f54524c-675d-4631-bc40-5e36d16316f8 2025-02-11 16:39:49,132 - DEBUG - Requesting: http://10.0.0.42:8082/project/f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:39:49,187 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,211 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,222 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:49,232 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:49,240 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/dd4cea93-9f05-428d-9e66-68bfc21fd607 2025-02-11 16:39:49,247 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-11 16:39:49,248 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,260 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:49,276 - INFO - Verified VN network id 13 for VN 2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,277 - INFO - Verifications in API Server for VN __public__ passed 2025-02-11 16:39:49,277 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,288 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:49,295 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:39:49,303 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/dd4cea93-9f05-428d-9e66-68bfc21fd607 2025-02-11 16:39:49,311 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-11 16:39:49,318 - DEBUG - Control-node 10.0.0.42 : 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': '3209303203750563185', 'uuid-lslong': '10933896952503114007'}, 'enable': 'true', 'created': '2025-02-11T16:39:43', 'last-modified': '2025-02-11T16:39:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.601692'} 2025-02-11 16:39:49,318 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:39:49,325 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-11 16:39:49,326 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-11 16:39:49,326 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-11 16:39:49,327 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-02-11 16:39:49,334 - DEBUG - Requesting: http://10.0.0.42:8082/domain/4f54524c-675d-4631-bc40-5e36d16316f8 2025-02-11 16:39:49,343 - DEBUG - Requesting: http://10.0.0.42:8082/project/f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:39:49,395 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,407 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-11 16:39:49,407 - DEBUG - Verifying the vn in opserver 2025-02-11 16:39:49,407 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.42 2025-02-11 16:39:49,408 - DEBUG - Requesting: http://10.0.0.42:8081/analytics/uves/virtual-networks 2025-02-11 16:39:49,414 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.42:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-11 16:39:49,414 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-11 16:39:49,414 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:39:49,425 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:39:49,432 - DEBUG - Do not have enough data to verify VN in agent 2025-02-11 16:39:49,432 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:39:49,439 - DEBUG - VRF ids for VN __public__: {} 2025-02-11 16:39:49,545 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-11 16:39:49,667 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-02-11 16:39:49,673 - DEBUG - Requesting: http://10.0.0.42:8082/domain/4f54524c-675d-4631-bc40-5e36d16316f8 2025-02-11 16:39:49,682 - DEBUG - Requesting: http://10.0.0.42:8082/project/f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:39:49,732 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,745 - DEBUG - Requesting: http://10.0.0.42:8082/floating-ip-pool/ea83b68b-9d08-4c65-8324-88c2e9435957 2025-02-11 16:39:49,752 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-02-11 16:39:49,757 - DEBUG - Requesting: http://10.0.0.42:8082/domain/4f54524c-675d-4631-bc40-5e36d16316f8 2025-02-11 16:39:49,766 - DEBUG - Requesting: http://10.0.0.42:8082/project/f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:39:49,819 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/2c89bc42-9c13-4d71-97bd-015918ac9917 2025-02-11 16:39:49,831 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-11 16:39:49,831 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-11 16:39:49,840 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-11 16:39:49,847 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-11 16:39:49,847 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-11 16:39:49,850 - DEBUG - Ingress ctest-nginx-ingress-60062000 not present 2025-02-11 16:39:49,850 - INFO - Creating Ingress ctest-nginx-ingress-60062000 2025-02-11 16:39:49,858 - INFO - Created Ingress ctest-nginx-ingress-60062000 2025-02-11 16:39:49,863 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-60062000 2025-02-11 16:39:52,869 - DEBUG - For Ingress ctest-nginx-ingress-60062000, Cluster IP: 10.47.255.249, External IPs ['2.129.58.60'] 2025-02-11 16:39:52,869 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-60062000 2025-02-11 16:39:52,870 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=45747a1b-20ac-4f21-a2a7-cd7f0590cd63 2025-02-11 16:39:52,884 - INFO - Ingress ctest-nginx-ingress-60062000 with uuid 45747a1b-20ac-4f21-a2a7-cd7f0590cd63 found in kube manager 2025-02-11 16:39:52,884 - INFO - Ingress ctest-nginx-ingress-60062000 verification passed 2025-02-11 16:39:52,888 - DEBUG - Pod ctest-busybox-pod-45271286 not present 2025-02-11 16:39:52,888 - INFO - Creating Pod ctest-busybox-pod-45271286 2025-02-11 16:39:52,929 - DEBUG - Pod : ctest-busybox-pod-45271286 UUID is 87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:39:52,935 - DEBUG - Pod ctest-nginx-pod-76917388 not in running state.Currently in Pending 2025-02-11 16:39:57,943 - INFO - Pod ctest-nginx-pod-76917388 is in running state.Got IP 10.47.255.251 2025-02-11 16:39:57,960 - DEBUG - Pod ctest-nginx-pod-76917388 has vmi ccf75d86-e896-11ef-bec9-fa163ee1a51f 2025-02-11 16:39:57,961 - INFO - Verified pod ctest-nginx-pod-76917388 in contrail-api 2025-02-11 16:39:57,961 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 16:39:57,975 - DEBUG - VMI ccf75d86-e896-11ef-bec9-fa163ee1a51f is active in agent 10.0.0.27 2025-02-11 16:39:57,976 - INFO - Verified Pod ctest-nginx-pod-76917388 in agent 10.0.0.27 2025-02-11 16:39:57,976 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=024903c2-e714-4467-bd34-65969f3bee98 2025-02-11 16:39:57,983 - INFO - Pod ctest-nginx-pod-76917388 with uuid 024903c2-e714-4467-bd34-65969f3bee98 found in kube manager 2025-02-11 16:39:57,984 - INFO - Pod ctest-nginx-pod-76917388 verification passed 2025-02-11 16:39:58,066 - DEBUG - [Pod ctest-nginx-pod-76917388] Cmd: echo ctest-nginx-pod-76917388 > /usr/share/nginx/html/index.html, Output: 2025-02-11 16:39:58,072 - INFO - Pod ctest-nginx-pod-18778489 is in running state.Got IP 10.47.255.250 2025-02-11 16:39:58,137 - DEBUG - Pod ctest-nginx-pod-18778489 has vmi cd76e24a-e896-11ef-bec9-fa163ee1a51f 2025-02-11 16:39:58,137 - INFO - Verified pod ctest-nginx-pod-18778489 in contrail-api 2025-02-11 16:39:58,137 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 16:39:58,153 - DEBUG - VMI cd76e24a-e896-11ef-bec9-fa163ee1a51f is active in agent 10.0.0.27 2025-02-11 16:39:58,154 - INFO - Verified Pod ctest-nginx-pod-18778489 in agent 10.0.0.27 2025-02-11 16:39:58,155 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=5b125536-e588-453e-93b5-c017fb3afb53 2025-02-11 16:39:58,168 - INFO - Pod ctest-nginx-pod-18778489 with uuid 5b125536-e588-453e-93b5-c017fb3afb53 found in kube manager 2025-02-11 16:39:58,168 - INFO - Pod ctest-nginx-pod-18778489 verification passed 2025-02-11 16:39:58,241 - DEBUG - [Pod ctest-nginx-pod-18778489] Cmd: echo ctest-nginx-pod-18778489 > /usr/share/nginx/html/index.html, Output: 2025-02-11 16:39:58,246 - DEBUG - Pod ctest-busybox-pod-45271286 not in running state.Currently in Pending 2025-02-11 16:40:03,254 - INFO - Pod ctest-busybox-pod-45271286 is in running state.Got IP 10.47.255.248 2025-02-11 16:40:03,271 - DEBUG - Pod ctest-busybox-pod-45271286 has vmi d1ca340a-e896-11ef-bec9-fa163ee1a51f 2025-02-11 16:40:03,271 - INFO - Verified pod ctest-busybox-pod-45271286 in contrail-api 2025-02-11 16:40:03,271 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 16:40:03,283 - DEBUG - VMI d1ca340a-e896-11ef-bec9-fa163ee1a51f is active in agent 10.0.0.27 2025-02-11 16:40:03,284 - INFO - Verified Pod ctest-busybox-pod-45271286 in agent 10.0.0.27 2025-02-11 16:40:03,284 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:03,288 - INFO - Pod ctest-busybox-pod-45271286 with uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 found in kube manager 2025-02-11 16:40:03,289 - INFO - Pod ctest-busybox-pod-45271286 verification passed 2025-02-11 16:40:03,347 - DEBUG - [Pod ctest-busybox-pod-45271286] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-76917388 2025-02-11 16:40:03,347 - DEBUG - [Pod Pod ctest-busybox-pod-45271286] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-11 16:40:03,347 - DEBUG - [Pod Pod ctest-busybox-pod-45271286] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-76917388 2025-02-11 16:40:03,423 - DEBUG - [Pod ctest-busybox-pod-45271286] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-76917388 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-11 16:40:03,423 - DEBUG - [Pod Pod ctest-busybox-pod-45271286] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-11 16:40:03,423 - DEBUG - [Pod Pod ctest-busybox-pod-45271286] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-76917388 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-11 16:40:03,494 - DEBUG - [Pod ctest-busybox-pod-45271286] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-18778489 2025-02-11 16:40:03,494 - DEBUG - [Pod Pod ctest-busybox-pod-45271286] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-11 16:40:03,494 - DEBUG - [Pod Pod ctest-busybox-pod-45271286] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-18778489 2025-02-11 16:40:03,494 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-76917388': 2, 'ctest-nginx-pod-18778489': 1} 2025-02-11 16:40:03,494 - WARNING - Nothing to delete parallely 2025-02-11 16:40:03,495 - INFO - Deleting pod default:ctest-busybox-pod-45271286 2025-02-11 16:40:03,505 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:03,519 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:08,520 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:08,528 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:13,529 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:13,537 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:18,538 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:18,547 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:23,548 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:23,556 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:28,557 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:28,565 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:33,565 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:33,577 - WARNING - Pod uuid 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:38,578 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=87be9c50-a040-4ea6-8110-ec60aee3e9b7 2025-02-11 16:40:38,586 - DEBUG - Pod 87be9c50-a040-4ea6-8110-ec60aee3e9b7 is not in agent 10.0.0.27 VM list 2025-02-11 16:40:38,586 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d1ca340a-e896-11ef-bec9-fa163ee1a51f 2025-02-11 16:40:38,592 - DEBUG - VMI d1ca340a-e896-11ef-bec9-fa163ee1a51f is removed from agent 10.0.0.27 2025-02-11 16:40:38,592 - INFO - Verified that pod ctest-busybox-pod-45271286 is removed in agent 2025-02-11 16:40:38,592 - INFO - Deleting Ingress : ctest-nginx-ingress-60062000 2025-02-11 16:40:38,617 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=45747a1b-20ac-4f21-a2a7-cd7f0590cd63 2025-02-11 16:40:38,623 - ERROR - Ingress ctest-nginx-ingress-60062000 with uuid 45747a1b-20ac-4f21-a2a7-cd7f0590cd63 still found in kube manager 2025-02-11 16:40:39,624 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=45747a1b-20ac-4f21-a2a7-cd7f0590cd63 2025-02-11 16:40:39,631 - INFO - Ingress ctest-nginx-ingress-60062000 with uuid 45747a1b-20ac-4f21-a2a7-cd7f0590cd63 deleted successfully from kube manager 2025-02-11 16:40:39,631 - INFO - Verifications on Ingress %s cleanup passed 2025-02-11 16:40:39,632 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-11 16:40:39,838 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-11 16:40:39,858 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-11 16:40:39,858 - INFO - Deleting VN __public__ 2025-02-11 16:40:40,292 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c628d55e-2b81-4b96-a5a9-cc4a5af1d6dc 2025-02-11 16:40:40,301 - DEBUG - Response Code: 404 2025-02-11 16:40:40,301 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-02-11 16:40:40,308 - DEBUG - Requesting: http://10.0.0.42:8082/domain/4f54524c-675d-4631-bc40-5e36d16316f8 2025-02-11 16:40:40,327 - DEBUG - Requesting: http://10.0.0.42:8082/project/f8bd3dad-38b9-4f72-a6e1-b6cd6785ca47 2025-02-11 16:40:40,418 - INFO - Validated that VN __public__ is not found in API Server 2025-02-11 16:40:40,418 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-11 16:40:40,428 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:40:40,439 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-02-11 16:40:40,439 - INFO - Validated that VN __public__ is not in any agent 2025-02-11 16:40:40,439 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:40:40,469 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 16:40:40,477 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-11 16:40:40,487 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-11 16:40:40,487 - INFO - Deleting pod default:ctest-nginx-pod-18778489 2025-02-11 16:40:40,505 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=5b125536-e588-453e-93b5-c017fb3afb53 2025-02-11 16:40:40,527 - WARNING - Pod uuid 5b125536-e588-453e-93b5-c017fb3afb53 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:45,528 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=5b125536-e588-453e-93b5-c017fb3afb53 2025-02-11 16:40:45,536 - DEBUG - Pod 5b125536-e588-453e-93b5-c017fb3afb53 is not in agent 10.0.0.27 VM list 2025-02-11 16:40:45,536 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd76e24a-e896-11ef-bec9-fa163ee1a51f 2025-02-11 16:40:45,543 - DEBUG - VMI cd76e24a-e896-11ef-bec9-fa163ee1a51f is removed from agent 10.0.0.27 2025-02-11 16:40:45,543 - INFO - Verified that pod ctest-nginx-pod-18778489 is removed in agent 2025-02-11 16:40:45,543 - INFO - Deleting pod default:ctest-nginx-pod-76917388 2025-02-11 16:40:45,556 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=024903c2-e714-4467-bd34-65969f3bee98 2025-02-11 16:40:45,573 - WARNING - Pod uuid 024903c2-e714-4467-bd34-65969f3bee98 is still seen in agent 10.0.0.27 VM list 2025-02-11 16:40:50,575 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=024903c2-e714-4467-bd34-65969f3bee98 2025-02-11 16:40:50,582 - DEBUG - Pod 024903c2-e714-4467-bd34-65969f3bee98 is not in agent 10.0.0.27 VM list 2025-02-11 16:40:50,583 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ccf75d86-e896-11ef-bec9-fa163ee1a51f 2025-02-11 16:40:50,590 - DEBUG - VMI ccf75d86-e896-11ef-bec9-fa163ee1a51f is removed from agent 10.0.0.27 2025-02-11 16:40:50,590 - INFO - Verified that pod ctest-nginx-pod-76917388 is removed in agent 2025-02-11 16:40:50,590 - INFO - Deleting service : ctest-nginx-svc-85087803 2025-02-11 16:40:50,796 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-11 16:40:50,803 - DEBUG - No XMPP flaps were noticed during the test