2025-10-23 21:22:53,643 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-10-23 21:22:53,959 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1607-1 2025-10-23 21:22:53,959 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-10-23 21:22:53,993 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1607-1 2025-10-23 21:22:53,993 - 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-10-23 21:22:54,136 - DEBUG - Output : NAMES contrail_test_0fX7l4dIj contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-schema-1 config_api-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-svcmonitor-1 redis-redis-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 2025-10-23 21:22:54,137 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-23 21:22:54,170 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.118.9.1/24 172.17.0.1/16 2025-10-23 21:22:54,171 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-10-23 21:22:54,208 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1607-1 2025-10-23 21:22:54,316 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-10-23 21:22:54,552 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1607-1 2025-10-23 21:22:54,552 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-10-23 21:22:54,576 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1607-1 2025-10-23 21:22:54,576 - 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-10-23 21:22:54,671 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-23 21:22:54,672 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-23 21:22:54,706 - DEBUG - Output : 10.0.0.249/24 2025-10-23 21:22:54,706 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-10-23 21:22:54,730 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1607-1 2025-10-23 21:22:54,797 - INFO - Using existing project ['default-domain', 'k8s-default'](4fa44030-8778-47eb-bf0a-7bdbcb520949) 2025-10-23 21:22:54,872 - INFO - Using existing project ['default-domain', 'k8s-default'](4fa44030-8778-47eb-bf0a-7bdbcb520949) 2025-10-23 21:22:54,984 - INFO - ================================================================================ 2025-10-23 21:22:54,984 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-23 21:22:54,985 - 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-10-23 21:22:55,221 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-23 21:22:55,238 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.33': '0'}} with 2025-10-23 21:22:55,238 - INFO - Initial checks done. Running the testcase now 2025-10-23 21:22:55,239 - INFO - 2025-10-23 21:22:55,243 - INFO - Namespace default already exists 2025-10-23 21:22:55,243 - 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-10-23 21:22:55,392 - DEBUG - Output : cluster_project={} 2025-10-23 21:22:55,469 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-23 21:22:55,469 - DEBUG - Project uuid in Contrail is 4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:22:55,469 - 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-10-23 21:22:55,607 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-23 21:22:55,607 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=2044ab6b-f72b-46f0-9e52-c4f116b8d42a 2025-10-23 21:22:55,612 - INFO - Namespace default with uuid 2044ab6b-f72b-46f0-9e52-c4f116b8d42a found in kube manager 2025-10-23 21:22:55,612 - INFO - Namespace default verification passed 2025-10-23 21:22:55,615 - DEBUG - Service ctest-nginx-svc-98128013 not present 2025-10-23 21:22:55,615 - INFO - Creating service ctest-nginx-svc-98128013 2025-10-23 21:22:55,645 - INFO - Created Service ctest-nginx-svc-98128013 2025-10-23 21:22:55,648 - DEBUG - Pod ctest-nginx-pod-83581055 not present 2025-10-23 21:22:55,649 - INFO - Creating Pod ctest-nginx-pod-83581055 2025-10-23 21:22:55,728 - DEBUG - Pod : ctest-nginx-pod-83581055 UUID is 0860e502-bd03-44d9-8368-4e09c48c4d3c 2025-10-23 21:22:55,737 - DEBUG - Pod ctest-nginx-pod-00775592 not present 2025-10-23 21:22:55,738 - INFO - Creating Pod ctest-nginx-pod-00775592 2025-10-23 21:22:55,781 - DEBUG - Pod : ctest-nginx-pod-00775592 UUID is b170797c-6448-4f23-a84e-da7756648c27 2025-10-23 21:22:55,993 - INFO - Created VN __public__, UUID :28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:22:56,209 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-23 21:22:56,214 - DEBUG - Requesting: http://10.0.0.33:8082/domain/18c6eb5a-b6b7-465a-8ecf-57bdcf8d5e32 2025-10-23 21:22:56,227 - DEBUG - Requesting: http://10.0.0.33:8082/project/4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:22:56,284 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:22:56,317 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:22:56,327 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:22:56,334 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:22:56,347 - DEBUG - Route Targets: [] 2025-10-23 21:22:56,347 - DEBUG - RT names not yet present for VN __public__ 2025-10-23 21:23:01,348 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-23 21:23:01,354 - DEBUG - Requesting: http://10.0.0.33:8082/domain/18c6eb5a-b6b7-465a-8ecf-57bdcf8d5e32 2025-10-23 21:23:01,367 - DEBUG - Requesting: http://10.0.0.33:8082/project/4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:23:01,420 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:01,445 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:01,455 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:23:01,464 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:23:01,470 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/c43f1c66-fe49-44fa-906f-0585b83b4b9b 2025-10-23 21:23:01,479 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-23 21:23:01,479 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:01,487 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:23:01,502 - INFO - Verified VN network id 13 for VN 28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:01,505 - INFO - Verifications in API Server for VN __public__ passed 2025-10-23 21:23:01,505 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:01,517 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:23:01,527 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:23:01,540 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/c43f1c66-fe49-44fa-906f-0585b83b4b9b 2025-10-23 21:23:01,546 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-23 21:23:01,572 - 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': '2914210028686036498', 'uuid-lslong': '12098161532866674051'}, 'enable': 'true', 'created': '2025-10-23T21:22:55', 'last-modified': '2025-10-23T21:22:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.509729'} 2025-10-23 21:23:01,572 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:01,589 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-23 21:23:01,589 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-23 21:23:01,590 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-23 21:23:01,590 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-23 21:23:01,603 - DEBUG - Requesting: http://10.0.0.33:8082/domain/18c6eb5a-b6b7-465a-8ecf-57bdcf8d5e32 2025-10-23 21:23:01,612 - DEBUG - Requesting: http://10.0.0.33:8082/project/4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:23:01,667 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:01,750 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-23 21:23:01,750 - DEBUG - Verifying the vn in opserver 2025-10-23 21:23:01,750 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-10-23 21:23:01,751 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-10-23 21:23:01,759 - 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-10-23 21:23:01,759 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-23 21:23:01,759 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:01,772 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:01,779 - DEBUG - Do not have enough data to verify VN in agent 2025-10-23 21:23:01,779 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:01,785 - DEBUG - VRF ids for VN __public__: {} 2025-10-23 21:23:01,935 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-23 21:23:02,157 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-23 21:23:02,175 - DEBUG - Requesting: http://10.0.0.33:8082/domain/18c6eb5a-b6b7-465a-8ecf-57bdcf8d5e32 2025-10-23 21:23:02,190 - DEBUG - Requesting: http://10.0.0.33:8082/project/4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:23:02,259 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:02,280 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/a8b8ab09-4d87-48b2-9fbd-384cdf57f814 2025-10-23 21:23:02,293 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-23 21:23:02,301 - DEBUG - Requesting: http://10.0.0.33:8082/domain/18c6eb5a-b6b7-465a-8ecf-57bdcf8d5e32 2025-10-23 21:23:02,311 - DEBUG - Requesting: http://10.0.0.33:8082/project/4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:23:02,373 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/28715a94-b8b6-4e12-a7e5-4dd0b9d03d83 2025-10-23 21:23:02,390 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-23 21:23:02,390 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-23 21:23:02,404 - 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-10-23 21:23:02,413 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-23 21:23:02,413 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-23 21:23:02,418 - DEBUG - Ingress ctest-nginx-ingress-57203969 not present 2025-10-23 21:23:02,419 - INFO - Creating Ingress ctest-nginx-ingress-57203969 2025-10-23 21:23:02,428 - INFO - Created Ingress ctest-nginx-ingress-57203969 2025-10-23 21:23:02,435 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-57203969 2025-10-23 21:23:05,451 - DEBUG - For Ingress ctest-nginx-ingress-57203969, Cluster IP: 10.47.255.249, External IPs ['151.181.4.188'] 2025-10-23 21:23:05,451 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-57203969 2025-10-23 21:23:05,451 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=268088ff-5ad9-4301-a2e1-eae7e8e6805e 2025-10-23 21:23:05,461 - INFO - Ingress ctest-nginx-ingress-57203969 with uuid 268088ff-5ad9-4301-a2e1-eae7e8e6805e found in kube manager 2025-10-23 21:23:05,461 - INFO - Ingress ctest-nginx-ingress-57203969 verification passed 2025-10-23 21:23:05,471 - DEBUG - Pod ctest-busybox-pod-12084918 not present 2025-10-23 21:23:05,471 - INFO - Creating Pod ctest-busybox-pod-12084918 2025-10-23 21:23:05,509 - DEBUG - Pod : ctest-busybox-pod-12084918 UUID is d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:05,526 - DEBUG - Pod ctest-nginx-pod-83581055 not in running state.Currently in Pending 2025-10-23 21:23:10,534 - INFO - Pod ctest-nginx-pod-83581055 is in running state.Got IP 10.47.255.251 2025-10-23 21:23:10,589 - DEBUG - Pod ctest-nginx-pod-83581055 has vmi 720ad500-b056-11f0-aebb-fa163ef74794 2025-10-23 21:23:10,589 - INFO - Verified pod ctest-nginx-pod-83581055 in contrail-api 2025-10-23 21:23:10,589 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 21:23:10,602 - DEBUG - VMI 720ad500-b056-11f0-aebb-fa163ef74794 is active in agent 10.0.0.249 2025-10-23 21:23:10,602 - INFO - Verified Pod ctest-nginx-pod-83581055 in agent 10.0.0.249 2025-10-23 21:23:10,602 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=0860e502-bd03-44d9-8368-4e09c48c4d3c 2025-10-23 21:23:10,608 - INFO - Pod ctest-nginx-pod-83581055 with uuid 0860e502-bd03-44d9-8368-4e09c48c4d3c found in kube manager 2025-10-23 21:23:10,609 - INFO - Pod ctest-nginx-pod-83581055 verification passed 2025-10-23 21:23:10,679 - DEBUG - [Pod ctest-nginx-pod-83581055] Cmd: echo ctest-nginx-pod-83581055 > /usr/share/nginx/html/index.html, Output: 2025-10-23 21:23:10,686 - INFO - Pod ctest-nginx-pod-00775592 is in running state.Got IP 10.47.255.250 2025-10-23 21:23:10,700 - DEBUG - Pod ctest-nginx-pod-00775592 has vmi 72751780-b056-11f0-aebb-fa163ef74794 2025-10-23 21:23:10,700 - INFO - Verified pod ctest-nginx-pod-00775592 in contrail-api 2025-10-23 21:23:10,700 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 21:23:10,714 - DEBUG - VMI 72751780-b056-11f0-aebb-fa163ef74794 is active in agent 10.0.0.249 2025-10-23 21:23:10,714 - INFO - Verified Pod ctest-nginx-pod-00775592 in agent 10.0.0.249 2025-10-23 21:23:10,714 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=b170797c-6448-4f23-a84e-da7756648c27 2025-10-23 21:23:10,718 - INFO - Pod ctest-nginx-pod-00775592 with uuid b170797c-6448-4f23-a84e-da7756648c27 found in kube manager 2025-10-23 21:23:10,718 - INFO - Pod ctest-nginx-pod-00775592 verification passed 2025-10-23 21:23:10,769 - DEBUG - [Pod ctest-nginx-pod-00775592] Cmd: echo ctest-nginx-pod-00775592 > /usr/share/nginx/html/index.html, Output: 2025-10-23 21:23:10,776 - DEBUG - Pod ctest-busybox-pod-12084918 not in running state.Currently in Pending 2025-10-23 21:23:15,785 - INFO - Pod ctest-busybox-pod-12084918 is in running state.Got IP 10.47.255.248 2025-10-23 21:23:15,798 - DEBUG - Pod ctest-busybox-pod-12084918 has vmi 76f0abe4-b056-11f0-aebb-fa163ef74794 2025-10-23 21:23:15,798 - INFO - Verified pod ctest-busybox-pod-12084918 in contrail-api 2025-10-23 21:23:15,798 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 21:23:15,808 - DEBUG - VMI 76f0abe4-b056-11f0-aebb-fa163ef74794 is active in agent 10.0.0.249 2025-10-23 21:23:15,808 - INFO - Verified Pod ctest-busybox-pod-12084918 in agent 10.0.0.249 2025-10-23 21:23:15,808 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:15,818 - INFO - Pod ctest-busybox-pod-12084918 with uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc found in kube manager 2025-10-23 21:23:15,818 - INFO - Pod ctest-busybox-pod-12084918 verification passed 2025-10-23 21:23:15,871 - DEBUG - [Pod ctest-busybox-pod-12084918] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-00775592 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-10-23 21:23:15,871 - DEBUG - [Pod Pod ctest-busybox-pod-12084918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-23 21:23:15,871 - DEBUG - [Pod Pod ctest-busybox-pod-12084918] Cmd output: ctest-nginx-pod-00775592 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-10-23 21:23:15,937 - DEBUG - [Pod ctest-busybox-pod-12084918] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-00775592 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-10-23 21:23:15,937 - DEBUG - [Pod Pod ctest-busybox-pod-12084918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-23 21:23:15,937 - DEBUG - [Pod Pod ctest-busybox-pod-12084918] Cmd output: ctest-nginx-pod-00775592 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-10-23 21:23:15,990 - DEBUG - [Pod ctest-busybox-pod-12084918] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-83581055 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-10-23 21:23:15,990 - DEBUG - [Pod Pod ctest-busybox-pod-12084918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-23 21:23:15,990 - DEBUG - [Pod Pod ctest-busybox-pod-12084918] Cmd output: ctest-nginx-pod-83581055 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-10-23 21:23:15,990 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-83581055': 1, 'ctest-nginx-pod-00775592': 2} 2025-10-23 21:23:15,991 - WARNING - Nothing to delete parallely 2025-10-23 21:23:15,991 - INFO - Deleting pod default:ctest-busybox-pod-12084918 2025-10-23 21:23:16,027 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:16,036 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:21,037 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:21,043 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:26,044 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:26,059 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:31,059 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:31,066 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:36,066 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:36,072 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:41,074 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:41,083 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:46,084 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:46,091 - WARNING - Pod uuid d41fb74f-7ad1-45ef-81e2-cc031196e6bc is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:51,091 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d41fb74f-7ad1-45ef-81e2-cc031196e6bc 2025-10-23 21:23:51,097 - DEBUG - Pod d41fb74f-7ad1-45ef-81e2-cc031196e6bc is not in agent 10.0.0.249 VM list 2025-10-23 21:23:51,097 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:76f0abe4-b056-11f0-aebb-fa163ef74794 2025-10-23 21:23:51,102 - DEBUG - VMI 76f0abe4-b056-11f0-aebb-fa163ef74794 is removed from agent 10.0.0.249 2025-10-23 21:23:51,102 - INFO - Verified that pod ctest-busybox-pod-12084918 is removed in agent 2025-10-23 21:23:51,102 - INFO - Deleting Ingress : ctest-nginx-ingress-57203969 2025-10-23 21:23:51,110 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=268088ff-5ad9-4301-a2e1-eae7e8e6805e 2025-10-23 21:23:51,115 - ERROR - Ingress ctest-nginx-ingress-57203969 with uuid 268088ff-5ad9-4301-a2e1-eae7e8e6805e still found in kube manager 2025-10-23 21:23:52,116 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=268088ff-5ad9-4301-a2e1-eae7e8e6805e 2025-10-23 21:23:52,120 - INFO - Ingress ctest-nginx-ingress-57203969 with uuid 268088ff-5ad9-4301-a2e1-eae7e8e6805e deleted successfully from kube manager 2025-10-23 21:23:52,121 - INFO - Verifications on Ingress %s cleanup passed 2025-10-23 21:23:52,121 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-23 21:23:52,250 - 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-10-23 21:23:52,257 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-23 21:23:52,257 - INFO - Deleting VN __public__ 2025-10-23 21:23:52,526 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/33819a60-b9f0-4b41-a3cd-b6f7157ce975 2025-10-23 21:23:52,542 - DEBUG - Response Code: 404 2025-10-23 21:23:52,542 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-23 21:23:52,553 - DEBUG - Requesting: http://10.0.0.33:8082/domain/18c6eb5a-b6b7-465a-8ecf-57bdcf8d5e32 2025-10-23 21:23:52,567 - DEBUG - Requesting: http://10.0.0.33:8082/project/4fa44030-8778-47eb-bf0a-7bdbcb520949 2025-10-23 21:23:52,665 - INFO - Validated that VN __public__ is not found in API Server 2025-10-23 21:23:52,667 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-23 21:23:52,682 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:52,693 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-10-23 21:23:52,693 - INFO - Validated that VN __public__ is not in any agent 2025-10-23 21:23:52,693 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:52,707 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 21:23:52,726 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-23 21:23:52,742 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-23 21:23:52,748 - INFO - Deleting pod default:ctest-nginx-pod-00775592 2025-10-23 21:23:52,775 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b170797c-6448-4f23-a84e-da7756648c27 2025-10-23 21:23:52,800 - WARNING - Pod uuid b170797c-6448-4f23-a84e-da7756648c27 is still seen in agent 10.0.0.249 VM list 2025-10-23 21:23:57,800 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b170797c-6448-4f23-a84e-da7756648c27 2025-10-23 21:23:57,806 - DEBUG - Pod b170797c-6448-4f23-a84e-da7756648c27 is not in agent 10.0.0.249 VM list 2025-10-23 21:23:57,806 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72751780-b056-11f0-aebb-fa163ef74794 2025-10-23 21:23:57,811 - DEBUG - VMI 72751780-b056-11f0-aebb-fa163ef74794 is removed from agent 10.0.0.249 2025-10-23 21:23:57,811 - INFO - Verified that pod ctest-nginx-pod-00775592 is removed in agent 2025-10-23 21:23:57,811 - INFO - Deleting pod default:ctest-nginx-pod-83581055 2025-10-23 21:23:57,826 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0860e502-bd03-44d9-8368-4e09c48c4d3c 2025-10-23 21:23:57,840 - WARNING - Pod uuid 0860e502-bd03-44d9-8368-4e09c48c4d3c is still seen in agent 10.0.0.249 VM list 2025-10-23 21:24:02,841 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0860e502-bd03-44d9-8368-4e09c48c4d3c 2025-10-23 21:24:02,847 - DEBUG - Pod 0860e502-bd03-44d9-8368-4e09c48c4d3c is not in agent 10.0.0.249 VM list 2025-10-23 21:24:02,847 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:720ad500-b056-11f0-aebb-fa163ef74794 2025-10-23 21:24:02,853 - DEBUG - VMI 720ad500-b056-11f0-aebb-fa163ef74794 is removed from agent 10.0.0.249 2025-10-23 21:24:02,853 - INFO - Verified that pod ctest-nginx-pod-83581055 is removed in agent 2025-10-23 21:24:02,853 - INFO - Deleting service : ctest-nginx-svc-98128013 2025-10-23 21:24:03,095 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-23 21:24:03,104 - DEBUG - No XMPP flaps were noticed during the test