2025-05-27 14:43:53,155 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-05-27 14:43:53,435 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1233-1 2025-05-27 14:43:53,435 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-05-27 14:43:53,470 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1233-1 2025-05-27 14:43:53,470 - DEBUG - [10.0.0.33]: 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-05-27 14:43:53,605 - DEBUG - Output : NAMES contrail_test_EYYM6ZLfZ contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 2025-05-27 14:43:53,605 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-27 14:43:53,650 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-05-27 14:43:53,650 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-05-27 14:43:53,684 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1233-1 2025-05-27 14:43:53,793 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-05-27 14:43:54,023 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1233-1 2025-05-27 14:43:54,023 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-05-27 14:43:54,058 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1233-1 2025-05-27 14:43:54,058 - 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-05-27 14:43:54,133 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-27 14:43:54,134 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-27 14:43:54,168 - DEBUG - Output : 10.0.0.56/24 2025-05-27 14:43:54,168 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-05-27 14:43:54,202 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1233-1 2025-05-27 14:43:54,291 - INFO - Using existing project ['default-domain', 'k8s-default'](c9ca8608-ce35-42a4-9d4c-70fd5cb48e74) 2025-05-27 14:43:54,413 - INFO - Using existing project ['default-domain', 'k8s-default'](c9ca8608-ce35-42a4-9d4c-70fd5cb48e74) 2025-05-27 14:43:54,563 - INFO - ================================================================================ 2025-05-27 14:43:54,563 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-27 14:43:54,564 - 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-05-27 14:43:54,762 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-27 14:43:54,770 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.33': '0'}} with 2025-05-27 14:43:54,770 - INFO - Initial checks done. Running the testcase now 2025-05-27 14:43:54,770 - INFO - 2025-05-27 14:43:54,774 - INFO - Namespace default already exists 2025-05-27 14:43:54,774 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-27 14:43:54,891 - DEBUG - Output : cluster_project={} 2025-05-27 14:43:54,943 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-27 14:43:54,943 - DEBUG - Project uuid in Contrail is c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:43:54,943 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-27 14:43:55,072 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-27 14:43:55,072 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=04b71d89-ca79-4345-8ca0-71e22c745e34 2025-05-27 14:43:55,077 - INFO - Namespace default with uuid 04b71d89-ca79-4345-8ca0-71e22c745e34 found in kube manager 2025-05-27 14:43:55,077 - INFO - Namespace default verification passed 2025-05-27 14:43:55,080 - DEBUG - Service ctest-nginx-svc-40953762 not present 2025-05-27 14:43:55,080 - INFO - Creating service ctest-nginx-svc-40953762 2025-05-27 14:43:55,097 - INFO - Created Service ctest-nginx-svc-40953762 2025-05-27 14:43:55,110 - DEBUG - Pod ctest-nginx-pod-87983182 not present 2025-05-27 14:43:55,110 - INFO - Creating Pod ctest-nginx-pod-87983182 2025-05-27 14:43:55,178 - DEBUG - Pod : ctest-nginx-pod-87983182 UUID is d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 2025-05-27 14:43:55,187 - DEBUG - Pod ctest-nginx-pod-10809464 not present 2025-05-27 14:43:55,187 - INFO - Creating Pod ctest-nginx-pod-10809464 2025-05-27 14:43:55,226 - DEBUG - Pod : ctest-nginx-pod-10809464 UUID is 6969c03b-852e-4b49-ba1f-cd07c7e44507 2025-05-27 14:43:55,406 - INFO - Created VN __public__, UUID :cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:43:55,709 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-27 14:43:55,720 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ba09f69a-7132-4883-afbf-7961c4d43025 2025-05-27 14:43:55,735 - DEBUG - Requesting: http://10.0.0.33:8082/project/c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:43:55,831 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:43:55,891 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:43:55,928 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:43:55,952 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:43:55,976 - DEBUG - Route Targets: [] 2025-05-27 14:43:55,976 - DEBUG - RT names not yet present for VN __public__ 2025-05-27 14:44:00,977 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-27 14:44:00,989 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ba09f69a-7132-4883-afbf-7961c4d43025 2025-05-27 14:44:01,001 - DEBUG - Requesting: http://10.0.0.33:8082/project/c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:44:01,048 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,059 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,069 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:44:01,080 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:44:01,090 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/e6df1e79-b272-4f79-8749-8698a754d233 2025-05-27 14:44:01,099 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-27 14:44:01,099 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,111 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:44:01,134 - INFO - Verified VN network id 14 for VN cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,134 - INFO - Verifications in API Server for VN __public__ passed 2025-05-27 14:44:01,134 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,150 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:44:01,159 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:44:01,167 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/e6df1e79-b272-4f79-8749-8698a754d233 2025-05-27 14:44:01,175 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-27 14:44:01,185 - DEBUG - Control-node 10.0.0.33 : 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': '14960198080543736738', 'uuid-lslong': '10615341185982604428'}, 'enable': 'true', 'created': '2025-05-27T14:43:55', 'last-modified': '2025-05-27T14:43:55', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.653907'} 2025-05-27 14:44:01,185 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:01,194 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-27 14:44:01,195 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-27 14:44:01,195 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-27 14:44:01,196 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-27 14:44:01,203 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ba09f69a-7132-4883-afbf-7961c4d43025 2025-05-27 14:44:01,211 - DEBUG - Requesting: http://10.0.0.33:8082/project/c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:44:01,271 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,298 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-27 14:44:01,298 - DEBUG - Verifying the vn in opserver 2025-05-27 14:44:01,298 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-05-27 14:44:01,298 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-05-27 14:44:01,320 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-27 14:44:01,320 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-27 14:44:01,320 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:01,334 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:01,346 - DEBUG - Do not have enough data to verify VN in agent 2025-05-27 14:44:01,346 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:01,353 - DEBUG - VRF ids for VN __public__: {} 2025-05-27 14:44:01,457 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-27 14:44:01,606 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-27 14:44:01,615 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ba09f69a-7132-4883-afbf-7961c4d43025 2025-05-27 14:44:01,627 - DEBUG - Requesting: http://10.0.0.33:8082/project/c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:44:01,688 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,702 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/e42277d6-3118-4a8e-98eb-75caa8bbbcb9 2025-05-27 14:44:01,710 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-27 14:44:01,722 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ba09f69a-7132-4883-afbf-7961c4d43025 2025-05-27 14:44:01,734 - DEBUG - Requesting: http://10.0.0.33:8082/project/c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:44:01,782 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/cf9d4ce4-484a-43a2-9351-4490f011248c 2025-05-27 14:44:01,794 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-27 14:44:01,794 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-27 14:44:01,805 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-27 14:44:01,812 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-27 14:44:01,812 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-27 14:44:01,817 - DEBUG - Ingress ctest-nginx-ingress-86650472 not present 2025-05-27 14:44:01,818 - INFO - Creating Ingress ctest-nginx-ingress-86650472 2025-05-27 14:44:01,826 - INFO - Created Ingress ctest-nginx-ingress-86650472 2025-05-27 14:44:01,831 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86650472 2025-05-27 14:44:04,840 - DEBUG - For Ingress ctest-nginx-ingress-86650472, Cluster IP: 10.47.255.249, External IPs ['21.123.251.188'] 2025-05-27 14:44:04,840 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-86650472 2025-05-27 14:44:04,840 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=18904acb-f0d0-4a6b-9f4c-f7040f3e19bd 2025-05-27 14:44:04,851 - INFO - Ingress ctest-nginx-ingress-86650472 with uuid 18904acb-f0d0-4a6b-9f4c-f7040f3e19bd found in kube manager 2025-05-27 14:44:04,851 - INFO - Ingress ctest-nginx-ingress-86650472 verification passed 2025-05-27 14:44:04,856 - DEBUG - Pod ctest-busybox-pod-87534597 not present 2025-05-27 14:44:04,856 - INFO - Creating Pod ctest-busybox-pod-87534597 2025-05-27 14:44:04,887 - DEBUG - Pod : ctest-busybox-pod-87534597 UUID is 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:04,894 - DEBUG - Pod ctest-nginx-pod-87983182 not in running state.Currently in Pending 2025-05-27 14:44:09,910 - INFO - Pod ctest-nginx-pod-87983182 is in running state.Got IP 10.47.255.251 2025-05-27 14:44:09,924 - DEBUG - Pod ctest-nginx-pod-87983182 has vmi 04b99cc4-3b09-11f0-b2ab-fa163e0bf7b9 2025-05-27 14:44:09,925 - INFO - Verified pod ctest-nginx-pod-87983182 in contrail-api 2025-05-27 14:44:09,925 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-27 14:44:09,938 - DEBUG - VMI 04b99cc4-3b09-11f0-b2ab-fa163e0bf7b9 is active in agent 10.0.0.56 2025-05-27 14:44:09,938 - INFO - Verified Pod ctest-nginx-pod-87983182 in agent 10.0.0.56 2025-05-27 14:44:09,938 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 2025-05-27 14:44:09,945 - INFO - Pod ctest-nginx-pod-87983182 with uuid d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 found in kube manager 2025-05-27 14:44:09,945 - INFO - Pod ctest-nginx-pod-87983182 verification passed 2025-05-27 14:44:10,009 - DEBUG - [Pod ctest-nginx-pod-87983182] Cmd: echo ctest-nginx-pod-87983182 > /usr/share/nginx/html/index.html, Output: 2025-05-27 14:44:10,019 - INFO - Pod ctest-nginx-pod-10809464 is in running state.Got IP 10.47.255.250 2025-05-27 14:44:10,089 - DEBUG - Pod ctest-nginx-pod-10809464 has vmi 0529cb52-3b09-11f0-b2ab-fa163e0bf7b9 2025-05-27 14:44:10,089 - INFO - Verified pod ctest-nginx-pod-10809464 in contrail-api 2025-05-27 14:44:10,089 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-27 14:44:10,103 - DEBUG - VMI 0529cb52-3b09-11f0-b2ab-fa163e0bf7b9 is active in agent 10.0.0.56 2025-05-27 14:44:10,104 - INFO - Verified Pod ctest-nginx-pod-10809464 in agent 10.0.0.56 2025-05-27 14:44:10,104 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=6969c03b-852e-4b49-ba1f-cd07c7e44507 2025-05-27 14:44:10,111 - INFO - Pod ctest-nginx-pod-10809464 with uuid 6969c03b-852e-4b49-ba1f-cd07c7e44507 found in kube manager 2025-05-27 14:44:10,112 - INFO - Pod ctest-nginx-pod-10809464 verification passed 2025-05-27 14:44:10,191 - DEBUG - [Pod ctest-nginx-pod-10809464] Cmd: echo ctest-nginx-pod-10809464 > /usr/share/nginx/html/index.html, Output: 2025-05-27 14:44:10,197 - DEBUG - Pod ctest-busybox-pod-87534597 not in running state.Currently in Pending 2025-05-27 14:44:15,208 - DEBUG - Pod ctest-busybox-pod-87534597 not in running state.Currently in Pending 2025-05-27 14:44:20,217 - INFO - Pod ctest-busybox-pod-87534597 is in running state.Got IP 10.47.255.248 2025-05-27 14:44:20,231 - DEBUG - Pod ctest-busybox-pod-87534597 has vmi 09e583a2-3b09-11f0-b2ab-fa163e0bf7b9 2025-05-27 14:44:20,231 - INFO - Verified pod ctest-busybox-pod-87534597 in contrail-api 2025-05-27 14:44:20,232 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-27 14:44:20,243 - DEBUG - VMI 09e583a2-3b09-11f0-b2ab-fa163e0bf7b9 is active in agent 10.0.0.56 2025-05-27 14:44:20,243 - INFO - Verified Pod ctest-busybox-pod-87534597 in agent 10.0.0.56 2025-05-27 14:44:20,243 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:20,248 - INFO - Pod ctest-busybox-pod-87534597 with uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 found in kube manager 2025-05-27 14:44:20,248 - INFO - Pod ctest-busybox-pod-87534597 verification passed 2025-05-27 14:44:20,302 - DEBUG - [Pod ctest-busybox-pod-87534597] 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-10809464 2025-05-27 14:44:20,303 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,303 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] 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-10809464 2025-05-27 14:44:20,355 - DEBUG - [Pod ctest-busybox-pod-87534597] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10809464 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-05-27 14:44:20,355 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,355 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd output: ctest-nginx-pod-10809464 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-05-27 14:44:20,406 - DEBUG - [Pod ctest-busybox-pod-87534597] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10809464 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-05-27 14:44:20,406 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,406 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd output: ctest-nginx-pod-10809464 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-05-27 14:44:20,462 - DEBUG - [Pod ctest-busybox-pod-87534597] 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-10809464 2025-05-27 14:44:20,462 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,462 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] 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-10809464 2025-05-27 14:44:20,520 - DEBUG - [Pod ctest-busybox-pod-87534597] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10809464 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-05-27 14:44:20,520 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,520 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd output: ctest-nginx-pod-10809464 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-05-27 14:44:20,571 - DEBUG - [Pod ctest-busybox-pod-87534597] 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-10809464 2025-05-27 14:44:20,571 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,572 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] 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-10809464 2025-05-27 14:44:20,630 - DEBUG - [Pod ctest-busybox-pod-87534597] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87983182 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-05-27 14:44:20,630 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-27 14:44:20,630 - DEBUG - [Pod Pod ctest-busybox-pod-87534597] Cmd output: ctest-nginx-pod-87983182 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-05-27 14:44:20,630 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-87983182': 1, 'ctest-nginx-pod-10809464': 6} 2025-05-27 14:44:20,630 - WARNING - Nothing to delete parallely 2025-05-27 14:44:20,630 - INFO - Deleting pod default:ctest-busybox-pod-87534597 2025-05-27 14:44:20,646 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:20,654 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:25,655 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:25,663 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:30,663 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:30,671 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:35,672 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:35,679 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:40,680 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:40,687 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:45,688 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:45,696 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:50,697 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:50,706 - WARNING - Pod uuid 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:44:55,707 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2970af07-c1a8-4a44-ac6b-9a7b48245ad4 2025-05-27 14:44:55,714 - DEBUG - Pod 2970af07-c1a8-4a44-ac6b-9a7b48245ad4 is not in agent 10.0.0.56 VM list 2025-05-27 14:44:55,714 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:09e583a2-3b09-11f0-b2ab-fa163e0bf7b9 2025-05-27 14:44:55,720 - DEBUG - VMI 09e583a2-3b09-11f0-b2ab-fa163e0bf7b9 is removed from agent 10.0.0.56 2025-05-27 14:44:55,720 - INFO - Verified that pod ctest-busybox-pod-87534597 is removed in agent 2025-05-27 14:44:55,721 - INFO - Deleting Ingress : ctest-nginx-ingress-86650472 2025-05-27 14:44:55,731 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=18904acb-f0d0-4a6b-9f4c-f7040f3e19bd 2025-05-27 14:44:55,740 - ERROR - Ingress ctest-nginx-ingress-86650472 with uuid 18904acb-f0d0-4a6b-9f4c-f7040f3e19bd still found in kube manager 2025-05-27 14:44:56,742 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=18904acb-f0d0-4a6b-9f4c-f7040f3e19bd 2025-05-27 14:44:56,749 - INFO - Ingress ctest-nginx-ingress-86650472 with uuid 18904acb-f0d0-4a6b-9f4c-f7040f3e19bd deleted successfully from kube manager 2025-05-27 14:44:56,750 - INFO - Verifications on Ingress %s cleanup passed 2025-05-27 14:44:56,750 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-27 14:44:56,923 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-27 14:44:56,937 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-27 14:44:56,937 - INFO - Deleting VN __public__ 2025-05-27 14:44:57,222 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/2e91d699-0117-4c10-8574-2a33f4ed7776 2025-05-27 14:44:57,238 - DEBUG - Response Code: 404 2025-05-27 14:44:57,238 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-05-27 14:44:57,252 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ba09f69a-7132-4883-afbf-7961c4d43025 2025-05-27 14:44:57,261 - DEBUG - Requesting: http://10.0.0.33:8082/project/c9ca8608-ce35-42a4-9d4c-70fd5cb48e74 2025-05-27 14:44:57,321 - INFO - Validated that VN __public__ is not found in API Server 2025-05-27 14:44:57,321 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-27 14:44:57,330 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:57,338 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-05-27 14:44:57,338 - INFO - Validated that VN __public__ is not in any agent 2025-05-27 14:44:57,338 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:57,345 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-27 14:44:57,357 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-27 14:44:57,367 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-27 14:44:57,368 - INFO - Deleting pod default:ctest-nginx-pod-10809464 2025-05-27 14:44:57,382 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6969c03b-852e-4b49-ba1f-cd07c7e44507 2025-05-27 14:44:57,402 - WARNING - Pod uuid 6969c03b-852e-4b49-ba1f-cd07c7e44507 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:45:02,403 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6969c03b-852e-4b49-ba1f-cd07c7e44507 2025-05-27 14:45:02,412 - DEBUG - Pod 6969c03b-852e-4b49-ba1f-cd07c7e44507 is not in agent 10.0.0.56 VM list 2025-05-27 14:45:02,412 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0529cb52-3b09-11f0-b2ab-fa163e0bf7b9 2025-05-27 14:45:02,417 - DEBUG - VMI 0529cb52-3b09-11f0-b2ab-fa163e0bf7b9 is removed from agent 10.0.0.56 2025-05-27 14:45:02,417 - INFO - Verified that pod ctest-nginx-pod-10809464 is removed in agent 2025-05-27 14:45:02,418 - INFO - Deleting pod default:ctest-nginx-pod-87983182 2025-05-27 14:45:02,447 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 2025-05-27 14:45:02,460 - WARNING - Pod uuid d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 is still seen in agent 10.0.0.56 VM list 2025-05-27 14:45:07,462 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 2025-05-27 14:45:07,470 - DEBUG - Pod d8f15c8a-dbcb-4b31-bb38-07bd04c11ee1 is not in agent 10.0.0.56 VM list 2025-05-27 14:45:07,470 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:04b99cc4-3b09-11f0-b2ab-fa163e0bf7b9 2025-05-27 14:45:07,485 - DEBUG - VMI 04b99cc4-3b09-11f0-b2ab-fa163e0bf7b9 is removed from agent 10.0.0.56 2025-05-27 14:45:07,485 - INFO - Verified that pod ctest-nginx-pod-87983182 is removed in agent 2025-05-27 14:45:07,485 - INFO - Deleting service : ctest-nginx-svc-40953762 2025-05-27 14:45:07,750 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-27 14:45:07,758 - DEBUG - No XMPP flaps were noticed during the test