2025-01-08 23:15:03,586 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-01-08 23:15:03,819 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-913-1 2025-01-08 23:15:03,820 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-01-08 23:15:03,853 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-913-1 2025-01-08 23:15:03,854 - DEBUG - [10.0.0.33]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-08 23:15:03,952 - DEBUG - Output : NAMES contrail_test_nFwUpaLBm contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_schema_1 config_api_nodemgr_1 config_api_dnsmasq_1 redis_redis_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 2025-01-08 23:15:03,953 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-08 23:15:03,986 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-01-08 23:15:03,986 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-01-08 23:15:04,055 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-913-1 2025-01-08 23:15:04,101 - DEBUG - [10.0.0.12]: Running cmd : hostname 2025-01-08 23:15:04,370 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-913-1 2025-01-08 23:15:04,370 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2025-01-08 23:15:04,438 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-913-1 2025-01-08 23:15:04,439 - DEBUG - [10.0.0.12]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-08 23:15:04,493 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-08 23:15:04,494 - DEBUG - [10.0.0.12]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-08 23:15:04,563 - DEBUG - Output : 10.0.0.12/24 2025-01-08 23:15:04,564 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2025-01-08 23:15:04,599 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-913-1 2025-01-08 23:15:04,672 - INFO - Using existing project ['default-domain', 'k8s-default'](bd610847-cce2-4ece-9a85-15fa7b991e66) 2025-01-08 23:15:04,782 - INFO - Using existing project ['default-domain', 'k8s-default'](bd610847-cce2-4ece-9a85-15fa7b991e66) 2025-01-08 23:15:04,922 - INFO - ================================================================================ 2025-01-08 23:15:04,923 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-08 23:15:04,924 - 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-01-08 23:15:05,164 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 23:15:05,172 - DEBUG - Nothing to compare xmpp stats {'10.0.0.12': {'10.0.0.33': '0'}} with 2025-01-08 23:15:05,173 - INFO - Initial checks done. Running the testcase now 2025-01-08 23:15:05,173 - INFO - 2025-01-08 23:15:05,176 - INFO - Namespace default already exists 2025-01-08 23:15:05,177 - 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' 2025-01-08 23:15:05,314 - DEBUG - Output : cluster_project={} 2025-01-08 23:15:05,362 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-08 23:15:05,362 - DEBUG - Project uuid in Contrail is bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:15:05,362 - 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' 2025-01-08 23:15:05,488 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-08 23:15:05,488 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=de7b8837-5710-49ee-bf1a-24014a8b07fe 2025-01-08 23:15:05,493 - INFO - Namespace default with uuid de7b8837-5710-49ee-bf1a-24014a8b07fe found in kube manager 2025-01-08 23:15:05,493 - INFO - Namespace default verification passed 2025-01-08 23:15:05,496 - DEBUG - Service ctest-nginx-svc-52133859 not present 2025-01-08 23:15:05,496 - INFO - Creating service ctest-nginx-svc-52133859 2025-01-08 23:15:05,518 - INFO - Created Service ctest-nginx-svc-52133859 2025-01-08 23:15:05,526 - DEBUG - Pod ctest-nginx-pod-14690886 not present 2025-01-08 23:15:05,527 - INFO - Creating Pod ctest-nginx-pod-14690886 2025-01-08 23:15:05,578 - DEBUG - Pod : ctest-nginx-pod-14690886 UUID is 8f3e4382-7299-48f8-8eb9-7b3d05548ffe 2025-01-08 23:15:05,588 - DEBUG - Pod ctest-nginx-pod-87435644 not present 2025-01-08 23:15:05,589 - INFO - Creating Pod ctest-nginx-pod-87435644 2025-01-08 23:15:05,618 - DEBUG - Pod : ctest-nginx-pod-87435644 UUID is cfd74d50-efd1-4867-a8c0-c59ffd5c185f 2025-01-08 23:15:05,806 - INFO - Created VN __public__, UUID :b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:06,055 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-01-08 23:15:06,065 - DEBUG - Requesting: http://10.0.0.33:8082/domain/e970859d-9fa0-446d-9225-5fc84f62403d 2025-01-08 23:15:06,104 - DEBUG - Requesting: http://10.0.0.33:8082/project/bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:15:06,182 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:06,247 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:06,279 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:06,295 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:06,308 - DEBUG - Route Targets: [] 2025-01-08 23:15:06,308 - DEBUG - RT names not yet present for VN __public__ 2025-01-08 23:15:11,309 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-01-08 23:15:11,319 - DEBUG - Requesting: http://10.0.0.33:8082/domain/e970859d-9fa0-446d-9225-5fc84f62403d 2025-01-08 23:15:11,330 - DEBUG - Requesting: http://10.0.0.33:8082/project/bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:15:11,384 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,397 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,410 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:11,419 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:11,426 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/1b68401b-74e4-42c9-9926-722b5d2f15a8 2025-01-08 23:15:11,446 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-08 23:15:11,446 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,456 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:11,470 - INFO - Verified VN network id 13 for VN b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,470 - INFO - Verifications in API Server for VN __public__ passed 2025-01-08 23:15:11,470 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,479 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:11,486 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:15:11,493 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/1b68401b-74e4-42c9-9926-722b5d2f15a8 2025-01-08 23:15:11,499 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-08 23:15:11,504 - 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': '13257924594706302857', 'uuid-lslong': '10298131591165111803'}, 'enable': 'true', 'created': '2025-01-08T23:15:05', 'last-modified': '2025-01-08T23:15:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.505653'} 2025-01-08 23:15:11,504 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:15:11,510 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-08 23:15:11,511 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-08 23:15:11,511 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-08 23:15:11,511 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-01-08 23:15:11,516 - DEBUG - Requesting: http://10.0.0.33:8082/domain/e970859d-9fa0-446d-9225-5fc84f62403d 2025-01-08 23:15:11,524 - DEBUG - Requesting: http://10.0.0.33:8082/project/bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:15:11,582 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,594 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-08 23:15:11,594 - DEBUG - Verifying the vn in opserver 2025-01-08 23:15:11,594 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-01-08 23:15:11,594 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-01-08 23:15:11,599 - 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'} 2025-01-08 23:15:11,599 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-08 23:15:11,599 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:15:11,607 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:15:11,614 - DEBUG - Do not have enough data to verify VN in agent 2025-01-08 23:15:11,614 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:15:11,620 - DEBUG - VRF ids for VN __public__: {} 2025-01-08 23:15:11,709 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-08 23:15:11,821 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-01-08 23:15:11,831 - DEBUG - Requesting: http://10.0.0.33:8082/domain/e970859d-9fa0-446d-9225-5fc84f62403d 2025-01-08 23:15:11,838 - DEBUG - Requesting: http://10.0.0.33:8082/project/bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:15:11,880 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,890 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/4d723326-94a2-4039-92b1-56084374ff7e 2025-01-08 23:15:11,897 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-01-08 23:15:11,904 - DEBUG - Requesting: http://10.0.0.33:8082/domain/e970859d-9fa0-446d-9225-5fc84f62403d 2025-01-08 23:15:11,911 - DEBUG - Requesting: http://10.0.0.33:8082/project/bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:15:11,952 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/b7fd9c2c-e662-4789-8eea-501ecd9fedfb 2025-01-08 23:15:11,965 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-08 23:15:11,965 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-08 23:15:11,973 - 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__ 2025-01-08 23:15:11,978 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-08 23:15:11,978 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-08 23:15:11,981 - DEBUG - Ingress ctest-nginx-ingress-38767306 not present 2025-01-08 23:15:11,981 - INFO - Creating Ingress ctest-nginx-ingress-38767306 2025-01-08 23:15:11,988 - INFO - Created Ingress ctest-nginx-ingress-38767306 2025-01-08 23:15:11,990 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-38767306 2025-01-08 23:15:14,997 - DEBUG - For Ingress ctest-nginx-ingress-38767306, Cluster IP: 10.47.255.249, External IPs ['198.115.89.124'] 2025-01-08 23:15:14,997 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-38767306 2025-01-08 23:15:14,997 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=0265b9bd-93b3-4225-ad56-492da767ef1c 2025-01-08 23:15:15,006 - INFO - Ingress ctest-nginx-ingress-38767306 with uuid 0265b9bd-93b3-4225-ad56-492da767ef1c found in kube manager 2025-01-08 23:15:15,006 - INFO - Ingress ctest-nginx-ingress-38767306 verification passed 2025-01-08 23:15:15,010 - DEBUG - Pod ctest-busybox-pod-79645281 not present 2025-01-08 23:15:15,011 - INFO - Creating Pod ctest-busybox-pod-79645281 2025-01-08 23:15:15,033 - DEBUG - Node for Pod ctest-busybox-pod-79645281 not yet populated 2025-01-08 23:15:18,041 - DEBUG - Pod : ctest-busybox-pod-79645281 UUID is d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:18,057 - DEBUG - Pod ctest-nginx-pod-14690886 not in running state.Currently in Pending 2025-01-08 23:15:23,063 - INFO - Pod ctest-nginx-pod-14690886 is in running state.Got IP 10.47.255.251 2025-01-08 23:15:23,118 - DEBUG - Pod ctest-nginx-pod-14690886 has vmi 6662e314-ce16-11ef-b13e-fa163e424f8f 2025-01-08 23:15:23,118 - INFO - Verified pod ctest-nginx-pod-14690886 in contrail-api 2025-01-08 23:15:23,118 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:15:23,133 - DEBUG - VMI 6662e314-ce16-11ef-b13e-fa163e424f8f is active in agent 10.0.0.12 2025-01-08 23:15:23,134 - INFO - Verified Pod ctest-nginx-pod-14690886 in agent 10.0.0.12 2025-01-08 23:15:23,134 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=8f3e4382-7299-48f8-8eb9-7b3d05548ffe 2025-01-08 23:15:23,138 - INFO - Pod ctest-nginx-pod-14690886 with uuid 8f3e4382-7299-48f8-8eb9-7b3d05548ffe found in kube manager 2025-01-08 23:15:23,138 - INFO - Pod ctest-nginx-pod-14690886 verification passed 2025-01-08 23:15:23,513 - DEBUG - [Pod ctest-nginx-pod-14690886] Cmd: echo ctest-nginx-pod-14690886 > /usr/share/nginx/html/index.html, Output: 2025-01-08 23:15:23,519 - INFO - Pod ctest-nginx-pod-87435644 is in running state.Got IP 10.47.255.250 2025-01-08 23:15:23,531 - DEBUG - Pod ctest-nginx-pod-87435644 has vmi 66ffbad6-ce16-11ef-b13e-fa163e424f8f 2025-01-08 23:15:23,532 - INFO - Verified pod ctest-nginx-pod-87435644 in contrail-api 2025-01-08 23:15:23,532 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:15:23,546 - DEBUG - VMI 66ffbad6-ce16-11ef-b13e-fa163e424f8f is active in agent 10.0.0.12 2025-01-08 23:15:23,546 - INFO - Verified Pod ctest-nginx-pod-87435644 in agent 10.0.0.12 2025-01-08 23:15:23,546 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=cfd74d50-efd1-4867-a8c0-c59ffd5c185f 2025-01-08 23:15:23,550 - INFO - Pod ctest-nginx-pod-87435644 with uuid cfd74d50-efd1-4867-a8c0-c59ffd5c185f found in kube manager 2025-01-08 23:15:23,550 - INFO - Pod ctest-nginx-pod-87435644 verification passed 2025-01-08 23:15:23,602 - DEBUG - [Pod ctest-nginx-pod-87435644] Cmd: echo ctest-nginx-pod-87435644 > /usr/share/nginx/html/index.html, Output: 2025-01-08 23:15:23,608 - DEBUG - Pod ctest-busybox-pod-79645281 not in running state.Currently in Pending 2025-01-08 23:15:28,613 - INFO - Pod ctest-busybox-pod-79645281 is in running state.Got IP 10.47.255.248 2025-01-08 23:15:28,626 - DEBUG - Pod ctest-busybox-pod-79645281 has vmi 6b128af4-ce16-11ef-b13e-fa163e424f8f 2025-01-08 23:15:28,626 - INFO - Verified pod ctest-busybox-pod-79645281 in contrail-api 2025-01-08 23:15:28,626 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:15:28,637 - DEBUG - VMI 6b128af4-ce16-11ef-b13e-fa163e424f8f is active in agent 10.0.0.12 2025-01-08 23:15:28,637 - INFO - Verified Pod ctest-busybox-pod-79645281 in agent 10.0.0.12 2025-01-08 23:15:28,637 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:28,642 - INFO - Pod ctest-busybox-pod-79645281 with uuid d934fca4-5342-4099-b823-4fe5e4e44ffc found in kube manager 2025-01-08 23:15:28,642 - INFO - Pod ctest-busybox-pod-79645281 verification passed 2025-01-08 23:15:28,698 - DEBUG - [Pod ctest-busybox-pod-79645281] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14690886 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-01-08 23:15:28,698 - DEBUG - [Pod Pod ctest-busybox-pod-79645281] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 23:15:28,698 - DEBUG - [Pod Pod ctest-busybox-pod-79645281] Cmd output: ctest-nginx-pod-14690886 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-01-08 23:15:28,795 - DEBUG - [Pod ctest-busybox-pod-79645281] 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-87435644 2025-01-08 23:15:28,795 - DEBUG - [Pod Pod ctest-busybox-pod-79645281] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 23:15:28,795 - DEBUG - [Pod Pod ctest-busybox-pod-79645281] 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-87435644 2025-01-08 23:15:28,795 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-14690886': 1, 'ctest-nginx-pod-87435644': 1} 2025-01-08 23:15:28,795 - WARNING - Nothing to delete parallely 2025-01-08 23:15:28,795 - INFO - Deleting pod default:ctest-busybox-pod-79645281 2025-01-08 23:15:28,813 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:28,824 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:15:33,825 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:33,833 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:15:38,834 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:38,841 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:15:43,843 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:43,850 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:15:48,851 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:48,923 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:15:53,924 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:53,936 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:15:58,937 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:15:58,945 - WARNING - Pod uuid d934fca4-5342-4099-b823-4fe5e4e44ffc is still seen in agent 10.0.0.12 VM list 2025-01-08 23:16:03,946 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d934fca4-5342-4099-b823-4fe5e4e44ffc 2025-01-08 23:16:03,953 - DEBUG - Pod d934fca4-5342-4099-b823-4fe5e4e44ffc is not in agent 10.0.0.12 VM list 2025-01-08 23:16:03,953 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b128af4-ce16-11ef-b13e-fa163e424f8f 2025-01-08 23:16:03,958 - DEBUG - VMI 6b128af4-ce16-11ef-b13e-fa163e424f8f is removed from agent 10.0.0.12 2025-01-08 23:16:03,958 - INFO - Verified that pod ctest-busybox-pod-79645281 is removed in agent 2025-01-08 23:16:03,958 - INFO - Deleting Ingress : ctest-nginx-ingress-38767306 2025-01-08 23:16:03,967 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=0265b9bd-93b3-4225-ad56-492da767ef1c 2025-01-08 23:16:03,971 - ERROR - Ingress ctest-nginx-ingress-38767306 with uuid 0265b9bd-93b3-4225-ad56-492da767ef1c still found in kube manager 2025-01-08 23:16:04,972 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=0265b9bd-93b3-4225-ad56-492da767ef1c 2025-01-08 23:16:04,978 - INFO - Ingress ctest-nginx-ingress-38767306 with uuid 0265b9bd-93b3-4225-ad56-492da767ef1c deleted successfully from kube manager 2025-01-08 23:16:04,979 - INFO - Verifications on Ingress %s cleanup passed 2025-01-08 23:16:04,979 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-08 23:16:05,072 - 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__ 2025-01-08 23:16:05,078 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-08 23:16:05,078 - INFO - Deleting VN __public__ 2025-01-08 23:16:05,614 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/9e402682-667f-4628-b726-74b8e8bd1e71 2025-01-08 23:16:05,624 - DEBUG - Response Code: 404 2025-01-08 23:16:05,624 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-01-08 23:16:05,634 - DEBUG - Requesting: http://10.0.0.33:8082/domain/e970859d-9fa0-446d-9225-5fc84f62403d 2025-01-08 23:16:05,672 - DEBUG - Requesting: http://10.0.0.33:8082/project/bd610847-cce2-4ece-9a85-15fa7b991e66 2025-01-08 23:16:05,730 - INFO - Validated that VN __public__ is not found in API Server 2025-01-08 23:16:05,730 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-08 23:16:05,751 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:16:05,768 - DEBUG - VN __public__ is not present in Agent 10.0.0.12 2025-01-08 23:16:05,768 - INFO - Validated that VN __public__ is not in any agent 2025-01-08 23:16:05,768 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:16:05,779 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:16:05,786 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-08 23:16:05,791 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-08 23:16:05,791 - INFO - Deleting pod default:ctest-nginx-pod-87435644 2025-01-08 23:16:05,809 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=cfd74d50-efd1-4867-a8c0-c59ffd5c185f 2025-01-08 23:16:05,828 - WARNING - Pod uuid cfd74d50-efd1-4867-a8c0-c59ffd5c185f is still seen in agent 10.0.0.12 VM list 2025-01-08 23:16:10,829 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=cfd74d50-efd1-4867-a8c0-c59ffd5c185f 2025-01-08 23:16:10,836 - DEBUG - Pod cfd74d50-efd1-4867-a8c0-c59ffd5c185f is not in agent 10.0.0.12 VM list 2025-01-08 23:16:10,836 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:66ffbad6-ce16-11ef-b13e-fa163e424f8f 2025-01-08 23:16:10,842 - DEBUG - VMI 66ffbad6-ce16-11ef-b13e-fa163e424f8f is removed from agent 10.0.0.12 2025-01-08 23:16:10,842 - INFO - Verified that pod ctest-nginx-pod-87435644 is removed in agent 2025-01-08 23:16:10,842 - INFO - Deleting pod default:ctest-nginx-pod-14690886 2025-01-08 23:16:10,850 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=8f3e4382-7299-48f8-8eb9-7b3d05548ffe 2025-01-08 23:16:10,860 - WARNING - Pod uuid 8f3e4382-7299-48f8-8eb9-7b3d05548ffe is still seen in agent 10.0.0.12 VM list 2025-01-08 23:16:15,861 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=8f3e4382-7299-48f8-8eb9-7b3d05548ffe 2025-01-08 23:16:15,868 - DEBUG - Pod 8f3e4382-7299-48f8-8eb9-7b3d05548ffe is not in agent 10.0.0.12 VM list 2025-01-08 23:16:15,868 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6662e314-ce16-11ef-b13e-fa163e424f8f 2025-01-08 23:16:15,874 - DEBUG - VMI 6662e314-ce16-11ef-b13e-fa163e424f8f is removed from agent 10.0.0.12 2025-01-08 23:16:15,874 - INFO - Verified that pod ctest-nginx-pod-14690886 is removed in agent 2025-01-08 23:16:15,874 - INFO - Deleting service : ctest-nginx-svc-52133859 2025-01-08 23:16:16,104 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 23:16:16,111 - DEBUG - No XMPP flaps were noticed during the test