2025-03-27 16:02:48,680 - DEBUG - [10.0.0.28]: Running cmd : hostname 2025-03-27 16:02:48,948 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1054-1 2025-03-27 16:02:48,948 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2025-03-27 16:02:48,982 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1054-1 2025-03-27 16:02:48,983 - DEBUG - [10.0.0.28]: 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-03-27 16:02:49,058 - DEBUG - Output : NAMES contrail_test_p2v0BXSMN contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 config_api_svcmonitor_1 2025-03-27 16:02:49,058 - DEBUG - [10.0.0.28]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-27 16:02:49,103 - DEBUG - Output : 10.0.0.28/24 172.17.0.1/16 2025-03-27 16:02:49,104 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2025-03-27 16:02:49,138 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1054-1 2025-03-27 16:02:49,240 - DEBUG - [10.0.0.46]: Running cmd : hostname 2025-03-27 16:02:49,471 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1054-1 2025-03-27 16:02:49,472 - DEBUG - [10.0.0.46]: Running cmd : hostname -f 2025-03-27 16:02:49,507 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1054-1 2025-03-27 16:02:49,508 - DEBUG - [10.0.0.46]: 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-03-27 16:02:49,564 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-27 16:02:49,565 - DEBUG - [10.0.0.46]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-27 16:02:49,640 - DEBUG - Output : 10.0.0.46/24 2025-03-27 16:02:49,640 - DEBUG - [10.0.0.46]: Running cmd : getent hosts 10.0.0.46 | head -n 1 | awk '{print $2}' 2025-03-27 16:02:49,674 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1054-1 2025-03-27 16:02:49,776 - INFO - Using existing project ['default-domain', 'k8s-default'](fceae8a5-4cdc-407c-a39d-709a3bb65c72) 2025-03-27 16:02:49,894 - INFO - Using existing project ['default-domain', 'k8s-default'](fceae8a5-4cdc-407c-a39d-709a3bb65c72) 2025-03-27 16:02:50,060 - INFO - ================================================================================ 2025-03-27 16:02:50,060 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-27 16:02:50,061 - 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-03-27 16:02:50,285 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-27 16:02:50,295 - DEBUG - Nothing to compare xmpp stats {'10.0.0.46': {'10.0.0.28': '0'}} with 2025-03-27 16:02:50,296 - INFO - Initial checks done. Running the testcase now 2025-03-27 16:02:50,296 - INFO - 2025-03-27 16:02:50,312 - INFO - Namespace default already exists 2025-03-27 16:02:50,312 - DEBUG - [10.0.0.28]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-27 16:02:50,442 - DEBUG - Output : cluster_project={} 2025-03-27 16:02:50,514 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-27 16:02:50,515 - DEBUG - Project uuid in Contrail is fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:02:50,515 - DEBUG - [10.0.0.28]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-27 16:02:50,653 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-27 16:02:50,653 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_NamespaceDatabaseList?namespace_uuid=eb05d3f9-7cc0-4fdd-89aa-89cc2966752d 2025-03-27 16:02:50,659 - INFO - Namespace default with uuid eb05d3f9-7cc0-4fdd-89aa-89cc2966752d found in kube manager 2025-03-27 16:02:50,659 - INFO - Namespace default verification passed 2025-03-27 16:02:50,662 - DEBUG - Service ctest-nginx-svc-94069974 not present 2025-03-27 16:02:50,662 - INFO - Creating service ctest-nginx-svc-94069974 2025-03-27 16:02:50,691 - INFO - Created Service ctest-nginx-svc-94069974 2025-03-27 16:02:50,705 - DEBUG - Pod ctest-nginx-pod-24430015 not present 2025-03-27 16:02:50,706 - INFO - Creating Pod ctest-nginx-pod-24430015 2025-03-27 16:02:50,785 - DEBUG - Pod : ctest-nginx-pod-24430015 UUID is 06c04433-60f6-4c3a-89a6-08d034284493 2025-03-27 16:02:50,794 - DEBUG - Pod ctest-nginx-pod-82950523 not present 2025-03-27 16:02:50,795 - INFO - Creating Pod ctest-nginx-pod-82950523 2025-03-27 16:02:50,835 - DEBUG - Pod : ctest-nginx-pod-82950523 UUID is 86e704a9-7648-45ee-9f4d-d5c48110667c 2025-03-27 16:02:51,071 - INFO - Created VN __public__, UUID :2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:51,406 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-03-27 16:02:51,419 - DEBUG - Requesting: http://10.0.0.28:8082/domain/7b0796ab-88c9-49b5-bdaf-67fb7b46b917 2025-03-27 16:02:51,441 - DEBUG - Requesting: http://10.0.0.28:8082/project/fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:02:51,563 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:51,612 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:51,626 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:51,658 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:51,690 - DEBUG - Route Targets: [] 2025-03-27 16:02:51,690 - DEBUG - RT names not yet present for VN __public__ 2025-03-27 16:02:56,691 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-03-27 16:02:56,699 - DEBUG - Requesting: http://10.0.0.28:8082/domain/7b0796ab-88c9-49b5-bdaf-67fb7b46b917 2025-03-27 16:02:56,711 - DEBUG - Requesting: http://10.0.0.28:8082/project/fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:02:56,770 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:56,782 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:56,793 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:56,803 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:56,811 - DEBUG - Requesting: http://10.0.0.28:8082/route-target/e4fa3dfd-4d7a-46d8-900e-4ac82d40f8fa 2025-03-27 16:02:56,818 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-27 16:02:56,818 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:56,831 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:56,848 - INFO - Verified VN network id 13 for VN 2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:56,849 - INFO - Verifications in API Server for VN __public__ passed 2025-03-27 16:02:56,849 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:56,861 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:56,869 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:02:56,877 - DEBUG - Requesting: http://10.0.0.28:8082/route-target/e4fa3dfd-4d7a-46d8-900e-4ac82d40f8fa 2025-03-27 16:02:56,885 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-27 16:02:56,892 - DEBUG - Control-node 10.0.0.28 : 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': '3185807057440163220', 'uuid-lslong': '10772583821378632616'}, 'enable': 'true', 'created': '2025-03-27T16:02:51', 'last-modified': '2025-03-27T16:02:51', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.594085'} 2025-03-27 16:02:56,892 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:02:56,901 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-27 16:02:56,901 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-27 16:02:56,902 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-27 16:02:56,902 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-03-27 16:02:56,911 - DEBUG - Requesting: http://10.0.0.28:8082/domain/7b0796ab-88c9-49b5-bdaf-67fb7b46b917 2025-03-27 16:02:56,924 - DEBUG - Requesting: http://10.0.0.28:8082/project/fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:02:57,006 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:57,020 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-27 16:02:57,020 - DEBUG - Verifying the vn in opserver 2025-03-27 16:02:57,020 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.28 2025-03-27 16:02:57,021 - DEBUG - Requesting: http://10.0.0.28:8081/analytics/uves/virtual-networks 2025-03-27 16:02:57,027 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.28:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-27 16:02:57,027 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-27 16:02:57,027 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:02:57,037 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:02:57,047 - DEBUG - Do not have enough data to verify VN in agent 2025-03-27 16:02:57,047 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:02:57,055 - DEBUG - VRF ids for VN __public__: {} 2025-03-27 16:02:57,190 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-27 16:02:57,316 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-03-27 16:02:57,322 - DEBUG - Requesting: http://10.0.0.28:8082/domain/7b0796ab-88c9-49b5-bdaf-67fb7b46b917 2025-03-27 16:02:57,332 - DEBUG - Requesting: http://10.0.0.28:8082/project/fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:02:57,396 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:57,418 - DEBUG - Requesting: http://10.0.0.28:8082/floating-ip-pool/fb732b30-fe24-4bfe-9bd3-5a41380b9d26 2025-03-27 16:02:57,430 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-03-27 16:02:57,438 - DEBUG - Requesting: http://10.0.0.28:8082/domain/7b0796ab-88c9-49b5-bdaf-67fb7b46b917 2025-03-27 16:02:57,450 - DEBUG - Requesting: http://10.0.0.28:8082/project/fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:02:57,510 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/2c3642a3-bda7-4594-957f-e7e8f264bba8 2025-03-27 16:02:57,524 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-27 16:02:57,524 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-27 16:02:57,536 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-27 16:02:57,545 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-27 16:02:57,546 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-27 16:02:57,549 - DEBUG - Ingress ctest-nginx-ingress-63903946 not present 2025-03-27 16:02:57,550 - INFO - Creating Ingress ctest-nginx-ingress-63903946 2025-03-27 16:02:57,563 - INFO - Created Ingress ctest-nginx-ingress-63903946 2025-03-27 16:02:57,568 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-63903946 2025-03-27 16:03:00,575 - DEBUG - For Ingress ctest-nginx-ingress-63903946, Cluster IP: 10.47.255.249, External IPs ['196.26.66.124'] 2025-03-27 16:03:00,575 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-63903946 2025-03-27 16:03:00,575 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=43680e25-8d0a-4966-aad2-cd72defb6597 2025-03-27 16:03:00,583 - INFO - Ingress ctest-nginx-ingress-63903946 with uuid 43680e25-8d0a-4966-aad2-cd72defb6597 found in kube manager 2025-03-27 16:03:00,584 - INFO - Ingress ctest-nginx-ingress-63903946 verification passed 2025-03-27 16:03:00,587 - DEBUG - Pod ctest-busybox-pod-74593278 not present 2025-03-27 16:03:00,587 - INFO - Creating Pod ctest-busybox-pod-74593278 2025-03-27 16:03:00,658 - DEBUG - Pod : ctest-busybox-pod-74593278 UUID is 5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:00,669 - DEBUG - Pod ctest-nginx-pod-24430015 not in running state.Currently in Pending 2025-03-27 16:03:05,679 - DEBUG - Pod ctest-nginx-pod-24430015 not in running state.Currently in Pending 2025-03-27 16:03:10,695 - INFO - Pod ctest-nginx-pod-24430015 is in running state.Got IP 10.47.255.251 2025-03-27 16:03:10,712 - DEBUG - Pod ctest-nginx-pod-24430015 has vmi f0490266-0b24-11f0-bf4e-fa163e3965f1 2025-03-27 16:03:10,712 - INFO - Verified pod ctest-nginx-pod-24430015 in contrail-api 2025-03-27 16:03:10,712 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-27 16:03:10,727 - DEBUG - VMI f0490266-0b24-11f0-bf4e-fa163e3965f1 is active in agent 10.0.0.46 2025-03-27 16:03:10,728 - INFO - Verified Pod ctest-nginx-pod-24430015 in agent 10.0.0.46 2025-03-27 16:03:10,728 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_VirtualMachineDatabaseList?x=06c04433-60f6-4c3a-89a6-08d034284493 2025-03-27 16:03:10,734 - INFO - Pod ctest-nginx-pod-24430015 with uuid 06c04433-60f6-4c3a-89a6-08d034284493 found in kube manager 2025-03-27 16:03:10,734 - INFO - Pod ctest-nginx-pod-24430015 verification passed 2025-03-27 16:03:10,804 - DEBUG - [Pod ctest-nginx-pod-24430015] Cmd: echo ctest-nginx-pod-24430015 > /usr/share/nginx/html/index.html, Output: 2025-03-27 16:03:10,810 - INFO - Pod ctest-nginx-pod-82950523 is in running state.Got IP 10.47.255.250 2025-03-27 16:03:10,866 - DEBUG - Pod ctest-nginx-pod-82950523 has vmi f0da81e6-0b24-11f0-bf4e-fa163e3965f1 2025-03-27 16:03:10,866 - INFO - Verified pod ctest-nginx-pod-82950523 in contrail-api 2025-03-27 16:03:10,867 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-27 16:03:10,880 - DEBUG - VMI f0da81e6-0b24-11f0-bf4e-fa163e3965f1 is active in agent 10.0.0.46 2025-03-27 16:03:10,881 - INFO - Verified Pod ctest-nginx-pod-82950523 in agent 10.0.0.46 2025-03-27 16:03:10,881 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_VirtualMachineDatabaseList?x=86e704a9-7648-45ee-9f4d-d5c48110667c 2025-03-27 16:03:10,886 - INFO - Pod ctest-nginx-pod-82950523 with uuid 86e704a9-7648-45ee-9f4d-d5c48110667c found in kube manager 2025-03-27 16:03:10,886 - INFO - Pod ctest-nginx-pod-82950523 verification passed 2025-03-27 16:03:10,967 - DEBUG - [Pod ctest-nginx-pod-82950523] Cmd: echo ctest-nginx-pod-82950523 > /usr/share/nginx/html/index.html, Output: 2025-03-27 16:03:10,975 - DEBUG - Pod ctest-busybox-pod-74593278 not in running state.Currently in Pending 2025-03-27 16:03:15,983 - INFO - Pod ctest-busybox-pod-74593278 is in running state.Got IP 10.47.255.248 2025-03-27 16:03:15,998 - DEBUG - Pod ctest-busybox-pod-74593278 has vmi f5b65582-0b24-11f0-bf4e-fa163e3965f1 2025-03-27 16:03:15,998 - INFO - Verified pod ctest-busybox-pod-74593278 in contrail-api 2025-03-27 16:03:15,998 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-27 16:03:16,012 - DEBUG - VMI f5b65582-0b24-11f0-bf4e-fa163e3965f1 is active in agent 10.0.0.46 2025-03-27 16:03:16,012 - INFO - Verified Pod ctest-busybox-pod-74593278 in agent 10.0.0.46 2025-03-27 16:03:16,012 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_VirtualMachineDatabaseList?x=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:16,018 - INFO - Pod ctest-busybox-pod-74593278 with uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a found in kube manager 2025-03-27 16:03:16,018 - INFO - Pod ctest-busybox-pod-74593278 verification passed 2025-03-27 16:03:16,083 - DEBUG - [Pod ctest-busybox-pod-74593278] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-82950523 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 16:03:16,083 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 16:03:16,083 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd output: ctest-nginx-pod-82950523 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 16:03:16,150 - DEBUG - [Pod ctest-busybox-pod-74593278] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-82950523 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 16:03:16,150 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 16:03:16,150 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd output: ctest-nginx-pod-82950523 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 16:03:16,216 - DEBUG - [Pod ctest-busybox-pod-74593278] 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-82950523 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 16:03:16,216 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 16:03:16,216 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-82950523 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-27 16:03:16,277 - DEBUG - [Pod ctest-busybox-pod-74593278] 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-24430015 2025-03-27 16:03:16,277 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-27 16:03:16,278 - DEBUG - [Pod Pod ctest-busybox-pod-74593278] 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-24430015 2025-03-27 16:03:16,278 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-24430015': 1, 'ctest-nginx-pod-82950523': 3} 2025-03-27 16:03:16,278 - WARNING - Nothing to delete parallely 2025-03-27 16:03:16,278 - INFO - Deleting pod default:ctest-busybox-pod-74593278 2025-03-27 16:03:16,290 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:16,298 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:21,299 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:21,308 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:26,309 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:26,319 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:31,320 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:31,328 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:36,329 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:36,337 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:41,339 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:41,354 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:46,355 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:46,363 - WARNING - Pod uuid 5ecfe264-0322-4854-9912-08c6e3d4ac6a is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:51,364 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=5ecfe264-0322-4854-9912-08c6e3d4ac6a 2025-03-27 16:03:51,374 - DEBUG - Pod 5ecfe264-0322-4854-9912-08c6e3d4ac6a is not in agent 10.0.0.46 VM list 2025-03-27 16:03:51,374 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5b65582-0b24-11f0-bf4e-fa163e3965f1 2025-03-27 16:03:51,381 - DEBUG - VMI f5b65582-0b24-11f0-bf4e-fa163e3965f1 is removed from agent 10.0.0.46 2025-03-27 16:03:51,381 - INFO - Verified that pod ctest-busybox-pod-74593278 is removed in agent 2025-03-27 16:03:51,381 - INFO - Deleting Ingress : ctest-nginx-ingress-63903946 2025-03-27 16:03:51,389 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=43680e25-8d0a-4966-aad2-cd72defb6597 2025-03-27 16:03:51,400 - ERROR - Ingress ctest-nginx-ingress-63903946 with uuid 43680e25-8d0a-4966-aad2-cd72defb6597 still found in kube manager 2025-03-27 16:03:52,400 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=43680e25-8d0a-4966-aad2-cd72defb6597 2025-03-27 16:03:52,407 - ERROR - Ingress ctest-nginx-ingress-63903946 with uuid 43680e25-8d0a-4966-aad2-cd72defb6597 still found in kube manager 2025-03-27 16:03:53,409 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=43680e25-8d0a-4966-aad2-cd72defb6597 2025-03-27 16:03:53,414 - INFO - Ingress ctest-nginx-ingress-63903946 with uuid 43680e25-8d0a-4966-aad2-cd72defb6597 deleted successfully from kube manager 2025-03-27 16:03:53,414 - INFO - Verifications on Ingress %s cleanup passed 2025-03-27 16:03:53,415 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-27 16:03:53,514 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-27 16:03:53,521 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-27 16:03:53,521 - INFO - Deleting VN __public__ 2025-03-27 16:03:53,633 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/7ba7cbd7-dc91-4dc4-bf84-caa650acd4bb 2025-03-27 16:03:53,642 - DEBUG - Response Code: 404 2025-03-27 16:03:53,642 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-03-27 16:03:53,650 - DEBUG - Requesting: http://10.0.0.28:8082/domain/7b0796ab-88c9-49b5-bdaf-67fb7b46b917 2025-03-27 16:03:53,672 - DEBUG - Requesting: http://10.0.0.28:8082/project/fceae8a5-4cdc-407c-a39d-709a3bb65c72 2025-03-27 16:03:53,733 - INFO - Validated that VN __public__ is not found in API Server 2025-03-27 16:03:53,734 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-27 16:03:53,742 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:03:53,751 - DEBUG - VN __public__ is not present in Agent 10.0.0.46 2025-03-27 16:03:53,751 - INFO - Validated that VN __public__ is not in any agent 2025-03-27 16:03:53,752 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:03:53,761 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-27 16:03:53,770 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-27 16:03:53,777 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-27 16:03:53,778 - INFO - Deleting pod default:ctest-nginx-pod-82950523 2025-03-27 16:03:53,794 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=86e704a9-7648-45ee-9f4d-d5c48110667c 2025-03-27 16:03:53,812 - WARNING - Pod uuid 86e704a9-7648-45ee-9f4d-d5c48110667c is still seen in agent 10.0.0.46 VM list 2025-03-27 16:03:58,814 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=86e704a9-7648-45ee-9f4d-d5c48110667c 2025-03-27 16:03:58,823 - DEBUG - Pod 86e704a9-7648-45ee-9f4d-d5c48110667c is not in agent 10.0.0.46 VM list 2025-03-27 16:03:58,823 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0da81e6-0b24-11f0-bf4e-fa163e3965f1 2025-03-27 16:03:58,830 - DEBUG - VMI f0da81e6-0b24-11f0-bf4e-fa163e3965f1 is removed from agent 10.0.0.46 2025-03-27 16:03:58,830 - INFO - Verified that pod ctest-nginx-pod-82950523 is removed in agent 2025-03-27 16:03:58,830 - INFO - Deleting pod default:ctest-nginx-pod-24430015 2025-03-27 16:03:58,845 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=06c04433-60f6-4c3a-89a6-08d034284493 2025-03-27 16:03:58,859 - WARNING - Pod uuid 06c04433-60f6-4c3a-89a6-08d034284493 is still seen in agent 10.0.0.46 VM list 2025-03-27 16:04:03,860 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=06c04433-60f6-4c3a-89a6-08d034284493 2025-03-27 16:04:03,869 - DEBUG - Pod 06c04433-60f6-4c3a-89a6-08d034284493 is not in agent 10.0.0.46 VM list 2025-03-27 16:04:03,869 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0490266-0b24-11f0-bf4e-fa163e3965f1 2025-03-27 16:04:03,879 - DEBUG - VMI f0490266-0b24-11f0-bf4e-fa163e3965f1 is removed from agent 10.0.0.46 2025-03-27 16:04:03,879 - INFO - Verified that pod ctest-nginx-pod-24430015 is removed in agent 2025-03-27 16:04:03,880 - INFO - Deleting service : ctest-nginx-svc-94069974 2025-03-27 16:04:04,111 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-27 16:04:04,120 - DEBUG - No XMPP flaps were noticed during the test