2025-06-05 01:55:58,304 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-06-05 01:55:58,597 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1250-1 2025-06-05 01:55:58,597 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-06-05 01:55:58,643 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1250-1 2025-06-05 01:55:58,643 - DEBUG - [10.0.0.129]: 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-05 01:55:58,749 - DEBUG - Output : NAMES contrail_test_ATMs6VoiB contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 2025-06-05 01:55:58,749 - DEBUG - [10.0.0.129]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-05 01:55:58,795 - DEBUG - Output : 10.0.0.129/24 172.17.0.1/16 2025-06-05 01:55:58,795 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-06-05 01:55:58,840 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1250-1 2025-06-05 01:55:58,931 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-06-05 01:55:59,160 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1250-1 2025-06-05 01:55:59,161 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-06-05 01:55:59,196 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1250-1 2025-06-05 01:55:59,196 - DEBUG - [10.0.0.56]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-05 01:55:59,252 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-05 01:55:59,252 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-05 01:55:59,288 - DEBUG - Output : 10.0.0.56/24 2025-06-05 01:55:59,288 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-06-05 01:55:59,359 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1250-1 2025-06-05 01:55:59,474 - INFO - Using existing project ['default-domain', 'k8s-default'](6118c3eb-16ed-4b84-94e8-2de4752ab839) 2025-06-05 01:55:59,596 - INFO - Using existing project ['default-domain', 'k8s-default'](6118c3eb-16ed-4b84-94e8-2de4752ab839) 2025-06-05 01:55:59,744 - INFO - ================================================================================ 2025-06-05 01:55:59,744 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-05 01:55:59,745 - 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-05 01:55:59,990 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-05 01:55:59,999 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.129': '0'}} with 2025-06-05 01:55:59,999 - INFO - Initial checks done. Running the testcase now 2025-06-05 01:55:59,999 - INFO - 2025-06-05 01:56:00,003 - INFO - Namespace default already exists 2025-06-05 01:56:00,003 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-05 01:56:00,124 - DEBUG - Output : cluster_project={} 2025-06-05 01:56:00,172 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-05 01:56:00,173 - DEBUG - Project uuid in Contrail is 6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:00,173 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-05 01:56:00,301 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-05 01:56:00,301 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_NamespaceDatabaseList?namespace_uuid=f3ac8688-9841-485d-a51d-d0f323f99d63 2025-06-05 01:56:00,306 - INFO - Namespace default with uuid f3ac8688-9841-485d-a51d-d0f323f99d63 found in kube manager 2025-06-05 01:56:00,307 - INFO - Namespace default verification passed 2025-06-05 01:56:00,310 - DEBUG - Service ctest-nginx-svc-91926877 not present 2025-06-05 01:56:00,310 - INFO - Creating service ctest-nginx-svc-91926877 2025-06-05 01:56:00,330 - INFO - Created Service ctest-nginx-svc-91926877 2025-06-05 01:56:00,343 - DEBUG - Pod ctest-nginx-pod-71996273 not present 2025-06-05 01:56:00,344 - INFO - Creating Pod ctest-nginx-pod-71996273 2025-06-05 01:56:00,400 - DEBUG - Pod : ctest-nginx-pod-71996273 UUID is 750c5692-d11f-4c98-8543-0c455c485c47 2025-06-05 01:56:00,406 - DEBUG - Pod ctest-nginx-pod-77670003 not present 2025-06-05 01:56:00,407 - INFO - Creating Pod ctest-nginx-pod-77670003 2025-06-05 01:56:00,459 - DEBUG - Pod : ctest-nginx-pod-77670003 UUID is 78f0056b-5ca8-4b61-80e9-40bc8e0ea094 2025-06-05 01:56:00,663 - INFO - Created VN __public__, UUID :89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:00,919 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-05 01:56:00,927 - DEBUG - Requesting: http://10.0.0.129:8082/domain/90b6d95d-d3bb-410e-933b-89992c69556f 2025-06-05 01:56:00,967 - DEBUG - Requesting: http://10.0.0.129:8082/project/6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:01,048 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:01,070 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:01,093 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:01,124 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:01,141 - DEBUG - Route Targets: [] 2025-06-05 01:56:01,141 - DEBUG - RT names not yet present for VN __public__ 2025-06-05 01:56:06,142 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-05 01:56:06,150 - DEBUG - Requesting: http://10.0.0.129:8082/domain/90b6d95d-d3bb-410e-933b-89992c69556f 2025-06-05 01:56:06,162 - DEBUG - Requesting: http://10.0.0.129:8082/project/6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:06,214 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,226 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,238 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:06,247 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:06,254 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/1f64750b-42ab-408b-aee5-42ea0de491ce 2025-06-05 01:56:06,261 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-05 01:56:06,261 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,271 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:06,289 - INFO - Verified VN network id 14 for VN 89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,289 - INFO - Verifications in API Server for VN __public__ passed 2025-06-05 01:56:06,289 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,300 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:06,308 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:06,315 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/1f64750b-42ab-408b-aee5-42ea0de491ce 2025-06-05 01:56:06,322 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-05 01:56:06,329 - DEBUG - Control-node 10.0.0.129 : 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': '9885822755407743869', 'uuid-lslong': '12869900061366984021'}, 'enable': 'true', 'created': '2025-06-05T01:56:00', 'last-modified': '2025-06-05T01:56:00', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.455086'} 2025-06-05 01:56:06,329 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:06,337 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-05 01:56:06,337 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-05 01:56:06,337 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-05 01:56:06,337 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-05 01:56:06,343 - DEBUG - Requesting: http://10.0.0.129:8082/domain/90b6d95d-d3bb-410e-933b-89992c69556f 2025-06-05 01:56:06,352 - DEBUG - Requesting: http://10.0.0.129:8082/project/6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:06,399 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,410 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-05 01:56:06,410 - DEBUG - Verifying the vn in opserver 2025-06-05 01:56:06,410 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.129 2025-06-05 01:56:06,410 - DEBUG - Requesting: http://10.0.0.129:8081/analytics/uves/virtual-networks 2025-06-05 01:56:06,415 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.129:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-05 01:56:06,416 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-05 01:56:06,416 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:06,425 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:06,432 - DEBUG - Do not have enough data to verify VN in agent 2025-06-05 01:56:06,432 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:06,439 - DEBUG - VRF ids for VN __public__: {} 2025-06-05 01:56:06,539 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-05 01:56:06,718 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-05 01:56:06,725 - DEBUG - Requesting: http://10.0.0.129:8082/domain/90b6d95d-d3bb-410e-933b-89992c69556f 2025-06-05 01:56:06,734 - DEBUG - Requesting: http://10.0.0.129:8082/project/6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:06,785 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,796 - DEBUG - Requesting: http://10.0.0.129:8082/floating-ip-pool/3c05de52-e792-4714-9492-3141940b1447 2025-06-05 01:56:06,807 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-05 01:56:06,813 - DEBUG - Requesting: http://10.0.0.129:8082/domain/90b6d95d-d3bb-410e-933b-89992c69556f 2025-06-05 01:56:06,821 - DEBUG - Requesting: http://10.0.0.129:8082/project/6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:06,881 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/89317f6b-308d-4b7d-b29b-11eb0c8e9d55 2025-06-05 01:56:06,892 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-05 01:56:06,892 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-05 01:56:06,900 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-05 01:56:06,906 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-05 01:56:06,906 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-05 01:56:06,910 - DEBUG - Ingress ctest-nginx-ingress-23190677 not present 2025-06-05 01:56:06,910 - INFO - Creating Ingress ctest-nginx-ingress-23190677 2025-06-05 01:56:06,917 - INFO - Created Ingress ctest-nginx-ingress-23190677 2025-06-05 01:56:06,920 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-23190677 2025-06-05 01:56:09,928 - DEBUG - For Ingress ctest-nginx-ingress-23190677, Cluster IP: 10.47.255.249, External IPs ['129.150.71.188'] 2025-06-05 01:56:09,928 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-23190677 2025-06-05 01:56:09,930 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=07c4c6b4-0569-4b45-b105-c0febff5705e 2025-06-05 01:56:09,937 - INFO - Ingress ctest-nginx-ingress-23190677 with uuid 07c4c6b4-0569-4b45-b105-c0febff5705e found in kube manager 2025-06-05 01:56:09,937 - INFO - Ingress ctest-nginx-ingress-23190677 verification passed 2025-06-05 01:56:09,940 - DEBUG - Pod ctest-busybox-pod-07155176 not present 2025-06-05 01:56:09,941 - INFO - Creating Pod ctest-busybox-pod-07155176 2025-06-05 01:56:09,999 - DEBUG - Pod : ctest-busybox-pod-07155176 UUID is 704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:10,023 - DEBUG - Pod ctest-nginx-pod-71996273 not in running state.Currently in Pending 2025-06-05 01:56:15,038 - INFO - Pod ctest-nginx-pod-71996273 is in running state.Got IP 10.47.255.251 2025-06-05 01:56:15,064 - DEBUG - Pod ctest-nginx-pod-71996273 has vmi 3bc20bae-41b0-11f0-9e95-fa163e0b9fd6 2025-06-05 01:56:15,064 - INFO - Verified pod ctest-nginx-pod-71996273 in contrail-api 2025-06-05 01:56:15,064 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-05 01:56:15,077 - DEBUG - VMI 3bc20bae-41b0-11f0-9e95-fa163e0b9fd6 is active in agent 10.0.0.56 2025-06-05 01:56:15,077 - INFO - Verified Pod ctest-nginx-pod-71996273 in agent 10.0.0.56 2025-06-05 01:56:15,077 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=750c5692-d11f-4c98-8543-0c455c485c47 2025-06-05 01:56:15,082 - INFO - Pod ctest-nginx-pod-71996273 with uuid 750c5692-d11f-4c98-8543-0c455c485c47 found in kube manager 2025-06-05 01:56:15,082 - INFO - Pod ctest-nginx-pod-71996273 verification passed 2025-06-05 01:56:15,152 - DEBUG - [Pod ctest-nginx-pod-71996273] Cmd: echo ctest-nginx-pod-71996273 > /usr/share/nginx/html/index.html, Output: 2025-06-05 01:56:15,158 - INFO - Pod ctest-nginx-pod-77670003 is in running state.Got IP 10.47.255.250 2025-06-05 01:56:15,174 - DEBUG - Pod ctest-nginx-pod-77670003 has vmi 3c4659b8-41b0-11f0-9e95-fa163e0b9fd6 2025-06-05 01:56:15,174 - INFO - Verified pod ctest-nginx-pod-77670003 in contrail-api 2025-06-05 01:56:15,174 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-05 01:56:15,186 - DEBUG - VMI 3c4659b8-41b0-11f0-9e95-fa163e0b9fd6 is active in agent 10.0.0.56 2025-06-05 01:56:15,186 - INFO - Verified Pod ctest-nginx-pod-77670003 in agent 10.0.0.56 2025-06-05 01:56:15,187 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=78f0056b-5ca8-4b61-80e9-40bc8e0ea094 2025-06-05 01:56:15,192 - INFO - Pod ctest-nginx-pod-77670003 with uuid 78f0056b-5ca8-4b61-80e9-40bc8e0ea094 found in kube manager 2025-06-05 01:56:15,192 - INFO - Pod ctest-nginx-pod-77670003 verification passed 2025-06-05 01:56:15,255 - DEBUG - [Pod ctest-nginx-pod-77670003] Cmd: echo ctest-nginx-pod-77670003 > /usr/share/nginx/html/index.html, Output: 2025-06-05 01:56:15,261 - DEBUG - Pod ctest-busybox-pod-07155176 not in running state.Currently in Pending 2025-06-05 01:56:20,268 - INFO - Pod ctest-busybox-pod-07155176 is in running state.Got IP 10.47.255.248 2025-06-05 01:56:20,326 - DEBUG - Pod ctest-busybox-pod-07155176 has vmi 40c9f152-41b0-11f0-9e95-fa163e0b9fd6 2025-06-05 01:56:20,326 - INFO - Verified pod ctest-busybox-pod-07155176 in contrail-api 2025-06-05 01:56:20,327 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-05 01:56:20,339 - DEBUG - VMI 40c9f152-41b0-11f0-9e95-fa163e0b9fd6 is active in agent 10.0.0.56 2025-06-05 01:56:20,339 - INFO - Verified Pod ctest-busybox-pod-07155176 in agent 10.0.0.56 2025-06-05 01:56:20,340 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:20,344 - INFO - Pod ctest-busybox-pod-07155176 with uuid 704947dc-8af7-41c0-84d9-97fd6390f85a found in kube manager 2025-06-05 01:56:20,344 - INFO - Pod ctest-busybox-pod-07155176 verification passed 2025-06-05 01:56:20,403 - DEBUG - [Pod ctest-busybox-pod-07155176] 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) ctest-nginx-pod-71996273 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-05 01:56:20,403 - DEBUG - [Pod Pod ctest-busybox-pod-07155176] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-05 01:56:20,403 - DEBUG - [Pod Pod ctest-busybox-pod-07155176] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-71996273 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-05 01:56:20,455 - DEBUG - [Pod ctest-busybox-pod-07155176] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-77670003 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-05 01:56:20,455 - DEBUG - [Pod Pod ctest-busybox-pod-07155176] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-05 01:56:20,455 - DEBUG - [Pod Pod ctest-busybox-pod-07155176] Cmd output: ctest-nginx-pod-77670003 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-05 01:56:20,455 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-71996273': 1, 'ctest-nginx-pod-77670003': 1} 2025-06-05 01:56:20,455 - WARNING - Nothing to delete parallely 2025-06-05 01:56:20,455 - INFO - Deleting pod default:ctest-busybox-pod-07155176 2025-06-05 01:56:20,467 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:20,481 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:25,482 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:25,490 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:30,491 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:30,498 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:35,499 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:35,507 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:40,508 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:40,517 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:45,518 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:45,533 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:50,533 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:50,545 - WARNING - Pod uuid 704947dc-8af7-41c0-84d9-97fd6390f85a is still seen in agent 10.0.0.56 VM list 2025-06-05 01:56:55,545 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=704947dc-8af7-41c0-84d9-97fd6390f85a 2025-06-05 01:56:55,555 - DEBUG - Pod 704947dc-8af7-41c0-84d9-97fd6390f85a is not in agent 10.0.0.56 VM list 2025-06-05 01:56:55,555 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40c9f152-41b0-11f0-9e95-fa163e0b9fd6 2025-06-05 01:56:55,562 - DEBUG - VMI 40c9f152-41b0-11f0-9e95-fa163e0b9fd6 is removed from agent 10.0.0.56 2025-06-05 01:56:55,562 - INFO - Verified that pod ctest-busybox-pod-07155176 is removed in agent 2025-06-05 01:56:55,562 - INFO - Deleting Ingress : ctest-nginx-ingress-23190677 2025-06-05 01:56:55,573 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=07c4c6b4-0569-4b45-b105-c0febff5705e 2025-06-05 01:56:55,581 - ERROR - Ingress ctest-nginx-ingress-23190677 with uuid 07c4c6b4-0569-4b45-b105-c0febff5705e still found in kube manager 2025-06-05 01:56:56,582 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=07c4c6b4-0569-4b45-b105-c0febff5705e 2025-06-05 01:56:56,589 - INFO - Ingress ctest-nginx-ingress-23190677 with uuid 07c4c6b4-0569-4b45-b105-c0febff5705e deleted successfully from kube manager 2025-06-05 01:56:56,589 - INFO - Verifications on Ingress %s cleanup passed 2025-06-05 01:56:56,589 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-05 01:56:56,759 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-05 01:56:56,768 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-05 01:56:56,768 - INFO - Deleting VN __public__ 2025-06-05 01:56:57,172 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/8ef7a3f3-067a-4f98-a2a6-9c71f97b6f8e 2025-06-05 01:56:57,179 - DEBUG - Response Code: 404 2025-06-05 01:56:57,179 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-05 01:56:57,190 - DEBUG - Requesting: http://10.0.0.129:8082/domain/90b6d95d-d3bb-410e-933b-89992c69556f 2025-06-05 01:56:57,252 - DEBUG - Requesting: http://10.0.0.129:8082/project/6118c3eb-16ed-4b84-94e8-2de4752ab839 2025-06-05 01:56:57,310 - INFO - Validated that VN __public__ is not found in API Server 2025-06-05 01:56:57,310 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-05 01:56:57,319 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:57,329 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-06-05 01:56:57,329 - INFO - Validated that VN __public__ is not in any agent 2025-06-05 01:56:57,329 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:57,338 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-05 01:56:57,346 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-05 01:56:57,359 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-05 01:56:57,359 - INFO - Deleting pod default:ctest-nginx-pod-77670003 2025-06-05 01:56:57,373 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=78f0056b-5ca8-4b61-80e9-40bc8e0ea094 2025-06-05 01:56:57,390 - WARNING - Pod uuid 78f0056b-5ca8-4b61-80e9-40bc8e0ea094 is still seen in agent 10.0.0.56 VM list 2025-06-05 01:57:02,390 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=78f0056b-5ca8-4b61-80e9-40bc8e0ea094 2025-06-05 01:57:02,398 - DEBUG - Pod 78f0056b-5ca8-4b61-80e9-40bc8e0ea094 is not in agent 10.0.0.56 VM list 2025-06-05 01:57:02,398 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c4659b8-41b0-11f0-9e95-fa163e0b9fd6 2025-06-05 01:57:02,405 - DEBUG - VMI 3c4659b8-41b0-11f0-9e95-fa163e0b9fd6 is removed from agent 10.0.0.56 2025-06-05 01:57:02,406 - INFO - Verified that pod ctest-nginx-pod-77670003 is removed in agent 2025-06-05 01:57:02,406 - INFO - Deleting pod default:ctest-nginx-pod-71996273 2025-06-05 01:57:02,438 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=750c5692-d11f-4c98-8543-0c455c485c47 2025-06-05 01:57:02,449 - WARNING - Pod uuid 750c5692-d11f-4c98-8543-0c455c485c47 is still seen in agent 10.0.0.56 VM list 2025-06-05 01:57:07,449 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=750c5692-d11f-4c98-8543-0c455c485c47 2025-06-05 01:57:07,457 - DEBUG - Pod 750c5692-d11f-4c98-8543-0c455c485c47 is not in agent 10.0.0.56 VM list 2025-06-05 01:57:07,457 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3bc20bae-41b0-11f0-9e95-fa163e0b9fd6 2025-06-05 01:57:07,464 - DEBUG - VMI 3bc20bae-41b0-11f0-9e95-fa163e0b9fd6 is removed from agent 10.0.0.56 2025-06-05 01:57:07,464 - INFO - Verified that pod ctest-nginx-pod-71996273 is removed in agent 2025-06-05 01:57:07,464 - INFO - Deleting service : ctest-nginx-svc-91926877 2025-06-05 01:57:07,697 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-05 01:57:07,716 - DEBUG - No XMPP flaps were noticed during the test