2025-05-06 11:33:29,948 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-05-06 11:33:30,383 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1217-1 2025-05-06 11:33:30,384 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-05-06 11:33:30,476 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1217-1 2025-05-06 11:33:30,477 - 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-05-06 11:33:30,621 - DEBUG - Output : NAMES contrail_test_k6zu22uU5 contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 config_api-svcmonitor-1 config_api-nodemgr-1 redis-redis-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 2025-05-06 11:33:30,621 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-06 11:33:30,688 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-05-06 11:33:30,688 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-05-06 11:33:30,808 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1217-1 2025-05-06 11:33:30,951 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-05-06 11:33:31,193 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1217-1 2025-05-06 11:33:31,193 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-05-06 11:33:31,221 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1217-1 2025-05-06 11:33:31,222 - DEBUG - [10.0.0.65]: 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-05-06 11:33:31,309 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-06 11:33:31,310 - DEBUG - [10.0.0.65]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-06 11:33:31,355 - DEBUG - Output : 10.0.0.65/24 2025-05-06 11:33:31,355 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-05-06 11:33:31,436 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1217-1 2025-05-06 11:33:31,570 - INFO - Using existing project ['default-domain', 'k8s-default'](8a5c8227-1d21-45d9-b3d4-0b1573b589c0) 2025-05-06 11:33:31,695 - INFO - Using existing project ['default-domain', 'k8s-default'](8a5c8227-1d21-45d9-b3d4-0b1573b589c0) 2025-05-06 11:33:31,834 - INFO - ================================================================================ 2025-05-06 11:33:31,835 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-06 11:33:31,835 - 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-05-06 11:33:32,182 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-06 11:33:32,201 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.0.0.57': '0'}} with 2025-05-06 11:33:32,202 - INFO - Initial checks done. Running the testcase now 2025-05-06 11:33:32,202 - INFO - 2025-05-06 11:33:32,211 - INFO - Namespace default already exists 2025-05-06 11:33:32,212 - 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-05-06 11:33:32,428 - DEBUG - Output : cluster_project={} 2025-05-06 11:33:32,473 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-06 11:33:32,473 - DEBUG - Project uuid in Contrail is 8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:33:32,473 - 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-05-06 11:33:32,591 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-06 11:33:32,592 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=6de044cf-589e-40f2-949d-76ad1007d9f9 2025-05-06 11:33:32,599 - INFO - Namespace default with uuid 6de044cf-589e-40f2-949d-76ad1007d9f9 found in kube manager 2025-05-06 11:33:32,599 - INFO - Namespace default verification passed 2025-05-06 11:33:32,602 - DEBUG - Service ctest-nginx-svc-52356048 not present 2025-05-06 11:33:32,603 - INFO - Creating service ctest-nginx-svc-52356048 2025-05-06 11:33:32,622 - INFO - Created Service ctest-nginx-svc-52356048 2025-05-06 11:33:32,632 - DEBUG - Pod ctest-nginx-pod-38268687 not present 2025-05-06 11:33:32,632 - INFO - Creating Pod ctest-nginx-pod-38268687 2025-05-06 11:33:32,705 - DEBUG - Pod : ctest-nginx-pod-38268687 UUID is d88f0392-6e04-4869-91bd-ce9aa823ec71 2025-05-06 11:33:32,707 - DEBUG - Pod ctest-nginx-pod-54622432 not present 2025-05-06 11:33:32,707 - INFO - Creating Pod ctest-nginx-pod-54622432 2025-05-06 11:33:32,734 - DEBUG - Pod : ctest-nginx-pod-54622432 UUID is 1960e157-350a-4ca2-b193-fd3b622736a4 2025-05-06 11:33:32,924 - INFO - Created VN __public__, UUID :348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:33,198 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-05-06 11:33:33,212 - DEBUG - Requesting: http://10.0.0.57:8082/domain/bf5e96ff-4d65-472f-869e-8a219471231e 2025-05-06 11:33:33,226 - DEBUG - Requesting: http://10.0.0.57:8082/project/8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:33:33,279 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:33,293 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:33,345 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:33,373 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:33,382 - DEBUG - Route Targets: [] 2025-05-06 11:33:33,383 - DEBUG - RT names not yet present for VN __public__ 2025-05-06 11:33:38,384 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-05-06 11:33:38,402 - DEBUG - Requesting: http://10.0.0.57:8082/domain/bf5e96ff-4d65-472f-869e-8a219471231e 2025-05-06 11:33:38,428 - DEBUG - Requesting: http://10.0.0.57:8082/project/8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:33:38,540 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:38,572 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:38,586 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:38,603 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:38,612 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/e44eed21-e480-4395-9f3c-b9eed400b3ca 2025-05-06 11:33:38,620 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-06 11:33:38,620 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:38,637 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:38,666 - INFO - Verified VN network id 14 for VN 348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:38,666 - INFO - Verifications in API Server for VN __public__ passed 2025-05-06 11:33:38,667 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:38,678 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:38,685 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:33:38,691 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/e44eed21-e480-4395-9f3c-b9eed400b3ca 2025-05-06 11:33:38,697 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-06 11:33:38,704 - 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': '3784451588699800348', 'uuid-lslong': '12726108580182204996'}, 'enable': 'true', 'created': '2025-05-06T11:33:32', 'last-modified': '2025-05-06T11:33:33', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.610056'} 2025-05-06 11:33:38,704 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:33:38,710 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-06 11:33:38,710 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-06 11:33:38,711 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-06 11:33:38,711 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-05-06 11:33:38,716 - DEBUG - Requesting: http://10.0.0.57:8082/domain/bf5e96ff-4d65-472f-869e-8a219471231e 2025-05-06 11:33:38,724 - DEBUG - Requesting: http://10.0.0.57:8082/project/8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:33:38,767 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:38,776 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-06 11:33:38,776 - DEBUG - Verifying the vn in opserver 2025-05-06 11:33:38,777 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-05-06 11:33:38,777 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-05-06 11:33:38,782 - 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-05-06 11:33:38,782 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-06 11:33:38,782 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:33:38,790 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:33:38,795 - DEBUG - Do not have enough data to verify VN in agent 2025-05-06 11:33:38,795 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:33:38,801 - DEBUG - VRF ids for VN __public__: {} 2025-05-06 11:33:38,902 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-06 11:33:39,023 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-05-06 11:33:39,031 - DEBUG - Requesting: http://10.0.0.57:8082/domain/bf5e96ff-4d65-472f-869e-8a219471231e 2025-05-06 11:33:39,039 - DEBUG - Requesting: http://10.0.0.57:8082/project/8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:33:39,086 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:39,098 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/7a8f5b02-5cc6-42db-9a0b-744faec3c441 2025-05-06 11:33:39,104 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-05-06 11:33:39,109 - DEBUG - Requesting: http://10.0.0.57:8082/domain/bf5e96ff-4d65-472f-869e-8a219471231e 2025-05-06 11:33:39,116 - DEBUG - Requesting: http://10.0.0.57:8082/project/8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:33:39,161 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/348512ab-461d-431c-b09c-3853eecfa244 2025-05-06 11:33:39,170 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-06 11:33:39,170 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-06 11:33:39,178 - 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-05-06 11:33:39,184 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-06 11:33:39,184 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-06 11:33:39,188 - DEBUG - Ingress ctest-nginx-ingress-58163101 not present 2025-05-06 11:33:39,188 - INFO - Creating Ingress ctest-nginx-ingress-58163101 2025-05-06 11:33:39,199 - INFO - Created Ingress ctest-nginx-ingress-58163101 2025-05-06 11:33:39,203 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-58163101 2025-05-06 11:33:42,208 - DEBUG - For Ingress ctest-nginx-ingress-58163101, Cluster IP: 10.47.255.249, External IPs ['154.170.29.60'] 2025-05-06 11:33:42,208 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-58163101 2025-05-06 11:33:42,208 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=e9ff516f-4419-4972-aa0b-110bae8319b9 2025-05-06 11:33:42,214 - INFO - Ingress ctest-nginx-ingress-58163101 with uuid e9ff516f-4419-4972-aa0b-110bae8319b9 found in kube manager 2025-05-06 11:33:42,214 - INFO - Ingress ctest-nginx-ingress-58163101 verification passed 2025-05-06 11:33:42,218 - DEBUG - Pod ctest-busybox-pod-94090867 not present 2025-05-06 11:33:42,218 - INFO - Creating Pod ctest-busybox-pod-94090867 2025-05-06 11:33:42,319 - DEBUG - Pod : ctest-busybox-pod-94090867 UUID is 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:33:42,328 - DEBUG - Pod ctest-nginx-pod-38268687 not in running state.Currently in Pending 2025-05-06 11:33:47,346 - INFO - Pod ctest-nginx-pod-38268687 is in running state.Got IP 10.47.255.251 2025-05-06 11:33:47,387 - DEBUG - Pod ctest-nginx-pod-38268687 has vmi f1b85468-2a6d-11f0-8df7-fa163ee5e42a 2025-05-06 11:33:47,388 - INFO - Verified pod ctest-nginx-pod-38268687 in contrail-api 2025-05-06 11:33:47,389 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 11:33:47,420 - DEBUG - VMI f1b85468-2a6d-11f0-8df7-fa163ee5e42a is active in agent 10.0.0.65 2025-05-06 11:33:47,421 - INFO - Verified Pod ctest-nginx-pod-38268687 in agent 10.0.0.65 2025-05-06 11:33:47,422 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=d88f0392-6e04-4869-91bd-ce9aa823ec71 2025-05-06 11:33:47,431 - INFO - Pod ctest-nginx-pod-38268687 with uuid d88f0392-6e04-4869-91bd-ce9aa823ec71 found in kube manager 2025-05-06 11:33:47,432 - INFO - Pod ctest-nginx-pod-38268687 verification passed 2025-05-06 11:33:47,507 - DEBUG - [Pod ctest-nginx-pod-38268687] Cmd: echo ctest-nginx-pod-38268687 > /usr/share/nginx/html/index.html, Output: 2025-05-06 11:33:47,520 - INFO - Pod ctest-nginx-pod-54622432 is in running state.Got IP 10.47.255.250 2025-05-06 11:33:47,586 - DEBUG - Pod ctest-nginx-pod-54622432 has vmi f2328530-2a6d-11f0-8df7-fa163ee5e42a 2025-05-06 11:33:47,587 - INFO - Verified pod ctest-nginx-pod-54622432 in contrail-api 2025-05-06 11:33:47,587 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 11:33:47,600 - DEBUG - VMI f2328530-2a6d-11f0-8df7-fa163ee5e42a is active in agent 10.0.0.65 2025-05-06 11:33:47,601 - INFO - Verified Pod ctest-nginx-pod-54622432 in agent 10.0.0.65 2025-05-06 11:33:47,601 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=1960e157-350a-4ca2-b193-fd3b622736a4 2025-05-06 11:33:47,614 - INFO - Pod ctest-nginx-pod-54622432 with uuid 1960e157-350a-4ca2-b193-fd3b622736a4 found in kube manager 2025-05-06 11:33:47,614 - INFO - Pod ctest-nginx-pod-54622432 verification passed 2025-05-06 11:33:47,669 - DEBUG - [Pod ctest-nginx-pod-54622432] Cmd: echo ctest-nginx-pod-54622432 > /usr/share/nginx/html/index.html, Output: 2025-05-06 11:33:47,675 - DEBUG - Pod ctest-busybox-pod-94090867 not in running state.Currently in Pending 2025-05-06 11:33:52,699 - INFO - Pod ctest-busybox-pod-94090867 is in running state.Got IP 10.47.255.248 2025-05-06 11:33:52,740 - DEBUG - Pod ctest-busybox-pod-94090867 has vmi f69897b8-2a6d-11f0-8df7-fa163ee5e42a 2025-05-06 11:33:52,741 - INFO - Verified pod ctest-busybox-pod-94090867 in contrail-api 2025-05-06 11:33:52,745 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 11:33:52,765 - DEBUG - VMI f69897b8-2a6d-11f0-8df7-fa163ee5e42a is active in agent 10.0.0.65 2025-05-06 11:33:52,765 - INFO - Verified Pod ctest-busybox-pod-94090867 in agent 10.0.0.65 2025-05-06 11:33:52,765 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:33:52,773 - INFO - Pod ctest-busybox-pod-94090867 with uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 found in kube manager 2025-05-06 11:33:52,773 - INFO - Pod ctest-busybox-pod-94090867 verification passed 2025-05-06 11:33:52,837 - DEBUG - [Pod ctest-busybox-pod-94090867] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54622432 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-05-06 11:33:52,837 - DEBUG - [Pod Pod ctest-busybox-pod-94090867] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-06 11:33:52,838 - DEBUG - [Pod Pod ctest-busybox-pod-94090867] Cmd output: ctest-nginx-pod-54622432 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-05-06 11:33:52,898 - DEBUG - [Pod ctest-busybox-pod-94090867] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-38268687 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-05-06 11:33:52,898 - DEBUG - [Pod Pod ctest-busybox-pod-94090867] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-06 11:33:52,898 - DEBUG - [Pod Pod ctest-busybox-pod-94090867] Cmd output: ctest-nginx-pod-38268687 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-05-06 11:33:52,898 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-38268687': 1, 'ctest-nginx-pod-54622432': 1} 2025-05-06 11:33:52,899 - WARNING - Nothing to delete parallely 2025-05-06 11:33:52,899 - INFO - Deleting pod default:ctest-busybox-pod-94090867 2025-05-06 11:33:52,925 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:33:52,936 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:33:57,938 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:33:57,960 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:02,962 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:34:02,976 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:07,976 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:34:07,990 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:12,990 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:34:13,014 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:18,015 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:34:18,033 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:23,034 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:34:23,054 - WARNING - Pod uuid 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:28,055 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 2025-05-06 11:34:28,067 - DEBUG - Pod 8bbf3dcc-9ea3-41e1-b4d2-2b6beea6b6c2 is not in agent 10.0.0.65 VM list 2025-05-06 11:34:28,067 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f69897b8-2a6d-11f0-8df7-fa163ee5e42a 2025-05-06 11:34:28,077 - DEBUG - VMI f69897b8-2a6d-11f0-8df7-fa163ee5e42a is removed from agent 10.0.0.65 2025-05-06 11:34:28,078 - INFO - Verified that pod ctest-busybox-pod-94090867 is removed in agent 2025-05-06 11:34:28,078 - INFO - Deleting Ingress : ctest-nginx-ingress-58163101 2025-05-06 11:34:28,091 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=e9ff516f-4419-4972-aa0b-110bae8319b9 2025-05-06 11:34:28,112 - ERROR - Ingress ctest-nginx-ingress-58163101 with uuid e9ff516f-4419-4972-aa0b-110bae8319b9 still found in kube manager 2025-05-06 11:34:29,113 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=e9ff516f-4419-4972-aa0b-110bae8319b9 2025-05-06 11:34:29,118 - INFO - Ingress ctest-nginx-ingress-58163101 with uuid e9ff516f-4419-4972-aa0b-110bae8319b9 deleted successfully from kube manager 2025-05-06 11:34:29,118 - INFO - Verifications on Ingress %s cleanup passed 2025-05-06 11:34:29,119 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-06 11:34:29,276 - 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-05-06 11:34:29,283 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-06 11:34:29,283 - INFO - Deleting VN __public__ 2025-05-06 11:34:29,593 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/99973c9c-5ca2-4bc1-8040-38f28b4d0422 2025-05-06 11:34:29,603 - DEBUG - Response Code: 404 2025-05-06 11:34:29,604 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-05-06 11:34:29,622 - DEBUG - Requesting: http://10.0.0.57:8082/domain/bf5e96ff-4d65-472f-869e-8a219471231e 2025-05-06 11:34:29,653 - DEBUG - Requesting: http://10.0.0.57:8082/project/8a5c8227-1d21-45d9-b3d4-0b1573b589c0 2025-05-06 11:34:29,703 - INFO - Validated that VN __public__ is not found in API Server 2025-05-06 11:34:29,703 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-06 11:34:29,711 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:34:29,719 - DEBUG - VN __public__ is not present in Agent 10.0.0.65 2025-05-06 11:34:29,719 - INFO - Validated that VN __public__ is not in any agent 2025-05-06 11:34:29,719 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:34:29,726 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 11:34:29,740 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-06 11:34:29,758 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-06 11:34:29,759 - INFO - Deleting pod default:ctest-nginx-pod-54622432 2025-05-06 11:34:29,794 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1960e157-350a-4ca2-b193-fd3b622736a4 2025-05-06 11:34:29,807 - WARNING - Pod uuid 1960e157-350a-4ca2-b193-fd3b622736a4 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:34,808 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1960e157-350a-4ca2-b193-fd3b622736a4 2025-05-06 11:34:34,819 - DEBUG - Pod 1960e157-350a-4ca2-b193-fd3b622736a4 is not in agent 10.0.0.65 VM list 2025-05-06 11:34:34,820 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2328530-2a6d-11f0-8df7-fa163ee5e42a 2025-05-06 11:34:34,834 - DEBUG - VMI f2328530-2a6d-11f0-8df7-fa163ee5e42a is removed from agent 10.0.0.65 2025-05-06 11:34:34,834 - INFO - Verified that pod ctest-nginx-pod-54622432 is removed in agent 2025-05-06 11:34:34,835 - INFO - Deleting pod default:ctest-nginx-pod-38268687 2025-05-06 11:34:34,898 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=d88f0392-6e04-4869-91bd-ce9aa823ec71 2025-05-06 11:34:34,917 - WARNING - Pod uuid d88f0392-6e04-4869-91bd-ce9aa823ec71 is still seen in agent 10.0.0.65 VM list 2025-05-06 11:34:39,917 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=d88f0392-6e04-4869-91bd-ce9aa823ec71 2025-05-06 11:34:39,934 - DEBUG - Pod d88f0392-6e04-4869-91bd-ce9aa823ec71 is not in agent 10.0.0.65 VM list 2025-05-06 11:34:39,934 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1b85468-2a6d-11f0-8df7-fa163ee5e42a 2025-05-06 11:34:39,948 - DEBUG - VMI f1b85468-2a6d-11f0-8df7-fa163ee5e42a is removed from agent 10.0.0.65 2025-05-06 11:34:39,948 - INFO - Verified that pod ctest-nginx-pod-38268687 is removed in agent 2025-05-06 11:34:39,948 - INFO - Deleting service : ctest-nginx-svc-52356048 2025-05-06 11:34:40,287 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-06 11:34:40,304 - DEBUG - No XMPP flaps were noticed during the test