2025-07-04 18:22:08,067 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-07-04 18:22:08,367 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1315-1 2025-07-04 18:22:08,368 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-07-04 18:22:08,403 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1315-1 2025-07-04 18:22:08,403 - DEBUG - [10.0.0.65]: 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-07-04 18:22:08,530 - DEBUG - Output : NAMES contrail_test_ySrrNfxdx contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-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-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 2025-07-04 18:22:08,530 - DEBUG - [10.0.0.65]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-04 18:22:08,577 - DEBUG - Output : 10.0.0.65/24 172.17.0.1/16 2025-07-04 18:22:08,578 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-07-04 18:22:08,622 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1315-1 2025-07-04 18:22:08,726 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-07-04 18:22:08,957 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1315-1 2025-07-04 18:22:08,958 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-07-04 18:22:09,027 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1315-1 2025-07-04 18:22:09,028 - DEBUG - [10.0.0.56]: 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-07-04 18:22:09,073 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-04 18:22:09,073 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-04 18:22:09,148 - DEBUG - Output : 10.0.0.56/24 2025-07-04 18:22:09,149 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-07-04 18:22:09,183 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1315-1 2025-07-04 18:22:09,272 - INFO - Using existing project ['default-domain', 'k8s-default'](db279a32-4b71-441b-bea6-9839bc18ffc4) 2025-07-04 18:22:09,343 - INFO - Using existing project ['default-domain', 'k8s-default'](db279a32-4b71-441b-bea6-9839bc18ffc4) 2025-07-04 18:22:09,495 - INFO - ================================================================================ 2025-07-04 18:22:09,495 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-04 18:22:09,496 - 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-07-04 18:22:09,723 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-04 18:22:09,730 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.65': '0'}} with 2025-07-04 18:22:09,730 - INFO - Initial checks done. Running the testcase now 2025-07-04 18:22:09,731 - INFO - 2025-07-04 18:22:09,735 - INFO - Namespace default already exists 2025-07-04 18:22:09,735 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-04 18:22:09,852 - DEBUG - Output : cluster_project={} 2025-07-04 18:22:09,947 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-04 18:22:09,947 - DEBUG - Project uuid in Contrail is db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:22:09,948 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-04 18:22:10,096 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-04 18:22:10,096 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_NamespaceDatabaseList?namespace_uuid=f0905e3c-73f3-47f9-b82e-ed2349efcb9e 2025-07-04 18:22:10,101 - INFO - Namespace default with uuid f0905e3c-73f3-47f9-b82e-ed2349efcb9e found in kube manager 2025-07-04 18:22:10,101 - INFO - Namespace default verification passed 2025-07-04 18:22:10,105 - DEBUG - Service ctest-nginx-svc-74957924 not present 2025-07-04 18:22:10,105 - INFO - Creating service ctest-nginx-svc-74957924 2025-07-04 18:22:10,122 - INFO - Created Service ctest-nginx-svc-74957924 2025-07-04 18:22:10,141 - DEBUG - Pod ctest-nginx-pod-27537516 not present 2025-07-04 18:22:10,142 - INFO - Creating Pod ctest-nginx-pod-27537516 2025-07-04 18:22:10,219 - DEBUG - Pod : ctest-nginx-pod-27537516 UUID is cf08ca37-6268-4838-ad2a-49838e208c25 2025-07-04 18:22:10,221 - DEBUG - Pod ctest-nginx-pod-46289781 not present 2025-07-04 18:22:10,221 - INFO - Creating Pod ctest-nginx-pod-46289781 2025-07-04 18:22:10,261 - DEBUG - Pod : ctest-nginx-pod-46289781 UUID is c69dfe92-0a70-4d1d-9f86-1d1cb9936971 2025-07-04 18:22:10,422 - INFO - Created VN __public__, UUID :636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:10,732 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 18:22:10,756 - DEBUG - Requesting: http://10.0.0.65:8082/domain/421a4160-68f4-402d-947c-6991b9a36e7e 2025-07-04 18:22:10,780 - DEBUG - Requesting: http://10.0.0.65:8082/project/db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:22:10,904 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:10,948 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:10,966 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:10,977 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:10,988 - DEBUG - Route Targets: [] 2025-07-04 18:22:10,988 - DEBUG - RT names not yet present for VN __public__ 2025-07-04 18:22:15,989 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 18:22:15,997 - DEBUG - Requesting: http://10.0.0.65:8082/domain/421a4160-68f4-402d-947c-6991b9a36e7e 2025-07-04 18:22:16,012 - DEBUG - Requesting: http://10.0.0.65:8082/project/db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:22:16,071 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,084 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,094 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:16,105 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:16,111 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/c1be372e-9d84-4815-85ea-36011c853aa4 2025-07-04 18:22:16,129 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-04 18:22:16,129 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,143 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:16,168 - INFO - Verified VN network id 13 for VN 636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,168 - INFO - Verifications in API Server for VN __public__ passed 2025-07-04 18:22:16,169 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,186 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:16,198 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:22:16,211 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/c1be372e-9d84-4815-85ea-36011c853aa4 2025-07-04 18:22:16,219 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-04 18:22:16,227 - DEBUG - Control-node 10.0.0.65 : 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': '7162715613358279321', 'uuid-lslong': '13090411841529362506'}, 'enable': 'true', 'created': '2025-07-04T18:22:10', 'last-modified': '2025-07-04T18:22:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.608247'} 2025-07-04 18:22:16,235 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:22:16,244 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-04 18:22:16,244 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-04 18:22:16,244 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-04 18:22:16,245 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 18:22:16,250 - DEBUG - Requesting: http://10.0.0.65:8082/domain/421a4160-68f4-402d-947c-6991b9a36e7e 2025-07-04 18:22:16,258 - DEBUG - Requesting: http://10.0.0.65:8082/project/db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:22:16,305 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,315 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-04 18:22:16,315 - DEBUG - Verifying the vn in opserver 2025-07-04 18:22:16,315 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.65 2025-07-04 18:22:16,316 - DEBUG - Requesting: http://10.0.0.65:8081/analytics/uves/virtual-networks 2025-07-04 18:22:16,322 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.65:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-04 18:22:16,322 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-04 18:22:16,322 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:22:16,334 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:22:16,342 - DEBUG - Do not have enough data to verify VN in agent 2025-07-04 18:22:16,342 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:22:16,348 - DEBUG - VRF ids for VN __public__: {} 2025-07-04 18:22:16,467 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-04 18:22:16,591 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 18:22:16,598 - DEBUG - Requesting: http://10.0.0.65:8082/domain/421a4160-68f4-402d-947c-6991b9a36e7e 2025-07-04 18:22:16,606 - DEBUG - Requesting: http://10.0.0.65:8082/project/db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:22:16,651 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,662 - DEBUG - Requesting: http://10.0.0.65:8082/floating-ip-pool/f185e629-2de2-4538-a2dc-aae2c58ef4c9 2025-07-04 18:22:16,669 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 18:22:16,675 - DEBUG - Requesting: http://10.0.0.65:8082/domain/421a4160-68f4-402d-947c-6991b9a36e7e 2025-07-04 18:22:16,683 - DEBUG - Requesting: http://10.0.0.65:8082/project/db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:22:16,734 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/636713e6-915d-4a99-b5aa-7c36c1ecb84a 2025-07-04 18:22:16,745 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-04 18:22:16,745 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-04 18:22:16,752 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-04 18:22:16,760 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-04 18:22:16,760 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-04 18:22:16,763 - DEBUG - Ingress ctest-nginx-ingress-08110117 not present 2025-07-04 18:22:16,763 - INFO - Creating Ingress ctest-nginx-ingress-08110117 2025-07-04 18:22:16,770 - INFO - Created Ingress ctest-nginx-ingress-08110117 2025-07-04 18:22:16,773 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-08110117 2025-07-04 18:22:19,779 - DEBUG - For Ingress ctest-nginx-ingress-08110117, Cluster IP: 10.47.255.249, External IPs ['223.228.201.188'] 2025-07-04 18:22:19,779 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-08110117 2025-07-04 18:22:19,779 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=abab6f6a-7166-490c-94c9-e252f06b448f 2025-07-04 18:22:19,787 - INFO - Ingress ctest-nginx-ingress-08110117 with uuid abab6f6a-7166-490c-94c9-e252f06b448f found in kube manager 2025-07-04 18:22:19,787 - INFO - Ingress ctest-nginx-ingress-08110117 verification passed 2025-07-04 18:22:19,791 - DEBUG - Pod ctest-busybox-pod-02664753 not present 2025-07-04 18:22:19,791 - INFO - Creating Pod ctest-busybox-pod-02664753 2025-07-04 18:22:19,830 - DEBUG - Pod : ctest-busybox-pod-02664753 UUID is 02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:19,841 - DEBUG - Pod ctest-nginx-pod-27537516 not in running state.Currently in Pending 2025-07-04 18:22:24,849 - INFO - Pod ctest-nginx-pod-27537516 is in running state.Got IP 10.47.255.251 2025-07-04 18:22:24,865 - DEBUG - Pod ctest-nginx-pod-27537516 has vmi cdc3ea30-5903-11f0-b7b5-fa163e63b849 2025-07-04 18:22:24,866 - INFO - Verified pod ctest-nginx-pod-27537516 in contrail-api 2025-07-04 18:22:24,866 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 18:22:24,886 - DEBUG - VMI cdc3ea30-5903-11f0-b7b5-fa163e63b849 is active in agent 10.0.0.56 2025-07-04 18:22:24,886 - INFO - Verified Pod ctest-nginx-pod-27537516 in agent 10.0.0.56 2025-07-04 18:22:24,886 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=cf08ca37-6268-4838-ad2a-49838e208c25 2025-07-04 18:22:24,891 - INFO - Pod ctest-nginx-pod-27537516 with uuid cf08ca37-6268-4838-ad2a-49838e208c25 found in kube manager 2025-07-04 18:22:24,891 - INFO - Pod ctest-nginx-pod-27537516 verification passed 2025-07-04 18:22:24,978 - DEBUG - [Pod ctest-nginx-pod-27537516] Cmd: echo ctest-nginx-pod-27537516 > /usr/share/nginx/html/index.html, Output: 2025-07-04 18:22:24,985 - INFO - Pod ctest-nginx-pod-46289781 is in running state.Got IP 10.47.255.250 2025-07-04 18:22:25,043 - DEBUG - Pod ctest-nginx-pod-46289781 has vmi ce43884e-5903-11f0-b7b5-fa163e63b849 2025-07-04 18:22:25,043 - INFO - Verified pod ctest-nginx-pod-46289781 in contrail-api 2025-07-04 18:22:25,044 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 18:22:25,056 - DEBUG - VMI ce43884e-5903-11f0-b7b5-fa163e63b849 is active in agent 10.0.0.56 2025-07-04 18:22:25,056 - INFO - Verified Pod ctest-nginx-pod-46289781 in agent 10.0.0.56 2025-07-04 18:22:25,056 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=c69dfe92-0a70-4d1d-9f86-1d1cb9936971 2025-07-04 18:22:25,062 - INFO - Pod ctest-nginx-pod-46289781 with uuid c69dfe92-0a70-4d1d-9f86-1d1cb9936971 found in kube manager 2025-07-04 18:22:25,062 - INFO - Pod ctest-nginx-pod-46289781 verification passed 2025-07-04 18:22:25,115 - DEBUG - [Pod ctest-nginx-pod-46289781] Cmd: echo ctest-nginx-pod-46289781 > /usr/share/nginx/html/index.html, Output: 2025-07-04 18:22:25,122 - DEBUG - Pod ctest-busybox-pod-02664753 not in running state.Currently in Pending 2025-07-04 18:22:30,130 - INFO - Pod ctest-busybox-pod-02664753 is in running state.Got IP 10.47.255.248 2025-07-04 18:22:30,144 - DEBUG - Pod ctest-busybox-pod-02664753 has vmi d29a85b4-5903-11f0-b7b5-fa163e63b849 2025-07-04 18:22:30,144 - INFO - Verified pod ctest-busybox-pod-02664753 in contrail-api 2025-07-04 18:22:30,144 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 18:22:30,156 - DEBUG - VMI d29a85b4-5903-11f0-b7b5-fa163e63b849 is active in agent 10.0.0.56 2025-07-04 18:22:30,157 - INFO - Verified Pod ctest-busybox-pod-02664753 in agent 10.0.0.56 2025-07-04 18:22:30,157 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:30,161 - INFO - Pod ctest-busybox-pod-02664753 with uuid 02fded8c-0607-49e3-86ce-ae19d96db462 found in kube manager 2025-07-04 18:22:30,161 - INFO - Pod ctest-busybox-pod-02664753 verification passed 2025-07-04 18:22:30,215 - DEBUG - [Pod ctest-busybox-pod-02664753] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-27537516 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-07-04 18:22:30,215 - DEBUG - [Pod Pod ctest-busybox-pod-02664753] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-04 18:22:30,215 - DEBUG - [Pod Pod ctest-busybox-pod-02664753] Cmd output: ctest-nginx-pod-27537516 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-07-04 18:22:30,280 - DEBUG - [Pod ctest-busybox-pod-02664753] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-27537516 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-07-04 18:22:30,280 - DEBUG - [Pod Pod ctest-busybox-pod-02664753] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-04 18:22:30,280 - DEBUG - [Pod Pod ctest-busybox-pod-02664753] Cmd output: ctest-nginx-pod-27537516 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-07-04 18:22:30,332 - DEBUG - [Pod ctest-busybox-pod-02664753] 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-46289781 2025-07-04 18:22:30,332 - DEBUG - [Pod Pod ctest-busybox-pod-02664753] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-04 18:22:30,332 - DEBUG - [Pod Pod ctest-busybox-pod-02664753] 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-46289781 2025-07-04 18:22:30,332 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-27537516': 2, 'ctest-nginx-pod-46289781': 1} 2025-07-04 18:22:30,333 - WARNING - Nothing to delete parallely 2025-07-04 18:22:30,333 - INFO - Deleting pod default:ctest-busybox-pod-02664753 2025-07-04 18:22:30,351 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:30,360 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:22:35,361 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:35,368 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:22:40,369 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:40,381 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:22:45,383 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:45,390 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:22:50,391 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:50,399 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:22:55,400 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:22:55,407 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:23:00,408 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:23:00,416 - WARNING - Pod uuid 02fded8c-0607-49e3-86ce-ae19d96db462 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:23:05,418 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=02fded8c-0607-49e3-86ce-ae19d96db462 2025-07-04 18:23:05,425 - DEBUG - Pod 02fded8c-0607-49e3-86ce-ae19d96db462 is not in agent 10.0.0.56 VM list 2025-07-04 18:23:05,425 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d29a85b4-5903-11f0-b7b5-fa163e63b849 2025-07-04 18:23:05,436 - DEBUG - VMI d29a85b4-5903-11f0-b7b5-fa163e63b849 is removed from agent 10.0.0.56 2025-07-04 18:23:05,436 - INFO - Verified that pod ctest-busybox-pod-02664753 is removed in agent 2025-07-04 18:23:05,436 - INFO - Deleting Ingress : ctest-nginx-ingress-08110117 2025-07-04 18:23:05,450 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=abab6f6a-7166-490c-94c9-e252f06b448f 2025-07-04 18:23:05,457 - ERROR - Ingress ctest-nginx-ingress-08110117 with uuid abab6f6a-7166-490c-94c9-e252f06b448f still found in kube manager 2025-07-04 18:23:06,458 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=abab6f6a-7166-490c-94c9-e252f06b448f 2025-07-04 18:23:06,464 - INFO - Ingress ctest-nginx-ingress-08110117 with uuid abab6f6a-7166-490c-94c9-e252f06b448f deleted successfully from kube manager 2025-07-04 18:23:06,464 - INFO - Verifications on Ingress %s cleanup passed 2025-07-04 18:23:06,464 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-04 18:23:06,649 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-04 18:23:06,658 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-04 18:23:06,658 - INFO - Deleting VN __public__ 2025-07-04 18:23:06,812 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/1bbdac6b-2819-4dc0-878c-8fee70e2226a 2025-07-04 18:23:06,840 - DEBUG - Response Code: 404 2025-07-04 18:23:06,840 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 18:23:06,850 - DEBUG - Requesting: http://10.0.0.65:8082/domain/421a4160-68f4-402d-947c-6991b9a36e7e 2025-07-04 18:23:06,873 - DEBUG - Requesting: http://10.0.0.65:8082/project/db279a32-4b71-441b-bea6-9839bc18ffc4 2025-07-04 18:23:06,960 - INFO - Validated that VN __public__ is not found in API Server 2025-07-04 18:23:06,960 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-04 18:23:06,974 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:23:06,994 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-07-04 18:23:06,994 - INFO - Validated that VN __public__ is not in any agent 2025-07-04 18:23:06,994 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:23:07,010 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 18:23:07,023 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-04 18:23:07,044 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-04 18:23:07,044 - INFO - Deleting pod default:ctest-nginx-pod-46289781 2025-07-04 18:23:07,066 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c69dfe92-0a70-4d1d-9f86-1d1cb9936971 2025-07-04 18:23:07,082 - WARNING - Pod uuid c69dfe92-0a70-4d1d-9f86-1d1cb9936971 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:23:12,082 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c69dfe92-0a70-4d1d-9f86-1d1cb9936971 2025-07-04 18:23:12,094 - DEBUG - Pod c69dfe92-0a70-4d1d-9f86-1d1cb9936971 is not in agent 10.0.0.56 VM list 2025-07-04 18:23:12,094 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce43884e-5903-11f0-b7b5-fa163e63b849 2025-07-04 18:23:12,100 - DEBUG - VMI ce43884e-5903-11f0-b7b5-fa163e63b849 is removed from agent 10.0.0.56 2025-07-04 18:23:12,100 - INFO - Verified that pod ctest-nginx-pod-46289781 is removed in agent 2025-07-04 18:23:12,100 - INFO - Deleting pod default:ctest-nginx-pod-27537516 2025-07-04 18:23:12,144 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cf08ca37-6268-4838-ad2a-49838e208c25 2025-07-04 18:23:12,156 - WARNING - Pod uuid cf08ca37-6268-4838-ad2a-49838e208c25 is still seen in agent 10.0.0.56 VM list 2025-07-04 18:23:17,158 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cf08ca37-6268-4838-ad2a-49838e208c25 2025-07-04 18:23:17,165 - DEBUG - Pod cf08ca37-6268-4838-ad2a-49838e208c25 is not in agent 10.0.0.56 VM list 2025-07-04 18:23:17,165 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cdc3ea30-5903-11f0-b7b5-fa163e63b849 2025-07-04 18:23:17,171 - DEBUG - VMI cdc3ea30-5903-11f0-b7b5-fa163e63b849 is removed from agent 10.0.0.56 2025-07-04 18:23:17,171 - INFO - Verified that pod ctest-nginx-pod-27537516 is removed in agent 2025-07-04 18:23:17,171 - INFO - Deleting service : ctest-nginx-svc-74957924 2025-07-04 18:23:17,429 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-04 18:23:17,436 - DEBUG - No XMPP flaps were noticed during the test