2025-08-15 12:03:24,350 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-08-15 12:03:24,636 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1404-1 2025-08-15 12:03:24,637 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-08-15 12:03:24,681 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1404-1 2025-08-15 12:03:24,681 - 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-08-15 12:03:24,766 - DEBUG - Output : NAMES contrail_test_x72fFCjFs contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-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-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 2025-08-15 12:03:24,766 - DEBUG - [10.0.0.41]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-08-15 12:03:24,839 - DEBUG - Output : 127.0.0.1/8 10.0.0.41/24 252.41.0.1/8 10.144.99.1/24 172.17.0.1/16 2025-08-15 12:03:24,840 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-08-15 12:03:24,872 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1404-1 2025-08-15 12:03:24,920 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-08-15 12:03:25,133 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1404-1 2025-08-15 12:03:25,134 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-08-15 12:03:25,205 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1404-1 2025-08-15 12:03:25,205 - DEBUG - [10.0.0.27]: 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-08-15 12:03:25,249 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-08-15 12:03:25,249 - DEBUG - [10.0.0.27]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-08-15 12:03:25,272 - DEBUG - Output : 10.0.0.27/24 2025-08-15 12:03:25,272 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-08-15 12:03:25,345 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1404-1 2025-08-15 12:03:25,410 - INFO - Using existing project ['default-domain', 'k8s-default'](247b6244-3c29-478b-a705-07b4dd763775) 2025-08-15 12:03:25,516 - INFO - Using existing project ['default-domain', 'k8s-default'](247b6244-3c29-478b-a705-07b4dd763775) 2025-08-15 12:03:25,644 - INFO - ================================================================================ 2025-08-15 12:03:25,644 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-08-15 12:03:25,645 - 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-08-15 12:03:25,864 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-15 12:03:25,871 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.41': '0'}} with 2025-08-15 12:03:25,871 - INFO - Initial checks done. Running the testcase now 2025-08-15 12:03:25,871 - INFO - 2025-08-15 12:03:25,874 - INFO - Namespace default already exists 2025-08-15 12:03:25,875 - 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-08-15 12:03:25,980 - DEBUG - Output : cluster_project={} 2025-08-15 12:03:26,027 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-08-15 12:03:26,028 - DEBUG - Project uuid in Contrail is 247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:03:26,028 - 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-08-15 12:03:26,154 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-15 12:03:26,154 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=e8dabfe0-de65-4b1d-988d-5d44da899452 2025-08-15 12:03:26,159 - INFO - Namespace default with uuid e8dabfe0-de65-4b1d-988d-5d44da899452 found in kube manager 2025-08-15 12:03:26,159 - INFO - Namespace default verification passed 2025-08-15 12:03:26,162 - DEBUG - Service ctest-nginx-svc-50081140 not present 2025-08-15 12:03:26,163 - INFO - Creating service ctest-nginx-svc-50081140 2025-08-15 12:03:26,181 - INFO - Created Service ctest-nginx-svc-50081140 2025-08-15 12:03:26,183 - DEBUG - Pod ctest-nginx-pod-47355279 not present 2025-08-15 12:03:26,184 - INFO - Creating Pod ctest-nginx-pod-47355279 2025-08-15 12:03:26,253 - DEBUG - Pod : ctest-nginx-pod-47355279 UUID is 1e0b9669-35c9-4346-b62f-8f1af2e37ee2 2025-08-15 12:03:26,261 - DEBUG - Pod ctest-nginx-pod-07171838 not present 2025-08-15 12:03:26,261 - INFO - Creating Pod ctest-nginx-pod-07171838 2025-08-15 12:03:26,299 - DEBUG - Pod : ctest-nginx-pod-07171838 UUID is b92ddb35-e336-469a-9794-e3794579e199 2025-08-15 12:03:26,515 - INFO - Created VN __public__, UUID :a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:26,585 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-08-15 12:03:26,591 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dbb06f80-9047-4366-80b9-e6ac3c862bf3 2025-08-15 12:03:26,666 - DEBUG - Requesting: http://10.0.0.41:8082/project/247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:03:26,726 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:26,736 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:26,745 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:26,764 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:26,771 - DEBUG - Route Targets: [] 2025-08-15 12:03:26,771 - DEBUG - RT names not yet present for VN __public__ 2025-08-15 12:03:31,771 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-08-15 12:03:31,777 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dbb06f80-9047-4366-80b9-e6ac3c862bf3 2025-08-15 12:03:31,784 - DEBUG - Requesting: http://10.0.0.41:8082/project/247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:03:31,818 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:31,826 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:31,834 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:31,842 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:31,849 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/93fdd4d5-1429-444a-9cd7-c045dfe7ab74 2025-08-15 12:03:31,856 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-15 12:03:31,856 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:31,865 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:31,879 - INFO - Verified VN network id 13 for VN a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:31,879 - INFO - Verifications in API Server for VN __public__ passed 2025-08-15 12:03:31,879 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:31,887 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:31,893 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:03:31,898 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/93fdd4d5-1429-444a-9cd7-c045dfe7ab74 2025-08-15 12:03:31,904 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-15 12:03:31,910 - 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': '12134148542114579227', 'uuid-lslong': '10167675260798713774'}, 'enable': 'true', 'created': '2025-08-15T12:03:26', 'last-modified': '2025-08-15T12:03:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.353099'} 2025-08-15 12:03:31,910 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:03:31,917 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-15 12:03:31,917 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-08-15 12:03:31,918 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-08-15 12:03:31,918 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-08-15 12:03:31,922 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dbb06f80-9047-4366-80b9-e6ac3c862bf3 2025-08-15 12:03:31,929 - DEBUG - Requesting: http://10.0.0.41:8082/project/247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:03:31,966 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:31,976 - DEBUG - =>VN __public__ has no policy to be verified 2025-08-15 12:03:31,976 - DEBUG - Verifying the vn in opserver 2025-08-15 12:03:31,976 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-08-15 12:03:31,976 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-08-15 12:03:31,981 - 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-08-15 12:03:31,981 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-08-15 12:03:31,981 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:03:31,989 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:03:31,995 - DEBUG - Do not have enough data to verify VN in agent 2025-08-15 12:03:31,995 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:03:32,002 - DEBUG - VRF ids for VN __public__: {} 2025-08-15 12:03:32,092 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-08-15 12:03:32,187 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-08-15 12:03:32,192 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dbb06f80-9047-4366-80b9-e6ac3c862bf3 2025-08-15 12:03:32,200 - DEBUG - Requesting: http://10.0.0.41:8082/project/247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:03:32,241 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:32,251 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/ca4353b2-b778-4d80-a8cc-29ba590c4396 2025-08-15 12:03:32,258 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-08-15 12:03:32,263 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dbb06f80-9047-4366-80b9-e6ac3c862bf3 2025-08-15 12:03:32,271 - DEBUG - Requesting: http://10.0.0.41:8082/project/247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:03:32,307 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/a86527cf-4090-431b-8d1a-d6c76f6f3fae 2025-08-15 12:03:32,315 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-08-15 12:03:32,315 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-08-15 12:03:32,321 - 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-08-15 12:03:32,326 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-08-15 12:03:32,326 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-08-15 12:03:32,329 - DEBUG - Ingress ctest-nginx-ingress-97199173 not present 2025-08-15 12:03:32,330 - INFO - Creating Ingress ctest-nginx-ingress-97199173 2025-08-15 12:03:32,337 - INFO - Created Ingress ctest-nginx-ingress-97199173 2025-08-15 12:03:32,340 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-97199173 2025-08-15 12:03:35,356 - DEBUG - For Ingress ctest-nginx-ingress-97199173, Cluster IP: 10.47.255.249, External IPs ['36.77.116.124'] 2025-08-15 12:03:35,356 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-97199173 2025-08-15 12:03:35,357 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=e1ed08f6-653e-4099-96ee-7ec314fd11ef 2025-08-15 12:03:35,362 - INFO - Ingress ctest-nginx-ingress-97199173 with uuid e1ed08f6-653e-4099-96ee-7ec314fd11ef found in kube manager 2025-08-15 12:03:35,362 - INFO - Ingress ctest-nginx-ingress-97199173 verification passed 2025-08-15 12:03:35,365 - DEBUG - Pod ctest-busybox-pod-22612026 not present 2025-08-15 12:03:35,365 - INFO - Creating Pod ctest-busybox-pod-22612026 2025-08-15 12:03:35,387 - DEBUG - Pod : ctest-busybox-pod-22612026 UUID is f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:03:35,395 - DEBUG - Pod ctest-nginx-pod-47355279 not in running state.Currently in Pending 2025-08-15 12:03:40,401 - DEBUG - Pod ctest-nginx-pod-47355279 not in running state.Currently in Pending 2025-08-15 12:03:45,407 - INFO - Pod ctest-nginx-pod-47355279 is in running state.Got IP 10.47.255.251 2025-08-15 12:03:45,459 - DEBUG - Pod ctest-nginx-pod-47355279 has vmi da4b553a-79cf-11f0-84d1-fa163eb1f6dc 2025-08-15 12:03:45,459 - INFO - Verified pod ctest-nginx-pod-47355279 in contrail-api 2025-08-15 12:03:45,459 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-15 12:03:45,471 - DEBUG - VMI da4b553a-79cf-11f0-84d1-fa163eb1f6dc is active in agent 10.0.0.27 2025-08-15 12:03:45,472 - INFO - Verified Pod ctest-nginx-pod-47355279 in agent 10.0.0.27 2025-08-15 12:03:45,472 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=1e0b9669-35c9-4346-b62f-8f1af2e37ee2 2025-08-15 12:03:45,476 - INFO - Pod ctest-nginx-pod-47355279 with uuid 1e0b9669-35c9-4346-b62f-8f1af2e37ee2 found in kube manager 2025-08-15 12:03:45,476 - INFO - Pod ctest-nginx-pod-47355279 verification passed 2025-08-15 12:03:45,533 - DEBUG - [Pod ctest-nginx-pod-47355279] Cmd: echo ctest-nginx-pod-47355279 > /usr/share/nginx/html/index.html, Output: 2025-08-15 12:03:45,538 - INFO - Pod ctest-nginx-pod-07171838 is in running state.Got IP 10.47.255.250 2025-08-15 12:03:45,549 - DEBUG - Pod ctest-nginx-pod-07171838 has vmi daa22b6c-79cf-11f0-84d1-fa163eb1f6dc 2025-08-15 12:03:45,549 - INFO - Verified pod ctest-nginx-pod-07171838 in contrail-api 2025-08-15 12:03:45,549 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-15 12:03:45,559 - DEBUG - VMI daa22b6c-79cf-11f0-84d1-fa163eb1f6dc is active in agent 10.0.0.27 2025-08-15 12:03:45,559 - INFO - Verified Pod ctest-nginx-pod-07171838 in agent 10.0.0.27 2025-08-15 12:03:45,559 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=b92ddb35-e336-469a-9794-e3794579e199 2025-08-15 12:03:45,563 - INFO - Pod ctest-nginx-pod-07171838 with uuid b92ddb35-e336-469a-9794-e3794579e199 found in kube manager 2025-08-15 12:03:45,563 - INFO - Pod ctest-nginx-pod-07171838 verification passed 2025-08-15 12:03:45,615 - DEBUG - [Pod ctest-nginx-pod-07171838] Cmd: echo ctest-nginx-pod-07171838 > /usr/share/nginx/html/index.html, Output: 2025-08-15 12:03:45,620 - DEBUG - Pod ctest-busybox-pod-22612026 not in running state.Currently in Pending 2025-08-15 12:03:50,625 - INFO - Pod ctest-busybox-pod-22612026 is in running state.Got IP 10.47.255.248 2025-08-15 12:03:50,636 - DEBUG - Pod ctest-busybox-pod-22612026 has vmi df0854ba-79cf-11f0-84d1-fa163eb1f6dc 2025-08-15 12:03:50,637 - INFO - Verified pod ctest-busybox-pod-22612026 in contrail-api 2025-08-15 12:03:50,637 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-15 12:03:50,646 - DEBUG - VMI df0854ba-79cf-11f0-84d1-fa163eb1f6dc is active in agent 10.0.0.27 2025-08-15 12:03:50,646 - INFO - Verified Pod ctest-busybox-pod-22612026 in agent 10.0.0.27 2025-08-15 12:03:50,646 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:03:50,650 - INFO - Pod ctest-busybox-pod-22612026 with uuid f43b4f2c-a798-4373-ad78-9f608bd4613f found in kube manager 2025-08-15 12:03:50,650 - INFO - Pod ctest-busybox-pod-22612026 verification passed 2025-08-15 12:03:50,709 - DEBUG - [Pod ctest-busybox-pod-22612026] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-07171838 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-08-15 12:03:50,710 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-15 12:03:50,710 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] Cmd output: ctest-nginx-pod-07171838 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-08-15 12:03:50,757 - DEBUG - [Pod ctest-busybox-pod-22612026] 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-07171838 2025-08-15 12:03:50,758 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-15 12:03:50,758 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] 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-07171838 2025-08-15 12:03:50,816 - DEBUG - [Pod ctest-busybox-pod-22612026] 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-07171838 2025-08-15 12:03:50,816 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-15 12:03:50,816 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] 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-07171838 2025-08-15 12:03:50,870 - DEBUG - [Pod ctest-busybox-pod-22612026] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-47355279 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-08-15 12:03:50,870 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-15 12:03:50,870 - DEBUG - [Pod Pod ctest-busybox-pod-22612026] Cmd output: ctest-nginx-pod-47355279 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-08-15 12:03:50,870 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-47355279': 1, 'ctest-nginx-pod-07171838': 3} 2025-08-15 12:03:50,870 - WARNING - Nothing to delete parallely 2025-08-15 12:03:50,870 - INFO - Deleting pod default:ctest-busybox-pod-22612026 2025-08-15 12:03:50,886 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:03:50,897 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:03:55,898 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:03:55,905 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:00,906 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:04:00,913 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:05,914 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:04:05,921 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:10,922 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:04:10,928 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:15,929 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:04:15,937 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:20,938 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:04:20,945 - WARNING - Pod uuid f43b4f2c-a798-4373-ad78-9f608bd4613f is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:25,946 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f43b4f2c-a798-4373-ad78-9f608bd4613f 2025-08-15 12:04:25,955 - DEBUG - Pod f43b4f2c-a798-4373-ad78-9f608bd4613f is not in agent 10.0.0.27 VM list 2025-08-15 12:04:25,955 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df0854ba-79cf-11f0-84d1-fa163eb1f6dc 2025-08-15 12:04:25,960 - DEBUG - VMI df0854ba-79cf-11f0-84d1-fa163eb1f6dc is removed from agent 10.0.0.27 2025-08-15 12:04:25,960 - INFO - Verified that pod ctest-busybox-pod-22612026 is removed in agent 2025-08-15 12:04:25,961 - INFO - Deleting Ingress : ctest-nginx-ingress-97199173 2025-08-15 12:04:25,965 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=e1ed08f6-653e-4099-96ee-7ec314fd11ef 2025-08-15 12:04:25,969 - ERROR - Ingress ctest-nginx-ingress-97199173 with uuid e1ed08f6-653e-4099-96ee-7ec314fd11ef still found in kube manager 2025-08-15 12:04:26,970 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=e1ed08f6-653e-4099-96ee-7ec314fd11ef 2025-08-15 12:04:26,978 - INFO - Ingress ctest-nginx-ingress-97199173 with uuid e1ed08f6-653e-4099-96ee-7ec314fd11ef deleted successfully from kube manager 2025-08-15 12:04:26,978 - INFO - Verifications on Ingress %s cleanup passed 2025-08-15 12:04:26,979 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-08-15 12:04:27,149 - 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-08-15 12:04:27,163 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-08-15 12:04:27,163 - INFO - Deleting VN __public__ 2025-08-15 12:04:27,383 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/d66820ba-7e65-4f99-8316-dca62e422081 2025-08-15 12:04:27,391 - DEBUG - Response Code: 404 2025-08-15 12:04:27,391 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-08-15 12:04:27,398 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dbb06f80-9047-4366-80b9-e6ac3c862bf3 2025-08-15 12:04:27,405 - DEBUG - Requesting: http://10.0.0.41:8082/project/247b6244-3c29-478b-a705-07b4dd763775 2025-08-15 12:04:27,431 - INFO - Validated that VN __public__ is not found in API Server 2025-08-15 12:04:27,434 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-08-15 12:04:27,449 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:04:27,466 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-08-15 12:04:27,466 - INFO - Validated that VN __public__ is not in any agent 2025-08-15 12:04:27,467 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:04:27,498 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-15 12:04:27,529 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-15 12:04:27,539 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-08-15 12:04:27,543 - INFO - Deleting pod default:ctest-nginx-pod-07171838 2025-08-15 12:04:27,556 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b92ddb35-e336-469a-9794-e3794579e199 2025-08-15 12:04:27,572 - WARNING - Pod uuid b92ddb35-e336-469a-9794-e3794579e199 is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:32,572 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b92ddb35-e336-469a-9794-e3794579e199 2025-08-15 12:04:32,578 - DEBUG - Pod b92ddb35-e336-469a-9794-e3794579e199 is not in agent 10.0.0.27 VM list 2025-08-15 12:04:32,578 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:daa22b6c-79cf-11f0-84d1-fa163eb1f6dc 2025-08-15 12:04:32,586 - DEBUG - VMI daa22b6c-79cf-11f0-84d1-fa163eb1f6dc is removed from agent 10.0.0.27 2025-08-15 12:04:32,586 - INFO - Verified that pod ctest-nginx-pod-07171838 is removed in agent 2025-08-15 12:04:32,586 - INFO - Deleting pod default:ctest-nginx-pod-47355279 2025-08-15 12:04:32,596 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e0b9669-35c9-4346-b62f-8f1af2e37ee2 2025-08-15 12:04:32,607 - WARNING - Pod uuid 1e0b9669-35c9-4346-b62f-8f1af2e37ee2 is still seen in agent 10.0.0.27 VM list 2025-08-15 12:04:37,607 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e0b9669-35c9-4346-b62f-8f1af2e37ee2 2025-08-15 12:04:37,613 - DEBUG - Pod 1e0b9669-35c9-4346-b62f-8f1af2e37ee2 is not in agent 10.0.0.27 VM list 2025-08-15 12:04:37,613 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:da4b553a-79cf-11f0-84d1-fa163eb1f6dc 2025-08-15 12:04:37,619 - DEBUG - VMI da4b553a-79cf-11f0-84d1-fa163eb1f6dc is removed from agent 10.0.0.27 2025-08-15 12:04:37,619 - INFO - Verified that pod ctest-nginx-pod-47355279 is removed in agent 2025-08-15 12:04:37,619 - INFO - Deleting service : ctest-nginx-svc-50081140 2025-08-15 12:04:37,819 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-15 12:04:37,826 - DEBUG - No XMPP flaps were noticed during the test