2025-04-28 10:57:51,672 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-04-28 10:57:51,932 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1200-1 2025-04-28 10:57:51,932 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-04-28 10:57:51,966 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1200-1 2025-04-28 10:57:51,966 - DEBUG - [10.0.0.249]: 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-28 10:57:52,073 - DEBUG - Output : NAMES contrail_test_m3hw2obzJ contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 2025-04-28 10:57:52,074 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 10:57:52,125 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-04-28 10:57:52,125 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-04-28 10:57:52,225 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1200-1 2025-04-28 10:57:52,295 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-04-28 10:57:52,530 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1200-1 2025-04-28 10:57:52,530 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-04-28 10:57:52,564 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1200-1 2025-04-28 10:57:52,564 - DEBUG - [10.0.0.19]: 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-28 10:57:52,653 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-28 10:57:52,653 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 10:57:52,687 - DEBUG - Output : 10.0.0.19/24 2025-04-28 10:57:52,688 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-04-28 10:57:52,721 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1200-1 2025-04-28 10:57:52,807 - INFO - Using existing project ['default-domain', 'k8s-default'](262a9b48-68ee-4148-9f32-968498920879) 2025-04-28 10:57:52,878 - INFO - Using existing project ['default-domain', 'k8s-default'](262a9b48-68ee-4148-9f32-968498920879) 2025-04-28 10:57:53,030 - INFO - ================================================================================ 2025-04-28 10:57:53,030 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-28 10:57:53,031 - 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-28 10:57:53,225 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 10:57:53,232 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.249': '0'}} with 2025-04-28 10:57:53,232 - INFO - Initial checks done. Running the testcase now 2025-04-28 10:57:53,232 - INFO - 2025-04-28 10:57:53,236 - INFO - Namespace default already exists 2025-04-28 10:57:53,236 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 10:57:53,353 - DEBUG - Output : cluster_project={} 2025-04-28 10:57:53,449 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-28 10:57:53,449 - DEBUG - Project uuid in Contrail is 262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:57:53,449 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 10:57:53,566 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 10:57:53,566 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=d0b91b14-aa8f-4961-a54a-8e9ccca7b2e5 2025-04-28 10:57:53,570 - INFO - Namespace default with uuid d0b91b14-aa8f-4961-a54a-8e9ccca7b2e5 found in kube manager 2025-04-28 10:57:53,571 - INFO - Namespace default verification passed 2025-04-28 10:57:53,573 - DEBUG - Service ctest-nginx-svc-98321684 not present 2025-04-28 10:57:53,574 - INFO - Creating service ctest-nginx-svc-98321684 2025-04-28 10:57:53,596 - INFO - Created Service ctest-nginx-svc-98321684 2025-04-28 10:57:53,612 - DEBUG - Pod ctest-nginx-pod-02967296 not present 2025-04-28 10:57:53,613 - INFO - Creating Pod ctest-nginx-pod-02967296 2025-04-28 10:57:53,678 - DEBUG - Pod : ctest-nginx-pod-02967296 UUID is 1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 2025-04-28 10:57:53,680 - DEBUG - Pod ctest-nginx-pod-04734746 not present 2025-04-28 10:57:53,681 - INFO - Creating Pod ctest-nginx-pod-04734746 2025-04-28 10:57:53,708 - DEBUG - Pod : ctest-nginx-pod-04734746 UUID is 111285dc-7df5-446d-ad56-d4c35f7be48b 2025-04-28 10:57:53,925 - INFO - Created VN __public__, UUID :0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:54,070 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 10:57:54,081 - DEBUG - Requesting: http://10.0.0.249:8082/domain/0421becc-bfba-46e4-ad18-9e65b69d4563 2025-04-28 10:57:54,125 - DEBUG - Requesting: http://10.0.0.249:8082/project/262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:57:54,180 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:54,198 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:54,208 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:54,231 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:54,250 - DEBUG - Route Targets: [] 2025-04-28 10:57:54,252 - DEBUG - RT names not yet present for VN __public__ 2025-04-28 10:57:59,254 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 10:57:59,260 - DEBUG - Requesting: http://10.0.0.249:8082/domain/0421becc-bfba-46e4-ad18-9e65b69d4563 2025-04-28 10:57:59,270 - DEBUG - Requesting: http://10.0.0.249:8082/project/262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:57:59,326 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,336 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,348 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:59,357 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:59,364 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/7a51b60a-0a43-49c7-b565-358a5e9ef0b6 2025-04-28 10:57:59,370 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 10:57:59,371 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,380 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:59,395 - INFO - Verified VN network id 13 for VN 0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,395 - INFO - Verifications in API Server for VN __public__ passed 2025-04-28 10:57:59,395 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,405 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:59,412 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:57:59,419 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/7a51b60a-0a43-49c7-b565-358a5e9ef0b6 2025-04-28 10:57:59,425 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 10:57:59,433 - DEBUG - Control-node 10.0.0.249 : 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': '833192886018917192', 'uuid-lslong': '12032135119381832218'}, 'enable': 'true', 'created': '2025-04-28T10:57:53', 'last-modified': '2025-04-28T10:57:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.464784'} 2025-04-28 10:57:59,433 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:57:59,447 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 10:57:59,447 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-28 10:57:59,448 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-28 10:57:59,448 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 10:57:59,453 - DEBUG - Requesting: http://10.0.0.249:8082/domain/0421becc-bfba-46e4-ad18-9e65b69d4563 2025-04-28 10:57:59,462 - DEBUG - Requesting: http://10.0.0.249:8082/project/262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:57:59,506 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,531 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-28 10:57:59,532 - DEBUG - Verifying the vn in opserver 2025-04-28 10:57:59,532 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-04-28 10:57:59,532 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-04-28 10:57:59,538 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-28 10:57:59,538 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-28 10:57:59,538 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:57:59,546 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:57:59,552 - DEBUG - Do not have enough data to verify VN in agent 2025-04-28 10:57:59,553 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:57:59,559 - DEBUG - VRF ids for VN __public__: {} 2025-04-28 10:57:59,693 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-28 10:57:59,798 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 10:57:59,803 - DEBUG - Requesting: http://10.0.0.249:8082/domain/0421becc-bfba-46e4-ad18-9e65b69d4563 2025-04-28 10:57:59,812 - DEBUG - Requesting: http://10.0.0.249:8082/project/262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:57:59,853 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,870 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/c8501f26-07c8-4474-a6e5-d9dccf2b640c 2025-04-28 10:57:59,876 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 10:57:59,881 - DEBUG - Requesting: http://10.0.0.249:8082/domain/0421becc-bfba-46e4-ad18-9e65b69d4563 2025-04-28 10:57:59,888 - DEBUG - Requesting: http://10.0.0.249:8082/project/262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:57:59,934 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/0b901883-f08a-4348-a6fa-bb246041a21a 2025-04-28 10:57:59,943 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-28 10:57:59,943 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-28 10:57:59,950 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 10:57:59,956 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-28 10:57:59,956 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-28 10:57:59,959 - DEBUG - Ingress ctest-nginx-ingress-38641113 not present 2025-04-28 10:57:59,959 - INFO - Creating Ingress ctest-nginx-ingress-38641113 2025-04-28 10:57:59,966 - INFO - Created Ingress ctest-nginx-ingress-38641113 2025-04-28 10:57:59,969 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-38641113 2025-04-28 10:58:02,973 - DEBUG - For Ingress ctest-nginx-ingress-38641113, Cluster IP: 10.47.255.249, External IPs ['43.164.39.60'] 2025-04-28 10:58:02,973 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-38641113 2025-04-28 10:58:02,973 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=ba475865-c992-4b45-98cc-e2ee867c9700 2025-04-28 10:58:02,980 - INFO - Ingress ctest-nginx-ingress-38641113 with uuid ba475865-c992-4b45-98cc-e2ee867c9700 found in kube manager 2025-04-28 10:58:02,980 - INFO - Ingress ctest-nginx-ingress-38641113 verification passed 2025-04-28 10:58:02,983 - DEBUG - Pod ctest-busybox-pod-96782668 not present 2025-04-28 10:58:02,983 - INFO - Creating Pod ctest-busybox-pod-96782668 2025-04-28 10:58:03,002 - DEBUG - Pod : ctest-busybox-pod-96782668 UUID is bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:03,007 - DEBUG - Pod ctest-nginx-pod-02967296 not in running state.Currently in Pending 2025-04-28 10:58:08,014 - INFO - Pod ctest-nginx-pod-02967296 is in running state.Got IP 10.47.255.251 2025-04-28 10:58:08,029 - DEBUG - Pod ctest-nginx-pod-02967296 has vmi a3751f38-241f-11f0-a5cb-fa163e9670b8 2025-04-28 10:58:08,029 - INFO - Verified pod ctest-nginx-pod-02967296 in contrail-api 2025-04-28 10:58:08,029 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 10:58:08,041 - DEBUG - VMI a3751f38-241f-11f0-a5cb-fa163e9670b8 is active in agent 10.0.0.19 2025-04-28 10:58:08,041 - INFO - Verified Pod ctest-nginx-pod-02967296 in agent 10.0.0.19 2025-04-28 10:58:08,041 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 2025-04-28 10:58:08,047 - INFO - Pod ctest-nginx-pod-02967296 with uuid 1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 found in kube manager 2025-04-28 10:58:08,047 - INFO - Pod ctest-nginx-pod-02967296 verification passed 2025-04-28 10:58:08,114 - DEBUG - [Pod ctest-nginx-pod-02967296] Cmd: echo ctest-nginx-pod-02967296 > /usr/share/nginx/html/index.html, Output: 2025-04-28 10:58:08,120 - INFO - Pod ctest-nginx-pod-04734746 is in running state.Got IP 10.47.255.250 2025-04-28 10:58:08,177 - DEBUG - Pod ctest-nginx-pod-04734746 has vmi a3fd6820-241f-11f0-a5cb-fa163e9670b8 2025-04-28 10:58:08,177 - INFO - Verified pod ctest-nginx-pod-04734746 in contrail-api 2025-04-28 10:58:08,177 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 10:58:08,188 - DEBUG - VMI a3fd6820-241f-11f0-a5cb-fa163e9670b8 is active in agent 10.0.0.19 2025-04-28 10:58:08,188 - INFO - Verified Pod ctest-nginx-pod-04734746 in agent 10.0.0.19 2025-04-28 10:58:08,189 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=111285dc-7df5-446d-ad56-d4c35f7be48b 2025-04-28 10:58:08,199 - INFO - Pod ctest-nginx-pod-04734746 with uuid 111285dc-7df5-446d-ad56-d4c35f7be48b found in kube manager 2025-04-28 10:58:08,199 - INFO - Pod ctest-nginx-pod-04734746 verification passed 2025-04-28 10:58:08,252 - DEBUG - [Pod ctest-nginx-pod-04734746] Cmd: echo ctest-nginx-pod-04734746 > /usr/share/nginx/html/index.html, Output: 2025-04-28 10:58:08,258 - DEBUG - Pod ctest-busybox-pod-96782668 not in running state.Currently in Pending 2025-04-28 10:58:13,264 - DEBUG - Pod ctest-busybox-pod-96782668 not in running state.Currently in Pending 2025-04-28 10:58:18,271 - INFO - Pod ctest-busybox-pod-96782668 is in running state.Got IP 10.47.255.248 2025-04-28 10:58:18,285 - DEBUG - Pod ctest-busybox-pod-96782668 has vmi a82a2bae-241f-11f0-a5cb-fa163e9670b8 2025-04-28 10:58:18,285 - INFO - Verified pod ctest-busybox-pod-96782668 in contrail-api 2025-04-28 10:58:18,285 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 10:58:18,296 - DEBUG - VMI a82a2bae-241f-11f0-a5cb-fa163e9670b8 is active in agent 10.0.0.19 2025-04-28 10:58:18,296 - INFO - Verified Pod ctest-busybox-pod-96782668 in agent 10.0.0.19 2025-04-28 10:58:18,297 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:18,301 - INFO - Pod ctest-busybox-pod-96782668 with uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f found in kube manager 2025-04-28 10:58:18,301 - INFO - Pod ctest-busybox-pod-96782668 verification passed 2025-04-28 10:58:18,363 - DEBUG - [Pod ctest-busybox-pod-96782668] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-04734746 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-28 10:58:18,364 - DEBUG - [Pod Pod ctest-busybox-pod-96782668] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 10:58:18,364 - DEBUG - [Pod Pod ctest-busybox-pod-96782668] Cmd output: ctest-nginx-pod-04734746 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-28 10:58:18,419 - DEBUG - [Pod ctest-busybox-pod-96782668] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-02967296 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-28 10:58:18,419 - DEBUG - [Pod Pod ctest-busybox-pod-96782668] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 10:58:18,419 - DEBUG - [Pod Pod ctest-busybox-pod-96782668] Cmd output: ctest-nginx-pod-02967296 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-28 10:58:18,419 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-02967296': 1, 'ctest-nginx-pod-04734746': 1} 2025-04-28 10:58:18,420 - WARNING - Nothing to delete parallely 2025-04-28 10:58:18,421 - INFO - Deleting pod default:ctest-busybox-pod-96782668 2025-04-28 10:58:18,433 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:18,442 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:23,443 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:23,451 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:28,452 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:28,460 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:33,462 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:33,469 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:38,470 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:38,479 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:43,480 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:43,487 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:48,488 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:48,497 - WARNING - Pod uuid bc54ed2b-38f3-4a32-b550-8f8d382ab64f is still seen in agent 10.0.0.19 VM list 2025-04-28 10:58:53,498 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bc54ed2b-38f3-4a32-b550-8f8d382ab64f 2025-04-28 10:58:53,506 - DEBUG - Pod bc54ed2b-38f3-4a32-b550-8f8d382ab64f is not in agent 10.0.0.19 VM list 2025-04-28 10:58:53,506 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a82a2bae-241f-11f0-a5cb-fa163e9670b8 2025-04-28 10:58:53,511 - DEBUG - VMI a82a2bae-241f-11f0-a5cb-fa163e9670b8 is removed from agent 10.0.0.19 2025-04-28 10:58:53,512 - INFO - Verified that pod ctest-busybox-pod-96782668 is removed in agent 2025-04-28 10:58:53,512 - INFO - Deleting Ingress : ctest-nginx-ingress-38641113 2025-04-28 10:58:53,531 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=ba475865-c992-4b45-98cc-e2ee867c9700 2025-04-28 10:58:53,543 - ERROR - Ingress ctest-nginx-ingress-38641113 with uuid ba475865-c992-4b45-98cc-e2ee867c9700 still found in kube manager 2025-04-28 10:58:54,543 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=ba475865-c992-4b45-98cc-e2ee867c9700 2025-04-28 10:58:54,550 - INFO - Ingress ctest-nginx-ingress-38641113 with uuid ba475865-c992-4b45-98cc-e2ee867c9700 deleted successfully from kube manager 2025-04-28 10:58:54,550 - INFO - Verifications on Ingress %s cleanup passed 2025-04-28 10:58:54,550 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-28 10:58:54,695 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 10:58:54,709 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-28 10:58:54,710 - INFO - Deleting VN __public__ 2025-04-28 10:58:54,881 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/6f518f15-d4e9-4675-9c12-9405f9aa86b4 2025-04-28 10:58:54,887 - DEBUG - Response Code: 404 2025-04-28 10:58:54,887 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 10:58:54,894 - DEBUG - Requesting: http://10.0.0.249:8082/domain/0421becc-bfba-46e4-ad18-9e65b69d4563 2025-04-28 10:58:54,902 - DEBUG - Requesting: http://10.0.0.249:8082/project/262a9b48-68ee-4148-9f32-968498920879 2025-04-28 10:58:54,950 - INFO - Validated that VN __public__ is not found in API Server 2025-04-28 10:58:54,952 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-28 10:58:54,968 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:58:54,990 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-04-28 10:58:54,990 - INFO - Validated that VN __public__ is not in any agent 2025-04-28 10:58:54,991 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:58:55,006 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 10:58:55,014 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 10:58:55,021 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-28 10:58:55,021 - INFO - Deleting pod default:ctest-nginx-pod-04734746 2025-04-28 10:58:55,033 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=111285dc-7df5-446d-ad56-d4c35f7be48b 2025-04-28 10:58:55,064 - WARNING - Pod uuid 111285dc-7df5-446d-ad56-d4c35f7be48b is still seen in agent 10.0.0.19 VM list 2025-04-28 10:59:00,065 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=111285dc-7df5-446d-ad56-d4c35f7be48b 2025-04-28 10:59:00,072 - DEBUG - Pod 111285dc-7df5-446d-ad56-d4c35f7be48b is not in agent 10.0.0.19 VM list 2025-04-28 10:59:00,072 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a3fd6820-241f-11f0-a5cb-fa163e9670b8 2025-04-28 10:59:00,086 - DEBUG - VMI a3fd6820-241f-11f0-a5cb-fa163e9670b8 is removed from agent 10.0.0.19 2025-04-28 10:59:00,086 - INFO - Verified that pod ctest-nginx-pod-04734746 is removed in agent 2025-04-28 10:59:00,086 - INFO - Deleting pod default:ctest-nginx-pod-02967296 2025-04-28 10:59:00,108 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 2025-04-28 10:59:00,121 - WARNING - Pod uuid 1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 is still seen in agent 10.0.0.19 VM list 2025-04-28 10:59:05,122 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 2025-04-28 10:59:05,130 - DEBUG - Pod 1e46d80f-1c0a-4ed0-8eb5-304da2ac1128 is not in agent 10.0.0.19 VM list 2025-04-28 10:59:05,130 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a3751f38-241f-11f0-a5cb-fa163e9670b8 2025-04-28 10:59:05,136 - DEBUG - VMI a3751f38-241f-11f0-a5cb-fa163e9670b8 is removed from agent 10.0.0.19 2025-04-28 10:59:05,136 - INFO - Verified that pod ctest-nginx-pod-02967296 is removed in agent 2025-04-28 10:59:05,137 - INFO - Deleting service : ctest-nginx-svc-98321684 2025-04-28 10:59:05,317 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 10:59:05,324 - DEBUG - No XMPP flaps were noticed during the test