2026-06-10 03:46:16,145 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-06-10 03:46:16,417 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2018-1 2026-06-10 03:46:16,417 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-06-10 03:46:16,451 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2018-1 2026-06-10 03:46:16,451 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-10 03:46:16,566 - DEBUG - Output : NAMES contrail_test_azDrRueK2 contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-api-1 2026-06-10 03:46:16,567 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-10 03:46:16,600 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.72.112.1/24 172.17.0.1/16 2026-06-10 03:46:16,600 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-06-10 03:46:16,634 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2018-1 2026-06-10 03:46:16,729 - DEBUG - [10.0.0.249]: Running cmd : hostname 2026-06-10 03:46:16,982 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2018-1 2026-06-10 03:46:16,982 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2026-06-10 03:46:17,017 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2018-1 2026-06-10 03:46:17,018 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-10 03:46:17,067 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-06-10 03:46:17,067 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-10 03:46:17,135 - DEBUG - Output : 10.0.0.249/24 2026-06-10 03:46:17,135 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2026-06-10 03:46:17,170 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2018-1 2026-06-10 03:46:17,270 - INFO - Using existing project ['default-domain', 'k8s-default'](f6d6043a-b501-479f-910f-bb25127a6beb) 2026-06-10 03:46:17,341 - INFO - Using existing project ['default-domain', 'k8s-default'](f6d6043a-b501-479f-910f-bb25127a6beb) 2026-06-10 03:46:17,470 - INFO - ================================================================================ 2026-06-10 03:46:17,470 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-10 03:46:17,471 - 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 2026-06-10 03:46:17,718 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 03:46:17,725 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.33': '0'}} with 2026-06-10 03:46:17,725 - INFO - Initial checks done. Running the testcase now 2026-06-10 03:46:17,725 - INFO - 2026-06-10 03:46:17,730 - INFO - Namespace default already exists 2026-06-10 03:46:17,730 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-10 03:46:17,874 - DEBUG - Output : cluster_project={} 2026-06-10 03:46:17,948 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-10 03:46:17,948 - DEBUG - Project uuid in Contrail is f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:46:17,948 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-10 03:46:18,089 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-10 03:46:18,089 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=29bd504a-3703-4c1c-a009-c11707463fcd 2026-06-10 03:46:18,094 - INFO - Namespace default with uuid 29bd504a-3703-4c1c-a009-c11707463fcd found in kube manager 2026-06-10 03:46:18,094 - INFO - Namespace default verification passed 2026-06-10 03:46:18,097 - DEBUG - Service ctest-nginx-svc-37880107 not present 2026-06-10 03:46:18,098 - INFO - Creating service ctest-nginx-svc-37880107 2026-06-10 03:46:18,114 - INFO - Created Service ctest-nginx-svc-37880107 2026-06-10 03:46:18,122 - DEBUG - Pod ctest-nginx-pod-96342496 not present 2026-06-10 03:46:18,123 - INFO - Creating Pod ctest-nginx-pod-96342496 2026-06-10 03:46:18,167 - DEBUG - Pod : ctest-nginx-pod-96342496 UUID is 9dba2a71-3fbe-459b-9d33-50ef106b3a32 2026-06-10 03:46:18,188 - DEBUG - Pod ctest-nginx-pod-04953010 not present 2026-06-10 03:46:18,190 - INFO - Creating Pod ctest-nginx-pod-04953010 2026-06-10 03:46:18,232 - DEBUG - Pod : ctest-nginx-pod-04953010 UUID is 2637fe1c-3478-4849-8abb-efebf77374b3 2026-06-10 03:46:18,393 - INFO - Created VN __public__, UUID :545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:18,632 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-10 03:46:18,643 - DEBUG - Requesting: http://10.0.0.33:8082/domain/352fbbe3-26a6-49b1-86d2-0b8899b21d6f 2026-06-10 03:46:18,659 - DEBUG - Requesting: http://10.0.0.33:8082/project/f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:46:18,704 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:18,730 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:18,743 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:18,752 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:18,759 - DEBUG - Route Targets: [] 2026-06-10 03:46:18,760 - DEBUG - RT names not yet present for VN __public__ 2026-06-10 03:46:23,760 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-10 03:46:23,766 - DEBUG - Requesting: http://10.0.0.33:8082/domain/352fbbe3-26a6-49b1-86d2-0b8899b21d6f 2026-06-10 03:46:23,773 - DEBUG - Requesting: http://10.0.0.33:8082/project/f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:46:23,828 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:23,839 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:23,848 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:23,856 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:23,862 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/6eba0e93-a686-48ab-9616-32d45144fbb2 2026-06-10 03:46:23,868 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-10 03:46:23,868 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:23,876 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:23,887 - INFO - Verified VN network id 13 for VN 545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:23,888 - INFO - Verifications in API Server for VN __public__ passed 2026-06-10 03:46:23,888 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:23,896 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:23,902 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:46:23,908 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/6eba0e93-a686-48ab-9616-32d45144fbb2 2026-06-10 03:46:23,915 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-10 03:46:23,922 - DEBUG - Control-node 10.0.0.33 : 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': '6078691902320233030', 'uuid-lslong': '13050833706299797823'}, 'enable': 'true', 'created': '2026-06-10T03:46:18', 'last-modified': '2026-06-10T03:46:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.368359'} 2026-06-10 03:46:23,922 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:46:23,933 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-10 03:46:23,933 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-10 03:46:23,933 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-10 03:46:23,933 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-10 03:46:23,938 - DEBUG - Requesting: http://10.0.0.33:8082/domain/352fbbe3-26a6-49b1-86d2-0b8899b21d6f 2026-06-10 03:46:23,946 - DEBUG - Requesting: http://10.0.0.33:8082/project/f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:46:23,982 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:23,991 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-10 03:46:23,991 - DEBUG - Verifying the vn in opserver 2026-06-10 03:46:23,991 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-06-10 03:46:23,991 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-06-10 03:46:23,996 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-10 03:46:23,996 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-10 03:46:23,996 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:46:24,003 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:46:24,009 - DEBUG - Do not have enough data to verify VN in agent 2026-06-10 03:46:24,009 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:46:24,015 - DEBUG - VRF ids for VN __public__: {} 2026-06-10 03:46:24,064 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-10 03:46:24,171 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-10 03:46:24,177 - DEBUG - Requesting: http://10.0.0.33:8082/domain/352fbbe3-26a6-49b1-86d2-0b8899b21d6f 2026-06-10 03:46:24,184 - DEBUG - Requesting: http://10.0.0.33:8082/project/f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:46:24,218 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:24,230 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/42732390-66d4-434f-b417-adef49d8f325 2026-06-10 03:46:24,242 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-10 03:46:24,249 - DEBUG - Requesting: http://10.0.0.33:8082/domain/352fbbe3-26a6-49b1-86d2-0b8899b21d6f 2026-06-10 03:46:24,256 - DEBUG - Requesting: http://10.0.0.33:8082/project/f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:46:24,293 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/545bda14-30d7-4a46-b51d-e01c0eb1b13f 2026-06-10 03:46:24,302 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-10 03:46:24,302 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-10 03:46:24,308 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-10 03:46:24,314 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-10 03:46:24,314 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-10 03:46:24,317 - DEBUG - Ingress ctest-nginx-ingress-77038126 not present 2026-06-10 03:46:24,317 - INFO - Creating Ingress ctest-nginx-ingress-77038126 2026-06-10 03:46:24,325 - INFO - Created Ingress ctest-nginx-ingress-77038126 2026-06-10 03:46:24,330 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77038126 2026-06-10 03:46:27,344 - DEBUG - For Ingress ctest-nginx-ingress-77038126, Cluster IP: 10.47.255.249, External IPs ['163.130.216.60'] 2026-06-10 03:46:27,344 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-77038126 2026-06-10 03:46:27,344 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=af8ce43d-81bd-41d2-b708-d9a2517323d6 2026-06-10 03:46:27,348 - INFO - Ingress ctest-nginx-ingress-77038126 with uuid af8ce43d-81bd-41d2-b708-d9a2517323d6 found in kube manager 2026-06-10 03:46:27,349 - INFO - Ingress ctest-nginx-ingress-77038126 verification passed 2026-06-10 03:46:27,351 - DEBUG - Pod ctest-busybox-pod-81111980 not present 2026-06-10 03:46:27,352 - INFO - Creating Pod ctest-busybox-pod-81111980 2026-06-10 03:46:27,383 - DEBUG - Pod : ctest-busybox-pod-81111980 UUID is 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:46:27,399 - DEBUG - Pod ctest-nginx-pod-96342496 not in running state.Currently in Pending 2026-06-10 03:46:32,407 - DEBUG - Pod ctest-nginx-pod-96342496 not in running state.Currently in Pending 2026-06-10 03:46:37,415 - INFO - Pod ctest-nginx-pod-96342496 is in running state.Got IP 10.47.255.251 2026-06-10 03:46:37,468 - DEBUG - Pod ctest-nginx-pod-96342496 has vmi f103d898-647e-11f1-ae83-fa163e3fdc8b 2026-06-10 03:46:37,468 - INFO - Verified pod ctest-nginx-pod-96342496 in contrail-api 2026-06-10 03:46:37,468 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 03:46:37,479 - DEBUG - VMI f103d898-647e-11f1-ae83-fa163e3fdc8b is active in agent 10.0.0.249 2026-06-10 03:46:37,480 - INFO - Verified Pod ctest-nginx-pod-96342496 in agent 10.0.0.249 2026-06-10 03:46:37,480 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=9dba2a71-3fbe-459b-9d33-50ef106b3a32 2026-06-10 03:46:37,483 - INFO - Pod ctest-nginx-pod-96342496 with uuid 9dba2a71-3fbe-459b-9d33-50ef106b3a32 found in kube manager 2026-06-10 03:46:37,483 - INFO - Pod ctest-nginx-pod-96342496 verification passed 2026-06-10 03:46:37,549 - DEBUG - [Pod ctest-nginx-pod-96342496] Cmd: echo ctest-nginx-pod-96342496 > /usr/share/nginx/html/index.html, Output: 2026-06-10 03:46:37,556 - INFO - Pod ctest-nginx-pod-04953010 is in running state.Got IP 10.47.255.250 2026-06-10 03:46:37,569 - DEBUG - Pod ctest-nginx-pod-04953010 has vmi f18520ec-647e-11f1-ae83-fa163e3fdc8b 2026-06-10 03:46:37,569 - INFO - Verified pod ctest-nginx-pod-04953010 in contrail-api 2026-06-10 03:46:37,569 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 03:46:37,586 - DEBUG - VMI f18520ec-647e-11f1-ae83-fa163e3fdc8b is active in agent 10.0.0.249 2026-06-10 03:46:37,586 - INFO - Verified Pod ctest-nginx-pod-04953010 in agent 10.0.0.249 2026-06-10 03:46:37,587 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=2637fe1c-3478-4849-8abb-efebf77374b3 2026-06-10 03:46:37,591 - INFO - Pod ctest-nginx-pod-04953010 with uuid 2637fe1c-3478-4849-8abb-efebf77374b3 found in kube manager 2026-06-10 03:46:37,591 - INFO - Pod ctest-nginx-pod-04953010 verification passed 2026-06-10 03:46:37,639 - DEBUG - [Pod ctest-nginx-pod-04953010] Cmd: echo ctest-nginx-pod-04953010 > /usr/share/nginx/html/index.html, Output: 2026-06-10 03:46:37,652 - DEBUG - Pod ctest-busybox-pod-81111980 not in running state.Currently in Pending 2026-06-10 03:46:42,661 - INFO - Pod ctest-busybox-pod-81111980 is in running state.Got IP 10.47.255.248 2026-06-10 03:46:42,676 - DEBUG - Pod ctest-busybox-pod-81111980 has vmi f5ae2bb4-647e-11f1-ae83-fa163e3fdc8b 2026-06-10 03:46:42,676 - INFO - Verified pod ctest-busybox-pod-81111980 in contrail-api 2026-06-10 03:46:42,676 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 03:46:42,686 - DEBUG - VMI f5ae2bb4-647e-11f1-ae83-fa163e3fdc8b is active in agent 10.0.0.249 2026-06-10 03:46:42,686 - INFO - Verified Pod ctest-busybox-pod-81111980 in agent 10.0.0.249 2026-06-10 03:46:42,686 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:46:42,691 - INFO - Pod ctest-busybox-pod-81111980 with uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 found in kube manager 2026-06-10 03:46:42,691 - INFO - Pod ctest-busybox-pod-81111980 verification passed 2026-06-10 03:46:42,743 - DEBUG - [Pod ctest-busybox-pod-81111980] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-96342496 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-10 03:46:42,743 - DEBUG - [Pod Pod ctest-busybox-pod-81111980] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-10 03:46:42,743 - DEBUG - [Pod Pod ctest-busybox-pod-81111980] Cmd output: ctest-nginx-pod-96342496 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-10 03:46:42,804 - DEBUG - [Pod ctest-busybox-pod-81111980] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-04953010 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-10 03:46:42,805 - DEBUG - [Pod Pod ctest-busybox-pod-81111980] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-10 03:46:42,805 - DEBUG - [Pod Pod ctest-busybox-pod-81111980] Cmd output: ctest-nginx-pod-04953010 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-10 03:46:42,805 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-96342496': 1, 'ctest-nginx-pod-04953010': 1} 2026-06-10 03:46:42,805 - WARNING - Nothing to delete parallely 2026-06-10 03:46:42,805 - INFO - Deleting pod default:ctest-busybox-pod-81111980 2026-06-10 03:46:42,819 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:46:42,826 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:46:47,826 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:46:47,832 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:46:52,833 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:46:52,839 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:46:57,840 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:46:57,847 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:47:02,848 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:47:02,855 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:47:07,855 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:47:07,863 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:47:12,864 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:47:12,870 - WARNING - Pod uuid 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:47:17,871 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 2026-06-10 03:47:17,878 - DEBUG - Pod 8ec8bdd5-7071-41e3-8e62-6c5cbde4d3c2 is not in agent 10.0.0.249 VM list 2026-06-10 03:47:17,878 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5ae2bb4-647e-11f1-ae83-fa163e3fdc8b 2026-06-10 03:47:17,884 - DEBUG - VMI f5ae2bb4-647e-11f1-ae83-fa163e3fdc8b is removed from agent 10.0.0.249 2026-06-10 03:47:17,884 - INFO - Verified that pod ctest-busybox-pod-81111980 is removed in agent 2026-06-10 03:47:17,884 - INFO - Deleting Ingress : ctest-nginx-ingress-77038126 2026-06-10 03:47:17,895 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=af8ce43d-81bd-41d2-b708-d9a2517323d6 2026-06-10 03:47:17,900 - ERROR - Ingress ctest-nginx-ingress-77038126 with uuid af8ce43d-81bd-41d2-b708-d9a2517323d6 still found in kube manager 2026-06-10 03:47:18,902 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=af8ce43d-81bd-41d2-b708-d9a2517323d6 2026-06-10 03:47:18,907 - INFO - Ingress ctest-nginx-ingress-77038126 with uuid af8ce43d-81bd-41d2-b708-d9a2517323d6 deleted successfully from kube manager 2026-06-10 03:47:18,907 - INFO - Verifications on Ingress %s cleanup passed 2026-06-10 03:47:18,907 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-10 03:47:19,096 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-10 03:47:19,112 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-10 03:47:19,112 - INFO - Deleting VN __public__ 2026-06-10 03:47:19,314 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d20c8cff-addd-4a25-9ea1-8d9f40a0cd32 2026-06-10 03:47:19,329 - DEBUG - Response Code: 404 2026-06-10 03:47:19,329 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-10 03:47:19,337 - DEBUG - Requesting: http://10.0.0.33:8082/domain/352fbbe3-26a6-49b1-86d2-0b8899b21d6f 2026-06-10 03:47:19,345 - DEBUG - Requesting: http://10.0.0.33:8082/project/f6d6043a-b501-479f-910f-bb25127a6beb 2026-06-10 03:47:19,375 - INFO - Validated that VN __public__ is not found in API Server 2026-06-10 03:47:19,375 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-10 03:47:19,384 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:47:19,390 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2026-06-10 03:47:19,390 - INFO - Validated that VN __public__ is not in any agent 2026-06-10 03:47:19,390 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:47:19,397 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 03:47:19,404 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-10 03:47:19,424 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-10 03:47:19,424 - INFO - Deleting pod default:ctest-nginx-pod-04953010 2026-06-10 03:47:19,442 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2637fe1c-3478-4849-8abb-efebf77374b3 2026-06-10 03:47:19,463 - WARNING - Pod uuid 2637fe1c-3478-4849-8abb-efebf77374b3 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:47:24,463 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2637fe1c-3478-4849-8abb-efebf77374b3 2026-06-10 03:47:24,469 - DEBUG - Pod 2637fe1c-3478-4849-8abb-efebf77374b3 is not in agent 10.0.0.249 VM list 2026-06-10 03:47:24,469 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f18520ec-647e-11f1-ae83-fa163e3fdc8b 2026-06-10 03:47:24,475 - DEBUG - VMI f18520ec-647e-11f1-ae83-fa163e3fdc8b is removed from agent 10.0.0.249 2026-06-10 03:47:24,475 - INFO - Verified that pod ctest-nginx-pod-04953010 is removed in agent 2026-06-10 03:47:24,475 - INFO - Deleting pod default:ctest-nginx-pod-96342496 2026-06-10 03:47:24,501 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=9dba2a71-3fbe-459b-9d33-50ef106b3a32 2026-06-10 03:47:24,514 - WARNING - Pod uuid 9dba2a71-3fbe-459b-9d33-50ef106b3a32 is still seen in agent 10.0.0.249 VM list 2026-06-10 03:47:29,515 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=9dba2a71-3fbe-459b-9d33-50ef106b3a32 2026-06-10 03:47:29,521 - DEBUG - Pod 9dba2a71-3fbe-459b-9d33-50ef106b3a32 is not in agent 10.0.0.249 VM list 2026-06-10 03:47:29,521 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f103d898-647e-11f1-ae83-fa163e3fdc8b 2026-06-10 03:47:29,526 - DEBUG - VMI f103d898-647e-11f1-ae83-fa163e3fdc8b is removed from agent 10.0.0.249 2026-06-10 03:47:29,526 - INFO - Verified that pod ctest-nginx-pod-96342496 is removed in agent 2026-06-10 03:47:29,526 - INFO - Deleting service : ctest-nginx-svc-37880107 2026-06-10 03:47:29,781 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 03:47:29,788 - DEBUG - No XMPP flaps were noticed during the test