2025-07-09 09:19:42,717 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-07-09 09:19:42,962 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1320-1 2025-07-09 09:19:42,962 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-07-09 09:19:42,996 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1320-1 2025-07-09 09:19:42,996 - DEBUG - [10.0.0.57]: 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-09 09:19:43,099 - DEBUG - Output : NAMES contrail_test_h6J0xXz8k contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 2025-07-09 09:19:43,100 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-09 09:19:43,133 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-07-09 09:19:43,134 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-07-09 09:19:43,168 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1320-1 2025-07-09 09:19:43,255 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-07-09 09:19:43,483 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1320-1 2025-07-09 09:19:43,483 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-07-09 09:19:43,518 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1320-1 2025-07-09 09:19:43,518 - DEBUG - [10.0.0.129]: 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-09 09:19:43,574 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-09 09:19:43,574 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-09 09:19:43,650 - DEBUG - Output : 10.0.0.129/24 2025-07-09 09:19:43,650 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-07-09 09:19:43,685 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1320-1 2025-07-09 09:19:43,779 - INFO - Using existing project ['default-domain', 'k8s-default'](f4dbd7c1-096f-48fc-9bd7-46836dcca66f) 2025-07-09 09:19:43,880 - INFO - Using existing project ['default-domain', 'k8s-default'](f4dbd7c1-096f-48fc-9bd7-46836dcca66f) 2025-07-09 09:19:44,033 - INFO - ================================================================================ 2025-07-09 09:19:44,033 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-09 09:19:44,034 - 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-09 09:19:44,272 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 09:19:44,280 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.57': '0'}} with 2025-07-09 09:19:44,280 - INFO - Initial checks done. Running the testcase now 2025-07-09 09:19:44,280 - INFO - 2025-07-09 09:19:44,284 - INFO - Namespace default already exists 2025-07-09 09:19:44,284 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-09 09:19:44,401 - DEBUG - Output : cluster_project={} 2025-07-09 09:19:44,462 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-09 09:19:44,462 - DEBUG - Project uuid in Contrail is f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:19:44,463 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-09 09:19:44,590 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-09 09:19:44,590 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=69f32807-0fe3-4ee2-b1c4-1a4b916868e1 2025-07-09 09:19:44,596 - INFO - Namespace default with uuid 69f32807-0fe3-4ee2-b1c4-1a4b916868e1 found in kube manager 2025-07-09 09:19:44,596 - INFO - Namespace default verification passed 2025-07-09 09:19:44,600 - DEBUG - Service ctest-nginx-svc-50687102 not present 2025-07-09 09:19:44,600 - INFO - Creating service ctest-nginx-svc-50687102 2025-07-09 09:19:44,618 - INFO - Created Service ctest-nginx-svc-50687102 2025-07-09 09:19:44,631 - DEBUG - Pod ctest-nginx-pod-61758008 not present 2025-07-09 09:19:44,631 - INFO - Creating Pod ctest-nginx-pod-61758008 2025-07-09 09:19:44,711 - DEBUG - Pod : ctest-nginx-pod-61758008 UUID is cb130c4b-1376-4879-ad13-40467ee0c140 2025-07-09 09:19:44,715 - DEBUG - Pod ctest-nginx-pod-29988657 not present 2025-07-09 09:19:44,716 - INFO - Creating Pod ctest-nginx-pod-29988657 2025-07-09 09:19:44,751 - DEBUG - Pod : ctest-nginx-pod-29988657 UUID is 7fc3fc50-0cec-4b53-968a-f9f680a957f4 2025-07-09 09:19:45,000 - INFO - Created VN __public__, UUID :ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:45,232 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 09:19:45,238 - DEBUG - Requesting: http://10.0.0.57:8082/domain/c873fea4-1055-4b29-83a8-9a4a2f3e04b2 2025-07-09 09:19:45,253 - DEBUG - Requesting: http://10.0.0.57:8082/project/f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:19:45,302 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:45,317 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:45,351 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:45,361 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:45,387 - DEBUG - Route Targets: [] 2025-07-09 09:19:45,388 - DEBUG - RT names not yet present for VN __public__ 2025-07-09 09:19:50,389 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 09:19:50,395 - DEBUG - Requesting: http://10.0.0.57:8082/domain/c873fea4-1055-4b29-83a8-9a4a2f3e04b2 2025-07-09 09:19:50,402 - DEBUG - Requesting: http://10.0.0.57:8082/project/f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:19:50,444 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:50,455 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:50,467 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:50,482 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:50,494 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/2b0aceb9-82ab-4bd6-93df-6c088fec87b2 2025-07-09 09:19:50,501 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-09 09:19:50,501 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:50,511 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:50,529 - INFO - Verified VN network id 14 for VN ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:50,529 - INFO - Verifications in API Server for VN __public__ passed 2025-07-09 09:19:50,529 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:50,538 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:50,545 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:19:50,554 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/2b0aceb9-82ab-4bd6-93df-6c088fec87b2 2025-07-09 09:19:50,560 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-09 09:19:50,573 - DEBUG - Control-node 10.0.0.57 : 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': '17038084076395839729', 'uuid-lslong': '11708548816412474397'}, 'enable': 'true', 'created': '2025-07-09T09:19:44', 'last-modified': '2025-07-09T09:19:45', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.470829'} 2025-07-09 09:19:50,573 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:19:50,590 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-09 09:19:50,591 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-09 09:19:50,591 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-09 09:19:50,591 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 09:19:50,602 - DEBUG - Requesting: http://10.0.0.57:8082/domain/c873fea4-1055-4b29-83a8-9a4a2f3e04b2 2025-07-09 09:19:50,620 - DEBUG - Requesting: http://10.0.0.57:8082/project/f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:19:50,696 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:50,714 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-09 09:19:50,714 - DEBUG - Verifying the vn in opserver 2025-07-09 09:19:50,714 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-07-09 09:19:50,714 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-07-09 09:19:50,720 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-09 09:19:50,720 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-09 09:19:50,720 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:19:50,730 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:19:50,743 - DEBUG - Do not have enough data to verify VN in agent 2025-07-09 09:19:50,743 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:19:50,750 - DEBUG - VRF ids for VN __public__: {} 2025-07-09 09:19:50,884 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-09 09:19:51,120 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 09:19:51,135 - DEBUG - Requesting: http://10.0.0.57:8082/domain/c873fea4-1055-4b29-83a8-9a4a2f3e04b2 2025-07-09 09:19:51,159 - DEBUG - Requesting: http://10.0.0.57:8082/project/f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:19:51,229 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:51,251 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/4ffa3386-24a0-4fac-9d45-d690d0269d02 2025-07-09 09:19:51,267 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 09:19:51,280 - DEBUG - Requesting: http://10.0.0.57:8082/domain/c873fea4-1055-4b29-83a8-9a4a2f3e04b2 2025-07-09 09:19:51,290 - DEBUG - Requesting: http://10.0.0.57:8082/project/f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:19:51,365 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/ec736f32-22d0-40f1-a27d-1f1d2d95fc1d 2025-07-09 09:19:51,379 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-09 09:19:51,379 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-09 09:19:51,391 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-09 09:19:51,400 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-09 09:19:51,400 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-09 09:19:51,405 - DEBUG - Ingress ctest-nginx-ingress-73865328 not present 2025-07-09 09:19:51,405 - INFO - Creating Ingress ctest-nginx-ingress-73865328 2025-07-09 09:19:51,414 - INFO - Created Ingress ctest-nginx-ingress-73865328 2025-07-09 09:19:51,421 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-73865328 2025-07-09 09:19:54,433 - DEBUG - For Ingress ctest-nginx-ingress-73865328, Cluster IP: 10.47.255.249, External IPs ['195.139.82.252'] 2025-07-09 09:19:54,433 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-73865328 2025-07-09 09:19:54,433 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=b205c9ac-0cce-4558-9395-b35e1421649c 2025-07-09 09:19:54,438 - INFO - Ingress ctest-nginx-ingress-73865328 with uuid b205c9ac-0cce-4558-9395-b35e1421649c found in kube manager 2025-07-09 09:19:54,438 - INFO - Ingress ctest-nginx-ingress-73865328 verification passed 2025-07-09 09:19:54,441 - DEBUG - Pod ctest-busybox-pod-63785482 not present 2025-07-09 09:19:54,441 - INFO - Creating Pod ctest-busybox-pod-63785482 2025-07-09 09:19:54,467 - DEBUG - Pod : ctest-busybox-pod-63785482 UUID is dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:19:54,472 - DEBUG - Pod ctest-nginx-pod-61758008 not in running state.Currently in Pending 2025-07-09 09:19:59,478 - DEBUG - Pod ctest-nginx-pod-61758008 not in running state.Currently in Pending 2025-07-09 09:20:04,485 - INFO - Pod ctest-nginx-pod-61758008 is in running state.Got IP 10.47.255.251 2025-07-09 09:20:04,540 - DEBUG - Pod ctest-nginx-pod-61758008 has vmi db30786e-5ca5-11f0-b464-fa163e2f652b 2025-07-09 09:20:04,540 - INFO - Verified pod ctest-nginx-pod-61758008 in contrail-api 2025-07-09 09:20:04,540 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 09:20:04,555 - DEBUG - VMI db30786e-5ca5-11f0-b464-fa163e2f652b is active in agent 10.0.0.129 2025-07-09 09:20:04,555 - INFO - Verified Pod ctest-nginx-pod-61758008 in agent 10.0.0.129 2025-07-09 09:20:04,555 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=cb130c4b-1376-4879-ad13-40467ee0c140 2025-07-09 09:20:04,560 - INFO - Pod ctest-nginx-pod-61758008 with uuid cb130c4b-1376-4879-ad13-40467ee0c140 found in kube manager 2025-07-09 09:20:04,560 - INFO - Pod ctest-nginx-pod-61758008 verification passed 2025-07-09 09:20:04,635 - DEBUG - [Pod ctest-nginx-pod-61758008] Cmd: echo ctest-nginx-pod-61758008 > /usr/share/nginx/html/index.html, Output: 2025-07-09 09:20:04,644 - INFO - Pod ctest-nginx-pod-29988657 is in running state.Got IP 10.47.255.250 2025-07-09 09:20:04,659 - DEBUG - Pod ctest-nginx-pod-29988657 has vmi dbb48000-5ca5-11f0-b464-fa163e2f652b 2025-07-09 09:20:04,659 - INFO - Verified pod ctest-nginx-pod-29988657 in contrail-api 2025-07-09 09:20:04,659 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 09:20:04,670 - DEBUG - VMI dbb48000-5ca5-11f0-b464-fa163e2f652b is active in agent 10.0.0.129 2025-07-09 09:20:04,670 - INFO - Verified Pod ctest-nginx-pod-29988657 in agent 10.0.0.129 2025-07-09 09:20:04,670 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=7fc3fc50-0cec-4b53-968a-f9f680a957f4 2025-07-09 09:20:04,675 - INFO - Pod ctest-nginx-pod-29988657 with uuid 7fc3fc50-0cec-4b53-968a-f9f680a957f4 found in kube manager 2025-07-09 09:20:04,675 - INFO - Pod ctest-nginx-pod-29988657 verification passed 2025-07-09 09:20:04,739 - DEBUG - [Pod ctest-nginx-pod-29988657] Cmd: echo ctest-nginx-pod-29988657 > /usr/share/nginx/html/index.html, Output: 2025-07-09 09:20:04,744 - DEBUG - Pod ctest-busybox-pod-63785482 not in running state.Currently in Pending 2025-07-09 09:20:09,752 - INFO - Pod ctest-busybox-pod-63785482 is in running state.Got IP 10.47.255.248 2025-07-09 09:20:09,767 - DEBUG - Pod ctest-busybox-pod-63785482 has vmi e0159e9a-5ca5-11f0-b464-fa163e2f652b 2025-07-09 09:20:09,767 - INFO - Verified pod ctest-busybox-pod-63785482 in contrail-api 2025-07-09 09:20:09,768 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 09:20:09,779 - DEBUG - VMI e0159e9a-5ca5-11f0-b464-fa163e2f652b is active in agent 10.0.0.129 2025-07-09 09:20:09,780 - INFO - Verified Pod ctest-busybox-pod-63785482 in agent 10.0.0.129 2025-07-09 09:20:09,780 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:09,786 - INFO - Pod ctest-busybox-pod-63785482 with uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 found in kube manager 2025-07-09 09:20:09,786 - INFO - Pod ctest-busybox-pod-63785482 verification passed 2025-07-09 09:20:09,850 - DEBUG - [Pod ctest-busybox-pod-63785482] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-29988657 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-09 09:20:09,851 - DEBUG - [Pod Pod ctest-busybox-pod-63785482] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-09 09:20:09,851 - DEBUG - [Pod Pod ctest-busybox-pod-63785482] Cmd output: ctest-nginx-pod-29988657 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-09 09:20:09,910 - DEBUG - [Pod ctest-busybox-pod-63785482] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-61758008 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-09 09:20:09,911 - DEBUG - [Pod Pod ctest-busybox-pod-63785482] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-09 09:20:09,911 - DEBUG - [Pod Pod ctest-busybox-pod-63785482] Cmd output: ctest-nginx-pod-61758008 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-09 09:20:09,911 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-61758008': 1, 'ctest-nginx-pod-29988657': 1} 2025-07-09 09:20:09,911 - WARNING - Nothing to delete parallely 2025-07-09 09:20:09,912 - INFO - Deleting pod default:ctest-busybox-pod-63785482 2025-07-09 09:20:09,935 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:09,948 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:14,949 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:14,958 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:19,958 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:19,966 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:24,967 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:24,974 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:29,975 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:29,983 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:34,984 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:34,992 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:39,993 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:40,002 - WARNING - Pod uuid dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:45,004 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 2025-07-09 09:20:45,011 - DEBUG - Pod dba8928b-f8c0-4612-9933-2c2bc4b4d2d3 is not in agent 10.0.0.129 VM list 2025-07-09 09:20:45,011 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e0159e9a-5ca5-11f0-b464-fa163e2f652b 2025-07-09 09:20:45,017 - DEBUG - VMI e0159e9a-5ca5-11f0-b464-fa163e2f652b is removed from agent 10.0.0.129 2025-07-09 09:20:45,017 - INFO - Verified that pod ctest-busybox-pod-63785482 is removed in agent 2025-07-09 09:20:45,017 - INFO - Deleting Ingress : ctest-nginx-ingress-73865328 2025-07-09 09:20:45,022 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=b205c9ac-0cce-4558-9395-b35e1421649c 2025-07-09 09:20:45,037 - ERROR - Ingress ctest-nginx-ingress-73865328 with uuid b205c9ac-0cce-4558-9395-b35e1421649c still found in kube manager 2025-07-09 09:20:46,038 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=b205c9ac-0cce-4558-9395-b35e1421649c 2025-07-09 09:20:46,043 - INFO - Ingress ctest-nginx-ingress-73865328 with uuid b205c9ac-0cce-4558-9395-b35e1421649c deleted successfully from kube manager 2025-07-09 09:20:46,043 - INFO - Verifications on Ingress %s cleanup passed 2025-07-09 09:20:46,043 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-09 09:20:46,197 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-09 09:20:46,211 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-09 09:20:46,211 - INFO - Deleting VN __public__ 2025-07-09 09:20:46,384 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/03b2fcf1-fb09-40ca-a5ca-dccca3b15cc3 2025-07-09 09:20:46,389 - DEBUG - Response Code: 404 2025-07-09 09:20:46,389 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 09:20:46,394 - DEBUG - Requesting: http://10.0.0.57:8082/domain/c873fea4-1055-4b29-83a8-9a4a2f3e04b2 2025-07-09 09:20:46,408 - DEBUG - Requesting: http://10.0.0.57:8082/project/f4dbd7c1-096f-48fc-9bd7-46836dcca66f 2025-07-09 09:20:46,466 - INFO - Validated that VN __public__ is not found in API Server 2025-07-09 09:20:46,466 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-09 09:20:46,475 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:20:46,491 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-07-09 09:20:46,491 - INFO - Validated that VN __public__ is not in any agent 2025-07-09 09:20:46,492 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:20:46,506 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 09:20:46,513 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-09 09:20:46,520 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-09 09:20:46,520 - INFO - Deleting pod default:ctest-nginx-pod-29988657 2025-07-09 09:20:46,540 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7fc3fc50-0cec-4b53-968a-f9f680a957f4 2025-07-09 09:20:46,552 - WARNING - Pod uuid 7fc3fc50-0cec-4b53-968a-f9f680a957f4 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:51,553 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7fc3fc50-0cec-4b53-968a-f9f680a957f4 2025-07-09 09:20:51,560 - DEBUG - Pod 7fc3fc50-0cec-4b53-968a-f9f680a957f4 is not in agent 10.0.0.129 VM list 2025-07-09 09:20:51,560 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dbb48000-5ca5-11f0-b464-fa163e2f652b 2025-07-09 09:20:51,566 - DEBUG - VMI dbb48000-5ca5-11f0-b464-fa163e2f652b is removed from agent 10.0.0.129 2025-07-09 09:20:51,566 - INFO - Verified that pod ctest-nginx-pod-29988657 is removed in agent 2025-07-09 09:20:51,566 - INFO - Deleting pod default:ctest-nginx-pod-61758008 2025-07-09 09:20:51,582 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cb130c4b-1376-4879-ad13-40467ee0c140 2025-07-09 09:20:51,592 - WARNING - Pod uuid cb130c4b-1376-4879-ad13-40467ee0c140 is still seen in agent 10.0.0.129 VM list 2025-07-09 09:20:56,594 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cb130c4b-1376-4879-ad13-40467ee0c140 2025-07-09 09:20:56,602 - DEBUG - Pod cb130c4b-1376-4879-ad13-40467ee0c140 is not in agent 10.0.0.129 VM list 2025-07-09 09:20:56,602 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:db30786e-5ca5-11f0-b464-fa163e2f652b 2025-07-09 09:20:56,608 - DEBUG - VMI db30786e-5ca5-11f0-b464-fa163e2f652b is removed from agent 10.0.0.129 2025-07-09 09:20:56,608 - INFO - Verified that pod ctest-nginx-pod-61758008 is removed in agent 2025-07-09 09:20:56,608 - INFO - Deleting service : ctest-nginx-svc-50687102 2025-07-09 09:20:56,844 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 09:20:56,851 - DEBUG - No XMPP flaps were noticed during the test