2025-04-26 15:24:44,986 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-04-26 15:24:45,205 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1196-1 2025-04-26 15:24:45,205 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-04-26 15:24:45,238 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1196-1 2025-04-26 15:24:45,238 - DEBUG - [10.0.0.38]: 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-04-26 15:24:45,284 - DEBUG - Output : NAMES contrail_test_RneoGAJQg contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 2025-04-26 15:24:45,285 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-26 15:24:45,364 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-04-26 15:24:45,365 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-04-26 15:24:45,397 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1196-1 2025-04-26 15:24:45,478 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-26 15:24:45,706 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1196-1 2025-04-26 15:24:45,707 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-26 15:24:45,730 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1196-1 2025-04-26 15:24:45,730 - DEBUG - [10.0.0.50]: 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-04-26 15:24:45,773 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-26 15:24:45,774 - DEBUG - [10.0.0.50]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-26 15:24:45,843 - DEBUG - Output : 10.0.0.50/24 2025-04-26 15:24:45,843 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-26 15:24:45,876 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1196-1 2025-04-26 15:24:45,937 - INFO - Using existing project ['default-domain', 'k8s-default'](38983851-d5da-4a65-b7c7-d0ed15733e6d) 2025-04-26 15:24:46,030 - INFO - Using existing project ['default-domain', 'k8s-default'](38983851-d5da-4a65-b7c7-d0ed15733e6d) 2025-04-26 15:24:46,148 - INFO - ================================================================================ 2025-04-26 15:24:46,148 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-26 15:24:46,149 - 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-04-26 15:24:46,389 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-26 15:24:46,395 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.38': '0'}} with 2025-04-26 15:24:46,395 - INFO - Initial checks done. Running the testcase now 2025-04-26 15:24:46,395 - INFO - 2025-04-26 15:24:46,398 - INFO - Namespace default already exists 2025-04-26 15:24:46,398 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-26 15:24:46,493 - DEBUG - Output : cluster_project={} 2025-04-26 15:24:46,535 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-26 15:24:46,536 - DEBUG - Project uuid in Contrail is 38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:24:46,536 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-26 15:24:46,630 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-26 15:24:46,631 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=326db68a-ca30-4790-ad33-fa40b85999d3 2025-04-26 15:24:46,634 - INFO - Namespace default with uuid 326db68a-ca30-4790-ad33-fa40b85999d3 found in kube manager 2025-04-26 15:24:46,635 - INFO - Namespace default verification passed 2025-04-26 15:24:46,637 - DEBUG - Service ctest-nginx-svc-53353972 not present 2025-04-26 15:24:46,637 - INFO - Creating service ctest-nginx-svc-53353972 2025-04-26 15:24:46,654 - INFO - Created Service ctest-nginx-svc-53353972 2025-04-26 15:24:46,664 - DEBUG - Pod ctest-nginx-pod-51225147 not present 2025-04-26 15:24:46,664 - INFO - Creating Pod ctest-nginx-pod-51225147 2025-04-26 15:24:46,703 - DEBUG - Pod : ctest-nginx-pod-51225147 UUID is c1f5417b-8b13-4c4f-b58b-1496ed70b279 2025-04-26 15:24:46,709 - DEBUG - Pod ctest-nginx-pod-70414777 not present 2025-04-26 15:24:46,709 - INFO - Creating Pod ctest-nginx-pod-70414777 2025-04-26 15:24:46,734 - DEBUG - Pod : ctest-nginx-pod-70414777 UUID is 418611a7-356c-440c-bff3-02b497b72f79 2025-04-26 15:24:46,885 - INFO - Created VN __public__, UUID :6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:47,103 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-26 15:24:47,108 - DEBUG - Requesting: http://10.0.0.38:8082/domain/98f4d490-68cb-4ad2-8c11-1840fe0470c6 2025-04-26 15:24:47,136 - DEBUG - Requesting: http://10.0.0.38:8082/project/38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:24:47,175 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:47,184 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:47,191 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:47,197 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:47,202 - DEBUG - Route Targets: [] 2025-04-26 15:24:47,202 - DEBUG - RT names not yet present for VN __public__ 2025-04-26 15:24:52,203 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-26 15:24:52,209 - DEBUG - Requesting: http://10.0.0.38:8082/domain/98f4d490-68cb-4ad2-8c11-1840fe0470c6 2025-04-26 15:24:52,216 - DEBUG - Requesting: http://10.0.0.38:8082/project/38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:24:52,256 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,264 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,271 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:52,277 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:52,282 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/3d069fca-f60d-4228-8248-6bddd845859b 2025-04-26 15:24:52,286 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-26 15:24:52,286 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,293 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:52,302 - INFO - Verified VN network id 13 for VN 6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,302 - INFO - Verifications in API Server for VN __public__ passed 2025-04-26 15:24:52,303 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,311 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:52,316 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:24:52,320 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/3d069fca-f60d-4228-8248-6bddd845859b 2025-04-26 15:24:52,325 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-26 15:24:52,329 - DEBUG - Control-node 10.0.0.38 : 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': '8036588198698107420', 'uuid-lslong': '10569587230791289435'}, 'enable': 'true', 'created': '2025-04-26T15:24:46', 'last-modified': '2025-04-26T15:24:47', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.272535'} 2025-04-26 15:24:52,329 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:24:52,335 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-26 15:24:52,335 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-26 15:24:52,336 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-26 15:24:52,336 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-26 15:24:52,339 - DEBUG - Requesting: http://10.0.0.38:8082/domain/98f4d490-68cb-4ad2-8c11-1840fe0470c6 2025-04-26 15:24:52,345 - DEBUG - Requesting: http://10.0.0.38:8082/project/38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:24:52,377 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,384 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-26 15:24:52,384 - DEBUG - Verifying the vn in opserver 2025-04-26 15:24:52,384 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-04-26 15:24:52,384 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-04-26 15:24:52,388 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-26 15:24:52,388 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-26 15:24:52,388 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:24:52,396 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:24:52,402 - DEBUG - Do not have enough data to verify VN in agent 2025-04-26 15:24:52,402 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:24:52,408 - DEBUG - VRF ids for VN __public__: {} 2025-04-26 15:24:52,492 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-26 15:24:52,627 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-26 15:24:52,632 - DEBUG - Requesting: http://10.0.0.38:8082/domain/98f4d490-68cb-4ad2-8c11-1840fe0470c6 2025-04-26 15:24:52,639 - DEBUG - Requesting: http://10.0.0.38:8082/project/38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:24:52,686 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,694 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/68030b71-deca-48e2-94f9-50baeb2e2a04 2025-04-26 15:24:52,699 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-26 15:24:52,702 - DEBUG - Requesting: http://10.0.0.38:8082/domain/98f4d490-68cb-4ad2-8c11-1840fe0470c6 2025-04-26 15:24:52,708 - DEBUG - Requesting: http://10.0.0.38:8082/project/38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:24:52,742 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/6f87b263-157f-421c-92ae-b79619d1ca5b 2025-04-26 15:24:52,750 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-26 15:24:52,750 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-26 15:24:52,755 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-26 15:24:52,760 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-26 15:24:52,760 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-26 15:24:52,762 - DEBUG - Ingress ctest-nginx-ingress-19750846 not present 2025-04-26 15:24:52,763 - INFO - Creating Ingress ctest-nginx-ingress-19750846 2025-04-26 15:24:52,774 - INFO - Created Ingress ctest-nginx-ingress-19750846 2025-04-26 15:24:52,776 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-19750846 2025-04-26 15:24:55,781 - DEBUG - For Ingress ctest-nginx-ingress-19750846, Cluster IP: 10.47.255.249, External IPs ['164.6.197.252'] 2025-04-26 15:24:55,781 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-19750846 2025-04-26 15:24:55,781 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d8899c-3493-4aa7-9f5c-f359aea7e98b 2025-04-26 15:24:55,785 - INFO - Ingress ctest-nginx-ingress-19750846 with uuid 64d8899c-3493-4aa7-9f5c-f359aea7e98b found in kube manager 2025-04-26 15:24:55,785 - INFO - Ingress ctest-nginx-ingress-19750846 verification passed 2025-04-26 15:24:55,787 - DEBUG - Pod ctest-busybox-pod-76002035 not present 2025-04-26 15:24:55,787 - INFO - Creating Pod ctest-busybox-pod-76002035 2025-04-26 15:24:55,808 - DEBUG - Pod : ctest-busybox-pod-76002035 UUID is 0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:24:55,822 - DEBUG - Pod ctest-nginx-pod-51225147 not in running state.Currently in Pending 2025-04-26 15:25:00,828 - INFO - Pod ctest-nginx-pod-51225147 is in running state.Got IP 10.47.255.251 2025-04-26 15:25:00,839 - DEBUG - Pod ctest-nginx-pod-51225147 has vmi 96e6db4e-22b2-11f0-be7b-fa163e108a85 2025-04-26 15:25:00,839 - INFO - Verified pod ctest-nginx-pod-51225147 in contrail-api 2025-04-26 15:25:00,839 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 15:25:00,852 - DEBUG - VMI 96e6db4e-22b2-11f0-be7b-fa163e108a85 is active in agent 10.0.0.50 2025-04-26 15:25:00,852 - INFO - Verified Pod ctest-nginx-pod-51225147 in agent 10.0.0.50 2025-04-26 15:25:00,852 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=c1f5417b-8b13-4c4f-b58b-1496ed70b279 2025-04-26 15:25:00,856 - INFO - Pod ctest-nginx-pod-51225147 with uuid c1f5417b-8b13-4c4f-b58b-1496ed70b279 found in kube manager 2025-04-26 15:25:00,856 - INFO - Pod ctest-nginx-pod-51225147 verification passed 2025-04-26 15:25:00,923 - DEBUG - [Pod ctest-nginx-pod-51225147] Cmd: echo ctest-nginx-pod-51225147 > /usr/share/nginx/html/index.html, Output: 2025-04-26 15:25:00,928 - INFO - Pod ctest-nginx-pod-70414777 is in running state.Got IP 10.47.255.250 2025-04-26 15:25:00,945 - DEBUG - Pod ctest-nginx-pod-70414777 has vmi 974904ea-22b2-11f0-be7b-fa163e108a85 2025-04-26 15:25:00,945 - INFO - Verified pod ctest-nginx-pod-70414777 in contrail-api 2025-04-26 15:25:00,945 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 15:25:00,955 - DEBUG - VMI 974904ea-22b2-11f0-be7b-fa163e108a85 is active in agent 10.0.0.50 2025-04-26 15:25:00,955 - INFO - Verified Pod ctest-nginx-pod-70414777 in agent 10.0.0.50 2025-04-26 15:25:00,955 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=418611a7-356c-440c-bff3-02b497b72f79 2025-04-26 15:25:00,958 - INFO - Pod ctest-nginx-pod-70414777 with uuid 418611a7-356c-440c-bff3-02b497b72f79 found in kube manager 2025-04-26 15:25:00,958 - INFO - Pod ctest-nginx-pod-70414777 verification passed 2025-04-26 15:25:01,020 - DEBUG - [Pod ctest-nginx-pod-70414777] Cmd: echo ctest-nginx-pod-70414777 > /usr/share/nginx/html/index.html, Output: 2025-04-26 15:25:01,031 - DEBUG - Pod ctest-busybox-pod-76002035 not in running state.Currently in Pending 2025-04-26 15:25:06,038 - INFO - Pod ctest-busybox-pod-76002035 is in running state.Got IP 10.47.255.248 2025-04-26 15:25:06,048 - DEBUG - Pod ctest-busybox-pod-76002035 has vmi 9baabc9a-22b2-11f0-be7b-fa163e108a85 2025-04-26 15:25:06,048 - INFO - Verified pod ctest-busybox-pod-76002035 in contrail-api 2025-04-26 15:25:06,048 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 15:25:06,059 - DEBUG - VMI 9baabc9a-22b2-11f0-be7b-fa163e108a85 is active in agent 10.0.0.50 2025-04-26 15:25:06,059 - INFO - Verified Pod ctest-busybox-pod-76002035 in agent 10.0.0.50 2025-04-26 15:25:06,059 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:06,063 - INFO - Pod ctest-busybox-pod-76002035 with uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 found in kube manager 2025-04-26 15:25:06,063 - INFO - Pod ctest-busybox-pod-76002035 verification passed 2025-04-26 15:25:06,119 - DEBUG - [Pod ctest-busybox-pod-76002035] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51225147 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-04-26 15:25:06,119 - DEBUG - [Pod Pod ctest-busybox-pod-76002035] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-26 15:25:06,119 - DEBUG - [Pod Pod ctest-busybox-pod-76002035] Cmd output: ctest-nginx-pod-51225147 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-04-26 15:25:06,168 - DEBUG - [Pod ctest-busybox-pod-76002035] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51225147 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-04-26 15:25:06,168 - DEBUG - [Pod Pod ctest-busybox-pod-76002035] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-26 15:25:06,168 - DEBUG - [Pod Pod ctest-busybox-pod-76002035] Cmd output: ctest-nginx-pod-51225147 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-04-26 15:25:06,216 - DEBUG - [Pod ctest-busybox-pod-76002035] 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-70414777 2025-04-26 15:25:06,216 - DEBUG - [Pod Pod ctest-busybox-pod-76002035] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-26 15:25:06,216 - DEBUG - [Pod Pod ctest-busybox-pod-76002035] 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-70414777 2025-04-26 15:25:06,216 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-51225147': 2, 'ctest-nginx-pod-70414777': 1} 2025-04-26 15:25:06,216 - WARNING - Nothing to delete parallely 2025-04-26 15:25:06,216 - INFO - Deleting pod default:ctest-busybox-pod-76002035 2025-04-26 15:25:06,224 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:06,235 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:11,235 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:11,243 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:16,245 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:16,252 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:21,253 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:21,261 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:26,262 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:26,270 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:31,271 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:31,283 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:36,283 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:36,290 - WARNING - Pod uuid 0ad11057-1ecf-4370-b475-5517ce5b84b3 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:41,291 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0ad11057-1ecf-4370-b475-5517ce5b84b3 2025-04-26 15:25:41,298 - DEBUG - Pod 0ad11057-1ecf-4370-b475-5517ce5b84b3 is not in agent 10.0.0.50 VM list 2025-04-26 15:25:41,298 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9baabc9a-22b2-11f0-be7b-fa163e108a85 2025-04-26 15:25:41,310 - DEBUG - VMI 9baabc9a-22b2-11f0-be7b-fa163e108a85 is removed from agent 10.0.0.50 2025-04-26 15:25:41,310 - INFO - Verified that pod ctest-busybox-pod-76002035 is removed in agent 2025-04-26 15:25:41,310 - INFO - Deleting Ingress : ctest-nginx-ingress-19750846 2025-04-26 15:25:41,315 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d8899c-3493-4aa7-9f5c-f359aea7e98b 2025-04-26 15:25:41,319 - ERROR - Ingress ctest-nginx-ingress-19750846 with uuid 64d8899c-3493-4aa7-9f5c-f359aea7e98b still found in kube manager 2025-04-26 15:25:42,319 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=64d8899c-3493-4aa7-9f5c-f359aea7e98b 2025-04-26 15:25:42,324 - INFO - Ingress ctest-nginx-ingress-19750846 with uuid 64d8899c-3493-4aa7-9f5c-f359aea7e98b deleted successfully from kube manager 2025-04-26 15:25:42,324 - INFO - Verifications on Ingress %s cleanup passed 2025-04-26 15:25:42,324 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-26 15:25:42,417 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-26 15:25:42,431 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-26 15:25:42,431 - INFO - Deleting VN __public__ 2025-04-26 15:25:42,546 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/e9d1d246-053d-4d20-8940-9f5f9de10abc 2025-04-26 15:25:42,551 - DEBUG - Response Code: 404 2025-04-26 15:25:42,551 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-26 15:25:42,563 - DEBUG - Requesting: http://10.0.0.38:8082/domain/98f4d490-68cb-4ad2-8c11-1840fe0470c6 2025-04-26 15:25:42,588 - DEBUG - Requesting: http://10.0.0.38:8082/project/38983851-d5da-4a65-b7c7-d0ed15733e6d 2025-04-26 15:25:42,650 - INFO - Validated that VN __public__ is not found in API Server 2025-04-26 15:25:42,650 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-26 15:25:42,664 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:25:42,673 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-04-26 15:25:42,673 - INFO - Validated that VN __public__ is not in any agent 2025-04-26 15:25:42,675 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:25:42,681 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 15:25:42,685 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-26 15:25:42,695 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-26 15:25:42,696 - INFO - Deleting pod default:ctest-nginx-pod-70414777 2025-04-26 15:25:42,714 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=418611a7-356c-440c-bff3-02b497b72f79 2025-04-26 15:25:42,726 - WARNING - Pod uuid 418611a7-356c-440c-bff3-02b497b72f79 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:47,726 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=418611a7-356c-440c-bff3-02b497b72f79 2025-04-26 15:25:47,733 - DEBUG - Pod 418611a7-356c-440c-bff3-02b497b72f79 is not in agent 10.0.0.50 VM list 2025-04-26 15:25:47,733 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:974904ea-22b2-11f0-be7b-fa163e108a85 2025-04-26 15:25:47,738 - DEBUG - VMI 974904ea-22b2-11f0-be7b-fa163e108a85 is removed from agent 10.0.0.50 2025-04-26 15:25:47,738 - INFO - Verified that pod ctest-nginx-pod-70414777 is removed in agent 2025-04-26 15:25:47,738 - INFO - Deleting pod default:ctest-nginx-pod-51225147 2025-04-26 15:25:47,748 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c1f5417b-8b13-4c4f-b58b-1496ed70b279 2025-04-26 15:25:47,753 - WARNING - Pod uuid c1f5417b-8b13-4c4f-b58b-1496ed70b279 is still seen in agent 10.0.0.50 VM list 2025-04-26 15:25:52,754 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c1f5417b-8b13-4c4f-b58b-1496ed70b279 2025-04-26 15:25:52,761 - DEBUG - Pod c1f5417b-8b13-4c4f-b58b-1496ed70b279 is not in agent 10.0.0.50 VM list 2025-04-26 15:25:52,761 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:96e6db4e-22b2-11f0-be7b-fa163e108a85 2025-04-26 15:25:52,768 - DEBUG - VMI 96e6db4e-22b2-11f0-be7b-fa163e108a85 is removed from agent 10.0.0.50 2025-04-26 15:25:52,768 - INFO - Verified that pod ctest-nginx-pod-51225147 is removed in agent 2025-04-26 15:25:52,768 - INFO - Deleting service : ctest-nginx-svc-53353972 2025-04-26 15:25:52,996 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-26 15:25:53,002 - DEBUG - No XMPP flaps were noticed during the test