2025-03-28 19:57:17,190 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-03-28 19:57:17,457 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1058-1 2025-03-28 19:57:17,457 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-03-28 19:57:17,491 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1058-1 2025-03-28 19:57:17,492 - DEBUG - [10.0.0.29]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-28 19:57:17,557 - DEBUG - Output : NAMES contrail_test_1S9Rm3LdO contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_schema_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 2025-03-28 19:57:17,558 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-28 19:57:17,591 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2025-03-28 19:57:17,591 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-03-28 19:57:17,627 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1058-1 2025-03-28 19:57:17,731 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-03-28 19:57:18,042 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1058-1 2025-03-28 19:57:18,042 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-03-28 19:57:18,077 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1058-1 2025-03-28 19:57:18,077 - DEBUG - [10.0.0.48]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-28 19:57:18,132 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-28 19:57:18,133 - DEBUG - [10.0.0.48]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-28 19:57:18,205 - DEBUG - Output : 10.0.0.48/24 2025-03-28 19:57:18,205 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-03-28 19:57:18,240 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1058-1 2025-03-28 19:57:18,308 - INFO - Using existing project ['default-domain', 'k8s-default'](95f1bddf-644b-43f5-bc03-d45a2f81ad1b) 2025-03-28 19:57:18,415 - INFO - Using existing project ['default-domain', 'k8s-default'](95f1bddf-644b-43f5-bc03-d45a2f81ad1b) 2025-03-28 19:57:18,543 - INFO - ================================================================================ 2025-03-28 19:57:18,543 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-28 19:57:18,544 - 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-28 19:57:18,772 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-28 19:57:18,783 - DEBUG - Nothing to compare xmpp stats {'10.0.0.48': {'10.0.0.29': '0'}} with 2025-03-28 19:57:18,783 - INFO - Initial checks done. Running the testcase now 2025-03-28 19:57:18,783 - INFO - 2025-03-28 19:57:18,787 - INFO - Namespace default already exists 2025-03-28 19:57:18,788 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-28 19:57:18,915 - DEBUG - Output : cluster_project={} 2025-03-28 19:57:18,963 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-28 19:57:18,963 - DEBUG - Project uuid in Contrail is 95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:57:18,963 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-28 19:57:19,076 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-28 19:57:19,077 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=3fac58bd-d417-498e-bfa9-6a8747ab69c2 2025-03-28 19:57:19,082 - INFO - Namespace default with uuid 3fac58bd-d417-498e-bfa9-6a8747ab69c2 found in kube manager 2025-03-28 19:57:19,082 - INFO - Namespace default verification passed 2025-03-28 19:57:19,084 - DEBUG - Service ctest-nginx-svc-86472916 not present 2025-03-28 19:57:19,085 - INFO - Creating service ctest-nginx-svc-86472916 2025-03-28 19:57:19,100 - INFO - Created Service ctest-nginx-svc-86472916 2025-03-28 19:57:19,111 - DEBUG - Pod ctest-nginx-pod-75308603 not present 2025-03-28 19:57:19,111 - INFO - Creating Pod ctest-nginx-pod-75308603 2025-03-28 19:57:19,169 - DEBUG - Pod : ctest-nginx-pod-75308603 UUID is e8c8e850-5504-47e3-a5a3-d8f38b06829f 2025-03-28 19:57:19,178 - DEBUG - Pod ctest-nginx-pod-65281778 not present 2025-03-28 19:57:19,179 - INFO - Creating Pod ctest-nginx-pod-65281778 2025-03-28 19:57:19,214 - DEBUG - Pod : ctest-nginx-pod-65281778 UUID is fe87ee86-da85-43ec-b6ad-22b189c5dfeb 2025-03-28 19:57:19,398 - INFO - Created VN __public__, UUID :7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:19,687 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-03-28 19:57:19,693 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3de1f4b5-7e2b-453f-a177-eccab4d86fe6 2025-03-28 19:57:19,711 - DEBUG - Requesting: http://10.0.0.29:8082/project/95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:57:19,785 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:19,797 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:19,810 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:19,817 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:19,863 - DEBUG - Route Targets: [] 2025-03-28 19:57:19,863 - DEBUG - RT names not yet present for VN __public__ 2025-03-28 19:57:24,864 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-03-28 19:57:24,870 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3de1f4b5-7e2b-453f-a177-eccab4d86fe6 2025-03-28 19:57:24,879 - DEBUG - Requesting: http://10.0.0.29:8082/project/95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:57:24,962 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:24,977 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:24,987 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:24,995 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:25,009 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/dffe4c88-1dda-4ff5-8424-d00d2c353591 2025-03-28 19:57:25,015 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-28 19:57:25,016 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:25,026 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:25,044 - INFO - Verified VN network id 13 for VN 7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:25,045 - INFO - Verifications in API Server for VN __public__ passed 2025-03-28 19:57:25,045 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:25,054 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:25,062 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:57:25,069 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/dffe4c88-1dda-4ff5-8424-d00d2c353591 2025-03-28 19:57:25,076 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-28 19:57:25,082 - DEBUG - Control-node 10.0.0.29 : 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': '9091481413961990974', 'uuid-lslong': '12419989666630116570'}, 'enable': 'true', 'created': '2025-03-28T19:57:19', 'last-modified': '2025-03-28T19:57:19', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.488666'} 2025-03-28 19:57:25,082 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:57:25,088 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-28 19:57:25,089 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-28 19:57:25,089 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-28 19:57:25,089 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-03-28 19:57:25,094 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3de1f4b5-7e2b-453f-a177-eccab4d86fe6 2025-03-28 19:57:25,102 - DEBUG - Requesting: http://10.0.0.29:8082/project/95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:57:25,145 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:25,155 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-28 19:57:25,155 - DEBUG - Verifying the vn in opserver 2025-03-28 19:57:25,155 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2025-03-28 19:57:25,155 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2025-03-28 19:57:25,160 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.29:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-28 19:57:25,160 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-28 19:57:25,160 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:57:25,169 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:57:25,186 - DEBUG - Do not have enough data to verify VN in agent 2025-03-28 19:57:25,186 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:57:25,201 - DEBUG - VRF ids for VN __public__: {} 2025-03-28 19:57:25,300 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-28 19:57:25,417 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-03-28 19:57:25,424 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3de1f4b5-7e2b-453f-a177-eccab4d86fe6 2025-03-28 19:57:25,432 - DEBUG - Requesting: http://10.0.0.29:8082/project/95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:57:25,475 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:25,486 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/f1c9029e-ed2b-4141-a82d-65a88b47cd87 2025-03-28 19:57:25,493 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-03-28 19:57:25,498 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3de1f4b5-7e2b-453f-a177-eccab4d86fe6 2025-03-28 19:57:25,506 - DEBUG - Requesting: http://10.0.0.29:8082/project/95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:57:25,560 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/7e2b6e2d-6145-433e-ac5c-aacc4182a4da 2025-03-28 19:57:25,571 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-28 19:57:25,571 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-28 19:57:25,582 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-28 19:57:25,588 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-28 19:57:25,588 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-28 19:57:25,591 - DEBUG - Ingress ctest-nginx-ingress-64234435 not present 2025-03-28 19:57:25,591 - INFO - Creating Ingress ctest-nginx-ingress-64234435 2025-03-28 19:57:25,598 - INFO - Created Ingress ctest-nginx-ingress-64234435 2025-03-28 19:57:25,601 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-64234435 2025-03-28 19:57:28,606 - DEBUG - For Ingress ctest-nginx-ingress-64234435, Cluster IP: 10.47.255.249, External IPs ['113.66.103.60'] 2025-03-28 19:57:28,606 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-64234435 2025-03-28 19:57:28,606 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=1466e2d9-87ef-4be4-994a-e8635c41f4c1 2025-03-28 19:57:28,611 - INFO - Ingress ctest-nginx-ingress-64234435 with uuid 1466e2d9-87ef-4be4-994a-e8635c41f4c1 found in kube manager 2025-03-28 19:57:28,611 - INFO - Ingress ctest-nginx-ingress-64234435 verification passed 2025-03-28 19:57:28,613 - DEBUG - Pod ctest-busybox-pod-79040626 not present 2025-03-28 19:57:28,614 - INFO - Creating Pod ctest-busybox-pod-79040626 2025-03-28 19:57:28,637 - DEBUG - Pod : ctest-busybox-pod-79040626 UUID is b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:28,650 - DEBUG - Pod ctest-nginx-pod-75308603 not in running state.Currently in Pending 2025-03-28 19:57:33,656 - INFO - Pod ctest-nginx-pod-75308603 is in running state.Got IP 10.47.255.251 2025-03-28 19:57:33,711 - DEBUG - Pod ctest-nginx-pod-75308603 has vmi dc00ce3e-0c0e-11f0-80e5-fa163e3450cc 2025-03-28 19:57:33,711 - INFO - Verified pod ctest-nginx-pod-75308603 in contrail-api 2025-03-28 19:57:33,711 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 19:57:33,725 - DEBUG - VMI dc00ce3e-0c0e-11f0-80e5-fa163e3450cc is active in agent 10.0.0.48 2025-03-28 19:57:33,725 - INFO - Verified Pod ctest-nginx-pod-75308603 in agent 10.0.0.48 2025-03-28 19:57:33,725 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=e8c8e850-5504-47e3-a5a3-d8f38b06829f 2025-03-28 19:57:33,730 - INFO - Pod ctest-nginx-pod-75308603 with uuid e8c8e850-5504-47e3-a5a3-d8f38b06829f found in kube manager 2025-03-28 19:57:33,730 - INFO - Pod ctest-nginx-pod-75308603 verification passed 2025-03-28 19:57:33,798 - DEBUG - [Pod ctest-nginx-pod-75308603] Cmd: echo ctest-nginx-pod-75308603 > /usr/share/nginx/html/index.html, Output: 2025-03-28 19:57:33,803 - DEBUG - Pod ctest-nginx-pod-65281778 not in running state.Currently in Pending 2025-03-28 19:57:38,809 - INFO - Pod ctest-nginx-pod-65281778 is in running state.Got IP 10.47.255.250 2025-03-28 19:57:38,823 - DEBUG - Pod ctest-nginx-pod-65281778 has vmi dc845010-0c0e-11f0-80e5-fa163e3450cc 2025-03-28 19:57:38,823 - INFO - Verified pod ctest-nginx-pod-65281778 in contrail-api 2025-03-28 19:57:38,824 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 19:57:38,846 - DEBUG - VMI dc845010-0c0e-11f0-80e5-fa163e3450cc is active in agent 10.0.0.48 2025-03-28 19:57:38,846 - INFO - Verified Pod ctest-nginx-pod-65281778 in agent 10.0.0.48 2025-03-28 19:57:38,846 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=fe87ee86-da85-43ec-b6ad-22b189c5dfeb 2025-03-28 19:57:38,851 - INFO - Pod ctest-nginx-pod-65281778 with uuid fe87ee86-da85-43ec-b6ad-22b189c5dfeb found in kube manager 2025-03-28 19:57:38,851 - INFO - Pod ctest-nginx-pod-65281778 verification passed 2025-03-28 19:57:38,943 - DEBUG - [Pod ctest-nginx-pod-65281778] Cmd: echo ctest-nginx-pod-65281778 > /usr/share/nginx/html/index.html, Output: 2025-03-28 19:57:38,948 - INFO - Pod ctest-busybox-pod-79040626 is in running state.Got IP 10.47.255.248 2025-03-28 19:57:38,962 - DEBUG - Pod ctest-busybox-pod-79040626 has vmi e0dfca04-0c0e-11f0-80e5-fa163e3450cc 2025-03-28 19:57:38,962 - INFO - Verified pod ctest-busybox-pod-79040626 in contrail-api 2025-03-28 19:57:38,962 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 19:57:38,980 - DEBUG - VMI e0dfca04-0c0e-11f0-80e5-fa163e3450cc is active in agent 10.0.0.48 2025-03-28 19:57:38,980 - INFO - Verified Pod ctest-busybox-pod-79040626 in agent 10.0.0.48 2025-03-28 19:57:38,980 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:38,985 - INFO - Pod ctest-busybox-pod-79040626 with uuid b87e43bd-9a2a-49ef-876a-5769efec32cc found in kube manager 2025-03-28 19:57:38,985 - INFO - Pod ctest-busybox-pod-79040626 verification passed 2025-03-28 19:57:39,051 - DEBUG - [Pod ctest-busybox-pod-79040626] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75308603 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-28 19:57:39,051 - DEBUG - [Pod Pod ctest-busybox-pod-79040626] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-28 19:57:39,051 - DEBUG - [Pod Pod ctest-busybox-pod-79040626] Cmd output: ctest-nginx-pod-75308603 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-28 19:57:39,100 - DEBUG - [Pod ctest-busybox-pod-79040626] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-65281778 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-28 19:57:39,101 - DEBUG - [Pod Pod ctest-busybox-pod-79040626] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-28 19:57:39,101 - DEBUG - [Pod Pod ctest-busybox-pod-79040626] Cmd output: ctest-nginx-pod-65281778 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-28 19:57:39,101 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-75308603': 1, 'ctest-nginx-pod-65281778': 1} 2025-03-28 19:57:39,101 - WARNING - Nothing to delete parallely 2025-03-28 19:57:39,101 - INFO - Deleting pod default:ctest-busybox-pod-79040626 2025-03-28 19:57:39,114 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:39,122 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:57:44,122 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:44,129 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:57:49,130 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:49,138 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:57:54,139 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:54,151 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:57:59,152 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:57:59,159 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:58:04,159 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:58:04,169 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:58:09,169 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:58:09,178 - WARNING - Pod uuid b87e43bd-9a2a-49ef-876a-5769efec32cc is still seen in agent 10.0.0.48 VM list 2025-03-28 19:58:14,178 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b87e43bd-9a2a-49ef-876a-5769efec32cc 2025-03-28 19:58:14,193 - DEBUG - Pod b87e43bd-9a2a-49ef-876a-5769efec32cc is not in agent 10.0.0.48 VM list 2025-03-28 19:58:14,193 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e0dfca04-0c0e-11f0-80e5-fa163e3450cc 2025-03-28 19:58:14,207 - DEBUG - VMI e0dfca04-0c0e-11f0-80e5-fa163e3450cc is removed from agent 10.0.0.48 2025-03-28 19:58:14,207 - INFO - Verified that pod ctest-busybox-pod-79040626 is removed in agent 2025-03-28 19:58:14,207 - INFO - Deleting Ingress : ctest-nginx-ingress-64234435 2025-03-28 19:58:14,212 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=1466e2d9-87ef-4be4-994a-e8635c41f4c1 2025-03-28 19:58:14,217 - ERROR - Ingress ctest-nginx-ingress-64234435 with uuid 1466e2d9-87ef-4be4-994a-e8635c41f4c1 still found in kube manager 2025-03-28 19:58:15,218 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=1466e2d9-87ef-4be4-994a-e8635c41f4c1 2025-03-28 19:58:15,223 - INFO - Ingress ctest-nginx-ingress-64234435 with uuid 1466e2d9-87ef-4be4-994a-e8635c41f4c1 deleted successfully from kube manager 2025-03-28 19:58:15,223 - INFO - Verifications on Ingress %s cleanup passed 2025-03-28 19:58:15,224 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-28 19:58:15,439 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-28 19:58:15,448 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-28 19:58:15,448 - INFO - Deleting VN __public__ 2025-03-28 19:58:15,644 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/a9fd36f4-1c09-4bde-9cd8-9c05b91dad11 2025-03-28 19:58:15,652 - DEBUG - Response Code: 404 2025-03-28 19:58:15,652 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-03-28 19:58:15,659 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3de1f4b5-7e2b-453f-a177-eccab4d86fe6 2025-03-28 19:58:15,674 - DEBUG - Requesting: http://10.0.0.29:8082/project/95f1bddf-644b-43f5-bc03-d45a2f81ad1b 2025-03-28 19:58:15,759 - INFO - Validated that VN __public__ is not found in API Server 2025-03-28 19:58:15,759 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-28 19:58:15,772 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:58:15,782 - DEBUG - VN __public__ is not present in Agent 10.0.0.48 2025-03-28 19:58:15,782 - INFO - Validated that VN __public__ is not in any agent 2025-03-28 19:58:15,783 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:58:15,791 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 19:58:15,797 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-28 19:58:15,803 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-28 19:58:15,803 - INFO - Deleting pod default:ctest-nginx-pod-65281778 2025-03-28 19:58:15,812 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=fe87ee86-da85-43ec-b6ad-22b189c5dfeb 2025-03-28 19:58:15,828 - WARNING - Pod uuid fe87ee86-da85-43ec-b6ad-22b189c5dfeb is still seen in agent 10.0.0.48 VM list 2025-03-28 19:58:20,829 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=fe87ee86-da85-43ec-b6ad-22b189c5dfeb 2025-03-28 19:58:20,839 - DEBUG - Pod fe87ee86-da85-43ec-b6ad-22b189c5dfeb is not in agent 10.0.0.48 VM list 2025-03-28 19:58:20,839 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dc845010-0c0e-11f0-80e5-fa163e3450cc 2025-03-28 19:58:20,851 - DEBUG - VMI dc845010-0c0e-11f0-80e5-fa163e3450cc is removed from agent 10.0.0.48 2025-03-28 19:58:20,851 - INFO - Verified that pod ctest-nginx-pod-65281778 is removed in agent 2025-03-28 19:58:20,851 - INFO - Deleting pod default:ctest-nginx-pod-75308603 2025-03-28 19:58:20,864 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8c8e850-5504-47e3-a5a3-d8f38b06829f 2025-03-28 19:58:20,895 - WARNING - Pod uuid e8c8e850-5504-47e3-a5a3-d8f38b06829f is still seen in agent 10.0.0.48 VM list 2025-03-28 19:58:25,895 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8c8e850-5504-47e3-a5a3-d8f38b06829f 2025-03-28 19:58:25,904 - DEBUG - Pod e8c8e850-5504-47e3-a5a3-d8f38b06829f is not in agent 10.0.0.48 VM list 2025-03-28 19:58:25,904 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dc00ce3e-0c0e-11f0-80e5-fa163e3450cc 2025-03-28 19:58:25,924 - DEBUG - VMI dc00ce3e-0c0e-11f0-80e5-fa163e3450cc is removed from agent 10.0.0.48 2025-03-28 19:58:25,924 - INFO - Verified that pod ctest-nginx-pod-75308603 is removed in agent 2025-03-28 19:58:25,924 - INFO - Deleting service : ctest-nginx-svc-86472916 2025-03-28 19:58:26,175 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-28 19:58:26,184 - DEBUG - No XMPP flaps were noticed during the test