2025-09-13 13:59:51,393 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-09-13 13:59:51,633 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1476-1 2025-09-13 13:59:51,633 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-09-13 13:59:51,667 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1476-1 2025-09-13 13:59:51,667 - 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-09-13 13:59:51,776 - DEBUG - Output : NAMES contrail_test_uPRBYbE36 contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 2025-09-13 13:59:51,777 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-13 13:59:51,810 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 252.38.0.1/8 10.96.158.1/24 172.17.0.1/16 2025-09-13 13:59:51,811 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-09-13 13:59:51,844 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1476-1 2025-09-13 13:59:51,952 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-09-13 13:59:52,202 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1476-1 2025-09-13 13:59:52,202 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-09-13 13:59:52,263 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1476-1 2025-09-13 13:59:52,263 - 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-09-13 13:59:52,308 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-13 13:59:52,308 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-13 13:59:52,342 - DEBUG - Output : 10.0.0.50/24 2025-09-13 13:59:52,342 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-09-13 13:59:52,410 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1476-1 2025-09-13 13:59:52,477 - INFO - Using existing project ['default-domain', 'k8s-default'](8f420593-fb11-4b98-a766-fca5bf860aaa) 2025-09-13 13:59:52,579 - INFO - Using existing project ['default-domain', 'k8s-default'](8f420593-fb11-4b98-a766-fca5bf860aaa) 2025-09-13 13:59:52,693 - INFO - ================================================================================ 2025-09-13 13:59:52,693 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-13 13:59:52,693 - 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-09-13 13:59:52,937 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-13 13:59:52,943 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.38': '0'}} with 2025-09-13 13:59:52,943 - INFO - Initial checks done. Running the testcase now 2025-09-13 13:59:52,943 - INFO - 2025-09-13 13:59:52,947 - INFO - Namespace default already exists 2025-09-13 13:59:52,947 - 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-09-13 13:59:53,043 - DEBUG - Output : cluster_project={} 2025-09-13 13:59:53,083 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-13 13:59:53,084 - DEBUG - Project uuid in Contrail is 8f420593-fb11-4b98-a766-fca5bf860aaa 2025-09-13 13:59:53,084 - 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-09-13 13:59:53,200 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-13 13:59:53,200 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=30ad901e-e5e9-4513-9cdc-7ffb99df7b4a 2025-09-13 13:59:53,204 - INFO - Namespace default with uuid 30ad901e-e5e9-4513-9cdc-7ffb99df7b4a found in kube manager 2025-09-13 13:59:53,204 - INFO - Namespace default verification passed 2025-09-13 13:59:53,207 - DEBUG - Service ctest-nginx-svc-42296376 not present 2025-09-13 13:59:53,207 - INFO - Creating service ctest-nginx-svc-42296376 2025-09-13 13:59:53,231 - INFO - Created Service ctest-nginx-svc-42296376 2025-09-13 13:59:53,235 - DEBUG - Pod ctest-nginx-pod-39060998 not present 2025-09-13 13:59:53,236 - INFO - Creating Pod ctest-nginx-pod-39060998 2025-09-13 13:59:53,265 - DEBUG - Node for Pod ctest-nginx-pod-39060998 not yet populated 2025-09-13 13:59:56,272 - DEBUG - Pod : ctest-nginx-pod-39060998 UUID is c2c0077b-893b-41d3-9323-b3f263999f68 2025-09-13 13:59:56,274 - DEBUG - Pod ctest-nginx-pod-62572150 not present 2025-09-13 13:59:56,275 - INFO - Creating Pod ctest-nginx-pod-62572150 2025-09-13 13:59:56,315 - DEBUG - Pod : ctest-nginx-pod-62572150 UUID is d5a0f167-a452-4888-8209-88b72192d385 2025-09-13 13:59:56,662 - INFO - Created VN __public__, UUID :93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:56,951 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-09-13 13:59:56,963 - DEBUG - Requesting: http://10.0.0.38:8082/domain/9bcc51e4-62bd-4f81-88dd-45964953b4b9 2025-09-13 13:59:57,009 - DEBUG - Requesting: http://10.0.0.38:8082/project/8f420593-fb11-4b98-a766-fca5bf860aaa 2025-09-13 13:59:57,052 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,068 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,081 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ad4d3f21-c646-49c6-abaf-e9526f6a7e62 2025-09-13 13:59:57,091 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ad4d3f21-c646-49c6-abaf-e9526f6a7e62 2025-09-13 13:59:57,097 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/c462a37c-7da5-4413-88d3-db3b411c58fc 2025-09-13 13:59:57,102 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-13 13:59:57,102 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,110 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ad4d3f21-c646-49c6-abaf-e9526f6a7e62 2025-09-13 13:59:57,121 - INFO - Verified VN network id 13 for VN 93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,121 - INFO - Verifications in API Server for VN __public__ passed 2025-09-13 13:59:57,121 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,130 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ad4d3f21-c646-49c6-abaf-e9526f6a7e62 2025-09-13 13:59:57,136 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ad4d3f21-c646-49c6-abaf-e9526f6a7e62 2025-09-13 13:59:57,143 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/c462a37c-7da5-4413-88d3-db3b411c58fc 2025-09-13 13:59:57,153 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-13 13:59:57,159 - 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': '10658103483227785890', 'uuid-lslong': '9676404131586661728'}, 'enable': 'true', 'created': '2025-09-13T13:59:56', 'last-modified': '2025-09-13T13:59:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.302626'} 2025-09-13 13:59:57,159 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 13:59:57,167 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-13 13:59:57,167 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-13 13:59:57,168 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-13 13:59:57,168 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-09-13 13:59:57,176 - DEBUG - Requesting: http://10.0.0.38:8082/domain/9bcc51e4-62bd-4f81-88dd-45964953b4b9 2025-09-13 13:59:57,187 - DEBUG - Requesting: http://10.0.0.38:8082/project/8f420593-fb11-4b98-a766-fca5bf860aaa 2025-09-13 13:59:57,227 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,235 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-13 13:59:57,235 - DEBUG - Verifying the vn in opserver 2025-09-13 13:59:57,236 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-09-13 13:59:57,236 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-09-13 13:59:57,241 - 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-09-13 13:59:57,241 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-13 13:59:57,241 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 13:59:57,248 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 13:59:57,254 - DEBUG - Do not have enough data to verify VN in agent 2025-09-13 13:59:57,254 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 13:59:57,261 - DEBUG - VRF ids for VN __public__: {} 2025-09-13 13:59:57,313 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-13 13:59:57,463 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-09-13 13:59:57,468 - DEBUG - Requesting: http://10.0.0.38:8082/domain/9bcc51e4-62bd-4f81-88dd-45964953b4b9 2025-09-13 13:59:57,473 - DEBUG - Requesting: http://10.0.0.38:8082/project/8f420593-fb11-4b98-a766-fca5bf860aaa 2025-09-13 13:59:57,503 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,511 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/99b40744-74cd-4226-bdfe-1f0bfcae30b2 2025-09-13 13:59:57,515 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-09-13 13:59:57,519 - DEBUG - Requesting: http://10.0.0.38:8082/domain/9bcc51e4-62bd-4f81-88dd-45964953b4b9 2025-09-13 13:59:57,524 - DEBUG - Requesting: http://10.0.0.38:8082/project/8f420593-fb11-4b98-a766-fca5bf860aaa 2025-09-13 13:59:57,555 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/93e930a6-2125-4aa2-8649-7e4a36585d60 2025-09-13 13:59:57,562 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-13 13:59:57,562 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-13 13:59:57,567 - 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-09-13 13:59:57,572 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-13 13:59:57,572 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-13 13:59:57,576 - DEBUG - Ingress ctest-nginx-ingress-70483731 not present 2025-09-13 13:59:57,576 - INFO - Creating Ingress ctest-nginx-ingress-70483731 2025-09-13 13:59:57,584 - INFO - Created Ingress ctest-nginx-ingress-70483731 2025-09-13 13:59:57,591 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-70483731 2025-09-13 14:00:00,596 - DEBUG - For Ingress ctest-nginx-ingress-70483731, Cluster IP: 10.47.255.249, External IPs ['222.128.242.60'] 2025-09-13 14:00:00,596 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-70483731 2025-09-13 14:00:00,596 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=81ec57b6-8344-4500-b1bc-4eb8b5f8956e 2025-09-13 14:00:00,600 - INFO - Ingress ctest-nginx-ingress-70483731 with uuid 81ec57b6-8344-4500-b1bc-4eb8b5f8956e found in kube manager 2025-09-13 14:00:00,600 - INFO - Ingress ctest-nginx-ingress-70483731 verification passed 2025-09-13 14:00:00,603 - DEBUG - Pod ctest-busybox-pod-35827858 not present 2025-09-13 14:00:00,604 - INFO - Creating Pod ctest-busybox-pod-35827858 2025-09-13 14:00:00,633 - DEBUG - Pod : ctest-busybox-pod-35827858 UUID is 59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:00,638 - DEBUG - Pod ctest-nginx-pod-39060998 not in running state.Currently in Pending 2025-09-13 14:00:05,654 - DEBUG - Pod ctest-nginx-pod-39060998 not in running state.Currently in Pending 2025-09-13 14:00:10,662 - INFO - Pod ctest-nginx-pod-39060998 is in running state.Got IP 10.47.255.251 2025-09-13 14:00:10,674 - DEBUG - Pod ctest-nginx-pod-39060998 has vmi eccfa5e4-90a9-11f0-bb31-fa163e9aa11e 2025-09-13 14:00:10,674 - INFO - Verified pod ctest-nginx-pod-39060998 in contrail-api 2025-09-13 14:00:10,674 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-13 14:00:10,684 - DEBUG - VMI eccfa5e4-90a9-11f0-bb31-fa163e9aa11e is active in agent 10.0.0.50 2025-09-13 14:00:10,685 - INFO - Verified Pod ctest-nginx-pod-39060998 in agent 10.0.0.50 2025-09-13 14:00:10,685 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=c2c0077b-893b-41d3-9323-b3f263999f68 2025-09-13 14:00:10,688 - INFO - Pod ctest-nginx-pod-39060998 with uuid c2c0077b-893b-41d3-9323-b3f263999f68 found in kube manager 2025-09-13 14:00:10,688 - INFO - Pod ctest-nginx-pod-39060998 verification passed 2025-09-13 14:00:10,764 - DEBUG - [Pod ctest-nginx-pod-39060998] Cmd: echo ctest-nginx-pod-39060998 > /usr/share/nginx/html/index.html, Output: 2025-09-13 14:00:10,771 - INFO - Pod ctest-nginx-pod-62572150 is in running state.Got IP 10.47.255.250 2025-09-13 14:00:10,782 - DEBUG - Pod ctest-nginx-pod-62572150 has vmi edfb17fa-90a9-11f0-bb31-fa163e9aa11e 2025-09-13 14:00:10,782 - INFO - Verified pod ctest-nginx-pod-62572150 in contrail-api 2025-09-13 14:00:10,782 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-13 14:00:10,791 - DEBUG - VMI edfb17fa-90a9-11f0-bb31-fa163e9aa11e is active in agent 10.0.0.50 2025-09-13 14:00:10,791 - INFO - Verified Pod ctest-nginx-pod-62572150 in agent 10.0.0.50 2025-09-13 14:00:10,791 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=d5a0f167-a452-4888-8209-88b72192d385 2025-09-13 14:00:10,795 - INFO - Pod ctest-nginx-pod-62572150 with uuid d5a0f167-a452-4888-8209-88b72192d385 found in kube manager 2025-09-13 14:00:10,795 - INFO - Pod ctest-nginx-pod-62572150 verification passed 2025-09-13 14:00:10,849 - DEBUG - [Pod ctest-nginx-pod-62572150] Cmd: echo ctest-nginx-pod-62572150 > /usr/share/nginx/html/index.html, Output: 2025-09-13 14:00:10,855 - DEBUG - Pod ctest-busybox-pod-35827858 not in running state.Currently in Pending 2025-09-13 14:00:15,863 - INFO - Pod ctest-busybox-pod-35827858 is in running state.Got IP 10.47.255.248 2025-09-13 14:00:15,919 - DEBUG - Pod ctest-busybox-pod-35827858 has vmi f09149c6-90a9-11f0-bb31-fa163e9aa11e 2025-09-13 14:00:15,919 - INFO - Verified pod ctest-busybox-pod-35827858 in contrail-api 2025-09-13 14:00:15,919 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-13 14:00:15,929 - DEBUG - VMI f09149c6-90a9-11f0-bb31-fa163e9aa11e is active in agent 10.0.0.50 2025-09-13 14:00:15,929 - INFO - Verified Pod ctest-busybox-pod-35827858 in agent 10.0.0.50 2025-09-13 14:00:15,929 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:15,932 - INFO - Pod ctest-busybox-pod-35827858 with uuid 59890892-200b-4d6a-9208-685e61a6f025 found in kube manager 2025-09-13 14:00:15,932 - INFO - Pod ctest-busybox-pod-35827858 verification passed 2025-09-13 14:00:15,985 - DEBUG - [Pod ctest-busybox-pod-35827858] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39060998 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-09-13 14:00:15,986 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-13 14:00:15,986 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd output: ctest-nginx-pod-39060998 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-09-13 14:00:16,041 - DEBUG - [Pod ctest-busybox-pod-35827858] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39060998 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-09-13 14:00:16,041 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-13 14:00:16,041 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd output: ctest-nginx-pod-39060998 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-09-13 14:00:16,088 - DEBUG - [Pod ctest-busybox-pod-35827858] 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-39060998 2025-09-13 14:00:16,088 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-13 14:00:16,088 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] 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-39060998 2025-09-13 14:00:16,139 - DEBUG - [Pod ctest-busybox-pod-35827858] 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-39060998 2025-09-13 14:00:16,139 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-13 14:00:16,139 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] 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-39060998 2025-09-13 14:00:16,208 - DEBUG - [Pod ctest-busybox-pod-35827858] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-62572150 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-09-13 14:00:16,208 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-13 14:00:16,209 - DEBUG - [Pod Pod ctest-busybox-pod-35827858] Cmd output: ctest-nginx-pod-62572150 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-09-13 14:00:16,209 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-39060998': 4, 'ctest-nginx-pod-62572150': 1} 2025-09-13 14:00:16,209 - WARNING - Nothing to delete parallely 2025-09-13 14:00:16,209 - INFO - Deleting pod default:ctest-busybox-pod-35827858 2025-09-13 14:00:16,221 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:16,227 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:21,228 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:21,234 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:26,235 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:26,240 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:31,241 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:31,291 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:36,292 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:36,300 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:41,300 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:41,309 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:46,309 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:46,316 - WARNING - Pod uuid 59890892-200b-4d6a-9208-685e61a6f025 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:51,317 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=59890892-200b-4d6a-9208-685e61a6f025 2025-09-13 14:00:51,323 - DEBUG - Pod 59890892-200b-4d6a-9208-685e61a6f025 is not in agent 10.0.0.50 VM list 2025-09-13 14:00:51,323 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f09149c6-90a9-11f0-bb31-fa163e9aa11e 2025-09-13 14:00:51,328 - DEBUG - VMI f09149c6-90a9-11f0-bb31-fa163e9aa11e is removed from agent 10.0.0.50 2025-09-13 14:00:51,328 - INFO - Verified that pod ctest-busybox-pod-35827858 is removed in agent 2025-09-13 14:00:51,328 - INFO - Deleting Ingress : ctest-nginx-ingress-70483731 2025-09-13 14:00:51,334 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=81ec57b6-8344-4500-b1bc-4eb8b5f8956e 2025-09-13 14:00:51,340 - ERROR - Ingress ctest-nginx-ingress-70483731 with uuid 81ec57b6-8344-4500-b1bc-4eb8b5f8956e still found in kube manager 2025-09-13 14:00:52,341 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=81ec57b6-8344-4500-b1bc-4eb8b5f8956e 2025-09-13 14:00:52,344 - INFO - Ingress ctest-nginx-ingress-70483731 with uuid 81ec57b6-8344-4500-b1bc-4eb8b5f8956e deleted successfully from kube manager 2025-09-13 14:00:52,344 - INFO - Verifications on Ingress %s cleanup passed 2025-09-13 14:00:52,345 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-13 14:00:52,427 - 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-09-13 14:00:52,431 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-13 14:00:52,431 - INFO - Deleting VN __public__ 2025-09-13 14:00:52,521 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ad4d3f21-c646-49c6-abaf-e9526f6a7e62 2025-09-13 14:00:52,526 - DEBUG - Response Code: 404 2025-09-13 14:00:52,526 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-09-13 14:00:52,535 - DEBUG - Requesting: http://10.0.0.38:8082/domain/9bcc51e4-62bd-4f81-88dd-45964953b4b9 2025-09-13 14:00:52,551 - DEBUG - Requesting: http://10.0.0.38:8082/project/8f420593-fb11-4b98-a766-fca5bf860aaa 2025-09-13 14:00:52,586 - INFO - Validated that VN __public__ is not found in API Server 2025-09-13 14:00:52,593 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-13 14:00:52,604 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 14:00:52,609 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-09-13 14:00:52,610 - INFO - Validated that VN __public__ is not in any agent 2025-09-13 14:00:52,610 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 14:00:52,619 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-13 14:00:52,624 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-13 14:00:52,632 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-13 14:00:52,633 - INFO - Deleting pod default:ctest-nginx-pod-62572150 2025-09-13 14:00:52,649 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d5a0f167-a452-4888-8209-88b72192d385 2025-09-13 14:00:52,670 - WARNING - Pod uuid d5a0f167-a452-4888-8209-88b72192d385 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:00:57,672 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d5a0f167-a452-4888-8209-88b72192d385 2025-09-13 14:00:57,678 - DEBUG - Pod d5a0f167-a452-4888-8209-88b72192d385 is not in agent 10.0.0.50 VM list 2025-09-13 14:00:57,678 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:edfb17fa-90a9-11f0-bb31-fa163e9aa11e 2025-09-13 14:00:57,684 - DEBUG - VMI edfb17fa-90a9-11f0-bb31-fa163e9aa11e is removed from agent 10.0.0.50 2025-09-13 14:00:57,684 - INFO - Verified that pod ctest-nginx-pod-62572150 is removed in agent 2025-09-13 14:00:57,684 - INFO - Deleting pod default:ctest-nginx-pod-39060998 2025-09-13 14:00:57,708 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c2c0077b-893b-41d3-9323-b3f263999f68 2025-09-13 14:00:57,718 - WARNING - Pod uuid c2c0077b-893b-41d3-9323-b3f263999f68 is still seen in agent 10.0.0.50 VM list 2025-09-13 14:01:02,719 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c2c0077b-893b-41d3-9323-b3f263999f68 2025-09-13 14:01:02,725 - DEBUG - Pod c2c0077b-893b-41d3-9323-b3f263999f68 is not in agent 10.0.0.50 VM list 2025-09-13 14:01:02,725 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eccfa5e4-90a9-11f0-bb31-fa163e9aa11e 2025-09-13 14:01:02,731 - DEBUG - VMI eccfa5e4-90a9-11f0-bb31-fa163e9aa11e is removed from agent 10.0.0.50 2025-09-13 14:01:02,731 - INFO - Verified that pod ctest-nginx-pod-39060998 is removed in agent 2025-09-13 14:01:02,731 - INFO - Deleting service : ctest-nginx-svc-42296376 2025-09-13 14:01:02,926 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-13 14:01:02,932 - DEBUG - No XMPP flaps were noticed during the test