2025-06-30 15:06:24,301 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-06-30 15:06:24,557 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1307-1 2025-06-30 15:06:24,557 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-06-30 15:06:24,591 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1307-1 2025-06-30 15:06:24,591 - DEBUG - [10.0.0.41]: 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-30 15:06:24,691 - DEBUG - Output : NAMES contrail_test_3Gw8hNFbC contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 config_api-nodemgr-1 2025-06-30 15:06:24,692 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 15:06:24,736 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2025-06-30 15:06:24,736 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-06-30 15:06:24,776 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1307-1 2025-06-30 15:06:24,872 - DEBUG - [10.0.0.130]: Running cmd : hostname 2025-06-30 15:06:25,075 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1307-1 2025-06-30 15:06:25,075 - DEBUG - [10.0.0.130]: Running cmd : hostname -f 2025-06-30 15:06:25,099 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1307-1 2025-06-30 15:06:25,099 - DEBUG - [10.0.0.130]: 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-30 15:06:25,143 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-30 15:06:25,143 - DEBUG - [10.0.0.130]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 15:06:25,214 - DEBUG - Output : 10.0.0.130/24 2025-06-30 15:06:25,214 - DEBUG - [10.0.0.130]: Running cmd : getent hosts 10.0.0.130 | head -n 1 | awk '{print $2}' 2025-06-30 15:06:25,248 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1307-1 2025-06-30 15:06:25,341 - INFO - Using existing project ['default-domain', 'k8s-default'](b6424096-be36-45b7-ad6d-ccd67f85d2f0) 2025-06-30 15:06:25,442 - INFO - Using existing project ['default-domain', 'k8s-default'](b6424096-be36-45b7-ad6d-ccd67f85d2f0) 2025-06-30 15:06:25,580 - INFO - ================================================================================ 2025-06-30 15:06:25,580 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-30 15:06:25,581 - 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-30 15:06:25,787 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 15:06:25,796 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.0.0.41': '0'}} with 2025-06-30 15:06:25,796 - INFO - Initial checks done. Running the testcase now 2025-06-30 15:06:25,796 - INFO - 2025-06-30 15:06:25,800 - INFO - Namespace default already exists 2025-06-30 15:06:25,800 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 15:06:25,954 - DEBUG - Output : cluster_project={} 2025-06-30 15:06:26,018 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-30 15:06:26,018 - DEBUG - Project uuid in Contrail is b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:06:26,018 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 15:06:26,173 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 15:06:26,174 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=01cf3903-ccec-46c9-9bc2-8ec78152df39 2025-06-30 15:06:26,177 - INFO - Namespace default with uuid 01cf3903-ccec-46c9-9bc2-8ec78152df39 found in kube manager 2025-06-30 15:06:26,178 - INFO - Namespace default verification passed 2025-06-30 15:06:26,184 - DEBUG - Service ctest-nginx-svc-91135217 not present 2025-06-30 15:06:26,185 - INFO - Creating service ctest-nginx-svc-91135217 2025-06-30 15:06:26,210 - INFO - Created Service ctest-nginx-svc-91135217 2025-06-30 15:06:26,214 - DEBUG - Pod ctest-nginx-pod-18732396 not present 2025-06-30 15:06:26,214 - INFO - Creating Pod ctest-nginx-pod-18732396 2025-06-30 15:06:26,293 - DEBUG - Pod : ctest-nginx-pod-18732396 UUID is 3813986c-920f-43b8-a760-7c90647ba130 2025-06-30 15:06:26,302 - DEBUG - Pod ctest-nginx-pod-47719979 not present 2025-06-30 15:06:26,302 - INFO - Creating Pod ctest-nginx-pod-47719979 2025-06-30 15:06:26,345 - DEBUG - Pod : ctest-nginx-pod-47719979 UUID is 224783df-4c6f-4e79-99a4-81484e1f7ea6 2025-06-30 15:06:26,585 - INFO - Created VN __public__, UUID :c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:26,852 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-06-30 15:06:26,885 - DEBUG - Requesting: http://10.0.0.41:8082/domain/0d846e94-c7e7-4f3d-86c4-d726153a8854 2025-06-30 15:06:26,955 - DEBUG - Requesting: http://10.0.0.41:8082/project/b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:06:27,041 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:27,068 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:27,104 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:27,112 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:27,146 - DEBUG - Route Targets: [] 2025-06-30 15:06:27,146 - DEBUG - RT names not yet present for VN __public__ 2025-06-30 15:06:32,146 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-06-30 15:06:32,153 - DEBUG - Requesting: http://10.0.0.41:8082/domain/0d846e94-c7e7-4f3d-86c4-d726153a8854 2025-06-30 15:06:32,169 - DEBUG - Requesting: http://10.0.0.41:8082/project/b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:06:32,215 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,226 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,246 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:32,259 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:32,268 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/ed655d2c-b0cc-41f7-89f4-2cba595a153e 2025-06-30 15:06:32,277 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 15:06:32,278 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,291 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:32,308 - INFO - Verified VN network id 13 for VN c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,308 - INFO - Verifications in API Server for VN __public__ passed 2025-06-30 15:06:32,308 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,318 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:32,325 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:06:32,332 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/ed655d2c-b0cc-41f7-89f4-2cba595a153e 2025-06-30 15:06:32,339 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 15:06:32,348 - DEBUG - Control-node 10.0.0.41 : 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': '14157067905508524241', 'uuid-lslong': '12782063440481706895'}, 'enable': 'true', 'created': '2025-06-30T15:06:26', 'last-modified': '2025-06-30T15:06:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.558875'} 2025-06-30 15:06:32,348 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:06:32,369 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 15:06:32,369 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-30 15:06:32,369 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-30 15:06:32,369 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-06-30 15:06:32,393 - DEBUG - Requesting: http://10.0.0.41:8082/domain/0d846e94-c7e7-4f3d-86c4-d726153a8854 2025-06-30 15:06:32,409 - DEBUG - Requesting: http://10.0.0.41:8082/project/b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:06:32,475 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,492 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-30 15:06:32,492 - DEBUG - Verifying the vn in opserver 2025-06-30 15:06:32,492 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-06-30 15:06:32,493 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-06-30 15:06:32,498 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-30 15:06:32,498 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-30 15:06:32,498 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:06:32,506 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:06:32,513 - DEBUG - Do not have enough data to verify VN in agent 2025-06-30 15:06:32,513 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:06:32,521 - DEBUG - VRF ids for VN __public__: {} 2025-06-30 15:06:32,646 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-30 15:06:32,847 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-06-30 15:06:32,853 - DEBUG - Requesting: http://10.0.0.41:8082/domain/0d846e94-c7e7-4f3d-86c4-d726153a8854 2025-06-30 15:06:32,862 - DEBUG - Requesting: http://10.0.0.41:8082/project/b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:06:32,904 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:32,924 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/8ef4427e-6787-41f9-bb9e-13436ff96899 2025-06-30 15:06:32,933 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-06-30 15:06:32,944 - DEBUG - Requesting: http://10.0.0.41:8082/domain/0d846e94-c7e7-4f3d-86c4-d726153a8854 2025-06-30 15:06:32,960 - DEBUG - Requesting: http://10.0.0.41:8082/project/b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:06:33,009 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/c4780240-b0eb-40d1-b163-02fa126b638f 2025-06-30 15:06:33,023 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-30 15:06:33,023 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-30 15:06:33,030 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 15:06:33,052 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-30 15:06:33,052 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-30 15:06:33,056 - DEBUG - Ingress ctest-nginx-ingress-77710225 not present 2025-06-30 15:06:33,057 - INFO - Creating Ingress ctest-nginx-ingress-77710225 2025-06-30 15:06:33,064 - INFO - Created Ingress ctest-nginx-ingress-77710225 2025-06-30 15:06:33,067 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77710225 2025-06-30 15:06:36,072 - DEBUG - For Ingress ctest-nginx-ingress-77710225, Cluster IP: 10.47.255.249, External IPs ['79.32.3.60'] 2025-06-30 15:06:36,072 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-77710225 2025-06-30 15:06:36,073 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=83398aae-da01-4a7f-a599-8ecc26e096e9 2025-06-30 15:06:36,077 - INFO - Ingress ctest-nginx-ingress-77710225 with uuid 83398aae-da01-4a7f-a599-8ecc26e096e9 found in kube manager 2025-06-30 15:06:36,077 - INFO - Ingress ctest-nginx-ingress-77710225 verification passed 2025-06-30 15:06:36,083 - DEBUG - Pod ctest-busybox-pod-35787873 not present 2025-06-30 15:06:36,084 - INFO - Creating Pod ctest-busybox-pod-35787873 2025-06-30 15:06:36,121 - DEBUG - Pod : ctest-busybox-pod-35787873 UUID is ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:06:36,126 - DEBUG - Pod ctest-nginx-pod-18732396 not in running state.Currently in Pending 2025-06-30 15:06:41,134 - DEBUG - Pod ctest-nginx-pod-18732396 not in running state.Currently in Pending 2025-06-30 15:06:46,148 - INFO - Pod ctest-nginx-pod-18732396 is in running state.Got IP 10.47.255.251 2025-06-30 15:06:46,161 - DEBUG - Pod ctest-nginx-pod-18732396 has vmi cc3f80c2-55c3-11f0-97fa-fa163ec91e49 2025-06-30 15:06:46,161 - INFO - Verified pod ctest-nginx-pod-18732396 in contrail-api 2025-06-30 15:06:46,161 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 15:06:46,173 - DEBUG - VMI cc3f80c2-55c3-11f0-97fa-fa163ec91e49 is active in agent 10.0.0.130 2025-06-30 15:06:46,173 - INFO - Verified Pod ctest-nginx-pod-18732396 in agent 10.0.0.130 2025-06-30 15:06:46,173 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=3813986c-920f-43b8-a760-7c90647ba130 2025-06-30 15:06:46,177 - INFO - Pod ctest-nginx-pod-18732396 with uuid 3813986c-920f-43b8-a760-7c90647ba130 found in kube manager 2025-06-30 15:06:46,177 - INFO - Pod ctest-nginx-pod-18732396 verification passed 2025-06-30 15:06:46,241 - DEBUG - [Pod ctest-nginx-pod-18732396] Cmd: echo ctest-nginx-pod-18732396 > /usr/share/nginx/html/index.html, Output: 2025-06-30 15:06:46,246 - INFO - Pod ctest-nginx-pod-47719979 is in running state.Got IP 10.47.255.250 2025-06-30 15:06:46,259 - DEBUG - Pod ctest-nginx-pod-47719979 has vmi ccd092c4-55c3-11f0-97fa-fa163ec91e49 2025-06-30 15:06:46,259 - INFO - Verified pod ctest-nginx-pod-47719979 in contrail-api 2025-06-30 15:06:46,259 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 15:06:46,270 - DEBUG - VMI ccd092c4-55c3-11f0-97fa-fa163ec91e49 is active in agent 10.0.0.130 2025-06-30 15:06:46,270 - INFO - Verified Pod ctest-nginx-pod-47719979 in agent 10.0.0.130 2025-06-30 15:06:46,271 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=224783df-4c6f-4e79-99a4-81484e1f7ea6 2025-06-30 15:06:46,275 - INFO - Pod ctest-nginx-pod-47719979 with uuid 224783df-4c6f-4e79-99a4-81484e1f7ea6 found in kube manager 2025-06-30 15:06:46,275 - INFO - Pod ctest-nginx-pod-47719979 verification passed 2025-06-30 15:06:46,328 - DEBUG - [Pod ctest-nginx-pod-47719979] Cmd: echo ctest-nginx-pod-47719979 > /usr/share/nginx/html/index.html, Output: 2025-06-30 15:06:46,333 - DEBUG - Pod ctest-busybox-pod-35787873 not in running state.Currently in Pending 2025-06-30 15:06:51,339 - INFO - Pod ctest-busybox-pod-35787873 is in running state.Got IP 10.47.255.248 2025-06-30 15:06:51,391 - DEBUG - Pod ctest-busybox-pod-35787873 has vmi d1566ad0-55c3-11f0-97fa-fa163ec91e49 2025-06-30 15:06:51,391 - INFO - Verified pod ctest-busybox-pod-35787873 in contrail-api 2025-06-30 15:06:51,391 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 15:06:51,403 - DEBUG - VMI d1566ad0-55c3-11f0-97fa-fa163ec91e49 is active in agent 10.0.0.130 2025-06-30 15:06:51,403 - INFO - Verified Pod ctest-busybox-pod-35787873 in agent 10.0.0.130 2025-06-30 15:06:51,403 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:06:51,409 - INFO - Pod ctest-busybox-pod-35787873 with uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c found in kube manager 2025-06-30 15:06:51,409 - INFO - Pod ctest-busybox-pod-35787873 verification passed 2025-06-30 15:06:51,478 - DEBUG - [Pod ctest-busybox-pod-35787873] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-47719979 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-30 15:06:51,478 - DEBUG - [Pod Pod ctest-busybox-pod-35787873] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 15:06:51,478 - DEBUG - [Pod Pod ctest-busybox-pod-35787873] Cmd output: ctest-nginx-pod-47719979 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-30 15:06:51,534 - DEBUG - [Pod ctest-busybox-pod-35787873] 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-18732396 2025-06-30 15:06:51,534 - DEBUG - [Pod Pod ctest-busybox-pod-35787873] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 15:06:51,534 - DEBUG - [Pod Pod ctest-busybox-pod-35787873] 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-18732396 2025-06-30 15:06:51,534 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-18732396': 1, 'ctest-nginx-pod-47719979': 1} 2025-06-30 15:06:51,534 - WARNING - Nothing to delete parallely 2025-06-30 15:06:51,534 - INFO - Deleting pod default:ctest-busybox-pod-35787873 2025-06-30 15:06:51,546 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:06:51,569 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:06:56,570 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:06:56,577 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:01,578 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:07:01,585 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:06,586 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:07:06,594 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:11,594 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:07:11,601 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:16,601 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:07:16,611 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:21,612 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:07:21,621 - WARNING - Pod uuid ba398d05-ac91-43ae-9d34-dfe100c4c04c is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:26,623 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=ba398d05-ac91-43ae-9d34-dfe100c4c04c 2025-06-30 15:07:26,630 - DEBUG - Pod ba398d05-ac91-43ae-9d34-dfe100c4c04c is not in agent 10.0.0.130 VM list 2025-06-30 15:07:26,630 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d1566ad0-55c3-11f0-97fa-fa163ec91e49 2025-06-30 15:07:26,636 - DEBUG - VMI d1566ad0-55c3-11f0-97fa-fa163ec91e49 is removed from agent 10.0.0.130 2025-06-30 15:07:26,636 - INFO - Verified that pod ctest-busybox-pod-35787873 is removed in agent 2025-06-30 15:07:26,636 - INFO - Deleting Ingress : ctest-nginx-ingress-77710225 2025-06-30 15:07:26,643 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=83398aae-da01-4a7f-a599-8ecc26e096e9 2025-06-30 15:07:26,647 - ERROR - Ingress ctest-nginx-ingress-77710225 with uuid 83398aae-da01-4a7f-a599-8ecc26e096e9 still found in kube manager 2025-06-30 15:07:27,648 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=83398aae-da01-4a7f-a599-8ecc26e096e9 2025-06-30 15:07:27,653 - ERROR - Ingress ctest-nginx-ingress-77710225 with uuid 83398aae-da01-4a7f-a599-8ecc26e096e9 still found in kube manager 2025-06-30 15:07:28,654 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=83398aae-da01-4a7f-a599-8ecc26e096e9 2025-06-30 15:07:28,658 - INFO - Ingress ctest-nginx-ingress-77710225 with uuid 83398aae-da01-4a7f-a599-8ecc26e096e9 deleted successfully from kube manager 2025-06-30 15:07:28,658 - INFO - Verifications on Ingress %s cleanup passed 2025-06-30 15:07:28,658 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-30 15:07:28,824 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 15:07:28,830 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-30 15:07:28,831 - INFO - Deleting VN __public__ 2025-06-30 15:07:29,124 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/e4ead47f-fe0b-4d11-b050-842c18999c80 2025-06-30 15:07:29,129 - DEBUG - Response Code: 404 2025-06-30 15:07:29,129 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-06-30 15:07:29,171 - DEBUG - Requesting: http://10.0.0.41:8082/domain/0d846e94-c7e7-4f3d-86c4-d726153a8854 2025-06-30 15:07:29,216 - DEBUG - Requesting: http://10.0.0.41:8082/project/b6424096-be36-45b7-ad6d-ccd67f85d2f0 2025-06-30 15:07:29,326 - INFO - Validated that VN __public__ is not found in API Server 2025-06-30 15:07:29,326 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-30 15:07:29,339 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:07:29,362 - DEBUG - VN __public__ is not present in Agent 10.0.0.130 2025-06-30 15:07:29,362 - INFO - Validated that VN __public__ is not in any agent 2025-06-30 15:07:29,362 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:07:29,383 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 15:07:29,389 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 15:07:29,396 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-30 15:07:29,396 - INFO - Deleting pod default:ctest-nginx-pod-47719979 2025-06-30 15:07:29,418 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=224783df-4c6f-4e79-99a4-81484e1f7ea6 2025-06-30 15:07:29,430 - WARNING - Pod uuid 224783df-4c6f-4e79-99a4-81484e1f7ea6 is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:34,433 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=224783df-4c6f-4e79-99a4-81484e1f7ea6 2025-06-30 15:07:34,440 - DEBUG - Pod 224783df-4c6f-4e79-99a4-81484e1f7ea6 is not in agent 10.0.0.130 VM list 2025-06-30 15:07:34,440 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ccd092c4-55c3-11f0-97fa-fa163ec91e49 2025-06-30 15:07:34,447 - DEBUG - VMI ccd092c4-55c3-11f0-97fa-fa163ec91e49 is removed from agent 10.0.0.130 2025-06-30 15:07:34,447 - INFO - Verified that pod ctest-nginx-pod-47719979 is removed in agent 2025-06-30 15:07:34,447 - INFO - Deleting pod default:ctest-nginx-pod-18732396 2025-06-30 15:07:34,459 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=3813986c-920f-43b8-a760-7c90647ba130 2025-06-30 15:07:34,471 - WARNING - Pod uuid 3813986c-920f-43b8-a760-7c90647ba130 is still seen in agent 10.0.0.130 VM list 2025-06-30 15:07:39,472 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=3813986c-920f-43b8-a760-7c90647ba130 2025-06-30 15:07:39,482 - DEBUG - Pod 3813986c-920f-43b8-a760-7c90647ba130 is not in agent 10.0.0.130 VM list 2025-06-30 15:07:39,482 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc3f80c2-55c3-11f0-97fa-fa163ec91e49 2025-06-30 15:07:39,500 - DEBUG - VMI cc3f80c2-55c3-11f0-97fa-fa163ec91e49 is removed from agent 10.0.0.130 2025-06-30 15:07:39,500 - INFO - Verified that pod ctest-nginx-pod-18732396 is removed in agent 2025-06-30 15:07:39,500 - INFO - Deleting service : ctest-nginx-svc-91135217 2025-06-30 15:07:39,679 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 15:07:39,685 - DEBUG - No XMPP flaps were noticed during the test