2025-07-28 02:11:02,511 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-07-28 02:11:02,784 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1343-1 2025-07-28 02:11:02,784 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-07-28 02:11:02,828 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1343-1 2025-07-28 02:11:02,828 - DEBUG - [10.0.0.49]: 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-07-28 02:11:02,958 - DEBUG - Output : NAMES contrail_test_jf3Nocb25 contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 2025-07-28 02:11:02,959 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-28 02:11:03,024 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-07-28 02:11:03,024 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-07-28 02:11:03,063 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1343-1 2025-07-28 02:11:03,153 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-07-28 02:11:03,395 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1343-1 2025-07-28 02:11:03,396 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-07-28 02:11:03,446 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1343-1 2025-07-28 02:11:03,446 - 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-07-28 02:11:03,525 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-28 02:11:03,525 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-28 02:11:03,559 - DEBUG - Output : 10.0.0.56/24 2025-07-28 02:11:03,559 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-07-28 02:11:03,597 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1343-1 2025-07-28 02:11:03,679 - INFO - Using existing project ['default-domain', 'k8s-default'](0cb4ba44-ccff-408c-a693-81872c5928d8) 2025-07-28 02:11:03,784 - INFO - Using existing project ['default-domain', 'k8s-default'](0cb4ba44-ccff-408c-a693-81872c5928d8) 2025-07-28 02:11:03,915 - INFO - ================================================================================ 2025-07-28 02:11:03,915 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-28 02:11:03,916 - 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-07-28 02:11:04,167 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-28 02:11:04,175 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.49': '0'}} with 2025-07-28 02:11:04,175 - INFO - Initial checks done. Running the testcase now 2025-07-28 02:11:04,175 - INFO - 2025-07-28 02:11:04,179 - INFO - Namespace default already exists 2025-07-28 02:11:04,180 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-28 02:11:04,286 - DEBUG - Output : cluster_project={} 2025-07-28 02:11:04,326 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-28 02:11:04,326 - DEBUG - Project uuid in Contrail is 0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:11:04,326 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-28 02:11:04,446 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-28 02:11:04,446 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=6107ff6e-c94e-4aa5-93db-2f61be6c44b7 2025-07-28 02:11:04,451 - INFO - Namespace default with uuid 6107ff6e-c94e-4aa5-93db-2f61be6c44b7 found in kube manager 2025-07-28 02:11:04,451 - INFO - Namespace default verification passed 2025-07-28 02:11:04,454 - DEBUG - Service ctest-nginx-svc-31173918 not present 2025-07-28 02:11:04,454 - INFO - Creating service ctest-nginx-svc-31173918 2025-07-28 02:11:04,474 - INFO - Created Service ctest-nginx-svc-31173918 2025-07-28 02:11:04,489 - DEBUG - Pod ctest-nginx-pod-99653437 not present 2025-07-28 02:11:04,489 - INFO - Creating Pod ctest-nginx-pod-99653437 2025-07-28 02:11:04,547 - DEBUG - Pod : ctest-nginx-pod-99653437 UUID is 94887fd6-17ad-4970-91f3-770f52107787 2025-07-28 02:11:04,553 - DEBUG - Pod ctest-nginx-pod-72659919 not present 2025-07-28 02:11:04,553 - INFO - Creating Pod ctest-nginx-pod-72659919 2025-07-28 02:11:04,585 - DEBUG - Pod : ctest-nginx-pod-72659919 UUID is b82f6887-b5c8-48e1-a00a-e0adbcc23f3e 2025-07-28 02:11:04,779 - INFO - Created VN __public__, UUID :e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:05,057 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-28 02:11:05,064 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9e618af3-295e-4d34-82dd-55e594c9037f 2025-07-28 02:11:05,088 - DEBUG - Requesting: http://10.0.0.49:8082/project/0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:11:05,154 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:05,181 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:05,191 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:05,211 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:05,234 - DEBUG - Route Targets: [] 2025-07-28 02:11:05,234 - DEBUG - RT names not yet present for VN __public__ 2025-07-28 02:11:10,235 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-28 02:11:10,243 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9e618af3-295e-4d34-82dd-55e594c9037f 2025-07-28 02:11:10,254 - DEBUG - Requesting: http://10.0.0.49:8082/project/0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:11:10,298 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,307 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,316 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:10,324 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:10,331 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/0ab089bd-0340-4323-b0dc-e3e5b0ca92e1 2025-07-28 02:11:10,338 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-28 02:11:10,338 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,348 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:10,363 - INFO - Verified VN network id 14 for VN e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,363 - INFO - Verifications in API Server for VN __public__ passed 2025-07-28 02:11:10,363 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,373 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:10,380 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:11:10,387 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/0ab089bd-0340-4323-b0dc-e3e5b0ca92e1 2025-07-28 02:11:10,394 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-28 02:11:10,401 - DEBUG - Control-node 10.0.0.49 : 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': '16156128965520344772', 'uuid-lslong': '12188177902551891947'}, 'enable': 'true', 'created': '2025-07-28T02:11:04', 'last-modified': '2025-07-28T02:11:04', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.441552'} 2025-07-28 02:11:10,401 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:11:10,408 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-28 02:11:10,409 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-28 02:11:10,409 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-28 02:11:10,409 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-28 02:11:10,416 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9e618af3-295e-4d34-82dd-55e594c9037f 2025-07-28 02:11:10,424 - DEBUG - Requesting: http://10.0.0.49:8082/project/0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:11:10,472 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,480 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-28 02:11:10,480 - DEBUG - Verifying the vn in opserver 2025-07-28 02:11:10,480 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-07-28 02:11:10,481 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-07-28 02:11:10,486 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-28 02:11:10,486 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-28 02:11:10,486 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:11:10,493 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:11:10,500 - DEBUG - Do not have enough data to verify VN in agent 2025-07-28 02:11:10,500 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:11:10,506 - DEBUG - VRF ids for VN __public__: {} 2025-07-28 02:11:10,601 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-28 02:11:10,696 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-28 02:11:10,701 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9e618af3-295e-4d34-82dd-55e594c9037f 2025-07-28 02:11:10,709 - DEBUG - Requesting: http://10.0.0.49:8082/project/0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:11:10,745 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,758 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/a7363e3f-1284-4569-939f-7d208512eb2f 2025-07-28 02:11:10,765 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-28 02:11:10,769 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9e618af3-295e-4d34-82dd-55e594c9037f 2025-07-28 02:11:10,777 - DEBUG - Requesting: http://10.0.0.49:8082/project/0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:11:10,815 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/e03619b1-ff3d-46c4-a925-1b3a04deffeb 2025-07-28 02:11:10,825 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-28 02:11:10,825 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-28 02:11:10,832 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-28 02:11:10,838 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-28 02:11:10,838 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-28 02:11:10,846 - DEBUG - Ingress ctest-nginx-ingress-05372010 not present 2025-07-28 02:11:10,846 - INFO - Creating Ingress ctest-nginx-ingress-05372010 2025-07-28 02:11:10,856 - INFO - Created Ingress ctest-nginx-ingress-05372010 2025-07-28 02:11:10,860 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-05372010 2025-07-28 02:11:13,878 - DEBUG - For Ingress ctest-nginx-ingress-05372010, Cluster IP: 10.47.255.249, External IPs ['67.219.35.60'] 2025-07-28 02:11:13,878 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-05372010 2025-07-28 02:11:13,878 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=c609e060-54f9-4701-8357-2fde7058d58c 2025-07-28 02:11:13,883 - INFO - Ingress ctest-nginx-ingress-05372010 with uuid c609e060-54f9-4701-8357-2fde7058d58c found in kube manager 2025-07-28 02:11:13,883 - INFO - Ingress ctest-nginx-ingress-05372010 verification passed 2025-07-28 02:11:13,886 - DEBUG - Pod ctest-busybox-pod-55305049 not present 2025-07-28 02:11:13,886 - INFO - Creating Pod ctest-busybox-pod-55305049 2025-07-28 02:11:13,919 - DEBUG - Pod : ctest-busybox-pod-55305049 UUID is 6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:13,942 - DEBUG - Pod ctest-nginx-pod-99653437 not in running state.Currently in Pending 2025-07-28 02:11:18,948 - DEBUG - Pod ctest-nginx-pod-99653437 not in running state.Currently in Pending 2025-07-28 02:11:23,954 - INFO - Pod ctest-nginx-pod-99653437 is in running state.Got IP 10.47.255.251 2025-07-28 02:11:23,967 - DEBUG - Pod ctest-nginx-pod-99653437 has vmi 1e6eb45e-6b58-11f0-aaea-fa163e127c30 2025-07-28 02:11:23,967 - INFO - Verified pod ctest-nginx-pod-99653437 in contrail-api 2025-07-28 02:11:23,968 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-28 02:11:23,980 - DEBUG - VMI 1e6eb45e-6b58-11f0-aaea-fa163e127c30 is active in agent 10.0.0.56 2025-07-28 02:11:23,980 - INFO - Verified Pod ctest-nginx-pod-99653437 in agent 10.0.0.56 2025-07-28 02:11:23,980 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=94887fd6-17ad-4970-91f3-770f52107787 2025-07-28 02:11:23,985 - INFO - Pod ctest-nginx-pod-99653437 with uuid 94887fd6-17ad-4970-91f3-770f52107787 found in kube manager 2025-07-28 02:11:23,985 - INFO - Pod ctest-nginx-pod-99653437 verification passed 2025-07-28 02:11:24,050 - DEBUG - [Pod ctest-nginx-pod-99653437] Cmd: echo ctest-nginx-pod-99653437 > /usr/share/nginx/html/index.html, Output: 2025-07-28 02:11:24,055 - DEBUG - Pod ctest-nginx-pod-72659919 not in running state.Currently in Pending 2025-07-28 02:11:29,063 - INFO - Pod ctest-nginx-pod-72659919 is in running state.Got IP 10.47.255.250 2025-07-28 02:11:29,121 - DEBUG - Pod ctest-nginx-pod-72659919 has vmi 1efc7e9c-6b58-11f0-aaea-fa163e127c30 2025-07-28 02:11:29,121 - INFO - Verified pod ctest-nginx-pod-72659919 in contrail-api 2025-07-28 02:11:29,122 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-28 02:11:29,134 - DEBUG - VMI 1efc7e9c-6b58-11f0-aaea-fa163e127c30 is active in agent 10.0.0.56 2025-07-28 02:11:29,134 - INFO - Verified Pod ctest-nginx-pod-72659919 in agent 10.0.0.56 2025-07-28 02:11:29,135 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=b82f6887-b5c8-48e1-a00a-e0adbcc23f3e 2025-07-28 02:11:29,140 - INFO - Pod ctest-nginx-pod-72659919 with uuid b82f6887-b5c8-48e1-a00a-e0adbcc23f3e found in kube manager 2025-07-28 02:11:29,140 - INFO - Pod ctest-nginx-pod-72659919 verification passed 2025-07-28 02:11:29,206 - DEBUG - [Pod ctest-nginx-pod-72659919] Cmd: echo ctest-nginx-pod-72659919 > /usr/share/nginx/html/index.html, Output: 2025-07-28 02:11:29,212 - INFO - Pod ctest-busybox-pod-55305049 is in running state.Got IP 10.47.255.248 2025-07-28 02:11:29,224 - DEBUG - Pod ctest-busybox-pod-55305049 has vmi 23448d8c-6b58-11f0-aaea-fa163e127c30 2025-07-28 02:11:29,225 - INFO - Verified pod ctest-busybox-pod-55305049 in contrail-api 2025-07-28 02:11:29,225 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-28 02:11:29,235 - DEBUG - VMI 23448d8c-6b58-11f0-aaea-fa163e127c30 is active in agent 10.0.0.56 2025-07-28 02:11:29,235 - INFO - Verified Pod ctest-busybox-pod-55305049 in agent 10.0.0.56 2025-07-28 02:11:29,235 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:29,240 - INFO - Pod ctest-busybox-pod-55305049 with uuid 6ccabccd-1455-488a-8626-42192bad4b0d found in kube manager 2025-07-28 02:11:29,240 - INFO - Pod ctest-busybox-pod-55305049 verification passed 2025-07-28 02:11:29,303 - DEBUG - [Pod ctest-busybox-pod-55305049] 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-72659919 2025-07-28 02:11:29,303 - DEBUG - [Pod Pod ctest-busybox-pod-55305049] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-28 02:11:29,303 - DEBUG - [Pod Pod ctest-busybox-pod-55305049] 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-72659919 2025-07-28 02:11:29,363 - DEBUG - [Pod ctest-busybox-pod-55305049] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-99653437 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-07-28 02:11:29,363 - DEBUG - [Pod Pod ctest-busybox-pod-55305049] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-28 02:11:29,363 - DEBUG - [Pod Pod ctest-busybox-pod-55305049] Cmd output: ctest-nginx-pod-99653437 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-07-28 02:11:29,363 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-99653437': 1, 'ctest-nginx-pod-72659919': 1} 2025-07-28 02:11:29,364 - WARNING - Nothing to delete parallely 2025-07-28 02:11:29,364 - INFO - Deleting pod default:ctest-busybox-pod-55305049 2025-07-28 02:11:29,375 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:29,382 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:11:34,383 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:34,391 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:11:39,392 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:39,400 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:11:44,401 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:44,409 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:11:49,410 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:49,424 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:11:54,424 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:54,436 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:11:59,436 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:11:59,445 - WARNING - Pod uuid 6ccabccd-1455-488a-8626-42192bad4b0d is still seen in agent 10.0.0.56 VM list 2025-07-28 02:12:04,446 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6ccabccd-1455-488a-8626-42192bad4b0d 2025-07-28 02:12:04,454 - DEBUG - Pod 6ccabccd-1455-488a-8626-42192bad4b0d is not in agent 10.0.0.56 VM list 2025-07-28 02:12:04,454 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:23448d8c-6b58-11f0-aaea-fa163e127c30 2025-07-28 02:12:04,461 - DEBUG - VMI 23448d8c-6b58-11f0-aaea-fa163e127c30 is removed from agent 10.0.0.56 2025-07-28 02:12:04,461 - INFO - Verified that pod ctest-busybox-pod-55305049 is removed in agent 2025-07-28 02:12:04,461 - INFO - Deleting Ingress : ctest-nginx-ingress-05372010 2025-07-28 02:12:04,468 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=c609e060-54f9-4701-8357-2fde7058d58c 2025-07-28 02:12:04,476 - ERROR - Ingress ctest-nginx-ingress-05372010 with uuid c609e060-54f9-4701-8357-2fde7058d58c still found in kube manager 2025-07-28 02:12:05,476 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=c609e060-54f9-4701-8357-2fde7058d58c 2025-07-28 02:12:05,480 - INFO - Ingress ctest-nginx-ingress-05372010 with uuid c609e060-54f9-4701-8357-2fde7058d58c deleted successfully from kube manager 2025-07-28 02:12:05,481 - INFO - Verifications on Ingress %s cleanup passed 2025-07-28 02:12:05,481 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-28 02:12:05,594 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-28 02:12:05,600 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-28 02:12:05,600 - INFO - Deleting VN __public__ 2025-07-28 02:12:05,750 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/3d3ea57f-cd54-4445-a038-a1848146eb1f 2025-07-28 02:12:05,760 - DEBUG - Response Code: 404 2025-07-28 02:12:05,760 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-28 02:12:05,768 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9e618af3-295e-4d34-82dd-55e594c9037f 2025-07-28 02:12:05,782 - DEBUG - Requesting: http://10.0.0.49:8082/project/0cb4ba44-ccff-408c-a693-81872c5928d8 2025-07-28 02:12:05,863 - INFO - Validated that VN __public__ is not found in API Server 2025-07-28 02:12:05,869 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-28 02:12:05,881 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:12:05,891 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-07-28 02:12:05,891 - INFO - Validated that VN __public__ is not in any agent 2025-07-28 02:12:05,891 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:12:05,904 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-28 02:12:05,917 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-28 02:12:05,924 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-28 02:12:05,924 - INFO - Deleting pod default:ctest-nginx-pod-72659919 2025-07-28 02:12:05,950 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b82f6887-b5c8-48e1-a00a-e0adbcc23f3e 2025-07-28 02:12:05,958 - WARNING - Pod uuid b82f6887-b5c8-48e1-a00a-e0adbcc23f3e is still seen in agent 10.0.0.56 VM list 2025-07-28 02:12:10,959 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b82f6887-b5c8-48e1-a00a-e0adbcc23f3e 2025-07-28 02:12:10,966 - DEBUG - Pod b82f6887-b5c8-48e1-a00a-e0adbcc23f3e is not in agent 10.0.0.56 VM list 2025-07-28 02:12:10,966 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1efc7e9c-6b58-11f0-aaea-fa163e127c30 2025-07-28 02:12:10,973 - DEBUG - VMI 1efc7e9c-6b58-11f0-aaea-fa163e127c30 is removed from agent 10.0.0.56 2025-07-28 02:12:10,973 - INFO - Verified that pod ctest-nginx-pod-72659919 is removed in agent 2025-07-28 02:12:10,973 - INFO - Deleting pod default:ctest-nginx-pod-99653437 2025-07-28 02:12:11,001 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=94887fd6-17ad-4970-91f3-770f52107787 2025-07-28 02:12:11,012 - WARNING - Pod uuid 94887fd6-17ad-4970-91f3-770f52107787 is still seen in agent 10.0.0.56 VM list 2025-07-28 02:12:16,013 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=94887fd6-17ad-4970-91f3-770f52107787 2025-07-28 02:12:16,020 - DEBUG - Pod 94887fd6-17ad-4970-91f3-770f52107787 is not in agent 10.0.0.56 VM list 2025-07-28 02:12:16,020 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1e6eb45e-6b58-11f0-aaea-fa163e127c30 2025-07-28 02:12:16,027 - DEBUG - VMI 1e6eb45e-6b58-11f0-aaea-fa163e127c30 is removed from agent 10.0.0.56 2025-07-28 02:12:16,027 - INFO - Verified that pod ctest-nginx-pod-99653437 is removed in agent 2025-07-28 02:12:16,027 - INFO - Deleting service : ctest-nginx-svc-31173918 2025-07-28 02:12:16,301 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-28 02:12:16,309 - DEBUG - No XMPP flaps were noticed during the test