2025-07-22 11:38:54,269 - DEBUG - [10.0.0.242]: Running cmd : hostname 2025-07-22 11:38:54,495 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1333-1 2025-07-22 11:38:54,496 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2025-07-22 11:38:54,530 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1333-1 2025-07-22 11:38:54,530 - DEBUG - [10.0.0.242]: 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-22 11:38:54,640 - DEBUG - Output : NAMES contrail_test_9DTgja1OS webui-job-1 webui-web-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 contrail-kubernetes-master-kubemanager-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 config_api-nodemgr-1 2025-07-22 11:38:54,640 - DEBUG - [10.0.0.242]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-22 11:38:54,674 - DEBUG - Output : 10.0.0.242/24 172.17.0.1/16 2025-07-22 11:38:54,675 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2025-07-22 11:38:54,708 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1333-1 2025-07-22 11:38:54,807 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-07-22 11:38:55,012 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1333-1 2025-07-22 11:38:55,012 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-07-22 11:38:55,036 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1333-1 2025-07-22 11:38:55,036 - 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}' 2025-07-22 11:38:55,080 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-22 11:38:55,080 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-22 11:38:55,147 - DEBUG - Output : 10.0.0.249/24 2025-07-22 11:38:55,147 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-07-22 11:38:55,171 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1333-1 2025-07-22 11:38:55,242 - INFO - Using existing project ['default-domain', 'k8s-default'](7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb) 2025-07-22 11:38:55,309 - INFO - Using existing project ['default-domain', 'k8s-default'](7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb) 2025-07-22 11:38:55,440 - INFO - ================================================================================ 2025-07-22 11:38:55,440 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-22 11:38:55,441 - 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-22 11:38:55,687 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-22 11:38:55,694 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.242': '0'}} with 2025-07-22 11:38:55,694 - INFO - Initial checks done. Running the testcase now 2025-07-22 11:38:55,694 - INFO - 2025-07-22 11:38:55,698 - INFO - Namespace default already exists 2025-07-22 11:38:55,699 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-22 11:38:55,805 - DEBUG - Output : cluster_project={} 2025-07-22 11:38:55,893 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-22 11:38:55,893 - DEBUG - Project uuid in Contrail is 7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb 2025-07-22 11:38:55,894 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-22 11:38:55,999 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-22 11:38:55,999 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_NamespaceDatabaseList?namespace_uuid=6a4936a7-73db-4997-bd55-484e0a8e2c14 2025-07-22 11:38:56,003 - INFO - Namespace default with uuid 6a4936a7-73db-4997-bd55-484e0a8e2c14 found in kube manager 2025-07-22 11:38:56,004 - INFO - Namespace default verification passed 2025-07-22 11:38:56,006 - DEBUG - Service ctest-nginx-svc-94877611 not present 2025-07-22 11:38:56,007 - INFO - Creating service ctest-nginx-svc-94877611 2025-07-22 11:38:56,025 - INFO - Created Service ctest-nginx-svc-94877611 2025-07-22 11:38:56,039 - DEBUG - Pod ctest-nginx-pod-09063878 not present 2025-07-22 11:38:56,039 - INFO - Creating Pod ctest-nginx-pod-09063878 2025-07-22 11:38:56,066 - DEBUG - Node for Pod ctest-nginx-pod-09063878 not yet populated 2025-07-22 11:38:59,072 - DEBUG - Pod : ctest-nginx-pod-09063878 UUID is 4a412a78-e6d3-4f54-9db6-c654e23203a8 2025-07-22 11:38:59,075 - DEBUG - Pod ctest-nginx-pod-26915580 not present 2025-07-22 11:38:59,075 - INFO - Creating Pod ctest-nginx-pod-26915580 2025-07-22 11:38:59,102 - DEBUG - Pod : ctest-nginx-pod-26915580 UUID is 1004835d-802b-443a-b91b-1837321569e2 2025-07-22 11:38:59,357 - INFO - Created VN __public__, UUID :77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,629 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-07-22 11:38:59,634 - DEBUG - Requesting: http://10.0.0.242:8082/domain/e83c87bb-d27b-4ec7-a1eb-eaa8926081c9 2025-07-22 11:38:59,652 - DEBUG - Requesting: http://10.0.0.242:8082/project/7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb 2025-07-22 11:38:59,710 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,734 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,744 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/6dd6a78d-713e-425c-8436-953afa301b43 2025-07-22 11:38:59,769 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/6dd6a78d-713e-425c-8436-953afa301b43 2025-07-22 11:38:59,776 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/1fe4e2b4-25ce-42d3-92d4-92fc732ae462 2025-07-22 11:38:59,782 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-22 11:38:59,783 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,792 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/6dd6a78d-713e-425c-8436-953afa301b43 2025-07-22 11:38:59,805 - INFO - Verified VN network id 14 for VN 77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,805 - INFO - Verifications in API Server for VN __public__ passed 2025-07-22 11:38:59,805 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,814 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/6dd6a78d-713e-425c-8436-953afa301b43 2025-07-22 11:38:59,822 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/6dd6a78d-713e-425c-8436-953afa301b43 2025-07-22 11:38:59,849 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/1fe4e2b4-25ce-42d3-92d4-92fc732ae462 2025-07-22 11:38:59,856 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-22 11:38:59,871 - DEBUG - Control-node 10.0.0.242 : 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': '8598245350084267349', 'uuid-lslong': '9549554719939982152'}, 'enable': 'true', 'created': '2025-07-22T11:38:59', 'last-modified': '2025-07-22T11:38:59', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.305119'} 2025-07-22 11:38:59,872 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:38:59,891 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-22 11:38:59,891 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-22 11:38:59,893 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-22 11:38:59,893 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-07-22 11:38:59,911 - DEBUG - Requesting: http://10.0.0.242:8082/domain/e83c87bb-d27b-4ec7-a1eb-eaa8926081c9 2025-07-22 11:38:59,922 - DEBUG - Requesting: http://10.0.0.242:8082/project/7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb 2025-07-22 11:38:59,975 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:38:59,992 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-22 11:38:59,992 - DEBUG - Verifying the vn in opserver 2025-07-22 11:38:59,992 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.242 2025-07-22 11:38:59,992 - DEBUG - Requesting: http://10.0.0.242:8081/analytics/uves/virtual-networks 2025-07-22 11:38:59,997 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.242:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-22 11:38:59,997 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-22 11:38:59,997 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:39:00,005 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:39:00,013 - DEBUG - Do not have enough data to verify VN in agent 2025-07-22 11:39:00,013 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:39:00,020 - DEBUG - VRF ids for VN __public__: {} 2025-07-22 11:39:00,130 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-22 11:39:00,227 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-07-22 11:39:00,235 - DEBUG - Requesting: http://10.0.0.242:8082/domain/e83c87bb-d27b-4ec7-a1eb-eaa8926081c9 2025-07-22 11:39:00,243 - DEBUG - Requesting: http://10.0.0.242:8082/project/7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb 2025-07-22 11:39:00,283 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:39:00,294 - DEBUG - Requesting: http://10.0.0.242:8082/floating-ip-pool/e3e8fdfc-e047-4838-8598-1c657cdf2c24 2025-07-22 11:39:00,304 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-07-22 11:39:00,309 - DEBUG - Requesting: http://10.0.0.242:8082/domain/e83c87bb-d27b-4ec7-a1eb-eaa8926081c9 2025-07-22 11:39:00,318 - DEBUG - Requesting: http://10.0.0.242:8082/project/7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb 2025-07-22 11:39:00,365 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/77531a97-276d-4d55-8486-d56c0d2d7348 2025-07-22 11:39:00,375 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-22 11:39:00,375 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-22 11:39:00,382 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-22 11:39:00,389 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-22 11:39:00,389 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-22 11:39:00,392 - DEBUG - Ingress ctest-nginx-ingress-32209906 not present 2025-07-22 11:39:00,392 - INFO - Creating Ingress ctest-nginx-ingress-32209906 2025-07-22 11:39:00,402 - INFO - Created Ingress ctest-nginx-ingress-32209906 2025-07-22 11:39:00,406 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32209906 2025-07-22 11:39:03,411 - DEBUG - For Ingress ctest-nginx-ingress-32209906, Cluster IP: 10.47.255.249, External IPs ['181.205.2.252'] 2025-07-22 11:39:03,411 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-32209906 2025-07-22 11:39:03,411 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=049deb52-13b9-4485-bfe9-ec931c70f28c 2025-07-22 11:39:03,417 - INFO - Ingress ctest-nginx-ingress-32209906 with uuid 049deb52-13b9-4485-bfe9-ec931c70f28c found in kube manager 2025-07-22 11:39:03,417 - INFO - Ingress ctest-nginx-ingress-32209906 verification passed 2025-07-22 11:39:03,420 - DEBUG - Pod ctest-busybox-pod-06061785 not present 2025-07-22 11:39:03,420 - INFO - Creating Pod ctest-busybox-pod-06061785 2025-07-22 11:39:03,451 - DEBUG - Pod : ctest-busybox-pod-06061785 UUID is 0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:03,462 - DEBUG - Pod ctest-nginx-pod-09063878 not in running state.Currently in Pending 2025-07-22 11:39:08,469 - INFO - Pod ctest-nginx-pod-09063878 is in running state.Got IP 10.47.255.251 2025-07-22 11:39:08,529 - DEBUG - Pod ctest-nginx-pod-09063878 has vmi 74277da2-66f0-11f0-8c72-fa163ec7430f 2025-07-22 11:39:08,529 - INFO - Verified pod ctest-nginx-pod-09063878 in contrail-api 2025-07-22 11:39:08,530 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 11:39:08,544 - DEBUG - VMI 74277da2-66f0-11f0-8c72-fa163ec7430f is active in agent 10.0.0.249 2025-07-22 11:39:08,544 - INFO - Verified Pod ctest-nginx-pod-09063878 in agent 10.0.0.249 2025-07-22 11:39:08,544 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=4a412a78-e6d3-4f54-9db6-c654e23203a8 2025-07-22 11:39:08,549 - INFO - Pod ctest-nginx-pod-09063878 with uuid 4a412a78-e6d3-4f54-9db6-c654e23203a8 found in kube manager 2025-07-22 11:39:08,549 - INFO - Pod ctest-nginx-pod-09063878 verification passed 2025-07-22 11:39:08,618 - DEBUG - [Pod ctest-nginx-pod-09063878] Cmd: echo ctest-nginx-pod-09063878 > /usr/share/nginx/html/index.html, Output: 2025-07-22 11:39:08,625 - DEBUG - Pod ctest-nginx-pod-26915580 not in running state.Currently in Pending 2025-07-22 11:39:13,635 - INFO - Pod ctest-nginx-pod-26915580 is in running state.Got IP 10.47.255.250 2025-07-22 11:39:13,653 - DEBUG - Pod ctest-nginx-pod-26915580 has vmi 753114c4-66f0-11f0-8c72-fa163ec7430f 2025-07-22 11:39:13,653 - INFO - Verified pod ctest-nginx-pod-26915580 in contrail-api 2025-07-22 11:39:13,653 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 11:39:13,666 - DEBUG - VMI 753114c4-66f0-11f0-8c72-fa163ec7430f is active in agent 10.0.0.249 2025-07-22 11:39:13,666 - INFO - Verified Pod ctest-nginx-pod-26915580 in agent 10.0.0.249 2025-07-22 11:39:13,666 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=1004835d-802b-443a-b91b-1837321569e2 2025-07-22 11:39:13,671 - INFO - Pod ctest-nginx-pod-26915580 with uuid 1004835d-802b-443a-b91b-1837321569e2 found in kube manager 2025-07-22 11:39:13,672 - INFO - Pod ctest-nginx-pod-26915580 verification passed 2025-07-22 11:39:13,725 - DEBUG - [Pod ctest-nginx-pod-26915580] Cmd: echo ctest-nginx-pod-26915580 > /usr/share/nginx/html/index.html, Output: 2025-07-22 11:39:13,730 - DEBUG - Pod ctest-busybox-pod-06061785 not in running state.Currently in Pending 2025-07-22 11:39:18,738 - INFO - Pod ctest-busybox-pod-06061785 is in running state.Got IP 10.47.255.248 2025-07-22 11:39:18,756 - DEBUG - Pod ctest-busybox-pod-06061785 has vmi 77c1c03a-66f0-11f0-8c72-fa163ec7430f 2025-07-22 11:39:18,756 - INFO - Verified pod ctest-busybox-pod-06061785 in contrail-api 2025-07-22 11:39:18,756 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 11:39:18,770 - DEBUG - VMI 77c1c03a-66f0-11f0-8c72-fa163ec7430f is active in agent 10.0.0.249 2025-07-22 11:39:18,770 - INFO - Verified Pod ctest-busybox-pod-06061785 in agent 10.0.0.249 2025-07-22 11:39:18,770 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:18,776 - INFO - Pod ctest-busybox-pod-06061785 with uuid 0f420662-6885-497b-9439-c7130f8c5a1c found in kube manager 2025-07-22 11:39:18,776 - INFO - Pod ctest-busybox-pod-06061785 verification passed 2025-07-22 11:39:18,839 - DEBUG - [Pod ctest-busybox-pod-06061785] 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-09063878 2025-07-22 11:39:18,839 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 11:39:18,839 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] 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-09063878 2025-07-22 11:39:18,906 - DEBUG - [Pod ctest-busybox-pod-06061785] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09063878 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-22 11:39:18,906 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 11:39:18,906 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd output: ctest-nginx-pod-09063878 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-22 11:39:18,961 - DEBUG - [Pod ctest-busybox-pod-06061785] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09063878 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-22 11:39:18,962 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 11:39:18,962 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd output: ctest-nginx-pod-09063878 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-22 11:39:19,022 - DEBUG - [Pod ctest-busybox-pod-06061785] 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) ctest-nginx-pod-09063878 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-22 11:39:19,023 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 11:39:19,023 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-09063878 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-22 11:39:19,086 - DEBUG - [Pod ctest-busybox-pod-06061785] 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-26915580 2025-07-22 11:39:19,086 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 11:39:19,087 - DEBUG - [Pod Pod ctest-busybox-pod-06061785] 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-26915580 2025-07-22 11:39:19,087 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-09063878': 4, 'ctest-nginx-pod-26915580': 1} 2025-07-22 11:39:19,087 - WARNING - Nothing to delete parallely 2025-07-22 11:39:19,087 - INFO - Deleting pod default:ctest-busybox-pod-06061785 2025-07-22 11:39:19,105 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:19,120 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:24,121 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:24,130 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:29,131 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:29,138 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:34,139 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:34,149 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:39,150 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:39,158 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:44,159 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:44,169 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:49,170 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:49,179 - WARNING - Pod uuid 0f420662-6885-497b-9439-c7130f8c5a1c is still seen in agent 10.0.0.249 VM list 2025-07-22 11:39:54,181 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f420662-6885-497b-9439-c7130f8c5a1c 2025-07-22 11:39:54,188 - DEBUG - Pod 0f420662-6885-497b-9439-c7130f8c5a1c is not in agent 10.0.0.249 VM list 2025-07-22 11:39:54,188 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77c1c03a-66f0-11f0-8c72-fa163ec7430f 2025-07-22 11:39:54,196 - DEBUG - VMI 77c1c03a-66f0-11f0-8c72-fa163ec7430f is removed from agent 10.0.0.249 2025-07-22 11:39:54,196 - INFO - Verified that pod ctest-busybox-pod-06061785 is removed in agent 2025-07-22 11:39:54,196 - INFO - Deleting Ingress : ctest-nginx-ingress-32209906 2025-07-22 11:39:54,202 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=049deb52-13b9-4485-bfe9-ec931c70f28c 2025-07-22 11:39:54,207 - ERROR - Ingress ctest-nginx-ingress-32209906 with uuid 049deb52-13b9-4485-bfe9-ec931c70f28c still found in kube manager 2025-07-22 11:39:55,207 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=049deb52-13b9-4485-bfe9-ec931c70f28c 2025-07-22 11:39:55,212 - INFO - Ingress ctest-nginx-ingress-32209906 with uuid 049deb52-13b9-4485-bfe9-ec931c70f28c deleted successfully from kube manager 2025-07-22 11:39:55,212 - INFO - Verifications on Ingress %s cleanup passed 2025-07-22 11:39:55,212 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-22 11:39:55,341 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-22 11:39:55,348 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-22 11:39:55,348 - INFO - Deleting VN __public__ 2025-07-22 11:39:55,564 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/6dd6a78d-713e-425c-8436-953afa301b43 2025-07-22 11:39:55,585 - DEBUG - Response Code: 404 2025-07-22 11:39:55,585 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-07-22 11:39:55,597 - DEBUG - Requesting: http://10.0.0.242:8082/domain/e83c87bb-d27b-4ec7-a1eb-eaa8926081c9 2025-07-22 11:39:55,616 - DEBUG - Requesting: http://10.0.0.242:8082/project/7e67ac70-bc7f-488a-afa4-c37dfe2f3bfb 2025-07-22 11:39:55,687 - INFO - Validated that VN __public__ is not found in API Server 2025-07-22 11:39:55,687 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-22 11:39:55,695 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:39:55,709 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-07-22 11:39:55,709 - INFO - Validated that VN __public__ is not in any agent 2025-07-22 11:39:55,709 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:39:55,722 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 11:39:55,735 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-22 11:39:55,749 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-22 11:39:55,749 - INFO - Deleting pod default:ctest-nginx-pod-26915580 2025-07-22 11:39:55,774 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=1004835d-802b-443a-b91b-1837321569e2 2025-07-22 11:39:55,796 - WARNING - Pod uuid 1004835d-802b-443a-b91b-1837321569e2 is still seen in agent 10.0.0.249 VM list 2025-07-22 11:40:00,797 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=1004835d-802b-443a-b91b-1837321569e2 2025-07-22 11:40:00,805 - DEBUG - Pod 1004835d-802b-443a-b91b-1837321569e2 is not in agent 10.0.0.249 VM list 2025-07-22 11:40:00,805 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:753114c4-66f0-11f0-8c72-fa163ec7430f 2025-07-22 11:40:00,812 - DEBUG - VMI 753114c4-66f0-11f0-8c72-fa163ec7430f is removed from agent 10.0.0.249 2025-07-22 11:40:00,812 - INFO - Verified that pod ctest-nginx-pod-26915580 is removed in agent 2025-07-22 11:40:00,812 - INFO - Deleting pod default:ctest-nginx-pod-09063878 2025-07-22 11:40:00,825 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=4a412a78-e6d3-4f54-9db6-c654e23203a8 2025-07-22 11:40:00,837 - WARNING - Pod uuid 4a412a78-e6d3-4f54-9db6-c654e23203a8 is still seen in agent 10.0.0.249 VM list 2025-07-22 11:40:05,838 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=4a412a78-e6d3-4f54-9db6-c654e23203a8 2025-07-22 11:40:05,846 - DEBUG - Pod 4a412a78-e6d3-4f54-9db6-c654e23203a8 is not in agent 10.0.0.249 VM list 2025-07-22 11:40:05,846 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:74277da2-66f0-11f0-8c72-fa163ec7430f 2025-07-22 11:40:05,853 - DEBUG - VMI 74277da2-66f0-11f0-8c72-fa163ec7430f is removed from agent 10.0.0.249 2025-07-22 11:40:05,854 - INFO - Verified that pod ctest-nginx-pod-09063878 is removed in agent 2025-07-22 11:40:05,854 - INFO - Deleting service : ctest-nginx-svc-94877611 2025-07-22 11:40:06,090 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-22 11:40:06,097 - DEBUG - No XMPP flaps were noticed during the test