2025-05-05 02:09:16,146 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-05-05 02:09:16,389 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1208-1 2025-05-05 02:09:16,390 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-05-05 02:09:16,423 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1208-1 2025-05-05 02:09:16,423 - 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-05-05 02:09:16,501 - DEBUG - Output : NAMES contrail_test_JAnEDUO3F contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-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-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 2025-05-05 02:09:16,501 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-05 02:09:16,584 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-05-05 02:09:16,584 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-05-05 02:09:16,619 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1208-1 2025-05-05 02:09:16,718 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-05-05 02:09:16,919 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1208-1 2025-05-05 02:09:16,920 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-05-05 02:09:16,944 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1208-1 2025-05-05 02:09:16,944 - DEBUG - [10.0.0.22]: 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-05 02:09:16,999 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-05 02:09:17,000 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-05 02:09:17,061 - DEBUG - Output : 10.0.0.22/24 2025-05-05 02:09:17,061 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-05-05 02:09:17,096 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1208-1 2025-05-05 02:09:17,188 - INFO - Using existing project ['default-domain', 'k8s-default'](49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06) 2025-05-05 02:09:17,251 - INFO - Using existing project ['default-domain', 'k8s-default'](49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06) 2025-05-05 02:09:17,394 - INFO - ================================================================================ 2025-05-05 02:09:17,394 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-05 02:09:17,395 - 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-05 02:09:17,630 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-05 02:09:17,638 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-05-05 02:09:17,638 - INFO - Initial checks done. Running the testcase now 2025-05-05 02:09:17,638 - INFO - 2025-05-05 02:09:17,643 - INFO - Namespace default already exists 2025-05-05 02:09:17,644 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-05 02:09:17,773 - DEBUG - Output : cluster_project={} 2025-05-05 02:09:17,827 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-05 02:09:17,827 - DEBUG - Project uuid in Contrail is 49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:09:17,828 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-05 02:09:17,947 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-05 02:09:17,947 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=d0072c65-23a7-4669-b89c-03737b60bcd0 2025-05-05 02:09:17,952 - INFO - Namespace default with uuid d0072c65-23a7-4669-b89c-03737b60bcd0 found in kube manager 2025-05-05 02:09:17,952 - INFO - Namespace default verification passed 2025-05-05 02:09:17,955 - DEBUG - Service ctest-nginx-svc-17480279 not present 2025-05-05 02:09:17,955 - INFO - Creating service ctest-nginx-svc-17480279 2025-05-05 02:09:17,973 - INFO - Created Service ctest-nginx-svc-17480279 2025-05-05 02:09:17,978 - DEBUG - Pod ctest-nginx-pod-80670887 not present 2025-05-05 02:09:17,979 - INFO - Creating Pod ctest-nginx-pod-80670887 2025-05-05 02:09:18,053 - DEBUG - Pod : ctest-nginx-pod-80670887 UUID is 939020f7-2c3f-4858-82e4-60de3de0bb7b 2025-05-05 02:09:18,058 - DEBUG - Pod ctest-nginx-pod-37067833 not present 2025-05-05 02:09:18,058 - INFO - Creating Pod ctest-nginx-pod-37067833 2025-05-05 02:09:18,093 - DEBUG - Pod : ctest-nginx-pod-37067833 UUID is 2f8c2532-c870-4092-ae5f-35fd051841b5 2025-05-05 02:09:18,296 - INFO - Created VN __public__, UUID :95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:18,538 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-05 02:09:18,546 - DEBUG - Requesting: http://10.0.0.50:8082/domain/d8acb781-8a4c-487d-b7e6-1887a4c583a8 2025-05-05 02:09:18,584 - DEBUG - Requesting: http://10.0.0.50:8082/project/49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:09:18,647 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:18,665 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:18,679 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:18,689 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:18,702 - DEBUG - Route Targets: [] 2025-05-05 02:09:18,702 - DEBUG - RT names not yet present for VN __public__ 2025-05-05 02:09:23,703 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-05 02:09:23,709 - DEBUG - Requesting: http://10.0.0.50:8082/domain/d8acb781-8a4c-487d-b7e6-1887a4c583a8 2025-05-05 02:09:23,719 - DEBUG - Requesting: http://10.0.0.50:8082/project/49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:09:23,784 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:23,798 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:23,809 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:23,818 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:23,826 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/65b640c4-0389-4038-901a-99926dd8f065 2025-05-05 02:09:23,833 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-05 02:09:23,833 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:23,851 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:23,866 - INFO - Verified VN network id 13 for VN 95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:23,866 - INFO - Verifications in API Server for VN __public__ passed 2025-05-05 02:09:23,867 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:23,877 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:23,885 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:09:23,893 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/65b640c4-0389-4038-901a-99926dd8f065 2025-05-05 02:09:23,900 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-05 02:09:23,907 - DEBUG - Control-node 10.0.0.50 : 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': '10788725196458116828', 'uuid-lslong': '10901831471293049884'}, 'enable': 'true', 'created': '2025-05-05T02:09:18', 'last-modified': '2025-05-05T02:09:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.452638'} 2025-05-05 02:09:23,907 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:09:23,914 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-05 02:09:23,914 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-05 02:09:23,915 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-05 02:09:23,915 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-05 02:09:23,922 - DEBUG - Requesting: http://10.0.0.50:8082/domain/d8acb781-8a4c-487d-b7e6-1887a4c583a8 2025-05-05 02:09:23,932 - DEBUG - Requesting: http://10.0.0.50:8082/project/49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:09:23,984 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:23,996 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-05 02:09:23,996 - DEBUG - Verifying the vn in opserver 2025-05-05 02:09:23,996 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-05-05 02:09:23,996 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-05-05 02:09:24,006 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-05 02:09:24,006 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-05 02:09:24,006 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:09:24,015 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:09:24,022 - DEBUG - Do not have enough data to verify VN in agent 2025-05-05 02:09:24,022 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:09:24,028 - DEBUG - VRF ids for VN __public__: {} 2025-05-05 02:09:24,131 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-05 02:09:24,243 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-05 02:09:24,250 - DEBUG - Requesting: http://10.0.0.50:8082/domain/d8acb781-8a4c-487d-b7e6-1887a4c583a8 2025-05-05 02:09:24,258 - DEBUG - Requesting: http://10.0.0.50:8082/project/49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:09:24,298 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:24,309 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/5cf42803-f9da-43e1-85d9-26d9e8823bcb 2025-05-05 02:09:24,316 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-05 02:09:24,321 - DEBUG - Requesting: http://10.0.0.50:8082/domain/d8acb781-8a4c-487d-b7e6-1887a4c583a8 2025-05-05 02:09:24,330 - DEBUG - Requesting: http://10.0.0.50:8082/project/49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:09:24,373 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/95b94067-b231-46dc-974b-15f67798ac1c 2025-05-05 02:09:24,383 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-05 02:09:24,383 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-05 02:09:24,396 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-05 02:09:24,402 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-05 02:09:24,402 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-05 02:09:24,408 - DEBUG - Ingress ctest-nginx-ingress-75311150 not present 2025-05-05 02:09:24,409 - INFO - Creating Ingress ctest-nginx-ingress-75311150 2025-05-05 02:09:24,422 - INFO - Created Ingress ctest-nginx-ingress-75311150 2025-05-05 02:09:24,428 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75311150 2025-05-05 02:09:27,435 - DEBUG - For Ingress ctest-nginx-ingress-75311150, Cluster IP: 10.47.255.249, External IPs ['15.168.147.188'] 2025-05-05 02:09:27,435 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-75311150 2025-05-05 02:09:27,438 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=9833982b-ba57-47b1-b5f5-122a5152631c 2025-05-05 02:09:27,451 - INFO - Ingress ctest-nginx-ingress-75311150 with uuid 9833982b-ba57-47b1-b5f5-122a5152631c found in kube manager 2025-05-05 02:09:27,452 - INFO - Ingress ctest-nginx-ingress-75311150 verification passed 2025-05-05 02:09:27,456 - DEBUG - Pod ctest-busybox-pod-64556306 not present 2025-05-05 02:09:27,456 - INFO - Creating Pod ctest-busybox-pod-64556306 2025-05-05 02:09:27,494 - DEBUG - Pod : ctest-busybox-pod-64556306 UUID is 81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:09:27,505 - DEBUG - Pod ctest-nginx-pod-80670887 not in running state.Currently in Pending 2025-05-05 02:09:32,516 - DEBUG - Pod ctest-nginx-pod-80670887 not in running state.Currently in Pending 2025-05-05 02:09:37,523 - INFO - Pod ctest-nginx-pod-80670887 is in running state.Got IP 10.47.255.251 2025-05-05 02:09:37,600 - DEBUG - Pod ctest-nginx-pod-80670887 has vmi f460da6e-2955-11f0-a3bc-fa163e3d929c 2025-05-05 02:09:37,600 - INFO - Verified pod ctest-nginx-pod-80670887 in contrail-api 2025-05-05 02:09:37,601 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-05 02:09:37,615 - DEBUG - VMI f460da6e-2955-11f0-a3bc-fa163e3d929c is active in agent 10.0.0.22 2025-05-05 02:09:37,615 - INFO - Verified Pod ctest-nginx-pod-80670887 in agent 10.0.0.22 2025-05-05 02:09:37,615 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=939020f7-2c3f-4858-82e4-60de3de0bb7b 2025-05-05 02:09:37,621 - INFO - Pod ctest-nginx-pod-80670887 with uuid 939020f7-2c3f-4858-82e4-60de3de0bb7b found in kube manager 2025-05-05 02:09:37,621 - INFO - Pod ctest-nginx-pod-80670887 verification passed 2025-05-05 02:09:37,686 - DEBUG - [Pod ctest-nginx-pod-80670887] Cmd: echo ctest-nginx-pod-80670887 > /usr/share/nginx/html/index.html, Output: 2025-05-05 02:09:37,691 - INFO - Pod ctest-nginx-pod-37067833 is in running state.Got IP 10.47.255.250 2025-05-05 02:09:37,728 - DEBUG - Pod ctest-nginx-pod-37067833 has vmi f4d7365a-2955-11f0-a3bc-fa163e3d929c 2025-05-05 02:09:37,728 - INFO - Verified pod ctest-nginx-pod-37067833 in contrail-api 2025-05-05 02:09:37,728 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-05 02:09:37,739 - DEBUG - VMI f4d7365a-2955-11f0-a3bc-fa163e3d929c is active in agent 10.0.0.22 2025-05-05 02:09:37,739 - INFO - Verified Pod ctest-nginx-pod-37067833 in agent 10.0.0.22 2025-05-05 02:09:37,739 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=2f8c2532-c870-4092-ae5f-35fd051841b5 2025-05-05 02:09:37,756 - INFO - Pod ctest-nginx-pod-37067833 with uuid 2f8c2532-c870-4092-ae5f-35fd051841b5 found in kube manager 2025-05-05 02:09:37,757 - INFO - Pod ctest-nginx-pod-37067833 verification passed 2025-05-05 02:09:37,807 - DEBUG - [Pod ctest-nginx-pod-37067833] Cmd: echo ctest-nginx-pod-37067833 > /usr/share/nginx/html/index.html, Output: 2025-05-05 02:09:37,815 - DEBUG - Pod ctest-busybox-pod-64556306 not in running state.Currently in Pending 2025-05-05 02:09:42,821 - INFO - Pod ctest-busybox-pod-64556306 is in running state.Got IP 10.47.255.248 2025-05-05 02:09:42,836 - DEBUG - Pod ctest-busybox-pod-64556306 has vmi f931f4a6-2955-11f0-a3bc-fa163e3d929c 2025-05-05 02:09:42,837 - INFO - Verified pod ctest-busybox-pod-64556306 in contrail-api 2025-05-05 02:09:42,837 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-05 02:09:42,849 - DEBUG - VMI f931f4a6-2955-11f0-a3bc-fa163e3d929c is active in agent 10.0.0.22 2025-05-05 02:09:42,850 - INFO - Verified Pod ctest-busybox-pod-64556306 in agent 10.0.0.22 2025-05-05 02:09:42,850 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:09:42,855 - INFO - Pod ctest-busybox-pod-64556306 with uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 found in kube manager 2025-05-05 02:09:42,856 - INFO - Pod ctest-busybox-pod-64556306 verification passed 2025-05-05 02:09:42,924 - DEBUG - [Pod ctest-busybox-pod-64556306] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-37067833 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-05 02:09:42,924 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-05 02:09:42,924 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd output: ctest-nginx-pod-37067833 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-05 02:09:42,975 - DEBUG - [Pod ctest-busybox-pod-64556306] 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-37067833 2025-05-05 02:09:42,975 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-05 02:09:42,975 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] 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-37067833 2025-05-05 02:09:43,033 - DEBUG - [Pod ctest-busybox-pod-64556306] 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-37067833 2025-05-05 02:09:43,033 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-05 02:09:43,033 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] 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-37067833 2025-05-05 02:09:43,089 - DEBUG - [Pod ctest-busybox-pod-64556306] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-37067833 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-05 02:09:43,089 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-05 02:09:43,089 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd output: ctest-nginx-pod-37067833 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-05 02:09:43,143 - DEBUG - [Pod ctest-busybox-pod-64556306] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-37067833 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-05 02:09:43,143 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-05 02:09:43,143 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd output: ctest-nginx-pod-37067833 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-05 02:09:43,197 - DEBUG - [Pod ctest-busybox-pod-64556306] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-80670887 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-05 02:09:43,197 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-05 02:09:43,197 - DEBUG - [Pod Pod ctest-busybox-pod-64556306] Cmd output: ctest-nginx-pod-80670887 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-05 02:09:43,197 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-80670887': 1, 'ctest-nginx-pod-37067833': 5} 2025-05-05 02:09:43,197 - WARNING - Nothing to delete parallely 2025-05-05 02:09:43,198 - INFO - Deleting pod default:ctest-busybox-pod-64556306 2025-05-05 02:09:43,213 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:09:43,222 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:09:48,223 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:09:48,231 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:09:53,232 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:09:53,240 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:09:58,241 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:09:58,249 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:10:03,250 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:10:03,259 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:10:08,260 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:10:08,268 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:10:13,269 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:10:13,279 - WARNING - Pod uuid 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:10:18,280 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=81e5c831-0070-48cd-aeaf-9c19bc1a5317 2025-05-05 02:10:18,288 - DEBUG - Pod 81e5c831-0070-48cd-aeaf-9c19bc1a5317 is not in agent 10.0.0.22 VM list 2025-05-05 02:10:18,288 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f931f4a6-2955-11f0-a3bc-fa163e3d929c 2025-05-05 02:10:18,295 - DEBUG - VMI f931f4a6-2955-11f0-a3bc-fa163e3d929c is removed from agent 10.0.0.22 2025-05-05 02:10:18,295 - INFO - Verified that pod ctest-busybox-pod-64556306 is removed in agent 2025-05-05 02:10:18,295 - INFO - Deleting Ingress : ctest-nginx-ingress-75311150 2025-05-05 02:10:18,302 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=9833982b-ba57-47b1-b5f5-122a5152631c 2025-05-05 02:10:18,308 - ERROR - Ingress ctest-nginx-ingress-75311150 with uuid 9833982b-ba57-47b1-b5f5-122a5152631c still found in kube manager 2025-05-05 02:10:19,309 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=9833982b-ba57-47b1-b5f5-122a5152631c 2025-05-05 02:10:19,314 - INFO - Ingress ctest-nginx-ingress-75311150 with uuid 9833982b-ba57-47b1-b5f5-122a5152631c deleted successfully from kube manager 2025-05-05 02:10:19,314 - INFO - Verifications on Ingress %s cleanup passed 2025-05-05 02:10:19,314 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-05 02:10:19,469 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-05 02:10:19,480 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-05 02:10:19,480 - INFO - Deleting VN __public__ 2025-05-05 02:10:19,665 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/7c6d005f-07e8-49a4-84d5-41411c74c5a3 2025-05-05 02:10:19,675 - DEBUG - Response Code: 404 2025-05-05 02:10:19,675 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-05 02:10:19,688 - DEBUG - Requesting: http://10.0.0.50:8082/domain/d8acb781-8a4c-487d-b7e6-1887a4c583a8 2025-05-05 02:10:19,704 - DEBUG - Requesting: http://10.0.0.50:8082/project/49ad6ae2-f7ae-48b4-a9cc-e06188fc3c06 2025-05-05 02:10:19,772 - INFO - Validated that VN __public__ is not found in API Server 2025-05-05 02:10:19,772 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-05 02:10:19,779 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:10:19,787 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-05-05 02:10:19,787 - INFO - Validated that VN __public__ is not in any agent 2025-05-05 02:10:19,787 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:10:19,795 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-05 02:10:19,817 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-05 02:10:19,838 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-05 02:10:19,838 - INFO - Deleting pod default:ctest-nginx-pod-37067833 2025-05-05 02:10:19,874 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2f8c2532-c870-4092-ae5f-35fd051841b5 2025-05-05 02:10:19,901 - WARNING - Pod uuid 2f8c2532-c870-4092-ae5f-35fd051841b5 is still seen in agent 10.0.0.22 VM list 2025-05-05 02:10:24,902 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2f8c2532-c870-4092-ae5f-35fd051841b5 2025-05-05 02:10:24,911 - DEBUG - Pod 2f8c2532-c870-4092-ae5f-35fd051841b5 is not in agent 10.0.0.22 VM list 2025-05-05 02:10:24,911 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4d7365a-2955-11f0-a3bc-fa163e3d929c 2025-05-05 02:10:24,919 - DEBUG - VMI f4d7365a-2955-11f0-a3bc-fa163e3d929c is removed from agent 10.0.0.22 2025-05-05 02:10:24,919 - INFO - Verified that pod ctest-nginx-pod-37067833 is removed in agent 2025-05-05 02:10:24,919 - INFO - Deleting pod default:ctest-nginx-pod-80670887 2025-05-05 02:10:24,931 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=939020f7-2c3f-4858-82e4-60de3de0bb7b 2025-05-05 02:10:24,949 - WARNING - Pod uuid 939020f7-2c3f-4858-82e4-60de3de0bb7b is still seen in agent 10.0.0.22 VM list 2025-05-05 02:10:29,950 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=939020f7-2c3f-4858-82e4-60de3de0bb7b 2025-05-05 02:10:29,957 - DEBUG - Pod 939020f7-2c3f-4858-82e4-60de3de0bb7b is not in agent 10.0.0.22 VM list 2025-05-05 02:10:29,957 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f460da6e-2955-11f0-a3bc-fa163e3d929c 2025-05-05 02:10:29,962 - DEBUG - VMI f460da6e-2955-11f0-a3bc-fa163e3d929c is removed from agent 10.0.0.22 2025-05-05 02:10:29,962 - INFO - Verified that pod ctest-nginx-pod-80670887 is removed in agent 2025-05-05 02:10:29,963 - INFO - Deleting service : ctest-nginx-svc-17480279 2025-05-05 02:10:30,214 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-05 02:10:30,221 - DEBUG - No XMPP flaps were noticed during the test