2025-06-26 02:01:21,070 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-06-26 02:01:21,328 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1302-1 2025-06-26 02:01:21,328 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-06-26 02:01:21,372 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1302-1 2025-06-26 02:01:21,372 - DEBUG - [10.0.0.38]: 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-06-26 02:01:21,451 - DEBUG - Output : NAMES contrail_test_phmcYZOMz contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 2025-06-26 02:01:21,451 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-26 02:01:21,520 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-06-26 02:01:21,521 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-06-26 02:01:21,554 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1302-1 2025-06-26 02:01:21,646 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-06-26 02:01:21,899 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1302-1 2025-06-26 02:01:21,899 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-06-26 02:01:21,963 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1302-1 2025-06-26 02:01:21,964 - 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-06-26 02:01:22,019 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-26 02:01:22,019 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-26 02:01:22,087 - DEBUG - Output : 10.0.0.22/24 2025-06-26 02:01:22,087 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-06-26 02:01:22,121 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1302-1 2025-06-26 02:01:22,202 - INFO - Using existing project ['default-domain', 'k8s-default'](bd39e0ef-11d5-40a5-9419-7f7d657fabc6) 2025-06-26 02:01:22,319 - INFO - Using existing project ['default-domain', 'k8s-default'](bd39e0ef-11d5-40a5-9419-7f7d657fabc6) 2025-06-26 02:01:22,462 - INFO - ================================================================================ 2025-06-26 02:01:22,462 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-26 02:01:22,463 - 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-06-26 02:01:22,720 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-26 02:01:22,729 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.38': '0'}} with 2025-06-26 02:01:22,729 - INFO - Initial checks done. Running the testcase now 2025-06-26 02:01:22,729 - INFO - 2025-06-26 02:01:22,734 - INFO - Namespace default already exists 2025-06-26 02:01:22,735 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-26 02:01:22,853 - DEBUG - Output : cluster_project={} 2025-06-26 02:01:22,910 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-26 02:01:22,910 - DEBUG - Project uuid in Contrail is bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:01:22,910 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-26 02:01:23,049 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-26 02:01:23,049 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=57ab76a6-4e2c-418c-84fb-0fb830423f19 2025-06-26 02:01:23,054 - INFO - Namespace default with uuid 57ab76a6-4e2c-418c-84fb-0fb830423f19 found in kube manager 2025-06-26 02:01:23,054 - INFO - Namespace default verification passed 2025-06-26 02:01:23,057 - DEBUG - Service ctest-nginx-svc-79965644 not present 2025-06-26 02:01:23,057 - INFO - Creating service ctest-nginx-svc-79965644 2025-06-26 02:01:23,395 - INFO - Created Service ctest-nginx-svc-79965644 2025-06-26 02:01:23,416 - DEBUG - Pod ctest-nginx-pod-39359020 not present 2025-06-26 02:01:23,417 - INFO - Creating Pod ctest-nginx-pod-39359020 2025-06-26 02:01:23,491 - DEBUG - Pod : ctest-nginx-pod-39359020 UUID is e190ec61-b360-4d55-a095-571b23283304 2025-06-26 02:01:23,493 - DEBUG - Pod ctest-nginx-pod-61829734 not present 2025-06-26 02:01:23,493 - INFO - Creating Pod ctest-nginx-pod-61829734 2025-06-26 02:01:23,519 - DEBUG - Pod : ctest-nginx-pod-61829734 UUID is 8ebc4320-9cca-4c23-94d5-fbb682e16e55 2025-06-26 02:01:23,739 - INFO - Created VN __public__, UUID :29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:23,884 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-26 02:01:23,910 - DEBUG - Requesting: http://10.0.0.38:8082/domain/21100222-7870-4eaf-9ed8-26f0f2508ddf 2025-06-26 02:01:23,953 - DEBUG - Requesting: http://10.0.0.38:8082/project/bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:01:24,031 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:24,043 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:24,053 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:24,061 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:24,068 - DEBUG - Route Targets: [] 2025-06-26 02:01:24,068 - DEBUG - RT names not yet present for VN __public__ 2025-06-26 02:01:29,069 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-26 02:01:29,075 - DEBUG - Requesting: http://10.0.0.38:8082/domain/21100222-7870-4eaf-9ed8-26f0f2508ddf 2025-06-26 02:01:29,083 - DEBUG - Requesting: http://10.0.0.38:8082/project/bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:01:29,133 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,144 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,159 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:29,168 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:29,175 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a3250f3f-6455-41d0-95e6-13ecbbe0ba93 2025-06-26 02:01:29,182 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-26 02:01:29,182 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,192 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:29,206 - INFO - Verified VN network id 14 for VN 29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,206 - INFO - Verifications in API Server for VN __public__ passed 2025-06-26 02:01:29,206 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,215 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:29,221 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:01:29,228 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a3250f3f-6455-41d0-95e6-13ecbbe0ba93 2025-06-26 02:01:29,234 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-26 02:01:29,240 - DEBUG - Control-node 10.0.0.38 : 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': '3001823027132710976', 'uuid-lslong': '11886559549196945051'}, 'enable': 'true', 'created': '2025-06-26T02:01:23', 'last-modified': '2025-06-26T02:01:23', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.436966'} 2025-06-26 02:01:29,240 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:01:29,247 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-26 02:01:29,248 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-26 02:01:29,249 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-26 02:01:29,249 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-26 02:01:29,255 - DEBUG - Requesting: http://10.0.0.38:8082/domain/21100222-7870-4eaf-9ed8-26f0f2508ddf 2025-06-26 02:01:29,263 - DEBUG - Requesting: http://10.0.0.38:8082/project/bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:01:29,306 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,317 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-26 02:01:29,317 - DEBUG - Verifying the vn in opserver 2025-06-26 02:01:29,317 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-06-26 02:01:29,318 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-06-26 02:01:29,325 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-26 02:01:29,325 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-26 02:01:29,326 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:01:29,334 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:01:29,341 - DEBUG - Do not have enough data to verify VN in agent 2025-06-26 02:01:29,341 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:01:29,348 - DEBUG - VRF ids for VN __public__: {} 2025-06-26 02:01:29,454 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-26 02:01:29,558 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-26 02:01:29,566 - DEBUG - Requesting: http://10.0.0.38:8082/domain/21100222-7870-4eaf-9ed8-26f0f2508ddf 2025-06-26 02:01:29,574 - DEBUG - Requesting: http://10.0.0.38:8082/project/bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:01:29,619 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,631 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/3252b996-12e5-4a65-92be-ab426060f4fc 2025-06-26 02:01:29,637 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-26 02:01:29,642 - DEBUG - Requesting: http://10.0.0.38:8082/domain/21100222-7870-4eaf-9ed8-26f0f2508ddf 2025-06-26 02:01:29,649 - DEBUG - Requesting: http://10.0.0.38:8082/project/bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:01:29,694 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/29a89e23-8ad5-4040-a4f5-8aeeab69469b 2025-06-26 02:01:29,704 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-26 02:01:29,704 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-26 02:01:29,712 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-26 02:01:29,719 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-26 02:01:29,719 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-26 02:01:29,722 - DEBUG - Ingress ctest-nginx-ingress-13777054 not present 2025-06-26 02:01:29,723 - INFO - Creating Ingress ctest-nginx-ingress-13777054 2025-06-26 02:01:29,730 - INFO - Created Ingress ctest-nginx-ingress-13777054 2025-06-26 02:01:29,732 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-13777054 2025-06-26 02:01:32,737 - DEBUG - For Ingress ctest-nginx-ingress-13777054, Cluster IP: 10.47.255.249, External IPs ['138.239.130.252'] 2025-06-26 02:01:32,737 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-13777054 2025-06-26 02:01:32,737 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=0a25aee4-d093-4b98-a122-5156383b67e9 2025-06-26 02:01:32,742 - INFO - Ingress ctest-nginx-ingress-13777054 with uuid 0a25aee4-d093-4b98-a122-5156383b67e9 found in kube manager 2025-06-26 02:01:32,742 - INFO - Ingress ctest-nginx-ingress-13777054 verification passed 2025-06-26 02:01:32,745 - DEBUG - Pod ctest-busybox-pod-16920765 not present 2025-06-26 02:01:32,745 - INFO - Creating Pod ctest-busybox-pod-16920765 2025-06-26 02:01:32,759 - DEBUG - Node for Pod ctest-busybox-pod-16920765 not yet populated 2025-06-26 02:01:35,774 - DEBUG - Pod : ctest-busybox-pod-16920765 UUID is 1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:01:35,783 - DEBUG - Pod ctest-nginx-pod-39359020 not in running state.Currently in Pending 2025-06-26 02:01:40,790 - INFO - Pod ctest-nginx-pod-39359020 is in running state.Got IP 10.47.255.251 2025-06-26 02:01:40,847 - DEBUG - Pod ctest-nginx-pod-39359020 has vmi 76fec2c0-5231-11f0-ba63-fa163e6b0b54 2025-06-26 02:01:40,847 - INFO - Verified pod ctest-nginx-pod-39359020 in contrail-api 2025-06-26 02:01:40,848 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-26 02:01:40,871 - DEBUG - VMI 76fec2c0-5231-11f0-ba63-fa163e6b0b54 is active in agent 10.0.0.22 2025-06-26 02:01:40,871 - INFO - Verified Pod ctest-nginx-pod-39359020 in agent 10.0.0.22 2025-06-26 02:01:40,871 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=e190ec61-b360-4d55-a095-571b23283304 2025-06-26 02:01:40,876 - INFO - Pod ctest-nginx-pod-39359020 with uuid e190ec61-b360-4d55-a095-571b23283304 found in kube manager 2025-06-26 02:01:40,876 - INFO - Pod ctest-nginx-pod-39359020 verification passed 2025-06-26 02:01:40,954 - DEBUG - [Pod ctest-nginx-pod-39359020] Cmd: echo ctest-nginx-pod-39359020 > /usr/share/nginx/html/index.html, Output: 2025-06-26 02:01:40,963 - INFO - Pod ctest-nginx-pod-61829734 is in running state.Got IP 10.47.255.250 2025-06-26 02:01:40,983 - DEBUG - Pod ctest-nginx-pod-61829734 has vmi 77803d96-5231-11f0-ba63-fa163e6b0b54 2025-06-26 02:01:40,984 - INFO - Verified pod ctest-nginx-pod-61829734 in contrail-api 2025-06-26 02:01:40,984 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-26 02:01:40,995 - DEBUG - VMI 77803d96-5231-11f0-ba63-fa163e6b0b54 is active in agent 10.0.0.22 2025-06-26 02:01:40,996 - INFO - Verified Pod ctest-nginx-pod-61829734 in agent 10.0.0.22 2025-06-26 02:01:40,996 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=8ebc4320-9cca-4c23-94d5-fbb682e16e55 2025-06-26 02:01:41,001 - INFO - Pod ctest-nginx-pod-61829734 with uuid 8ebc4320-9cca-4c23-94d5-fbb682e16e55 found in kube manager 2025-06-26 02:01:41,001 - INFO - Pod ctest-nginx-pod-61829734 verification passed 2025-06-26 02:01:41,068 - DEBUG - [Pod ctest-nginx-pod-61829734] Cmd: echo ctest-nginx-pod-61829734 > /usr/share/nginx/html/index.html, Output: 2025-06-26 02:01:41,074 - DEBUG - Pod ctest-busybox-pod-16920765 not in running state.Currently in Pending 2025-06-26 02:01:46,090 - DEBUG - Pod ctest-busybox-pod-16920765 not in running state.Currently in Pending 2025-06-26 02:01:51,098 - INFO - Pod ctest-busybox-pod-16920765 is in running state.Got IP 10.47.255.248 2025-06-26 02:01:51,113 - DEBUG - Pod ctest-busybox-pod-16920765 has vmi 7ba65b1c-5231-11f0-ba63-fa163e6b0b54 2025-06-26 02:01:51,114 - INFO - Verified pod ctest-busybox-pod-16920765 in contrail-api 2025-06-26 02:01:51,114 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-26 02:01:51,126 - DEBUG - VMI 7ba65b1c-5231-11f0-ba63-fa163e6b0b54 is active in agent 10.0.0.22 2025-06-26 02:01:51,126 - INFO - Verified Pod ctest-busybox-pod-16920765 in agent 10.0.0.22 2025-06-26 02:01:51,126 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:01:51,131 - INFO - Pod ctest-busybox-pod-16920765 with uuid 1c170867-57c6-47bd-a960-27fa7601edb1 found in kube manager 2025-06-26 02:01:51,131 - INFO - Pod ctest-busybox-pod-16920765 verification passed 2025-06-26 02:01:51,190 - DEBUG - [Pod ctest-busybox-pod-16920765] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-61829734 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-06-26 02:01:51,191 - DEBUG - [Pod Pod ctest-busybox-pod-16920765] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-26 02:01:51,191 - DEBUG - [Pod Pod ctest-busybox-pod-16920765] Cmd output: ctest-nginx-pod-61829734 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-06-26 02:01:51,248 - DEBUG - [Pod ctest-busybox-pod-16920765] 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-39359020 2025-06-26 02:01:51,249 - DEBUG - [Pod Pod ctest-busybox-pod-16920765] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-26 02:01:51,249 - DEBUG - [Pod Pod ctest-busybox-pod-16920765] 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-39359020 2025-06-26 02:01:51,249 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-39359020': 1, 'ctest-nginx-pod-61829734': 1} 2025-06-26 02:01:51,249 - WARNING - Nothing to delete parallely 2025-06-26 02:01:51,250 - INFO - Deleting pod default:ctest-busybox-pod-16920765 2025-06-26 02:01:51,276 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:01:51,283 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:01:56,284 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:01:56,292 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:01,293 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:02:01,302 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:06,303 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:02:06,310 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:11,312 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:02:11,320 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:16,322 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:02:16,329 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:21,330 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:02:21,342 - WARNING - Pod uuid 1c170867-57c6-47bd-a960-27fa7601edb1 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:26,342 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c170867-57c6-47bd-a960-27fa7601edb1 2025-06-26 02:02:26,351 - DEBUG - Pod 1c170867-57c6-47bd-a960-27fa7601edb1 is not in agent 10.0.0.22 VM list 2025-06-26 02:02:26,351 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7ba65b1c-5231-11f0-ba63-fa163e6b0b54 2025-06-26 02:02:26,361 - DEBUG - VMI 7ba65b1c-5231-11f0-ba63-fa163e6b0b54 is removed from agent 10.0.0.22 2025-06-26 02:02:26,361 - INFO - Verified that pod ctest-busybox-pod-16920765 is removed in agent 2025-06-26 02:02:26,361 - INFO - Deleting Ingress : ctest-nginx-ingress-13777054 2025-06-26 02:02:26,370 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=0a25aee4-d093-4b98-a122-5156383b67e9 2025-06-26 02:02:26,375 - ERROR - Ingress ctest-nginx-ingress-13777054 with uuid 0a25aee4-d093-4b98-a122-5156383b67e9 still found in kube manager 2025-06-26 02:02:27,377 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=0a25aee4-d093-4b98-a122-5156383b67e9 2025-06-26 02:02:27,382 - INFO - Ingress ctest-nginx-ingress-13777054 with uuid 0a25aee4-d093-4b98-a122-5156383b67e9 deleted successfully from kube manager 2025-06-26 02:02:27,382 - INFO - Verifications on Ingress %s cleanup passed 2025-06-26 02:02:27,382 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-26 02:02:27,563 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-26 02:02:27,578 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-26 02:02:27,578 - INFO - Deleting VN __public__ 2025-06-26 02:02:27,785 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/0d41e1fc-6e9d-4c75-82a7-ebb70cd7e027 2025-06-26 02:02:27,799 - DEBUG - Response Code: 404 2025-06-26 02:02:27,799 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-26 02:02:27,804 - DEBUG - Requesting: http://10.0.0.38:8082/domain/21100222-7870-4eaf-9ed8-26f0f2508ddf 2025-06-26 02:02:27,813 - DEBUG - Requesting: http://10.0.0.38:8082/project/bd39e0ef-11d5-40a5-9419-7f7d657fabc6 2025-06-26 02:02:27,867 - INFO - Validated that VN __public__ is not found in API Server 2025-06-26 02:02:27,867 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-26 02:02:27,882 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:02:27,896 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-06-26 02:02:27,896 - INFO - Validated that VN __public__ is not in any agent 2025-06-26 02:02:27,896 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:02:27,907 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-26 02:02:27,913 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-26 02:02:27,918 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-26 02:02:27,921 - INFO - Deleting pod default:ctest-nginx-pod-61829734 2025-06-26 02:02:27,948 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ebc4320-9cca-4c23-94d5-fbb682e16e55 2025-06-26 02:02:27,958 - WARNING - Pod uuid 8ebc4320-9cca-4c23-94d5-fbb682e16e55 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:32,959 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ebc4320-9cca-4c23-94d5-fbb682e16e55 2025-06-26 02:02:32,967 - DEBUG - Pod 8ebc4320-9cca-4c23-94d5-fbb682e16e55 is not in agent 10.0.0.22 VM list 2025-06-26 02:02:32,967 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77803d96-5231-11f0-ba63-fa163e6b0b54 2025-06-26 02:02:32,974 - DEBUG - VMI 77803d96-5231-11f0-ba63-fa163e6b0b54 is removed from agent 10.0.0.22 2025-06-26 02:02:32,974 - INFO - Verified that pod ctest-nginx-pod-61829734 is removed in agent 2025-06-26 02:02:32,974 - INFO - Deleting pod default:ctest-nginx-pod-39359020 2025-06-26 02:02:32,998 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e190ec61-b360-4d55-a095-571b23283304 2025-06-26 02:02:33,006 - WARNING - Pod uuid e190ec61-b360-4d55-a095-571b23283304 is still seen in agent 10.0.0.22 VM list 2025-06-26 02:02:38,008 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e190ec61-b360-4d55-a095-571b23283304 2025-06-26 02:02:38,016 - DEBUG - Pod e190ec61-b360-4d55-a095-571b23283304 is not in agent 10.0.0.22 VM list 2025-06-26 02:02:38,016 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:76fec2c0-5231-11f0-ba63-fa163e6b0b54 2025-06-26 02:02:38,022 - DEBUG - VMI 76fec2c0-5231-11f0-ba63-fa163e6b0b54 is removed from agent 10.0.0.22 2025-06-26 02:02:38,022 - INFO - Verified that pod ctest-nginx-pod-39359020 is removed in agent 2025-06-26 02:02:38,023 - INFO - Deleting service : ctest-nginx-svc-79965644 2025-06-26 02:02:38,245 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-26 02:02:38,255 - DEBUG - No XMPP flaps were noticed during the test